/[emacs]/emacs/lisp/ChangeLog
ViewVC logotype

Contents of /emacs/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8327 - (show annotations) (download)
Tue Oct 11 10:54:03 2005 UTC (18 years, 6 months ago) by lektu
Branch: MAIN
Changes since 1.8326: +8 -3 lines
*** empty log message ***

1 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
4 (autoload-print-form-outbuf): Add docstring.
5
6 2005-10-11 Juri Linkov <juri@jurta.org>
7
8 * info.el (Info-mode-menu): Delete menu item "Edit".
9 (Info-mode): Delete description of Info-edit from docstring,
10 and rearrange descriptions of Info commands in the order
11 they are documented in the Info manual.
12
13 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * calendar/appt.el (appt-check): Use diary-selective-display var.
16
17 2005-10-10 Richard M. Stallman <rms@gnu.org>
18
19 * net/newsticker.el (newsticker-start, newsticker-show-news):
20 Add autoload cookies.
21
22 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
23
24 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
25
26 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
27
28 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
29
30 2005-10-10 Jay Belanger <belanger@truman.edu>
31
32 * calc/calc-arith.el (math-check-known-scalarp)
33 (math-check-known-matrixp): Check the values of arguments that are
34 variables.
35 (math-check-known-square-matrixp): New function.
36 (math-known-square-matrixp): Use math-check-known-square-matrixp.
37 (math-super-types): Add sqmatrix type.
38
39 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
40 mode name `square' to 'sqmatrix'.
41
42 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
43 mode name `square' to 'sqmatrix'.
44
45 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
46
47 * progmodes/etags.el (select-tags-table-mode): Don't use
48 selective-display.
49 (tags-select-tags-table): Pass `button' to the action function.
50 (select-tags-table): Place the side-info on button properties rather
51 than in hidden text. Abbreviate file names.
52 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
53 (select-tags-table-select): Add `button' argument.
54 Get side-info from the button property rather than from hidden text.
55
56 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
57
58 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
59 (gud-speedbar-buttons): Preserve point if possible.
60 (gud-sentinel): Restore previous speedbar display type.
61
62 * progmodes/gdb-ui.el (gdba): Improve diagram.
63 (def-gdb-auto-update-handler, gdb-info-locals-handler)
64 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
65 Call get-buffer-window once.
66
67 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
70 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
71 (pascal-indent-command): Remove unused var `ind'.
72 (pascal-indent-case): Remove unused var `oldpos'.
73 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
74 since it's now used as a proper minor mode map.
75 (pascal-outline): Rename to pascal-outline-mode.
76 (pascal-outline-mode): Use define-minor-mode.
77 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
78 selective-display.
79
80 2005-10-10 Andreas Schwab <schwab@suse.de>
81
82 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
83 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
84
85 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
86 outside source directory.
87
88 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
89
90 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
91 C-x' as a prefix.
92 (orgtbl-mode-map): Full keymap instead of sparse, because all
93 `self-insert-command' keys are redefined in this map.
94 (org-export-as-html): Specify charset for HTML file, by taking it
95 from the coding system.
96
97 2005-10-10 Kenichi Handa <handa@m17n.org>
98
99 * textmodes/flyspell.el (flyspell-check-word-p):
100 If unread-command-events is non-empty, don't call sit-for.
101
102 2005-10-09 Richard M. Stallman <rms@gnu.org>
103
104 * font-lock.el (font-lock-syntactic-keywords)
105 (font-lock-keywords): Doc fixes.
106
107 * textmodes/flyspell.el (flyspell-external-point-words):
108 Simplify logic, and don't try to check for consecutive appearances
109 of one incorrect word.
110
111 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
112
113 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
114 separator.
115
116 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
117 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
118 (gud-expansion-speedbar-buttons): New function.
119 (gud-speedbar-buttons): Check for gud-comint-buffer.
120
121 2005-10-09 Bill Wohler <wohler@newt.com>
122
123 * Makefile.in (updates): Add mh-loaddefs dependency.
124
125 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
126
127 * speedbar.el (speedbar-file-key-map): Fix typo.
128
129 2005-10-09 Daniel Brockman <daniel@brockman.se>
130
131 * cus-start.el (line-spacing): Add custom spec.
132
133 2005-10-09 Romain Francoise <romain@orebokech.com>
134
135 * textmodes/ispell.el (ispell-check-version): Fix last change.
136
137 2005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
138
139 * term/x-win.el: Remove -i, --icon-type from comment.
140
141 * startup.el (command-line-x-option-alist): Remove options -i,
142 -itype, --icon-type, added -nb, --no-bitmap-icon
143
144 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
145
146 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
147 instead of :active.
148
149 2005-10-08 Eric Hanchrow <offby1@blarg.net>
150
151 * textmodes/ispell.el (ispell-check-version):
152 Ignore hyphen, and all that follows, in aspell's version text.
153
154 2005-10-08 Jay Belanger <belanger@truman.edu>
155
156 * calc/calc-arith.el (math-known-square-matrixp): New function.
157 (math-pow-fancy): Check for matrices before distributing exponent
158 across products.
159
160 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
161 fullscreen keypad. Suggested by Luc Teirlinck.
162 (calc-keypad-show-input): Add space for formatting.
163
164 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
165 Add square matrix option.
166
167 * calc/calc-poly.el (math-expand-term): Check for matrices instead
168 of checking calc-matrix-mode when deciding how to expand.
169
170 * calc/calc.el (calc-set-mode-line): Add square matrix option.
171
172 2005-10-08 Lars Hansen <larsh@soem.dk>
173
174 * net/tramp.el (tramp-perl-directory-files-and-attributes):
175 Add error handling.
176 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
177
178 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
179
180 Sync with Tramp 2.0.51.
181
182 * net/tramp.el (tramp-handle-set-visited-file-modtime)
183 (tramp-handle-insert-file-contents, tramp-handle-write-region):
184 Insert special handling for `last-coding-system-used', again
185 it still seems to be necessary (unlike stated before).
186 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
187 (tramp-password-prompt-regexp): There might be other words before
188 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
189 (tramp-chunksize): Improve docstring.
190 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
191 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
192 Christian Joergensen <bugs@razor.dk>.
193
194 2005-10-07 Glenn Morris <rgm@gnu.org>
195
196 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
197 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
198 precision'.
199
200 2005-10-07 Romain Francoise <romain@orebokech.com>
201
202 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
203 (ibuffer-do-shell-command-pipe-replace)
204 (ibuffer-do-shell-command-file, ibuffer-do-eval)
205 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
206 (ibuffer-do-revert, ibuffer-do-replace-regexp)
207 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
208 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
209 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
210 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
211 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
212 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
213 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
214 Autoload file sans suffix.
215
216 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
217
218 2005-10-07 David Ponce <david@dponce.com>
219
220 * recentf.el (recentf-menu-open-all-flag): New option.
221 (recentf-digit-shortcut-command-name): New function.
222 (recentf--shortcuts-keymap): New variable.
223 (recentf-menu-shortcuts): New variable.
224 (recentf-make-menu-items): Initialize it. Replace the "More..."
225 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
226 (recentf-menu-value-shortcut): New function.
227 (recentf-make-menu-item): Use it. No more in-lined.
228 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
229 (recentf-open-most-recent-file): Rename from
230 `recentf-open-file-with-key'. Don't depend on key binding.
231 (recentf-mode-map): New variable.
232 (recentf-mode): Use it.
233
234 2005-10-06 Bill Wohler <wohler@newt.com>
235
236 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
237
238 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
239 (MH-E-SRC): New. Used by mh-autoloads.
240 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
241 files in MH-E-SRC have been updated.
242 (compile, recompile, bootstrap): Depend on mh-autoloads.
243
244 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
245
246 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
247 gud-break and gud-remove icons when the fringe is not available.
248
249 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
250 Typo.
251
252 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
253
254 * play/zone.el (zone): Wrap body with save-window-excursion.
255
256 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
259 Use the new `list-only' arg to diary-list-entries.
260
261 * calendar/diary-lib.el: Use overlays rather than selective-display.
262 (diary-selective-display): New var.
263 (diary-header-line-format): Use it.
264 (diary-list-entries): Add argument `list-only'.
265 Put the buffer in diary-mode. Don't add \^M at beg and end.
266 Replace \^M by invisible overlays.
267 (diary-unhide-everything): Replace \^M by invisible overlays.
268 (print-diary-entries): Look for overlays rather than \^M.
269 Add a space to the temp buffer name.
270 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
271 Put the buffer in diary-mode.
272 (list-sexp-diary-entries): Replace \^M by invisible overlays.
273 (diary-anniversary): Make the year arg optional.
274 (diary-time-regexp): New const.
275 (diary-font-lock-keywords): Use it to accept a few more time formats.
276
277 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
278
279 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
280
281 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
282 Fix bug introduced 2005-07-03: Use (car (last ...))
283 to faithfully reproduce replaced artist-last.
284 (artist-set-arrow-points-for-poly): Likewise.
285 Suggested by Johan Bockg,Ae(Brd.
286
287 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
288
289 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
290 * wid-edit.el (widget):
291 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
292 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
293
294 2005-10-06 Kenichi Handa <handa@m17n.org>
295
296 * international/mule-cmds.el (set-language-environment):
297 Fix setting up of case-table for unibyte mode.
298
299 * simple.el (what-cursor-position): If the character is displayed
300 by some `display' text property, show that. Don't use
301 single-key-description for eight-bit characters in multibyte mode.
302
303 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
304
305 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
306 (gdb-ann3): Set it.
307 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
308 (gdb-info-frames-custom): Use inverse-video for first five
309 characters of selected frame only.
310 (gdb-get-frame-number): Select frame even when point is on frame
311 number.
312
313 2005-10-06 Masatake YAMATO <jet@gyve.org>
314
315 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
316 Put `font-lock-function-name-face'.
317 (gdb-info-frames-custom): Put `font-lock-function-name-face'
318 and `font-lock-variable-name-face'
319 (gdb-registers-font-lock-keywords): New font lock keywords definition.
320 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
321 (gdb-memory-font-lock-keywords): New font lock keywords definition.
322 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
323 (gdb-local-font-lock-keywords): New font lock keywords definition.
324 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
325 (gdb-threads-font-lock-keywords): New font lock keywords definition.
326 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
327
328 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
329
330 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
331 (ediff-merge-region-is-non-clash-to-skip): Previously called
332 ediff-merge-region-is-non-clash.
333
334 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
335 Use insert-buffer-substring.
336
337 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
338 selecting files to patch. Also bug fixes.
339
340 * ediff-util.el (ediff-setup): Bug fix.
341 (ediff-next-difference): Never skip clashes that differ in white
342 space only.
343
344 * ediff-wind.el (ediff-setup-control-frame)
345 (ediff-destroy-control-frame): Check the menubar feature.
346
347 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
348 (viper-refresh-mode-line): Use make-local-variable to localize
349 some vars instead of make-variable-buffer-local. Suggested by
350 Stefan Monnier.
351
352 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
353 (viper-restore-cursor-type, viper-set-insert-cursor-type):
354 Use make-local-variable instead of make-variable-buffer-local.
355 Suggested by Stefan Monnier.
356
357 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
358 (viper-comint-mode-hook): Use make-local-variable on
359 require-final-newline.
360 (viper-non-hook-settings): Don't use make-variable-buffer-local.
361
362 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
365 also the second char of a comment-start sequence.
366 (scheme-sexp-comment-syntax-table): New var.
367 (lambda, define): Set their scheme-doc-string-elt property.
368 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
369 Use lisp-font-lock-syntactic-face-function now that it properly
370 handles |...| symbols.
371 (scheme-mode-variables): Set lisp-doc-string-elt-property,
372 parse-sexp-lookup-properties and font-lock-extra-managed-props.
373
374 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
375 bit from # to |.
376 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
377
378 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
379 (lisp-doc-string-elt-property): New var.
380 (lisp-font-lock-syntactic-face-function): Use it.
381 Rewrite to recognize docstrings even for forms not at toplevel.
382
383 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
384 annotation on the | part of #| rather than on the # part.
385 (scheme-font-lock-syntactic-face-function): New function, to
386 distinguish strings from |...| symbols.
387 (scheme-mode-variables): Use it. Also fix up the font-lock-time
388 syntax-table so that #|...|# is properly highlighted.
389
390 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
391 Don't mark as docstring the 3rd elem of an unknown toplevel form.
392
393 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
396 and C-e.
397
398 * emacs-lisp/eldoc.el: Move comments into docstrings.
399 (eldoc-message-commands): Initialize in its declaration.
400 Add move-beginning-of-line and move-end-of-line.
401 (eldoc-add-command, eldoc-add-command-completions)
402 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
403
404 * outline.el (outline-mark-subtree): Activate the mark.
405
406 * calendar/appt.el (appt-time-regexp): New var.
407 (appt-add, appt-make-list): Use it.
408 (appt-convert-time): Clean up.
409
410 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
411 Don't set any syntax-table property here.
412 (tex-font-lock-verb): New function. Do it here.
413 (tex-font-lock-syntactic-keywords): Use it.
414
415 2005-10-04 Richard M. Stallman <rms@gnu.org>
416
417 * wid-edit.el (widget-file-complete): Get the widget start point
418 the right way. Default directory to `/' if file has none.
419
420 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
421
422 * textmodes/flyspell.el (flyspell-mode-on):
423 Call ispell-maybe-find-aspell-dictionaries.
424
425 * textmodes/ispell.el (ispell-word, ispell-region):
426 Call ispell-maybe-find-aspell-dictionaries.
427 (ispell-accept-buffer-local-defs):
428 Don't call ispell-maybe-find-aspell-dictionaries
429
430 2005-10-04 Richard M. Stallman <rms@gnu.org>
431
432 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
433
434 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
435
436 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
437 instead of `fboundp' in order to allow for anonymous functions.
438
439 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
440
441 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
442 case the user clicks on the link while another window is selected.
443 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
444
445 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
446 functionality.
447 (dframe-help-echo): Save point in case mouse tracking is off.
448
449 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
450
451 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
452
453 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
454
455 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
456 not change the global value of those vars.
457
458 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
459 make-local-variable which we do not need any more.
460
461 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
462
463 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
464 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
465 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
466 (speedbar-path-line): Define obsolete aliases.
467 (speedbar-line-directory): Doc fix.
468
469 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
470 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
471 instead of speedbar-line-path.
472
473 2005-10-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
474
475 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
476 to nil if dropping on a window. Handle dropping on a minibuffer window
477 like dropping on a non-window part of Emacs.
478
479 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
480
481 * net/ange-ftp.el: Use with-current-buffer.
482 (ange-ftp-insert-directory): Do not follow symlinks any more.
483
484 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
485 Remove interactive spec.
486
487 2005-10-03 Kim F. Storm <storm@cua.dk>
488
489 * ido.el (ido-mode): Use custom-initialize-set.
490
491 2005-10-02 Richard M. Stallman <rms@gnu.org>
492
493 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
494 Use insert-buffer-substring.
495
496 * net/tramp.el: Pacify byte compiler warnings in pacification code.
497 (tramp-handle-file-local-copy): Use insert-buffer-substring.
498
499 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
502 in last change.
503 (ange-ftp-insert-directory): Fix up the search for the case where
504 `file' is absolute.
505
506 2005-10-02 Romain Francoise <romain@orebokech.com>
507
508 * progmodes/compile.el (compile-goto-error): Delete extra paren.
509
510 2005-10-02 Andreas Schwab <schwab@suse.de>
511
512 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
513 directory component in the session info.
514
515 2005-10-01 Richard M. Stallman <rms@gnu.org>
516
517 * comint.el (comint-redirect-subvert-readonly): Doc fix.
518
519 * simple.el (next-error-internal): New function.
520
521 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
522 (compilation-start): Pass new arg to compilation-buffer-name.
523 (compile-goto-error): Use next-error-internal.
524
525 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
526
527 * speedbar.el: Remove RCS tag.
528 (speedbar-check-read-only): Handle non-existent files.
529
530 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
531
532 * info.el (Info-speedbar-hierarchy-buttons)
533 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
534
535 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
536
537 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
538 Do not match newline.
539 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
540 (bibtex-summary): Remove unnecessary save-excursion.
541 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
542
543 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
544
545 * term/mac-win.el: Add charset info for "iso10646-1".
546 Modify default fontset to use ATSUI-compatible fonts for some charsets
547 if available.
548
549 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
550
551 * speedbar.el: Re-apply arch tag.
552 (speedbar-version): Rename to version 1.0. Suggested by Eric
553 M. Ludlam.
554 Reapply two changes from Emacs CVS' version of speedbar lost
555 during the merge:
556 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
557 (speedbar-frame-parameters): Improve customize type.
558
559 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
562 (ange-ftp-file-directory-p): Fix the symlink case.
563 (ange-ftp-insert-directory): When listing a single file, get a list of
564 the parent buffer and extract the relevant line. Inspired from a patch
565 by Katsumi Yamaoka <yamaoka@jpl.org>.
566 (ange-ftp-file-name-sans-versions): Simplify.
567
568 2005-09-30 Bill Wohler <wohler@newt.com>
569
570 Move MH-E image files from toolbar and mail directories into
571 etc/images.
572
573 * mail/reply2.*: Move to etc/images/mail/reply*.
574
575 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
576 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
577 etc/images.
578
579 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
580 * toolbar/reply*: Move to etc/images/mail.
581
582 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
583
584 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
585
586 * speedbar.el: New version 1.0pre3.
587
588 Frame management code (including timer, and mouse click specifics)
589 moved to dframe.el:
590 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
591 (speedbar-timer): Removed. Use dframe-timer.
592 (speedbar-close-frame): Removed. Use dframe-close-frame.
593 (speedbar-activity-change-focus-flag): Removed. Use
594 dframe-activity-change-focus-flag.
595 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
596 dframe-update-speed.
597
598 (speedbar-current-frame): New macro. Use this instead of the
599 variable speedbar-frame.
600
601 (speedbar-use-images, speedbar-expand-image-button-alist)
602 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
603
604 (speedbar-find-image-on-load-path): Removed. Replaced by
605 defezimage in ezimage.el.
606 (speedbar-expand-image-button-alist): Removed. Replaced by
607 ezimage-expand-image-button-alist in ezimage.el.
608
609 (speedbar-ignored-directory-regexp)
610 (speedbar-add-ignored-directory-regexp)
611 (speedbar-ignored-directory-expressions)
612 (speedbar-line-directory, speedbar-buffers-line-directory)
613 (speedbar-directory-line, speedbar-buffers-line-directory):
614 Renamed, replacing `path' with `directory'.
615
616 (speedbar-create-directory, speedbar-expand-line-descendants)
617 (speedbar-toggle-line-expansion)
618 (speedbar-contract-line-descendants): New commands.
619
620 (speedbar-query-confirmation-method, speedbar-select-frame-method)
621 (speedbar-use-tool-tips-flag): New options.
622
623 (speedbar-check-read-only, speedbar-require-version)
624 (speedbar-insert-separator, speedbar-buffers-tail-notes)
625 (speedbar-handle-delete-frame, speedbar-try-completion)
626 (speedbar-update-localized-contents): New functions.
627
628 (speedbar-incompatible-version, speedbar-ro-to-do-point)
629 (speedbar-object-read-only-indicator): New variables.
630
631 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
632 New hooks.
633
634 (speedbar-separator-face): New face.
635
636 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
637 (speedbar-ignored-modes): Add fundamental-mode.
638 (speedbar-directory-unshown-regexp): Add . directories.
639
640 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
641 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
642 `]' for full expand/close.
643 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
644
645 (speedbar-check-vc): Support hidden files.
646 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
647 (speedbar-this-file-in-vc): Use vc-state if available. If VC
648 state is nil, it is not checked out.
649
650 (speedbar-line-text, speedbar-line-token): Support expand buttons
651 with no text.
652 (speedbar-refresh): Universal argument acts as power-click.
653 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
654 that buffer to get variable values.
655
656 And many other bugfixes.
657
658 * dframe.el, ezimage.el, sb-image.el: New files.
659
660 * sb-*.xpm: Remove files. New image files installed into
661 etc/images/ezimage.
662
663 2005-09-30 Kenichi Handa <handa@m17n.org>
664
665 * ps-mule.el (ps-mule-show-warning): If a character is in
666 ps-print-translation-table, don't treat it as non-printable.
667
668 2005-09-30 David Ponce <david@dponce.com>
669
670 * tree-widget.el (tree-widget-themes-load-path): New variable.
671 (tree-widget-themes-directory): Doc fix.
672 (tree-widget-image-formats) [Emacs]: Doc fix.
673 (tree-widget--locate-sub-directory): New function.
674 (tree-widget-themes-directory): Use it.
675
676 * recentf.el (recentf-filename-handlers): Rename from
677 `recentf-filename-handler'. Allow a list of functions.
678 (recentf-menu-items-for-commands): Fix :help strings.
679 (recentf-apply-filename-handlers): New function.
680 (recentf-expand-file-name): Use it.
681 (recentf-cleanup): Remove duplicates too.
682
683 2005-09-29 Juri Linkov <juri@jurta.org>
684
685 * faces.el: Rearrange face definitions to be in the same order as
686 their face descriptions in "(emacs)Standard Faces".
687
688 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
689
690 * tooltip.el (tooltip): Add group `basic-faces'.
691
692 * buff-menu.el (Buffer-menu-buffer): Remove group
693 `font-lock-highlighting-faces'.
694
695 * progmodes/compile.el (compilation-error, compilation-warning)
696 (compilation-info, compilation-line-number, compilation-column-number):
697 Change group from `font-lock-highlighting-faces' to `compilation'.
698
699 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
700 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
701 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
702 (vhdl-font-lock-reserved-words-face)
703 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
704 `font-lock-highlighting-faces'.
705
706 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
707
708 2005-09-28 Kim F. Storm <storm@cua.dk>
709
710 * emulation/cua-base.el: Set CUA move property on additional commands:
711 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
712 forward-sexp, backward-sexp, forward-list, backward-list.
713
714 2005-09-28 Romain Francoise <romain@orebokech.com>
715
716 * comint.el (comint-show-output): Really set point at the
717 beginning of the output when not using `comint-use-prompt-regexp'.
718
719 2005-09-27 Jay Belanger <belanger@truman.edu>
720
721 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
722 in TeX mode.
723
724 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
725
726 * textmodes/org.el (org-table-sum): Fix format string.
727
728 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
729 Quote face names.
730
731 2005-09-26 Romain Francoise <romain@orebokech.com>
732
733 * isearch.el (isearch-forward-regexp): Close doc string.
734
735 2005-09-25 Richard M. Stallman <rms@gnu.org>
736
737 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
738
739 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
740
741 * progmodes/compile.el (compilation-error-properties):
742 When getting the file from the previous error message,
743 correctly decode the new data format.
744
745 * progmodes/cc-cmds.el (c-electric-paren):
746 Call old-blink-paren only for close-paren.
747
748 2005-09-24 Andreas Schwab <schwab@suse.de>
749
750 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
751 condition.
752
753 2005-09-25 Romain Francoise <romain@orebokech.com>
754
755 * dired-aux.el (dired-copy-file-recursive):
756 * dired.el (dired-delete-file):
757 * ediff-mult.el (ediff-dir-diff-copy-file):
758 * ediff-util.el (ediff-test-save-region):
759 * forms.el (forms-mode):
760 * ido.el (ido-file-internal, ido-delete-file-at-head):
761 * log-edit.el (log-edit-done):
762 * ses.el (ses-yank-resize):
763 * play/gomoku.el (gomoku-human-plays, gomoku)
764 (gomoku-human-resigns, gomoku-prompt-for-other-game)
765 (gomoku-offer-a-draw):
766 * play/landmark.el (lm-human-resigns, lm):
767 * net/eudcb-ldap.el (eudc-ldap-check-base):
768 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
769 * progmodes/ebrowse.el (ebrowse-find-pattern):
770 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
771 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
772 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
773
774 * vc.el (vc-delete-file):
775 * play/gomoku.el (gomoku-terminate-game, gomoku)
776 (gomoku-prompt-for-move, gomoku-human-takes-back):
777 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
778 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
779
780 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
781
782 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
783 color rxvt terminals by using the code xterm.el used to use before
784 2005-04-09 in order to match the colors used by rxvt.
785
786 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
787
788 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
789 colors rxvt-unicode terminals by using the same code as xterm.el.
790
791 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * textmodes/tex-mode.el (tex-font-lock-append-prop)
794 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
795 new symbol used for the tex-verbatim face.
796
797 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
798
799 * woman.el (woman-file-name):
800 * wid-edit.el (widget-file-prompt-value)
801 (widget-coding-system-prompt-value):
802 * w32-fns.el (set-w32-system-coding-system):
803 * vc.el (vc-version-diff, vc-annotate):
804 * textmodes/reftex-auc.el (reftex-arg-cite)
805 (reftex-arg-index-tag):
806 * textmodes/refer.el (refer-get-bib-files):
807 * textmodes/artist.el (artist-figlet-choose-font):
808 * terminal.el (terminal-emulator):
809 * replace.el (occur-read-primary-args):
810 * rect.el (string-rectangle, string-insert-rectangle):
811 * ps-print.el (ps-print-preprint):
812 * progmodes/pascal.el (pascal-goto-defun):
813 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
814 * progmodes/compile.el (compilation-find-file):
815 * printing.el (pr-interactive-n-up):
816 * play/animate.el (animate-birthday-present):
817 * net/rcompile.el (remote-compile):
818 * man.el (man, Man-goto-section, Man-follow-manual-reference):
819 * mail/rmailsum.el (rmail-summary-search-backward)
820 (rmail-summary-search):
821 * mail/rmailout.el (rmail-output-read-rmail-file-name)
822 (rmail-output-read-file-name):
823 * mail/rmail.el (rmail-search, rmail-search-backwards):
824 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
825 * locate.el (locate):
826 * international/quail.el (quail-show-keyboard-layout):
827 * international/mule.el (set-buffer-file-coding-system)
828 (revert-buffer-with-coding-system, set-file-name-coding-system)
829 (set-terminal-coding-system, set-keyboard-coding-system)
830 (set-next-selection-coding-system):
831 * international/mule-diag.el (describe-coding-system)
832 (describe-font, describe-fontset):
833 * international/mule-cmds.el (universal-coding-system-argument)
834 (search-unencodable-char, describe-input-method)
835 (set-language-environment, describe-language-environment):
836 * international/codepage.el (codepage-setup):
837 * international/code-pages.el (codepage-setup):
838 * info.el (Info-search, Info-follow-reference)
839 (Info-search-backward):
840 * emacs-lisp/advice.el (ad-read-advised-function)
841 (ad-read-advice-class, ad-clear-cache, ad-activate)
842 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
843 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
844 (ad-read-regexp):
845 * ediff-util.el (ediff-toggle-regexp-match):
846 * ediff-ptch.el (ediff-prompt-for-patch-file):
847 * dired-aux.el (dired-diff):
848 * diff.el (diff):
849 * cus-edit.el (custom-variable-prompt):
850 * calendar/timeclock.el (timeclock-ask-for-project):
851 * calc/calcalg3.el (calc-get-fit-variables):
852 * calc/calc-store.el (calc-edit-variable)
853 (calc-permanent-variable):
854 * vc-mcvs.el (vc-mcvs-register):
855 * shadowfile.el (shadow-define-literal-group):
856 * woman.el (woman-file-name):
857 * vc.el (vc-version-diff, vc-merge):
858 * textmodes/reftex-index.el (reftex-index-complete-tag):
859 * format.el (format-decode-buffer, format-decode-region):
860 * emulation/viper-cmd.el (viper-read-string-with-history):
861 * emacs-lisp/debug.el (cancel-debug-on-entry):
862 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
863 * ediff.el (ediff-merge-revisions)
864 (ediff-merge-revisions-with-ancestor, ediff-revision):
865 * completion.el (interactive-completion-string-reader):
866 * calc/calc-prog.el (calc-user-define-formula):
867 Follow convention for reading with the minibuffer.
868
869 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
870
871 * progmodes/python.el (python-describe-symbol): Add globals() and
872 locals() to the arguments of emacs.ehelp.
873
874 2005-09-24 Magnus Henoch <mange@freemail.hu>
875
876 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
877 New function, code extracted from ispell-valid-dictionary-list.
878 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
879 Call it.
880
881 2005-09-24 Eli Zaretskii <eliz@gnu.org>
882
883 * subr.el (version-regexp-alist): Extend valid syntax for version
884 strings: allow any of the characters -,_,+ to separate the
885 alpha/beta/rc part from the version part. Doc fix.
886 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
887
888 2005-09-23 David Reitter <david.reitter@gmail.com>
889
890 * mail/mailclient.el: New file.
891
892 2005-09-23 Richard M. Stallman <rms@gnu.org>
893
894 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
895 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
896 Doc fixes.
897
898 * progmodes/cc-mode.el (c-font-lock-init):
899 Specify font-lock-lines-before.
900
901 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
904 whole conflict.
905
906 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
907
908 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
909 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
910 of `remap' feature when available. Additional key bindings for
911 better tty support.
912 (org-mode-restart, org-force-self-insert): New commands.
913 (org-time-stamp-inactive): New command.
914 (org-remap): New function.
915 (org-table-auto-blank-field, org-level-color-stars-only): New options.
916 (org-enable-fixed-width-editor): Move to `org-structure'
917 customization group.
918 (org-self-insert-command, orgtbl-self-insert-command): Modify to
919 blank field after field motion commands.
920
921 2005-09-23 Kenichi Handa <handa@m17n.org>
922
923 * international/mule-cmds.el (set-language-environment):
924 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
925 have to call utf-translate-cjk-load-tables.
926
927 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * mouse.el (mouse-move-drag-overlay): Fix last change.
930
931 2005-09-22 David Ponce <david@dponce.com>
932
933 * tree-widget.el (tree-widget-value-create): Fix previous change.
934
935 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
936
937 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
938
939 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * mouse.el (mouse-move-drag-overlay): New function.
942 (mouse-drag-region-1): Use it.
943 Try to simplify a bit the state handling. Handle clicks on links
944 inside intangible areas.
945 (mouse-save-then-kill): Minor simplification.
946 (mouse-secondary-overlay): Make it always non-nil instead of
947 recreating it each time.
948 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
949 (mouse-kill-secondary, mouse-secondary-save-then-kill):
950 Simplify accordingly.
951
952 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
953
954 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
955
956 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
957
958 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
959 (ediff-file-name-sans-prefix): Treat nil as an empty string.
960 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
961 to patch.
962
963 * ediff-util.el: Use insert-buffer-substring.
964
965 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
966
967 * emulation/viper-cmd.el (viper-change-state): Don't move over the
968 field boundaries in the minibuffer.
969 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
970 (viper-minibuffer-post-command-hook): New hook.
971 (viper-line): Don't move cursor at bolp.
972
973 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
974
975 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
976 avoid compiler warnings.
977
978 * emulation/viper-macs.el (ex-map): Better messages.
979
980 * emulation/viper-utils.el (viper-beginning-of-field): New function.
981
982 * emulation/viper.el: Replace make-variable-buffer-local with
983 viper-make-variable-buffer-local everywhere, to avoid warnings.
984
985 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
988 Delete unused var `old-selected-window'.
989 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
990 (mouse-drag-secondary): Delete unused var `start-frame'.
991
992 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
993
994 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
995
996 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
999 Re-indent within 80 columns. Use inhibit-read-only.
1000
1001 2005-09-19 Romain Francoise <romain@orebokech.com>
1002
1003 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1004
1005 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1008 unconditionally, since the after-change-function already did it.
1009
1010 2005-09-19 Miles Bader <miles@gnu.org>
1011
1012 * net/newsticker.el: Get rid of CVS keyword.
1013
1014 2005-09-19 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se>
1015
1016 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1017 The prompt is formatted later.
1018
1019 2005-09-19 David Ponce <david@dponce.com>
1020
1021 * tree-widget.el (tree-widget-value-create): Save the converted
1022 tree :node widget.
1023
1024 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1025
1026 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1027 variable `message'.
1028
1029 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1030
1031 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1032 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1033 <slawomir.nowaczyk.847@student.lu.se>.
1034
1035 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1036
1037 * image.el (image-load-path): Use symbol `data-directory' instead
1038 of its value, for backward compatibility with packages that bind
1039 it during `find-image'. Suggested by Katsumi Yamaoka.
1040 (image-search-load-path): Handle symbols whose values are strings.
1041
1042 2005-09-18 Romain Francoise <romain@orebokech.com>
1043
1044 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1045 with-current-buffer form in save-excursion.
1046
1047 2005-09-18 D Goel <deego@gnufans.org>
1048
1049 * apropos.el (apropos-command): Fix `message' call: first arg
1050 should be a format spec. In this and all other cases that appear
1051 below and elsewhere in the source code, I made a change only when
1052 two conditions were satisfied: [1] I can think of a possibility
1053 that the arguments would cause an error, for example, the code in
1054 question relies on external variables such as filenames. [2] I
1055 was sure that the arg to `message' could not have been nil in the code.
1056
1057 * textmodes/tildify.el (tildify-region): Ditto.
1058
1059 * textmodes/reftex-index.el (reftex-index-change-entry)
1060 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1061 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1062 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1063 (org-priority, org-table-sum):
1064 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1065 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1066 (flyspell-word, flyspell-display-next-corrections):
1067 * textmodes/bibtex.el (bibtex-print-help-message):
1068 * textmodes/artist.el (artist-key-set-point-poly):
1069 * term/mac-win.el (mac-services-insert-text):
1070 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1071 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1072 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1073 (vhdl-compose-configuration):
1074 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1075 (sh-set-indent, sh-learn-line-indent):
1076 * progmodes/ps-mode.el (ps-mode-target-column):
1077 * progmodes/idlwave.el (idlwave-make-tags)
1078 (idlwave-scan-library-catalogs):
1079 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1080 * progmodes/gud.el (gud-jdb-analyze-source):
1081 * progmodes/flymake.el (flymake-log):
1082 * progmodes/ebnf2ps.el (ebnf-generate-region):
1083 * progmodes/cmacexp.el (c-macro-expansion):
1084 * progmodes/ada-xref.el (ada-treat-cmd-string):
1085 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1086 (ada-justified-indent-current, ada-batch-reformat):
1087 * play/zone.el (zone):
1088 * play/landmark.el (lm-move):
1089 * play/decipher.el (decipher-show-alphabet):
1090 * net/newsticker.el (newsticker--display-jump)
1091 (newsticker--display-scroll):
1092 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1093 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1094 * mail/feedmail.el (feedmail-dump-message-to-queue):
1095 * eshell/esh-proc.el (eshell-remove-process-entry):
1096 * emulation/ws-mode.el (ws-last-error):
1097 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1098 (viper-record-kbd-macro):
1099 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1100 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1101 * emacs-lisp/find-func.el (find-function-noselect):
1102 * calendar/timeclock.el (timeclock-status-string)
1103 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1104 (timeclock-when-to-leave-string):
1105 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1106 * calc/calc-units.el (calc-enter-units-table):
1107 * calc/calc-mode.el (calc-mode-record-mode):
1108 * woman.el (woman-mini-help):
1109 * wdired.el (wdired-change-to-wdired-mode):
1110 * vc.el (vc-retrieve-snapshot):
1111 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1112 * startup.el (display-startup-echo-area-message):
1113 * simple.el (set-goal-column):
1114 * ses.el (ses-command-hook, ses-recalculate-cell):
1115 * server.el (server-process-filter):
1116 * printing.el (pr-interface-txt-print, pr-interface-printify)
1117 (pr-interface-ps):
1118 * pcvs.el (cvs-help):
1119 * log-edit.el (log-edit, log-edit-mode-help):
1120 * iswitchb.el (iswitchb-possible-new-buffer):
1121 * isearch.el (isearch-edit-string):
1122 * image-mode.el (image-mode, image-minor-mode):
1123 * ibuf-macs.el (define-ibuffer-filter):
1124 * hi-lock.el (hi-lock-find-patterns):
1125 * files.el (toggle-read-only):
1126 * ediff-util.el (ediff-copy-diff)
1127 (ediff-write-merge-buffer-and-maybe-kill):
1128 * echistory.el (Electric-history-undefined):
1129 * dnd.el (dnd-insert-text):
1130 * dired-aux.el (dired-query):
1131 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1132 * bookmark.el (bookmark-bmenu-locate):
1133 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1134 Fix `message' calls to ensure first arg is a format string.
1135 The change was made only when these two conditions were satisfied:
1136 [1] when there is a possibility that the arguments would cause an error
1137 for example, if the code in question relies on external variables
1138 such as filenames, and
1139 [2] if the arg to `message' could not have been nil in the code.
1140
1141 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1142 Not having a %s would be weird, though not technically wrong.
1143
1144 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1145
1146 * term/mac-win.el (mac-add-charset-info): Doc fix.
1147
1148 2005-09-17 Romain Francoise <romain@orebokech.com>
1149
1150 * shell.el (shell-resync-dirs): Handle echoing processes more
1151 reliably. Don't insert resync command if `comint-process-echoes'
1152 is non-nil.
1153
1154 2005-09-17 Magnus Henoch <mange@freemail.hu>
1155
1156 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1157 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1158 aspell versions >= 0.60.
1159 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1160 only if ispell-aspell-supports-utf8 is non-nil.
1161
1162 2005-09-17 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
1163
1164 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1165 buffer-local value to lisp-indent-function.
1166
1167 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1168
1169 * progmodes/glasses.el (glasses-make-readable): If
1170 glasses-separator differs from underscore, put appropriate
1171 overlays over underscore characters.
1172 (glasses-convert-to-unreadable): If glasses-separator differs from
1173 underscore, try to convert glasses-separator characters to
1174 underscores.
1175
1176 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1177
1178 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1179 Use with-syntax-table and dolist.
1180
1181 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1182
1183 * textmodes/reftex-auc.el:
1184 * textmodes/reftex-cite.el:
1185 * textmodes/reftex-dcr.el:
1186 * textmodes/reftex-global.el:
1187 * textmodes/reftex-parse.el:
1188 * textmodes/reftex-ref.el:
1189 * textmodes/reftex-sel.el:
1190 * textmodes/reftex-toc.el:
1191 * textmodes/reftex-vars.el:
1192 * textmodes/reftex.el: Small changes to remove compiler warnings.
1193
1194 * textmodes/reftex-index.el: Likewise.
1195 (reftex-query-index-phrase): More efficient use of markers.
1196
1197 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1198
1199 * image.el (image-load-path): New variable.
1200 (image-search-load-path): New function.
1201 (find-image): Search for images in `image-load-path'.
1202
1203 2005-09-15 Richard M. Stallman <rms@gnu.org>
1204
1205 * follow.el: Change Maintainer field.
1206
1207 2005-09-15 David Ponce <david@dponce.com>
1208
1209 * recentf.el (recentf-save-file-modes): New option.
1210 (recentf-save-list): Use it.
1211
1212 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1213
1214 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1215 (mode-line-mule-info, mode-line-modified): Move bindings from
1216 mouse-3 to mouse-1.
1217
1218 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1219
1220 * simple.el (sendmail-user-agent-compose): Revert last change.
1221
1222 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1225 Use with-current-buffer.
1226 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1227 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1228 (ange-ftp-insert-directory): Remove unused var `short'.
1229 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1230
1231 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1232 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1233
1234 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1235 (check-calendar-holidays, diary-list-entries): Autoload.
1236 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1237 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1238
1239 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1240 which mistakenly removed a call to display-buffer.
1241
1242 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1243
1244 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1245
1246 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1247
1248 * progmodes/hideshow.el
1249 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1250 (hs-allow-nesting): New user var.
1251 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1252 (hs-hide-block-at-point): When nesting allowed,
1253 if there is already an overlay in place, delete it.
1254 (hs-safety-is-job-n): Delete func; remove call sites.
1255 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1256 (hs-overlay-at): New func.
1257 (hs-already-hidden-p, hs-show-block): Use it.
1258 (hs-hide-all): Don't pre-clean if nesting allowed.
1259 (hs-show-all): Temporarily disallow
1260 nesting around call to `hs-discard-overlays'.
1261
1262 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1263
1264 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1265 Delete unused local var.
1266
1267 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1268
1269 * help-fns.el (describe-categories): "?\ " -> "?\s".
1270 (help-do-arg-highlight): Recognize also ARG-n, as in
1271 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1272
1273 * international/codepage.el (dos-unsupported-char-glyph):
1274 * net/newsticker.el (tool-bar-map, w3-mode-map)
1275 (w3m-minor-mode-map):
1276 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1277 (ent-alist):
1278 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1279
1280 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * custom.el (custom-push-theme): Handle the case where a symbol is
1283 bound but face properties have not yet been assigned.
1284
1285 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1286 Fix behavior if noerase is `t' and there is no mail buffer.
1287
1288 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1289 if `continue' is nil, rather than signal an error.
1290
1291 2005-09-12 Richard M. Stallman <rms@gnu.org>
1292
1293 * font-lock.el (font-lock-keywords): Add autoload.
1294
1295 * help-fns.el (describe-variable): Rearrange to put source link
1296 in a predictable place.
1297
1298 * net/newsticker.el: New file.
1299
1300 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1303 (calendar-basic-setup): Use the new nil arg.
1304 (number-of-diary-entries): Move to diary-lib.el.
1305
1306 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1307 (diary-list-entries): Use with-syntax-table and dolist.
1308 Rename from list-diary-entries.
1309 Use number-of-diary-entries if `number' is nil.
1310 (diary, diary-view-entries): Use this new name and new nil arg value.
1311 (number-of-diary-entries): Move from calendar.el.
1312 (diary-unhide-everything): New function.
1313 (include-other-diary-files, fancy-diary-display)
1314 (diary-show-all-entries, make-diary-entry): Use it.
1315 (diary-mail-entries): Use buffer-string.
1316 (mark-diary-entries): Fix long standing paren typo.
1317 (diary-sexp-entry): Use count-lines.
1318 (make-diary-entry): Avoid `previous-line'.
1319 (diary-mode-map): New var.
1320 (diary-mode): Redraw cal after saving. Setup header-line.
1321 (fancy-diary-display-mode): Use local-set-key.
1322
1323 * startup.el (command-line): Try calling various terminal-init-foo-bar
1324 functions by stripping hyphenated suffixes from $TERM.
1325
1326 * files.el (normal-mode): Check boundness of font-lock-keywords.
1327
1328 2005-09-12 Richard M. Stallman <rms@gnu.org>
1329
1330 * progmodes/compile.el: Don't decide a file's directory
1331 until the user actually tries to go there.
1332 (compilation-next-error-function):
1333 Pass compilation-find-file the directory from the file-struct.
1334 (compilation-internal-error-properties): Separate local FILE-STRUCT
1335 from FILE. Doc the args better. Rename arg FMT to FMTS.
1336 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1337 Expand it, and if nil, use default-directory.
1338 (compilation-get-file-structure): Don't mix specified directory
1339 with default directory. Put specified directory into
1340 file-struct. Don't make the file name absolute.
1341
1342 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1343 (compile-command): Add autoload.
1344 (compilation-disable-input): Add autoload.
1345
1346 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1347
1348 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1349 strings of the variables it can override.
1350 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1351 %Q and %q, for fully-qualified domain name and unqualified host name.
1352
1353 2005-09-11 Kim F. Storm <storm@cua.dk>
1354
1355 * emacs-lisp/authors.el (authors-aliases): Update list.
1356 (authors-fixed-entries): Update mldrag.el entry.
1357
1358 2005-09-10 Alan Mackenzie <acm@muc.de>
1359
1360 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1361 from the region narrowed to.
1362
1363 2005-09-10 Magnus Henoch <mange@freemail.hu>
1364
1365 * textmodes/ispell.el (ispell-check-version): Signal an error if
1366 aspell version is less than 0.60.
1367
1368 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1369
1370 * progmodes/octave-inf.el (inferior-octave-startup):
1371 Resync current dir at the end.
1372
1373 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1374
1375 * woman.el (woman-topic-at-point-default):
1376 Rename to woman-use-topic-at-point-default.
1377 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1378 (woman-file-name): Reflect renames above. Automatically use the
1379 word at point as topic if woman-use-topic-at-point is non-nil.
1380 Otherwise offer it as default but don't insert it in the
1381 minibuffer. Also use `test-completion' instead of `assoc' as
1382 suggested by Stefan Monnier.
1383
1384 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1385
1386 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1387 the attempt to do it over Tramp. This is not yet supported.
1388
1389 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1390
1391 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1392 (menu-bar-non-minibuffer-window-p): New functions.
1393 ("Split Window", "Save As..."): Use them.
1394 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1395 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1396 Use menu-bar-menu-frame-live-and-visible-p.
1397 ("Save Buffer", "Insert File", "Open Directory...")
1398 ("Open File...", "Visit New File..."):
1399 Use menu-bar-non-minibuffer-window-p.
1400 (kill-this-buffer-enabled-p, dired <menu-enable>):
1401 Use menu-bar-non-minibuffer-window-p.
1402
1403 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1404
1405 * cus-start.el (all): Don't complain about fringe-related
1406 built-ins if fringes are not supported. Ditto about
1407 selection-related built-ins. Fix the test for GTK-related built-ins.
1408
1409 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1410 ("Postscript Print Buffer", "Print Region", "Save As...")
1411 ("Save", "Insert File...", "Open Directory...")
1412 ("Open File...", "Visit New File..."")
1413 ("Truncate Long Lines in this Buffer"): Don't look at
1414 menu-updating-frame if this display does not support multiple frames.
1415
1416 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1417
1418 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1419
1420 2005-09-09 Emilio Lopes <eclig@gmx.net>
1421
1422 * woman.el: Format- and whitespace-related changes.
1423
1424 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1425
1426 * woman.el: Fix my email address.
1427
1428 2005-09-08 Richard M. Stallman <rms@gnu.org>
1429
1430 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1431 (sh-mode): Locally set skeleton-pair-default-alist.
1432
1433 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1434
1435 * progmodes/flymake.el: Require `compile' unconditionally.
1436
1437 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1438
1439 * woman.el (woman-file-name): Provide a default, not initial input.
1440
1441 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1442
1443 * font-lock.el (font-lock-support-mode): Doc fix.
1444
1445 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1446
1447 2005-09-08 Richard M. Stallman <rms@gnu.org>
1448
1449 * simple.el (blink-matching-open): Get rid of text props from
1450 the string shown in echo area. Don't permanently set point.
1451 Some rearrangements.
1452
1453 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1454
1455 * recentf.el (recentf-filename-handler): Add custom choice
1456 `abbreviate-file-name'.
1457
1458 * msb.el (msb--very-many-menus): Fix typo.
1459
1460 * disp-table.el (standard-display-european): Don't set
1461 enable-multibyte-characters to nil.
1462
1463 2005-09-08 David Ponce <david@dponce.com>
1464
1465 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1466 (recentf-expand-file-name): Doc fix.
1467 (recentf-dialog-mode-map): Define digit shortcuts.
1468 (recentf--files-with-key): New variable.
1469 (recentf-show-digit-shortcut-filter): New function.
1470 (recentf-open-files-items): New function.
1471 (recentf-open-files): Use it.
1472 (recentf-open-file-with-key): New command.
1473
1474 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1475
1476 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1477 Suggested by Kim F. Storm.
1478 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1479 (Buffer-menu-make-sort-button): Use global keymap.
1480
1481 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1482
1483 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1484 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1485 necessary any longer with the remapped command.
1486 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1487 formatting time only.
1488
1489 * net/tramp.el (tramp-action-password)
1490 (tramp-multi-action-password): Compile the password prompt from
1491 `method', `user' and `host'. Sometimes it isn't obvious which
1492 password to enter, for example with remote files offered by
1493 recentf.el, or with multiple steps. Suggested by Robert Marshall
1494 <robert@chezmarshall.freeserve.co.uk>.
1495
1496 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1497
1498 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1499 Fix regexp for when "s///" is at the beginning of line.
1500
1501 2005-09-07 Jay Belanger <belanger@truman.edu>
1502
1503 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1504 when in matrix mode.
1505
1506 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1509 non-anonymous functions.
1510
1511 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1512
1513 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1514 when using a header line. Otherwise, use mouse-1-click-follows-link.
1515
1516 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1517 can't be moved; don't signal an error.
1518
1519 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * cus-theme.el (custom-theme-write-faces): Save the current face
1522 spec, not the defface spec.
1523
1524 * custom.el (custom-known-themes): Clarify meaning of "standard".
1525 (custom-push-theme): Save old values in the standard theme.
1526 (disable-theme): Correct typo.
1527 (custom-face-theme-value) Deleted unused function.
1528 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1529
1530 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * progmodes/compile.el (compilation-goto-locus): Take into account
1533 iconified frames when determining whether the buffer is
1534 already visible.
1535 Don't reset window height if the window already existed.
1536
1537 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1538
1539 * custom.el (load-theme): Rename from require-theme.
1540 Add interactive spec.
1541 (enable-theme): Rename from custom-enable-theme.
1542 Add interactive spec.
1543 (disable-theme): Rename from custom-disable-theme.
1544 Add interactive spec.
1545 (custom-make-theme-feature): Doc fix.
1546 (custom-theme-directory): Doc fix.
1547 (provide-theme): Call enable-theme.
1548
1549 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * obsolete/lazy-lock.el (lazy-lock-mode):
1552 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1553 font-lock-mode if it's off. Print a warning instead.
1554
1555 * progmodes/compile.el (compilation-start): Ignore errors if the
1556 process died before we get to send-eof.
1557
1558 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1559 Undo last change. Enclosing the result in quotes broke things on Unix
1560 since tex-send-command passes it through shell-quote-argument.
1561 (tex-send-command): Pass `file' through convert-standard-filename
1562 when possible.
1563 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1564 info in a transcript.
1565
1566 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1567
1568 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1569 fix compilation warning. Reorder the key definitions to group
1570 together keys emitted by the current version of xterm.
1571
1572 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1573 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1574 Reorder predicates to correct min-color usage.
1575
1576 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1577
1578 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1579 Kill local variables when longlines-mode is turned off.
1580
1581 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1584
1585 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1586
1587 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1588
1589 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1590 (font-lock-lines-before): Change default to being inactive.
1591 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1592 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1593
1594 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1595
1596 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1597 Deactivate temporarily advice if active (not needed for Emacs 22,
1598 but for backwards compatibility).
1599 (tramp-exists-file-name-handler): Rewrite. First implementation
1600 was too simple.
1601 (tramp-advice-make-auto-save-file-name):
1602 Call `tramp-handle-make-auto-save-file-name' (again, just for
1603 backwards compatibility).
1604
1605 2005-08-31 Reto Zimmermann <reto@gnu.org>
1606
1607 * progmodes/vhdl-mode.el
1608 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1609 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1610 (vhdl-set-default-project): New function (easier setting of default).
1611 (vhdl-port-copy): Handle extended identifiers for generics.
1612 (vhdl-compiler-alist): Better description for error message regexp.
1613 (vhdl-make): Query for target, use previous as default.
1614 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1615 (vhdl-font-lock-keywords-2): Fix fontification for record
1616 el. assign.
1617 (vhdl-speedbar-make-subpack-line): Add package body link.
1618 (vhdl-generate-makefile-1): Not include itself as dependency.
1619 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1620 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1621 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1622 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1623 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1624 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1625 (vhdl-import-project): Add string argument for `error'.
1626 (vhdl-compose-configuration)
1627 (vhdl-compose-configuration-architecture): Add configuration
1628 declaration generation.
1629 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1630 (vhdl-trailer-re): Add "record" keyword (better indentation).
1631 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1632 "[^ \t-\"]+".
1633 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1634 (vhdl-testbench-entity-file-name)
1635 (vhdl-testbench-architecture-file-name): Allow separate
1636 customization of testbench file names.
1637 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1638 (vhdl-get-visible-signals): Allow newline within alias declaration.
1639 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1640 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1641 (member-ignore-case): Alias for missing function in XEmacs.
1642 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1643 (vhdl-update-sensitivity-list): Ignore case on read signals.
1644 (vhdl-replace-string): Adjust case only for file names.
1645 (vhdl-update-sensitivity-list): Fix search for read signals.
1646 (vhdl-update-sensitivity-list): Exclude formal parameters.
1647 (vhdl-get-visible-signals): Include aliases of signals.
1648 (vhdl-get-visible-signals): Fix signal name searching.
1649 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1650 (vhdl-fixup-whitespace-region): Fix for character
1651 literals (e.g. ':').
1652
1653 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1654
1655 * ansi-color.el (comint-last-output-start):
1656 * bs.el (font-lock-verbose):
1657 * diff-mode.el (add-log-buffer-file-name-function):
1658 * dired-x.el (vm-folder-directory):
1659 * faces.el (help-xref-stack-item):
1660 * files.el (font-lock-keywords):
1661 * find-lisp.el (dired-buffers, dired-subdir-alist):
1662 * ido.el (cua-inhibit-cua-keys):
1663 * log-view.el (cvs-minor-wrap-function):
1664 * outline.el (font-lock-warning-face):
1665 * simple.el (compilation-current-error):
1666 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1667 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1668 * tooltip.el (comint-prompt-regexp):
1669 * w32-fns.el (explicit-shell-file-name):
1670 * term/mac-win.el (mac-charset-info-alist)
1671 (mac-services-selection, mac-system-script-code):
1672 * term/tty-colors.el (msdos-color-values):
1673 * term/w32-win.el (xlfd-regexp-registry-subnum):
1674 * term/x-win.el (x-keysym-table, x-selection-timeout)
1675 (x-session-id, x-session-previous-id):
1676 * textmodes/ispell.el (mail-yank-prefix):
1677 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1678 * textmodes/org.el (calc-embedded-close-formula)
1679 (calc-embedded-open-formula)
1680 (font-lock-unfontify-region-function):
1681 * textmodes/reftex-global.el (isearch-next-buffer-function)
1682 (TeX-master):
1683 * textmodes/reftex.el (font-lock-keywords):
1684 * textmodes/tex-mode.el (font-lock-comment-face)
1685 (font-lock-doc-face):
1686 * textmodes/texinfo.el (outline-heading-alist):
1687 Add defvars.
1688
1689 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1690 (artist-spray-chars, artist-mode-init, artist-replace-string)
1691 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1692 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1693 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1694
1695 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1696 (conf-align-assignments): "?\ " -> "?\s".
1697
1698 * textmodes/reftex-index.el (TeX-master): Add defvar.
1699 (reftex-index-phrases-marker): Move up defvar.
1700
1701 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1702 (reftex-toc-include-labels-indicator)
1703 (reftex-toc-include-index-indicator)
1704 (reftex-toc-max-level-indicator): Move up declarations.
1705
1706 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1707 of args to `tramp-run-real-handler', even if it's empty in this case.
1708
1709 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1710
1711 * dired.el (dired-move-to-filename-regexp): Add date format for
1712 Mac OS X 10.3 in East Asian locales.
1713
1714 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1715
1716 * files.el (make-auto-save-file-name): Add file name handler call
1717 if applicable.
1718
1719 * net/tramp.el (tramp-file-name-handler-alist)
1720 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1721 (tramp-handle-make-auto-save-file-name): Rename from
1722 `tramp-make-auto-save-file-name'.
1723 (tramp-exists-file-name-handler): New defun.
1724 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1725 `make-auto-save-file-name' is not a magic file name operation.
1726
1727 2005-08-30 Richard M. Stallman <rms@gnu.org>
1728
1729 * files.el (risky-local-variable-p):
1730 Match `-predicates' and `-commands.
1731
1732 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1733 (custom-save-all): Visit the file if necessary;
1734 kill the buffer if we created it.
1735 (custom-save-delete): Don't visit file or kill buffer here.
1736
1737 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1738
1739 * textmodes/org.el (org-special-keyword): New face.
1740 (org-table-copy-down, org-table-eval-formula)
1741 (org-table-recalculate, org-init-section-numbers):
1742 Use `string-to-number' instead of `string-to-int'.
1743 (org-get-location): Use `insert-buffer-substring' instead of
1744 `insert-buffer'.
1745 (org-modify-diary-entry-string): New function.
1746 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1747 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1748 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1749 active region.
1750 (org-export-as-html): Handle QUOTE keyword.
1751 (org-quote-string): New option.
1752 (org-bookmark-jump-unhide): New function, used for
1753 `bookmark-after-jump-hook'.
1754 (org-diary-default-entry): Apply only when not called through
1755 `org-agenda'.
1756
1757 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
1758
1759 * net/eudc.el (mode-popup-menu):
1760 * play/handwrite.el (ps-printer-name, ps-lpr-command):
1761 * progmodes/ada-mode.el (compile-auto-highlight)
1762 (skeleton-further-elements):
1763 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1764 * progmodes/cmacexp.el (msdos-shells):
1765 * progmodes/compile.el (font-lock-extra-managed-props)
1766 (font-lock-keywords, font-lock-maximum-size)
1767 (font-lock-support-mode):
1768 * progmodes/grep.el (font-lock-lines-before):
1769 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1770 * progmodes/mixal-mode.el (compile-command):
1771 * progmodes/perl-mode.el (font-lock-comment-face)
1772 (font-lock-doc-face, font-lock-string-face):
1773 * progmodes/prolog.el (comint-prompt-regexp):
1774 * progmodes/sh-script.el (font-lock-comment-face)
1775 (font-lock-set-defaults, font-lock-string-face):
1776 * progmodes/sql.el (font-lock-keyword-face)
1777 (font-lock-set-defaults, font-lock-string-face):
1778 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1779 (itimer-version, lazy-lock-defer-contextually)
1780 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1781 Add defvars.
1782
1783 * progmodes/cperl-mode.el (cperl-electric-lbrace)
1784 (cperl-electric-keyword, cperl-electric-pod)
1785 (cperl-electric-backspace, cperl-forward-re)
1786 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1787 (vc-rcs-header, vc-sccs-header): Add defvars.
1788
1789 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1790 (font-lock-syntactic-keywords, gud-find-expr-function):
1791 Add defvars.
1792
1793 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1794 (gdb-frame-parameters): Declare before use.
1795
1796 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1797 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1798 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1799 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1800
1801 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
1802 (idlwave-help-with-source): Use `insert-buffer-substring', not
1803 `insert-buffer'.
1804
1805 2005-08-29 Juri Linkov <juri@jurta.org>
1806
1807 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
1808 Put outline-back-to-heading function call inside save-excursion.
1809
1810 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
1811
1812 * man.el (Man-init-defvars, Man-translate-references)
1813 (Man-support-local-filenames, Man-highlight-references):
1814 * progmodes/sql.el (sql-interactive-mode):
1815 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
1816
1817 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
1818 (compilation-mode-font-lock-keywords): Add defvars.
1819 (checkdoc-interactive-loop): "?\ " -> "?\s".
1820
1821 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
1822 (font-lock-doc-face, font-lock-string-face)
1823 (font-lock-keywords-case-fold-search): Add defvars.
1824 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
1825
1826 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
1827 Don't pass X and Y (they are ignored anyway).
1828 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
1829 (mouse-delete-window): Make arguments optional.
1830
1831 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
1832 (caesar-translate-table, minor-modes, news-buffer-save)
1833 (news-group-name, news-minor-modes): Add defvars.
1834
1835 * emacs-lisp/lselect.el (mouse-highlight-priority)
1836 (x-lost-selection-functions, zmacs-regions):
1837 * emacs-lisp/pp.el (font-lock-verbose):
1838 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
1839 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
1840 (ses-mode-map):
1841 * emacs-lisp/tcover-unsafep.el (safe-functions):
1842 * international/mule-cmds.el (mac-system-coding-system)
1843 (mac-system-locale):
1844 * language/ethio-util.el (rmail-current-message)
1845 (rmail-message-vector):
1846 * language/thai-util.el (thai-auto-composition-mode):
1847 * mail/metamail.el (rmail-current-message, rmail-message-vector):
1848 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
1849 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
1850 (vm-primary-inbox, vm-spool-files):
1851 * mail/rmail.el (deleted-head, font-lock-fontified)
1852 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
1853 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
1854 (total-messages):
1855 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
1856 (rmail-summary-mode-map):
1857 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
1858 (rmail-last-label, rmail-last-multi-labels)
1859 (rmail-summary-vector, rmail-total-messages):
1860 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
1861 * mail/rmailsum.el (msgnum):
1862 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
1863 (rmail-current-message):
1864 * obsolete/fast-lock.el (font-lock-face-list):
1865 * obsolete/rnewspost.el (mail-reply-buffer):
1866 * obsolete/scribe.el (compile-command):
1867 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
1868
1869 2005-08-28 John Paul Wallington <jpw@gnu.org>
1870
1871 * ibuf-ext.el (ibuffer-auto-update-changed):
1872 Use `frame-or-buffer-changed-p' to check whether we need to update.
1873 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
1874 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
1875 as a `frame-or-buffer-changed-p' state vector instead.
1876
1877 2005-08-27 Romain Francoise <romain@orebokech.com>
1878
1879 * textmodes/makeinfo.el (makeinfo-compile):
1880 Use `compilation-start'. Set `next-error-function' according to
1881 `disable-errors'.
1882 (makeinfo-next-error): New function.
1883 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
1884 (makeinfo-buffer): Likewise.
1885
1886 * progmodes/compile.el (compilation-start): Add autoload cookie.
1887
1888 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
1889 * textmodes/sgml-mode.el: Likewise.
1890 * progmodes/python.el: Likewise.
1891
1892 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1893
1894 * simple.el (blink-matching-paren-distance): Document the meaning
1895 of nil value, and allow to customize to nil.
1896
1897 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
1898 command.com, not command.exe.
1899
1900 2005-08-26 John Wiegley <johnw@newartisans.com>
1901
1902 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
1903 code around a bit so that an extraneous nil argument is not added
1904 to a command when no args are given.
1905
1906 * eshell/esh-arg.el (eshell-parse-double-quote): If a
1907 double-quoted argument resolves to nil, return it as an empty
1908 string rather than as nil. This made it impossible to pass "" to
1909 a shell script as a null string argument.
1910
1911 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * outline.el (outline-invent-heading): New fun.
1914 (outline-promote, outline-demote): Use it.
1915 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
1916 (outline-end-of-subtree): Remove unused var `opoint'.
1917
1918 2005-08-26 David Reitter <david.reitter@gmail.com>
1919
1920 * menu-bar.el (truncate-lines, write-file, print-buffer)
1921 (ps-print-buffer-faces, ps-print-buffer, split-window):
1922 Disable menu items when the frame they refer to is invisible, or when
1923 they refer to a buffer and the minibuffer is selected.
1924
1925 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
1926
1927 * progmodes/flymake.el (flymake-highlight-err-lines):
1928 Use save-excursion around flymake-highlight-line to preserve point.
1929
1930 2005-08-26 Eli Zaretskii <eliz@gnu.org>
1931
1932 * progmodes/octave-mod.el: Change Author and Maintainer address.
1933 (octave-maintainer-address): Change Kurt's email address.
1934 * progmodes/octave-inf.el: Change Author and Maintainer address.
1935 * progmodes/octave-hlp.el: Change Author and Maintainer address.
1936
1937 2005-08-26 Kim F. Storm <storm@cua.dk>
1938
1939 * subr.el (version-list-<, version-list-<=, version-list-=):
1940 Renamed from integer-list-*.
1941 (version-list-not-zero): Likewise. Fix while loop.
1942 (version=): Use version-list-= instead of string-equal.
1943
1944 2005-08-26 Richard M. Stallman <rms@gnu.org>
1945
1946 * outline.el (outline-promote): Try shortening the heading.
1947 As last resort, read the heading to use.
1948 (outline-demote): As last resort, read the heading to use.
1949
1950 2005-08-26 Romain Francoise <romain@orebokech.com>
1951
1952 * progmodes/compile.el (compilation-start): Doc fix.
1953
1954 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
1955 (antlr-font-lock-additional-keywords): Fix reference to
1956 `antlr-font-lock-literal-regexp' erroneously changed during the
1957 mass face rename.
1958 (antlr-run-tool): Use `compilation-start'.
1959
1960 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
1961 instead of the obsolete `compile-internal'.
1962
1963 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
1964
1965 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
1966 (number, original-date):
1967 * calendar/cal-china.el (date):
1968 * calendar/cal-coptic.el (date):
1969 * calendar/cal-french.el (date):
1970 * calendar/cal-hebrew.el (date, entry, number, original-date):
1971 * calendar/cal-islam.el (date, number, original-date):
1972 * calendar/cal-iso.el (date):
1973 * calendar/cal-julian.el (date):
1974 * calendar/cal-mayan.el (date):
1975 * calendar/cal-menu.el (date, event):
1976 * calendar/cal-persia.el (date):
1977 * calendar/lunar.el (date):
1978 * calendar/solar.el (date): Add defvars.
1979
1980 * emerge.el:
1981 * ibuffer.el:
1982 * info-xref.el:
1983 * obsolete/bg-mouse.el:
1984 * obsolete/sun-curs.el:
1985 * obsolete/swedish.el: Move the `defvar's to the top level.
1986
1987 * smerge-mode.el (smerge-refined-change): Add :group.
1988
1989 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
1992 (smerge-keep-n): Remove props.
1993 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
1994 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
1995 now that it's done in smerge-keep-n.
1996 (smerge-refined-change): New face.
1997 (smerge-refine-chopup-region, smerge-refine-highlight-change)
1998 (smerge-refine): New funs.
1999 (smerge-basic-map): Bind smerge-refine.
2000
2001 2005-08-25 Juri Linkov <juri@jurta.org>
2002
2003 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2004 compilation-process-setup-function and compilation-disable-input
2005 in grep-mode instead of let-bindings in grep.
2006
2007 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2008 Delete "Automatic File De/compression" (auto-compression-mode).
2009
2010 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2011
2012 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2013 Silence warning about non-existent variable.
2014
2015 2005-08-25 Richard M. Stallman <rms@gnu.org>
2016
2017 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2018 Rename "Describe Key" to "Describe Key or Mouse Operation".
2019
2020 * mail/mailalias.el (build-mail-aliases): Delete comments
2021 from the contents before processing them.
2022
2023 * isearch.el (isearch-edit-string): Erase the Search prompt
2024 if user enters an empty string and there is no default.
2025
2026 * comint.el (comint-file-name-prefix): Add autoload.
2027
2028 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2029
2030 * subr.el (play-sound): Rearrange to avoid warning.
2031
2032 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2033
2034 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2035 New hook.
2036 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2037
2038 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2041
2042 * custom.el (custom-theme-set-variables): Sort minor modes last.
2043
2044 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2045
2046 * subr.el (version-separator, version-regexp-alist): New vars used by
2047 version comparison funs.
2048 (integer-list-<, integer-list-=, integer-list-<=)
2049 (integer-list-not-zero): New funs for integer list comparison.
2050 (version-to-list, version=, version<, version<=): New funs for version
2051 comparison.
2052
2053 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2054
2055 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2056 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2057 time to silence the byte-compiler.
2058
2059 * ibuffer.el (ibuffer-compile-make-eliding-form)
2060 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2061 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2062 so it's silly to get warnings for it).
2063 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2064 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2065 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2066 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2067 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2068 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2069 Defvar at compile time.
2070 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2071 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2072 Declare them before use.
2073
2074 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2075 (info-xref-good, info-xref-bad): Defvar at compile time.
2076
2077 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2078 Use `let*' instead of `let'.
2079
2080 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2081 (*mouse-y*, menu, char): Defvar at compile time.
2082 (sc::menu): Declare it before use.
2083 (sc::pack-one-line): Use `let', not `let*'.
2084
2085 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2086 (mail-send-hook): Defvar at compile time.
2087
2088 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2089 Defvar at compile time.
2090
2091 * term/sun-mouse.el (current-global-mousemap)
2092 (current-local-mousemap): Declare them before use.
2093
2094 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2095
2096 * bookmark.el (bookmark-after-jump-hook): New hook.
2097 (bookmark-jump): Run `bookmark-after-jump-hook'.
2098
2099 2005-08-23 Juri Linkov <juri@jurta.org>
2100
2101 * faces.el (minibuffer-prompt): Doc fix.
2102
2103 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2104
2105 * progmodes/xscheme.el: Trivial changes to silence warnings.
2106 (xscheme-previous-mode, xscheme-previous-process-state):
2107 Add defvars.
2108 (xscheme-last-input-end, xscheme-process-command-line)
2109 (xscheme-process-name, xscheme-buffer-name)
2110 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2111 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2112 (xscheme-control-g-synchronization-p)
2113 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2114 (default-xscheme-runlight, xscheme-runlight)
2115 (xscheme-runlight-string, xscheme-process-filter-state)
2116 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2117 Move to beginning of file.
2118 (scheme-interaction-mode-commands-alist)
2119 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2120 Declare them before use. Note: the initialization code for the variables
2121 has not been moved because it uses functions that reference the variables.
2122 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2123 (xscheme-prompt-for-expression-map): Declare them before use.
2124 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2125
2126 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2127
2128 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2129
2130 2005-08-22 Juri Linkov <juri@jurta.org>
2131
2132 * faces.el (set-face-underline): Delete this duplicate function
2133 and make an obsolete alias to set-face-underline-p.
2134 (set-face-underline-p): Use docstring of set-face-underline.
2135 (describe-face): Create hyperlink to parent face.
2136
2137 * info.el (Info-insert-dir): Use save-excursion around
2138 insert-buffer-substring.
2139 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2140 (Info-escape-percent): Delete function.
2141 (Info-fontify-node): Replace Info-escape-percent by
2142 replace-regexp-in-string with REP arg set to lambda that
2143 duplicates `%' and preserves text properties.
2144
2145 * progmodes/compile.el (compilation-disable-input): Doc fix.
2146 (define-compilation-mode): Doc fix and refill.
2147 (kill-compilation): Use `mode-name' in the error message.
2148 (compilation-find-file): Use `compilation-error' in the
2149 read-file-name's prompt.
2150
2151 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2154 (smerge-auto-leave): Make undo re-enable the mode.
2155 (debug-ignored-errors): Add the user-error of impossible resolution.
2156 (smerge-resolve): Move things around a bit, in preparation for later.
2157 (smerge-diff): Don't fail if the buffer has no associated file.
2158 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2159 (smerge-conflict-overlay): New function.
2160 (smerge-match-conflict): Don't add text properties here.
2161 (smerge-find-conflict): Instead, add an overlay here.
2162 Also check for the case where we're inside a conflict already, so as to
2163 obviate the need for font-lock-multiline, which is unbearably slow with
2164 large conflicts and ciomplex font-lock patterns.
2165 (smerge-remove-props): Remove overlay rather than text-properties.
2166 (smerge-mode): Don't set font-lock-multiline.
2167 Remove overlays when turned off.
2168
2169 2005-08-21 Kim F. Storm <storm@cua.dk>
2170
2171 * ido.el (ido-ignore-item-p): Use save-match-data.
2172 Bind case-fold-search to ido-case-fold locally.
2173
2174 2005-08-20 Richard M. Stallman <rms@gnu.org>
2175
2176 * files.el (normal-mode): If font lock is on, turn it off and on.
2177
2178 * subr.el (replace-regexp-in-string): Doc fix.
2179
2180 * startup.el (command-line-1): Don't suppress startup screen
2181 due to existing processes.
2182
2183 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2184
2185 * progmodes/compile.el (compilation-disable-input): Default to nil.
2186
2187 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2188
2189 * progmodes/compile.el (compilation-disable-input): New defcustom.
2190 (compilation-start): If compilation-disable-input is non-nil, send
2191 EOF to the compilation process.
2192
2193 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2194
2195 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2196 Run the argument of tex-shell-cd-command through
2197 convert-standard-filename, to get the correct style of slashes on
2198 Windows, and enclose the result in quotes, in case the file name
2199 includes whitespace or other special characters.
2200
2201 2005-08-19 Andreas Schwab <schwab@suse.de>
2202
2203 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2204 process.
2205
2206 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2207
2208 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2209
2210 2005-08-18 Kim F. Storm <storm@cua.dk>
2211
2212 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2213
2214 2005-08-18 Richard M. Stallman <rms@gnu.org>
2215
2216 * scroll-lock.el: New file.
2217
2218 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2219
2220 * dired.el (dired-move-to-end-of-filename):
2221 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2222
2223 2005-08-18 Kim F. Storm <storm@cua.dk>
2224
2225 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2226 rather than toggle mode when custom value is nil.
2227 (ido-everywhere): Fix defun doc string.
2228
2229 2005-08-17 Richard M. Stallman <rms@gnu.org>
2230
2231 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2232 as tag instead of "Inviolable".
2233
2234 2005-08-17 Kim F. Storm <storm@cua.dk>
2235
2236 * windmove.el (windmove-coordinates-of-position): Remove.
2237 (windmove-coordinates-of-window-position): Remove.
2238 (windmove-reference-loc): Use posn-at-point instead.
2239
2240 * subr.el (insert-for-yank-1): Doc fix.
2241
2242 * ido.el (ido-enter-matching-directory): Rename from
2243 ido-enter-single-matching-directory. Change 'slash choice to
2244 'only. Add 'first choice.
2245 (ido-exhibit): Adapt to above changes.
2246
2247 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2248
2249 * Makefile.in: Expand comment about building loaddefs.el.
2250
2251 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2252
2253 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2254 Comment use of defadvice.
2255
2256 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2257
2258 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2259
2260 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2261 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2262 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2263 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2264 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2265 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2266 for backward compatibility for faces that did not appear in the
2267 previous Emacs release.
2268
2269 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2270
2271 2005-08-15 Kim F. Storm <storm@cua.dk>
2272
2273 * emulation/cua-base.el (cua-delete-region): Return t if
2274 deleted region was non-empty.
2275 (cua-replace-region): Inhibit overwrite-mode for
2276 self-insert-command if replaced region was non-empty.
2277 (cua--explicit-region-start, cua--status-string): Make them
2278 buffer-local at top-level...
2279 (cua-mode): ...rather than when mode is enabled.
2280
2281 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2282
2283 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2284 Set t for Emacs 21, 22, and so on.
2285
2286 2005-08-15 David Ponce <david@dponce.com>
2287
2288 * tree-widget.el: Update Commentary header.
2289 (tree-widget-theme): Doc fix.
2290 (tree-widget-space-width): New option.
2291 (tree-widget-image-properties): Look up in the default theme too.
2292 (tree-widget--cursors): Only for images with arrow pointer shape.
2293 (tree-widget-lookup-image): Pointer shape is hand by default.
2294 (tree-widget-icon): Rename generic icon widget from
2295 `tree-widget-control'.
2296 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2297 derive from `tree-widget-icon'.
2298 (tree-widget-handle): Improve default look and feel of the text
2299 representation.
2300 (tree-widget): Rename :*-control properties to :*-icon properties.
2301 Add :action and :help-echo properties.
2302 (tree-widget-after-toggle-functions): Move.
2303 (tree-widget-close-node, tree-widget-open-node): Remove.
2304 (tree-widget-before-create-icon-functions): New hook.
2305 (tree-widget-value-create): Update to allow customization of icons
2306 and nodes at run-time via that new hook.
2307 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2308 (tree-widget-icon-action, tree-widget-icon-help-echo)
2309 (tree-widget-action, tree-widget-help-echo): New functions.
2310
2311 2005-08-15 Kim F. Storm <storm@cua.dk>
2312
2313 * ido.el (ido-buffer-internal): Use with-no-warnings.
2314 (ido-make-merged-file-list): Use while-no-input.
2315
2316 2005-08-15 Richard M. Stallman <rms@gnu.org>
2317
2318 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2319 (flyspell-large-region): Fix doc and custom type.
2320
2321 2005-08-14 Richard M. Stallman <rms@gnu.org>
2322
2323 * files.el (interpreter-mode-alist): Doc fix.
2324
2325 * mail/rmail.el (rmail-nonignored-headers): New variable.
2326 (rmail-clear-headers): Use it.
2327 (rmail-reply): Better handling of mail-followup-to header.
2328
2329 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2330 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2331 don't try to refer to executable-font-lock-keywords.
2332 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2333 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2334 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2335 (sh-mode): Set comment-start-skip, local-abbrev-table,
2336 imenu-case-fold-search.
2337 (sh-set-shell): Don't set them here.
2338 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2339 Don't cache the results in the original alist; don't ever modify
2340 that alist.
2341
2342 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2343
2344 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2345 empty.
2346
2347 2005-08-15 Andreas Schwab <schwab@suse.de>
2348
2349 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2350
2351 * dired.el, info.el, mail/rmail.el: Revert last change.
2352
2353 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2354
2355 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2356 modification in `eval-after-load' form.
2357 * info.el: Likewise.
2358 * mail/rmail.el: Likewise.
2359
2360 2005-08-14 Juri Linkov <juri@jurta.org>
2361
2362 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2363 Remove highlighting of "Compilation started". Highlight only
2364 the word "finished" in "Compilation finished". Add highlighting
2365 of "interrupt", "killed", "terminated" and the exit code.
2366 (compilation-start): Add newline after header. Use exactly the
2367 same time stamp format as the finishing message.
2368 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2369
2370 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2371 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2372 Add highlighting of "interrupt", "killed", "terminated".
2373
2374 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2375 enabled and the current command is self-insert-command, call it
2376 explicitly with overwrite-mode bound to nil, to not allow it
2377 to delete the character after the selected region.
2378
2379 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2380
2381 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2382 move-end-of-line, end-of-line, and beginning-of-line to the list
2383 of commands after which the echo area is updated.
2384
2385 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2386
2387 * cus-edit.el (custom-save-all, custom-save-delete):
2388 Bind recentf-exclude to exclude custom-file.
2389
2390 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2391
2392 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2393 to go to the bottom of the mail message. Added to
2394 `rmail-summary-mode-map' with key "/".
2395 (rmail-summary-show-message): New (internal) function for use by
2396 both `rmail-summary-beginning/end-of-message'.
2397 (rmail-summary-beginning-of-message): Change to use
2398 rmail-summary-show-message.
2399
2400 * mail/rmail.el (rmail-end-of-message): New command to go to the
2401 end of the current message. Added to `rmail-mode-map' with key "/".
2402 (rmail-beginning-of-message): Fix to work as documented.
2403 (rmail-mode): Change documentation.
2404
2405 * progmodes/compile.el (compilation-start): Add the line
2406 "Compilation started" with compilation start time.
2407 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2408
2409 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2410
2411 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2412 of menu items.
2413
2414 2005-08-11 Richard M. Stallman <rms@gnu.org>
2415
2416 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2417
2418 * battery.el (battery-status-function): Don't use ignore-errors.
2419
2420 2005-08-11 Lute Kamstra <lute@gnu.org>
2421
2422 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2423 define-obsolete-variable-alias.
2424
2425 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2426
2427 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2428 (ange-ftp-send-cmd): Revert last change, and expand
2429 the comment explaining the problem.
2430
2431 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2432
2433 * ldefs-boot.el: Update.
2434
2435 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2436 item to "Time, Load and Mail". Change help echo text.
2437
2438 * time.el (display-time-use-mail-icon, display-time-format)
2439 (display-time-string-forms): Shorten first line of docstrings.
2440
2441 2005-08-10 Lars Hansen <larsh@soem.dk>
2442
2443 * desktop.el (desktop-buffer-mode-handlers):
2444 Make non-customizable. Add autoload cookie. Change initial value to
2445 nil; add elements in respective modules instead. Fix doc string.
2446 (desktop-load-file): New function.
2447 (desktop-minor-mode-handlers): New autoloaded variable.
2448 (desktop-create-buffer): Call minor mode handlers.
2449 Use desktop-load-file to load major and minor mode modules prior to
2450 checking for a handler.
2451 (desktop-save): Don't add nil to desktop-minor-modes for minor
2452 modes with nil function in desktop-minor-mode-table. Don't delete
2453 desktop file before rewriting it.
2454 (desktop-locals-to-save): Add autoload cookie. Don't make
2455 automatically buffer-local. Add variables column-number-mode,
2456 size-indication-mode, indent-tabs-mode,
2457 indicate-buffer-boundaries, indicate-empty-lines and
2458 show-trailing-whitespace.
2459 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2460 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2461 (desktop-clear-preserve-buffers-regexp): Delete.
2462 (desktop-clear-preserve-buffers): Update initial value and docstring.
2463 (desktop-save-buffer): Fix doc string.
2464
2465 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2466 (hilit-chg-desktop-restore): New function.
2467 (highlight-changes-mode): Add highlight-changes-mode to
2468 desktop-locals-to-save.
2469
2470 * dired.el: Add handler to desktop-buffer-mode-handlers.
2471 (dired-restore-desktop-buffer): Remove autoload cookie.
2472 (dired-mode): Add autoload cookie.
2473
2474 * info.el: Add handler to desktop-buffer-mode-handlers.
2475 (Info-restore-desktop-buffer): Remove autoload cookie.
2476 (Info-mode): Add autoload cookie.
2477
2478 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2479 (mh-restore-desktop-buffer): Remove autoload cookie.
2480 (mh-folder-mode): Add autoload cookie.
2481
2482 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2483 (rmail-restore-desktop-buffer): Remove autoload cookie.
2484
2485 2005-08-11 Masatake YAMATO <jet@gyve.org>
2486
2487 * hexl.el (hexl-address-region):
2488 (hexl-ascii-region, hexl-font-lock-keywords):
2489 (hexl-highlight-line-range): Use the term "region"
2490 instead of "area" for consistency with the other symbols
2491 defined in hexl.el.
2492
2493 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2494
2495 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2496 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2497 out by Juri Linkov). Add `display-battery-mode'.
2498
2499 2005-08-09 Juri Linkov <juri@jurta.org>
2500
2501 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2502 Remove `-text' from face variable names.
2503 (compilation-error-file-name, compilation-warning-file-name)
2504 (compilation-info-file-name): Delete faces.
2505 (compilation-line-number, compilation-column-number):
2506 Remove face underlining.
2507 (compilation-message-face): Set to `underline' value by default.
2508 (compilation-error-face, compilation-warning-face)
2509 (compilation-info-face): Remove `-file-name' from face names.
2510 (compilation-error-text-face, compilation-warning-text-face)
2511 (compilation-info-text-face): Delete face variables.
2512 (compilation-text-face): Delete function.
2513
2514 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2515 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2516 (grep-error-face): Set to `compilation-error' instead of
2517 `compilation-error-face' (which is redefined to `grep-hit-face' in
2518 grep buffers).
2519 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2520 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2521
2522 * dired-aux.el (dired-do-query-replace-regexp):
2523 Use `query-replace-read-args'.
2524
2525 * replace.el (query-replace-read-from, query-replace-read-to)
2526 (query-replace-read-args): Rename arg `string' to `prompt'.
2527
2528 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2529
2530 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2531
2532 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2533 uploading files.
2534 (ange-ftp-canonize-filename): Handle file names beginning with ~
2535 correctly.
2536
2537 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2538
2539 * textmodes/fill.el (canonically-space-region)
2540 (fill-context-prefix, fill-french-nobreak-p)
2541 (fill-delete-newlines, fill-comment-paragraph)
2542 (justify-current-line): "?\ " -> "?\s".
2543
2544 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2545
2546 * textmodes/fill.el (fill-nonuniform-paragraphs):
2547 Improve argument/docstring consistency.
2548
2549 2005-08-09 Richard M. Stallman <rms@gnu.org>
2550
2551 * textmodes/ispell.el (ispell-word): More fboundp checks.
2552
2553 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2554 (find-file-noselect-1): Call it here, only if RAWFILE.
2555 (normal-mode): Always set some major mode.
2556 (save-some-buffers-action-alist): Change some explanation strings.
2557 (file-name-non-special): In the `quote' method, use unwind-protect.
2558
2559 2005-08-09 Magnus Henoch <mange@freemail.hu>
2560
2561 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2562 (ispell-have-aspell-dictionaries): New variable.
2563 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2564 (ispell-get-aspell-config-value): New function.
2565 (ispell-aspell-find-dictionary): New function.
2566 (ispell-aspell-add-aliases): New function.
2567 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2568 appropriate. Don't look for ispell dictionaries if we use aspell.
2569 (ispell-menu-map): Don't build a submenu of dictionaries.
2570
2571 2005-08-09 Richard M. Stallman <rms@gnu.org>
2572
2573 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2574 (sql-read-passwd): Use read-passwd.
2575
2576 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2577 (idlwave-toolbar-is-possible): Add defvars.
2578
2579 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2580 Avoid warnings.
2581
2582 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2583 (idlwave-system-class-info, idlwave-executive-commands-alist):
2584 Use defvar.
2585
2586 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2587
2588 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2589 Avoid warnings.
2590
2591 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2592 and content-type: headers.
2593
2594 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2595
2596 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2597 and rename some of them to be more self-explanatory.
2598
2599 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2600
2601 * startup.el (command-line-1): Implement -scriptload.
2602
2603 * replace.el (occur-engine): Initial *Occur* output not undoable.
2604
2605 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2606 and improve help strings.
2607
2608 * isearch.el (isearch-repeat): When changing direction,
2609 mark search successful.
2610
2611 * ediff-init.el: Use (featurep 'xemacs).
2612
2613 * comint.el (send-invisible): Identify buffer, if not selected.
2614
2615 * align.el: Delete autoload for c-guess-basic-syntax.
2616
2617 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2618
2619 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2620 Improve argument/docstring consistency. Doc fixes.
2621 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2622 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2623 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2624 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2625 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2626 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2627 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2628 Defvar at compile time.
2629
2630 2005-08-09 Juri Linkov <juri@jurta.org>
2631
2632 * info.el: Replace `info' with upper-case `Info' where appropriate.
2633 (info-title-1, info-title-2, info-title-3, info-title-4)
2634 (info-menu-header): Move up face definitions.
2635 (info-menu-star): Rename from `info-menu-5'.
2636 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2637 (Info-fontify-visited-nodes): Fix docstring.
2638 (Info-hide-note-references): Fix docstring.
2639 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2640 menu items in the same way as on cross-references.
2641 (info-apropos): Fix sorting order and formatting to be like in the
2642 stand-alone Info browser. Display error messages for 1 sec.
2643 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2644 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2645 from the menu bar.
2646 (Info-insert-dir): Restore point after calling
2647 `insert-buffer-substring'.
2648
2649 2005-08-08 Richard M. Stallman <rms@gnu.org>
2650
2651 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2652 (recompute-lucid-menubar): Add defvars.
2653
2654 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2655
2656 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2657
2658 * net/net-utils.el (run-dig): Rename from `dig'.
2659
2660 * play/gametree.el (gametree-mode): Use make-local-variable,
2661 not make-variable-buffer-local.
2662
2663 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2664
2665 * ansi-color.el (ansi-color-make-extent)
2666 (ansi-color-set-extent-face): Use fboundp, not functionp.
2667
2668 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2669 not make-variable-buffer-local.
2670
2671 * bookmark.el (Info-current-file): Add defvar.
2672 (bookmark-jump-noselect): Use with-no-warnings.
2673
2674 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2675
2676 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2677
2678 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2679
2680 * find-file.el (ada-procedure-start-regexp)
2681 (ada-package-start-regexp): Add defvars.
2682
2683 * info.el (Info-insert-dir): Use insert-buffer-substring.
2684
2685 * xml.el (xml-att-def-re): Add defvar.
2686
2687 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2688 calling convention.
2689
2690 * subr.el (while-no-input): Return t if there is input.
2691
2692 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2693
2694 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2695
2696 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2697
2698 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2699 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2700
2701 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2702
2703 * cmuscheme.el (scheme-start-file): Replace reference to
2704 `user-emacs-directory' by "~/.emacs.d/".
2705
2706 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2707
2708 * info.el (Info-dir-remove-duplicates): Avoid case folding
2709 in loop; instead, keep downcased strings for comparison.
2710 Suggested by Helmut Eller.
2711
2712 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2713
2714 Sync with Tramp 2.0.50.
2715
2716 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2717 XEmacs case; not necessary anymore.
2718 (tramp-user-regexp): Allow "@" as part of user name.
2719 (tramp-handle-set-visited-file-modtime)
2720 (tramp-handle-insert-file-contents)
2721 (tramp-handle-write-region): No special handling for
2722 `last-coding-system-used, because this is done in
2723 `tramp-accept-process-output' now.
2724 (tramp-accept-process-output): New defun.
2725 (tramp-process-one-action, tramp-process-one-multi-action)
2726 (tramp-wait-for-regexp, tramp-wait-for-output)
2727 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2728 Howells <dhowells@redhat.com>.
2729 (clear-visited-file-modtime): Defadvice removed. The check for
2730 unset buffer's modtime does not need to be based on
2731 `tramp-buffer-file-attributes'. Suggested by RMS.
2732 (tramp-message): Insert "\n" if not being at beginning of line.
2733 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2734 sequence with same logic.
2735 (tramp-completion-handle-expand-file-name): Discard call of
2736 `tramp-drop-volume-letter'. It is not necessary, and there have
2737 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2738 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2739 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2740 should always be visible.
2741 (tramp-handle-insert-directory, tramp-setup-complete)
2742 (tramp-set-process-query-on-exit-flag)
2743 (tramp-append-tramp-buffers): Pacify byte-compiler.
2744 (tramp-bug): Delete non-existing variables from list.
2745 Apply `tramp-load-report-modules' as pre-hook.
2746 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2747 `shell-prompt-pattern' because of non-7bit characters.
2748 Reported by Sebastian Luque <sluque@mun.ca>.
2749 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2750 (tramp-match-string-list): Remove function.
2751 (tramp-wait-for-regexp): Remove call of that function.
2752 Suggested by Kim F. Storm <storm@cua.dk>.
2753 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2754 instead of octal character code ?\600. The latter resulted in a
2755 syntax error with XEmacs.
2756
2757 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2758 XEmacs case; not necessary anymore.
2759 (tramp-smb-handle-write-region): No special handling for
2760 `last-coding-system-used, because this is done in
2761 `tramp-accept-process-output' now.
2762 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2763
2764 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
2765
2766 * wid-edit.el (widget-choice-value-create):
2767 Unconditionally respect user choice. Set :explicit-choice back to nil
2768 when no longer needed.
2769 (widget-choice-action): Unconditionally respect user choice.
2770 Eliminate :explicit-choice-value.
2771
2772 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2773
2774 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2775 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2776 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2777 running new function `toggle-indicate-empty-lines'.
2778 Rename "Customize" item to "Customize fringe".
2779 Rename "Indicators" item to "Buffer boundaries" and change help echo.
2780 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2781 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2782 Delete "Empty lines only" item.
2783 (menu-bar-showhide-fringe-ind-customize): New function.
2784 (menu-bar-showhide-fringe-ind-mixed)
2785 (menu-bar-showhide-fringe-ind-box)
2786 (menu-bar-showhide-fringe-ind-right)
2787 (menu-bar-showhide-fringe-ind-left)
2788 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2789 instead of `fringe-indicators'.
2790
2791 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2792
2793 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2794 Change the date of last update.
2795
2796 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2797
2798 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2799 (viper-exec-yank, viper-put-back): Don't display modification msg
2800 if in the minibuffer.
2801
2802 * viper-init.el (viper-replace-overlay-cursor-color)
2803 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
2804 Make variables frame local.
2805
2806 * viper-util.el (viper-append-filter-alist): Use append instead of
2807 nconc.
2808
2809 * viper.el (viper-vi-state-mode-list)
2810 (viper-emacs-state-mode-list): Move help-mode and
2811 completion-list-mode from the first list to the second.
2812 (viper-mode): Docstring.
2813 (viper-go-away, viper-non-hook-settings): Don't localize
2814 minor-mode-alist in newer Emacsen. Add advice to
2815 set-cursor-color. Don't bind "\C-c\\".
2816
2817 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
2818
2819 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
2820 (scheme-macro-expand-command): New user options.
2821 (scheme-trace-procedure, scheme-expand-current-form): New commands.
2822 (scheme-form-at-point, scheme-start-file)
2823 (scheme-interactively-start-process): New functions.
2824 (scheme-get-process): New function, extracted from `scheme-proc'.
2825 (run-scheme): Call `scheme-start-file' to get start file, and pass
2826 it to `make-comint'.
2827 (switch-to-scheme, scheme-proc):
2828 Call `scheme-interactively-start-process' if no Scheme buffer/process
2829 is available.
2830
2831 2005-08-06 Juri Linkov <juri@jurta.org>
2832
2833 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2834 Use `compilation-text-face', `compilation-info-text-face' and
2835 `compilation-error-text-face' instead of `font-lock-keyword-face'.
2836 (compilation-error): New face.
2837 (compilation-error-file-name): Inherit from
2838 `compilation-error' instead of `font-lock-warning-face'.
2839 (compilation-warning-file-name): Inherit from
2840 `compilation-warning' instead of `font-lock-warning-face'.
2841 (compilation-info, compilation-error-file-name)
2842 (compilation-warning-file-name, compilation-info-file-name)
2843 (compilation-line-number, compilation-column-number): Doc fix.
2844 (compilation-error-text-face, compilation-warning-text-face)
2845 (compilation-info-text-face): New face variables.
2846 (compilation-line-face, compilation-column-face)
2847 (compilation-enter-directory-face)
2848 (compilation-leave-directory-face): Doc fix.
2849 (compilation-text-face): New function.
2850
2851 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
2852 instead of 1 to display binary file names as info file links.
2853 (grep-error-face): Use `compilation-error-face' instead of
2854 `font-lock-keyword-face'.
2855 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
2856 and `compilation-warning-text-face' instead of
2857 `font-lock-keyword-face'. Use `compilation-error-text-face'
2858 instead of `grep-error-face'.
2859
2860 2005-08-05 Kenichi Handa <handa@m17n.org>
2861
2862 * international/code-pages.el: Add autoload cookies for all coding
2863 systems.
2864
2865 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
2866
2867 * cus-start.el (all): Put undo.c where it alphabetically belongs.
2868
2869 2005-08-04 Juri Linkov <juri@jurta.org>
2870
2871 * progmodes/compile.el (compilation-mode-map):
2872 * progmodes/grep.el (grep-mode-map):
2873 Bind TAB to `compilation-next-error' and [backtab] to
2874 `compilation-previous-error'.
2875
2876 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
2877 matching line numbers, column numbers and their ranges with regexp
2878 matching only line numbers.
2879 (grep-context-face): New face variable.
2880 (grep-mode-font-lock-keywords): Use it.
2881
2882 * faces.el (read-face-name): Delete duplicate faces.
2883
2884 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
2885
2886 * thumbs.el (thumbs-find-image): Don't make variables
2887 automatically buffer local.
2888 (thumbs-current-tmp-filename, thumbs-current-image-filename)
2889 (thumbs-image-num): Make automatically buffer local.
2890 (thumbs-show-thumbs-list): Use `make-local-variable', not
2891 `make-variable-buffer-local'.
2892 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
2893
2894 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
2895 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
2896 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
2897 (bother, bye, canyou, chatlst, continue, deathlst, describe)
2898 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
2899 (feelings-about, foullst, found, hello, history, howareyoulst)
2900 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
2901 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
2902 (neglst, obj, object, owner, please, problems, qlist)
2903 (random-adjective, relation, remlst, repetitive-shortness)
2904 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
2905 (shortlst, something, sportslst, stallmanlst, states, subj)
2906 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
2907 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
2908 Defvar at compile time.
2909
2910 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
2911 not `make-variable-buffer-local'.
2912
2913 2005-08-02 Kim F. Storm <storm@cua.dk>
2914
2915 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
2916 rectangle overlay in selected window.
2917
2918 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
2919
2920 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
2921 instead of display group. Make `indicate-buffer-boundaries'
2922 customizable through Custom.
2923
2924 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
2925
2926 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
2927 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
2928 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
2929 (gdb-put-string): Fix typos in docstrings.
2930
2931 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
2932
2933 Update copyright notices of files in progmodes directory for
2934 release of Emacs 22.1.
2935
2936 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
2937
2938 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
2939 Don't barf if the GUD buffer has been killed.
2940
2941 2005-08-01 Kim F. Storm <storm@cua.dk>
2942
2943 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
2944
2945 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * simple.el (next-error-follow-minor-mode):
2948 make-variable-buffer-local -> make-local-variable.
2949
2950 * emacs-lisp/cl-extra.el: Require CL also when compiling.
2951
2952 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
2953 (byte-compile-form-make-variable-buffer-local): New functions to warn
2954 about misuses of make-variable-buffer-local where make-local-variable
2955 was meant.
2956
2957 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
2958
2959 * bs.el (bs-attributes-list): Doc fix.
2960 (bs): Update url-link.
2961
2962 * desktop.el (desktop-save-buffer): Fix typos in docstring.
2963 (desktop-load-default): Simplify.
2964
2965 * ibuffer.el (ibuffer-columnize-and-insert-list)
2966 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
2967 (ibuffer-unmark-all, ibuffer-toggle-marks)
2968 (ibuffer-unmark-forward, ibuffer-unmark-backward)
2969 (ibuffer-compile-make-format-form, ibuffer-format-column)
2970 (ibuffer-current-buffers-with-marks)
2971 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
2972 (ibuffer): Doc fix.
2973 (ibuffer-mode): Fix typo in docstring.
2974 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
2975 with `define-obsolete-variable-alias'.
2976 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
2977
2978 2005-07-29 Kenichi Handa <handa@m17n.org>
2979
2980 * international/mule-cmds.el (select-message-coding-system):
2981 Be sure to use LF for end-of-line. If no coding system is decided,
2982 return iso-8859-1-unix.
2983
2984 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
2987 (ange-ftp-pending-error-line): New vars.
2988 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
2989 to handle the non-fatal no-route-to-host messages.
2990 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
2991
2992 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
2993
2994 * isearch.el (isearch-mode-map, isearch-other-meta-char)
2995 (isearch-quote-char, isearch-printing-char)
2996 (isearch-text-char-description): "?\ " -> "?\s".
2997 (isearch-lazy-highlight-cleanup)
2998 (isearch-lazy-highlight-initial-delay)
2999 (isearch-lazy-highlight-interval)
3000 (isearch-lazy-highlight-max-at-a-time)
3001 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3002 Declare with define-obsolete-*-alias macros.
3003 (isearch-forward): Fix typo in docstring.
3004 (search-invisible, search-ring-yank-pointer)
3005 (regexp-search-ring-yank-pointer): Doc fixes.
3006
3007 * recentf.el (recentf-menu-append-commands-p): Declare with
3008 `define-obsolete-variable-alias'.
3009 (recentf-max-saved-items, recentf-menu-filter)
3010 (recentf-arrange-by-rule-subfilter): Doc fixes.
3011 (recentf-menu-append-commands-flag)
3012 (recentf-initialize-file-name-history, recentf-expand-file-name)
3013 (recentf-clear-data): Fix typos in docstrings.
3014
3015 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3016
3017 * progmodes/gdb-ui.el: Smarten comments.
3018 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3019
3020 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3021
3022 * term/apollo.el (terminal-init-apollo): New function containing
3023 all former top level forms in the file.
3024 * term/bobcat.el (terminal-init-bobcat):
3025 * term/cygwin.el (terminal-init-cygwin):
3026 * term/iris-ansi.el (terminal-init-iris-ansi):
3027 * term/linux.el (terminal-init-linux):
3028 * term/news.el (terminal-init-news):
3029 * term/rxvt.el (terminal-init-rxvt):
3030 * term/sun.el (terminal-init-sun):
3031 * term/tvi970.el (terminal-init-tvi970):
3032 * term/vt100.el (terminal-init-vt100):
3033 * term/vt102.el (terminal-init-vt102):
3034 * term/vt125.el (terminal-init-vt125):
3035 * term/vt200.el (terminal-init-vt200):
3036 * term/vt201.el (terminal-init-vt201):
3037 * term/vt220.el (terminal-init-vt220):
3038 * term/vt240.el (terminal-init-vt240):
3039 * term/vt300.el (terminal-init-vt300):
3040 * term/vt320.el (terminal-init-vt320):
3041 * term/vt400.el (terminal-init-vt400):
3042 * term/vt420.el (terminal-init-vt420):
3043 * term/wyse50.el (terminal-init-wyse50):
3044 * term/xterm.el (terminal-init-xterm): Likewise.
3045
3046 * term/README: Describe the terminal-init-* functionality.
3047
3048 * startup.el (command-line): After loading the terminal initialization
3049 file call the corresponding terminal initialization function.
3050
3051 2005-07-27 Kenichi Handa <handa@m17n.org>
3052
3053 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3054 negative.
3055
3056 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3057 (ps-mule-composition-prologue): Fix for the case that
3058 RelativeCompose is false.
3059
3060 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3063
3064 * descr-text.el (describe-char): Handle the case where the list of
3065 chars is displayed in a separate frame.
3066 Be a bit more discriminating when looking for the char.
3067
3068 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3069
3070 * bookmark.el (bookmark-automatically-show-annotations)
3071 (bookmark-read-annotation-text-func): Doc fixes.
3072 (bookmark-save): Improve argument/docstring consistency.
3073 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3074 (bookmark-alist-from-buffer)
3075 (bookmark-upgrade-file-format-from-0)
3076 (bookmark-grok-file-format-version)
3077 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3078 (bookmark-read-annotation-mode)
3079 (bookmark-insert-current-bookmark, bookmark-jump)
3080 (bookmark-exit-hook): Fix typos in docstrings.
3081 (bookmark-exit-hooks): Define as obsolete alias.
3082 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3083 not `bookmark-exit-hooks'. Fix docstring.
3084 (bookmark-bmenu-select): "?\ " -> "?\s".
3085
3086 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3087
3088 * startup.el (command-line): Fix typo.
3089
3090 2005-07-24 Richard M. Stallman <rms@gnu.org>
3091
3092 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3093 not emacs-quick-startup.
3094
3095 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3096
3097 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3098 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3099 instead of `reb-with-current-window'.
3100 (reb-prev-match): Likewise. Also, don't move left if the search
3101 was unsuccessful.
3102 (reb-initialize-buffer): New function.
3103 (re-builder, reb-change-syntax): Use it.
3104
3105 * man.el (Man-goto-page): Make second argument NOERROR optional.
3106
3107 2005-07-23 Richard M. Stallman <rms@gnu.org>
3108
3109 * man.el (Man-bgproc-sentinel): Check here for failure to find
3110 any man page in the output, and report the error here.
3111 (Man-arguments): Make it permanent local.
3112 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3113 (Man-mode): Pass t for NOERROR.
3114
3115 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3116 (grep-mode-font-lock-keywords):
3117 Don't use compilation-...-face for messages that are not file names.
3118
3119 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3120 Don't use compilation-...-face for messages that are not file names.
3121
3122 2005-07-22 Juri Linkov <juri@jurta.org>
3123
3124 * startup.el (normal-splash-screen): Update menu name.
3125
3126 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3127
3128 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3129
3130 * term/xterm.el: Load term/rxvt if the terminal is actually an
3131 rxvt terminal.
3132 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3133
3134 * term/rxvt.el (function-key-map): Use substitute-key-definition
3135 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3136
3137 * term/cygwin.el: New file.
3138
3139 2005-07-22 Kim F. Storm <storm@cua.dk>
3140
3141 * image-file.el (insert-image-file, image-file-yank-handler):
3142 Fix last change to maintain a (unique) yank-handler on yanked images.
3143
3144 2005-07-22 Eduardo Mu,Aq(Boz <emufer@terra.es> (tiny change)
3145
3146 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3147 of the file size (as in "177B" for 177 bytes). This happens with
3148 "ls -lh" on FreeBSD.
3149
3150 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3151
3152 * hilit-chg.el (highlight-changes-global-initial-state)
3153 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3154 (hilit-chg-fixup, highlight-changes-mode):
3155 Fix typos in docstrings.
3156 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3157 Doc fixes.
3158
3159 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3160
3161 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3162 mode function using `eval-after-load'.
3163
3164 2005-07-21 Kim F. Storm <storm@cua.dk>
3165
3166 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3167 included when reporting an emacs crash, and tell about the DEBUG file.
3168
3169 * image-file.el (insert-image-file): Add yank-handler.
3170 (image-file-yank-handler): Yank handler to make unique copies of
3171 images when they are yanked into a buffer next to each other.
3172
3173 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3174
3175 * comint.el (comint-use-prompt-regexp, comint-send-input)
3176 (comint-source-default, comint-extract-string)
3177 (comint-get-source, comint-word, comint-completion)
3178 (comint-source, comint-prompt-read-only, comint-update-fence):
3179 Fix typos in docstrings.
3180 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3181 Declare with define-obsolete-*-alias macros.
3182 (comint-previous-matching-input-from-input)
3183 (comint-next-matching-input-from-input)
3184 (comint-previous-matching-input, comint-next-matching-input)
3185 (comint-forward-matching-input):
3186 Improve argument/docstring consistency.
3187
3188 * desktop.el (desktop-clear-preserve-buffers-regexp):
3189 Also preserve the *server* buffer.
3190
3191 * simple.el (clone-indirect-buffer): Doc fix.
3192 (fixup-whitespace, just-one-space)
3193 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3194 (next-error, next-error-highlight)
3195 (next-error-highlight-no-select, next-error-last-buffer)
3196 (next-error-buffer-p, next-error-find-buffer, next-error)
3197 (previous-error, next-error-no-select, previous-error-no-select)
3198 (open-line, split-line, minibuffer-prompt-width, kill-new)
3199 (binary-overwrite-mode): Fix typos in docstrings.
3200 (set-fill-column): Fix typo in message.
3201
3202 * skeleton.el (skeleton-proxy-new): Doc fix.
3203
3204 * strokes.el (strokes-load-hook): Doc fix.
3205 (strokes-grid-resolution, strokes-get-grid-position)
3206 (strokes-renormalize-to-grid, strokes-read-stroke)
3207 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3208 (strokes-global-map): Fix typos in docstrings.
3209 (strokes-help): Doc fix. Fix help message and pass it through
3210 `substitute-command-keys'.
3211
3212 * tempo.el (tempo-insert-prompt, tempo-interactive)
3213 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3214 (tempo-insert-string-functions, tempo-local-tags)
3215 (tempo-define-template, tempo-insert-template)
3216 (tempo-insert-prompt-compat, tempo-is-user-element)
3217 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3218 Fix typos in docstrings.
3219
3220 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3221 (vcursor-key-bindings, vcursor-use-vcursor-map)
3222 (vcursor-find-window, vcursor-scroll-down)
3223 (vcursor-disable, vcursor-beginning-of-buffer)
3224 (vcursor-end-of-buffer): Fix typos in docstrings.
3225 (vcursor-relative-move, vcursor-get-char-count):
3226 Improve argument/docstring consistency.
3227
3228 * version.el: "?\ " -> "?\s".
3229
3230 * wid-edit.el (widget-default-create, widget-after-change)
3231 (widget-default-format-handler, widget-checklist-add-item)
3232 (widget-radio-add-item, widget-choose, widget-specify-secret)
3233 (widget-field-value-create, widget-field-value-get)
3234 (widget-editable-list-format-handler)
3235 (widget-editable-list-entry-create, widget-group-value-create)
3236 (widget-documentation-link-add)
3237 (widget-documentation-string-value-create): "?\ " -> "?\s".
3238 (widget-convert-text): Doc fix.
3239 (widget-narrow-to-field, widget-field-find)
3240 (widget-url-link-action, widget-emacs-library-link-action)
3241 (widget-color-notify): Fix typos in docstrings.
3242
3243 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3244 (x-select-text, set-w32-system-coding-system)
3245 (w32-add-charset-info): Fix typos in docstrings.
3246
3247 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3248 (cua-enable-cua-keys, cua-use-hyper-key)
3249 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3250 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3251
3252 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3253
3254 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3255 `defalias' instead of faking it.
3256
3257 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3258 (eshell-ls-missing, eshell-ls-dired-initial-args)
3259 (eshell-ls-use-in-dired): Fix typos in docstrings.
3260
3261 2005-07-20 Kim F. Storm <storm@cua.dk>
3262
3263 * emulation/cua-base.el (cua-mode): Improve doc string.
3264
3265 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3266
3267 * abbrev.el (expand-region-abbrevs): Doc fix.
3268 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3269 Improve argument/docstring consistency.
3270
3271 * arc-mode.el (archive-get-descr, archive-alternate-display):
3272 Doc fixes.
3273 (archive-l-e): Improve argument/docstring consistency.
3274 (archive-tmpdir, archive-unixdate, archive-unixtime)
3275 (archive-chmod-entry): Fix typos in docstrings.
3276 (archive-unflag, archive-unflag-backwards)
3277 (archive-unmark-all-files): "?\ " -> "?\s".
3278
3279 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3280 (Buffer-menu-not-modified, Buffer-menu-execute)
3281 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3282 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3283
3284 * composite.el (compose-string, encode-composition-rule)
3285 (compose-last-chars): Fix typos in docstrings.
3286
3287 * desktop.el (desktop-enable, desktop-basefilename):
3288 Declare with `define-obsolete-variable-alias'.
3289 (desktop-internal-v2s): Don't quote keywords.
3290 (desktop-clear): "?\ " -> "?\s".
3291
3292 * dired.el (dired-align-file, dired-flag-backup-files)
3293 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3294 (dired-listing-switches, dired-ls-F-marks-symlinks)
3295 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3296 (dired-directory, dired-faces, dired, dired-revert)
3297 (dired-mode, dired-summary, dired-view-file)
3298 (dired-copy-filename-as-kill, dired-delete-file)
3299 (dired-no-confirm, dired-unmark-all-marks)
3300 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3301 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3302 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3303 Fix typos in message strings.
3304
3305 * dired-x.el (virtual-dired): Declare with `defalias'.
3306 (dired-mark-unmarked-files, dired-local-variables-file)
3307 (dired-omit-here-always): Doc fix.
3308 (dired-omit-mode, dired-find-subdir)
3309 (dired-enable-local-variables, dired-clean-up-buffers-too)
3310 (dired-extra-startup, dired-mark-extension, dired-jump)
3311 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3312 (dired-smart-shell-command, dired-guess-shell-alist-user)
3313 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3314 (dired-x-bind-find-file, dired-x-submit-report):
3315 Fix typos in docstrings.
3316 (dired-mark-unmarked-files): "?\ " -> "?\s".
3317
3318 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3319
3320 * faces.el (describe-face): "?\ " -> "?\s".
3321 (read-all-face-attributes, read-face-font, modify-face)
3322 (face-attr-construct, italic): Fix typos in docstrings.
3323 (frame-update-face-colors): Declare with
3324 `define-obsolete-function-alias'.
3325
3326 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3327 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3328 (magic-mode-alist, buffer-file-numbers-unique)
3329 (write-file-functions, get-free-disk-space):
3330 Fix typos in docstrings.
3331 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3332 (write-contents-hooks, write-file-hooks):
3333 Declare with `define-obsolete-variable-alias'.
3334
3335 * forms-d2.el (arch-rj): Fix typo in docstrings.
3336 (arch-tocol): Likewise. "?\ " -> "?\s".
3337
3338 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3339 Fix typo in docstring.
3340 (set-screen-width, set-screen-height): Delete redundant info in
3341 doctrings.
3342 (new-frame, screen-height, screen-width): Declare with
3343 `define-obsolete-function-alias'.
3344 (delete-frame-hook, blink-cursor): Declare with
3345 `define-obsolete-variable-alias'.
3346
3347 * paths.el (prune-directory-list): Fix typos in docstring.
3348
3349 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3350 (cvs-prefix-get): Fix typos in docstrings.
3351
3352 * ps-print.el (ps-extend-face-list, ps-extend-face)
3353 (ps-print-background-image): Fix typos in docstrings.
3354 (ps-default-fg, ps-default-bg): Doc fixes.
3355
3356 * s-region.el (s-region-bind): Doc fix.
3357 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3358
3359 * textmodes/org.el (org-table-formula-substitute-names)
3360 (org-table-get-vertical-vector): Doc fixes.
3361 (org-table-recalculate): Remove unused argument to `message'.
3362
3363 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3364
3365 * textmodes/org.el (org-table-column-names)
3366 (org-table-column-name-regexp)
3367 (org-table-named-field-locations): New variables.
3368 (org-archive-subtree): Protect `this-command' when calling
3369 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3370 the kill buffer.
3371 (org-complete): Remove fixed-formula completion.
3372 (org-edit-formulas-map): New variable.
3373 (org-table-edit-formulas): New command.
3374 (org-finish-edit-formulas, org-abort-edit-formulas)
3375 (org-show-variable, org-table-get-vertical-vector): New functions.
3376 (org-table-maybe-eval-formula): Handle `:=' fields.
3377 (org-table-get-stored-formulas, org-table-store-formulas)
3378 (org-table-get-formula, org-table-modify-formulas)
3379 (org-table-replace-in-formulas): Handle named field formulas.
3380 (org-table-get-specials): Store locations of named fields.
3381
3382 2005-07-19 Juri Linkov <juri@jurta.org>
3383
3384 * progmodes/grep.el (grep-regexp-alist)
3385 (grep-mode-font-lock-keywords, grep-process-setup):
3386 Use default GNU grep match color "01;31m" instead of "01;41m".
3387 (grep-regexp-alist, grep-mode-font-lock-keywords):
3388 Use `\\[[0-9]*m' instead of `\\[00m'.
3389 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3390 sgr_start where its handling is more important. Use the real
3391 length of sgr_start instead of constant 8.
3392 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3393 specially. Delete all remaining escape sequences.
3394 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3395 (grep-regexp-alist): Make hyperlink only for binary file name
3396 instead of the whole line.
3397 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3398 (grep-mode): Add autoload.
3399
3400 * emacs-lisp/find-func.el (find-function-regexp):
3401 Add `define-compilation-mode'.
3402
3403 2005-07-19 Juri Linkov <juri@jurta.org>
3404
3405 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3406 (compare-windows-sync-string-size, compare-windows-recenter)
3407 (compare-windows-highlight, compare-windows): Add version 22.1.
3408 (compare-windows) <defface>: Inherit from lazy-highlight instead
3409 of duplicating its default value.
3410
3411 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3412 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3413
3414 * descr-text.el (describe-char): Create link buttons for `charset'
3415 and `code point'. Add the current input method name with a link
3416 button to `to input' field. Print face names of display table
3417 characters in `The display table entry is displayed by' section
3418 instead of printing face-id in the `display' field.
3419 Guess hardcoded faces and create a link button for them.
3420 Skip empty fields when calculating max-width.
3421 Treat `widget-create' specially while inserting strings from the
3422 collected field list.
3423 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3424
3425 * diff-mode.el (diff-file-header): Change foreground color from
3426 yellow to green on light backgrounds.
3427 (diff-context): Inherit from `shadow' only for color/grayscale
3428 with more than 88 colors.
3429 (diff-indicator-removed, diff-indicator-added)
3430 (diff-indicator-changed): New faces.
3431 (diff-font-lock-keywords): Use new faces. Regroup rules.
3432 Add "^---$" for `normal' diff format. Fontify `#' lines with
3433 font-lock-comment-delimiter-face and font-lock-comment-face.
3434 Add `#' to ^[^...] in the rule for `diff-context-face'.
3435
3436 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3437 a button-like box. Inherit from `highlight' on low colors.
3438 (shadow): Use shades of gray only for color/grayscale with
3439 more than 88 colors. Use green for light backgrounds with
3440 8 colors, and yellow for dark backgrounds with 8 colors.
3441
3442 * font-lock.el (font-lock-regexp-grouping-backslash):
3443 Don't inherit from escape-glyph (use bold for all cases).
3444
3445 * info.el (info-xref-visited): Use light foreground color `violet'
3446 for dark backgrounds instead of dark color `magenta3'.
3447 (info-title-1): Use `yellow' color for dark backgrounds.
3448
3449 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3450 too-light magenta2.
3451
3452 * replace.el (match): Use slightly more light RoyalBlue3 instead
3453 of dark RoyalBlue4.
3454
3455 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3456
3457 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3458
3459 * novice.el (disabled-command-hook): Declare it with
3460 `define-obsolete-variable-alias'.
3461
3462 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3463 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3464 (desktop-load-default): Add release to obsolescence info.
3465 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3466 (desktop-append-buffer-args, desktop-read):
3467 Fix typos in docstrings.
3468 (desktop-kill): Fix typo in message.
3469 (desktop-save): Doc fix.
3470
3471 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3472
3473 * viper-cmd.el (viper-escape-to-state): Bug fix.
3474 (viper-envelop-ESC-key): Change the definition of fast
3475 keysequence so it'll work with keyboard macros.
3476
3477 * ediff.el (ediff-patch-buffer): Change the docstring.
3478
3479 2005-07-19 Kenichi Handa <handa@m17n.org>
3480
3481 * international/mule-cmds.el (select-safe-coding-system): Try to
3482 use an auto-coding (if any) before anything else. If the found
3483 auto-coding is invalid, show a warning message.
3484
3485 * international/mule.el (find-auto-coding): New function created
3486 by modifying the body of set-auto-coding.
3487 (set-auto-coding): Use find-auto-coding to find a coding.
3488
3489 2005-07-18 Richard M. Stallman <rms@gnu.org>
3490
3491 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3492 not isearch-mode-end-hook-error.
3493 (allout-before-change-protect): Fix error message.
3494
3495 2005-07-18 Juri Linkov <juri@jurta.org>
3496
3497 * allout.el (allout-mode):
3498 * calculator.el (calculator-copy):
3499 * custom.el (custom-known-themes):
3500 * dired.el (dired-desktop-buffer-misc-data)
3501 (dired-restore-desktop-buffer):
3502 * dired-x.el (dired-omit-marker-char):
3503 * files.el (basic-save-buffer):
3504 * font-core.el (font-lock-mode):
3505 * calendar/calendar.el (calendar-goto-hebrew-date)
3506 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3507 (calendar-goto-persian-date):
3508 * language/ethio-util.el (ethio-sera-to-fidel-region):
3509 * textmodes/picture.el (picture-mode):
3510 Delete duplicate duplicate words.
3511
3512 2005-07-18 Juri Linkov <juri@jurta.org>
3513
3514 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3515 chars * ? } |.
3516 (isearch-fallback): Don't call `isearch-process-search-char'.
3517 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3518 (isearch-process-search-char): Call `isearch-fallback' for regexp
3519 chars * ? } |.
3520 (isearch-return-char): Make obsolete with `make-obsolete' instead
3521 of simply documenting it as obsolete in the docstring.
3522 (isearch-fallback): Refill docstring.
3523
3524 * international/isearch-x.el
3525 (isearch-process-search-multibyte-characters): Remove unneeded
3526 `concat'. Add intermediate values to `junk-hist' instead of
3527 `minibuffer-history'. Test the length of `str'.
3528
3529 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3530
3531 * allout.el (allout-resolve-xref): Fix typos in error strings.
3532 (allout-before-change-protect): Remove unneeded `concat'.
3533
3534 * array.el (array-mode, array-reconfigure-rows)
3535 (untabify-backward): Fix typos in docstrings.
3536 (array-reconfigure-rows): Use `insert-buffer-substring', not
3537 `insert-buffer'.
3538
3539 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3540 * progmodes/ada-mode.el (ada-make-body):
3541 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3542
3543 * dired.el (dired-log):
3544 * tar-mode.el (tar-subfile-save-buffer):
3545 * play/zone.el (zone-pgm-stress-destress):
3546 Use `insert-buffer-substring', not `insert-buffer'.
3547
3548 2005-07-17 Simon Josefsson <jas@extundo.com>
3549
3550 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3551
3552 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3553
3554 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3555 Add plain auth method.
3556 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3557
3558 2005-07-17 Kim F. Storm <storm@cua.dk>
3559
3560 * ido.el (dired-other-window): Add ido property.
3561
3562 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3563
3564 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3565 Fix typo in docstring.
3566 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3567 `insert-file-literally'.
3568
3569 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3570 info and delete redundant message. Doc fix.
3571 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3572 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3573
3574 2005-07-16 Richard M. Stallman <rms@gnu.org>
3575
3576 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3577 (byte-compile-and): Use byte-compile-and-recursion.
3578 (byte-compile-or-recursion): New function.
3579 (byte-compile-or): Use that.
3580 (byte-compile-if): Guard the else-clause too.
3581 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3582
3583 * isearch.el (isearch-mode-end-hook-quit): New variable.
3584 (isearch-done): Bind it.
3585 (isearch-mode-end-hook): Doc fix.
3586
3587 * allout.el (allout-isearch-did-quit): Variable deleted.
3588 (allout-real-isearch-abort): Function name no longer used.
3589 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3590 (allout-isearch-rectification): isearch-mode always exists.
3591 Don't set allout-isearch-did-quit.
3592 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3593 allout-isearch-did-quit.
3594 (allout-enwrap-isearch): Just add the hook.
3595 (allout-isearch-abort): Function deleted.
3596 (allout-pre-command-business): Avoid warning.
3597
3598 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3599 Correctly avoid warnings.
3600 (pascal-outline): Likewise.
3601
3602 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3603
3604 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3605
3606 * play/tetris.el (tetris-mode): Avoid warning.
3607
3608 * play/snake.el (snake-mode): Avoid warning.
3609
3610 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3611 (gamegrid-set-display-table): Avoid warning.
3612 (gamegrid-set-timer): Likewise.
3613 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3614 (gamegrid-add-score-with-update-game-score-1): Take FILE
3615 as argument.
3616 (gamegrid-add-score-with-update-game-score): Pass that argument.
3617 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3618
3619 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3620
3621 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3622 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3623
3624 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3625 and insert-file.
3626
3627 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3628 (sc-ask): Avoid warnings.
3629
3630 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3631 (eshell-hist-initialize): Use that var the natural way.
3632
3633 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3634
3635 * emacs-lisp/re-builder.el (reb-cook-regexp):
3636 Avoid warning calling lre-compile-string.
3637 (reb-color-display-p): Avoid warning.
3638
3639 * calculator.el (calculator-last-input): Guard uses
3640 of event-key and key-press-event-p.
3641 (event-key, key-press-event-p): Delete definitions.
3642
3643 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3644 (find-gc-source-directory, find-gc-subrs-callers)
3645 (find-gc-noreturn-list, find-gc-source-files)
3646 (find-gc-subrs-called): Vars renamed and defvar'd.
3647
3648 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3649 (checkdoc-overlay-put, checkdoc-delete-overlay)
3650 (checkdoc-overlay-start, checkdoc-overlay-end)
3651 (checkdoc-mode-line-update, checkdoc-char=):
3652 Define such that compiler knows they are defined.
3653 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3654 (checkdoc-read-event): Delete. Use read-event directly.
3655
3656 * whitespace.el (whitespace-make-overlay)
3657 (whitespace-overlay-put, whitespace-delete-overlay)
3658 (whitespace-overlay-start, whitespace-overlay-end):
3659 Define such that compiler knows they are defined.
3660 (whitespace): Move conditional inside.
3661
3662 * tempo.el (tempo-insert-template): Suppress warning.
3663
3664 * ediff-diff.el (longlines-mode): Add defvar.
3665
3666 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3667
3668 * server.el: Bind "C-x #" in a way that works even if C-x is
3669 redefined to a command key, not a prefix key.
3670
3671 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3672
3673 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3674 cl-make-type-test till execution time.
3675
3676 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3677
3678 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3679 arg ARG and use it.
3680
3681 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3682
3683 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3684
3685 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3686
3687 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3688 a defcustom with two :set or :type keywords.
3689
3690 2005-07-15 Richard M. Stallman <rms@gnu.org>
3691
3692 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3693 Don't give ^M comment-end syntax.
3694
3695 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3696
3697 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3698 Don't consider gdbmi (gdb-mi.el has its own update functions).
3699 (gdb-var-delete): Make it work for gdbmi as well.
3700 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3701
3702 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3703 (gud-speedbar-menu-items): Correct logic for enabling items.
3704
3705 2005-07-15 Kim F. Storm <storm@cua.dk>
3706
3707 * ido.el: Fix commentary.
3708 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3709 Use with-no-warnings around ffap-guesser.
3710 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3711 Let bind minibuffer-completing-file-name to t.
3712
3713 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3714
3715 * startup.el (site-run-file, keyboard-type): Doc fixes.
3716 (command-line): Check for "--basic-display" argument; also for
3717 "--quick", not "--bare-bones" (which was renamed).
3718 (fancy-splash-text): Add missing item "Getting New Versions".
3719 (normal-splash-screen): Fix typos and improve consistency with
3720 `fancy-splash-text'. Update copyright year.
3721
3722 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3723 valid binding for `help-char'.
3724
3725 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3726
3727 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3728
3729 * term.el (term-mode): Disable cua-mode for term buffers.
3730
3731 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3732
3733 * add-log.el (add-log-mailing-address, change-log-merge):
3734 Doc fixes.
3735 (change-log-get-method-definition): Fix typo in docstring.
3736
3737 2005-07-14 Kim F. Storm <storm@cua.dk>
3738
3739 * emulation/cua-base.el:
3740 (cua--pre-command-handler-1, cua--pre-command-handler)
3741 (cua--post-command-handler-1, cua--post-command-handler):
3742 Split in two. Check (buffer local) value of cua-mode.
3743 (cua-selection-mode): New command.
3744
3745 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3746
3747 * custom.el (custom-initialize-safe-set)
3748 (custom-initialize-safe-default): Doc fixes.
3749
3750 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3751 and simplify :init-value again.
3752
3753 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3754 and simplify :init-value again. Delete autoload.
3755
3756 * startup.el (command-line): Use `custom-reevaluate-setting' again
3757 for tooltip-mode.
3758
3759 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3760 a defcustom with two :initialize keywords.
3761
3762 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
3763
3764 * allout.el (my-mark-marker, allout-isearch-prior-pos)
3765 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3766 (allout-post-command-business, allout-flag-region)
3767 (isearch-reenable-font-lock, allout-yank)
3768 (allout-insert-latex-header, allout-insert-latex-trailer)
3769 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3770 (allout-latex-verb-quote): Fix typos in docstrings.
3771 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3772 (allout-unprotected, allout-prefix-data):
3773 Improve argument/docstring consistency.
3774 (allout-chart-subtree): Fix argument spec.
3775 (allout-open-topic): Rename `use_sib_bullet' argument to
3776 `use-sib-bullet'. Doc fix.
3777
3778 * whitespace.el (whitespace-check-buffer-leading)
3779 (whitespace-check-buffer-trailing)
3780 (whitespace-check-buffer-indent)
3781 (whitespace-check-buffer-spacetab)
3782 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3783 (whitespace-check-leading-whitespace)
3784 (whitespace-check-trailing-whitespace)
3785 (whitespace-check-spacetab-whitespace)
3786 (whitespace-check-indent-whitespace)
3787 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3788 (whitespace-modes): Fix typos in docstrings.
3789 (defgroup, defcustom): Doc fixes.
3790
3791 * winner.el (winner-mode, winner-boring-buffers)
3792 (winner-pending-undo-ring): Doc fixes.
3793 (winner-ring): Remove unneeded `progn'.
3794 (winner-equal): `defsubst' it.
3795 (winner-redo): Fix message.
3796
3797 2005-07-13 Kim F. Storm <storm@cua.dk>
3798
3799 * simple.el (line-move-1): Always use vertical-motion to
3800 do the last (or only) line move to ensure some movement.
3801 Undo 2005-06-23 change--don't check for overlays.
3802
3803 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3804
3805 * term/mac-win.el (ccl-encode-mac-roman-font)
3806 (ccl-encode-mac-centraleurroman-font)
3807 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
3808 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
3809 Change charset-id boundary of dimension to ?\xef.
3810 (mac-char-fontspec-list): New constant.
3811 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
3812 argument. Nil uses itself as family in font-spec. Previous
3813 behavior for nil is now provided by non-nil non-string argument.
3814 All callers changed. Add font-specs for Mac fonts to
3815 "fontset-default" unless iso8859-1 fonts are installed.
3816
3817 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * progmodes/sh-script.el (sh-get-indent-info): Only indent
3820 a continuation line if the \ is preceded by SPC or TAB.
3821 (sh-get-indent-info): Simplify.
3822 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
3823 Use with-current-buffer.
3824
3825 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
3826 when the matched text is empty.
3827
3828 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
3829
3830 * startup.el (command-line): Revert to previous handling of
3831 tooltip-mode. Explain in comment why the complexity is needed.
3832
3833 * tooltip.el (tooltip-mode): Revert to previous implementation of
3834 its defcustom.
3835
3836 * frame.el (blink-cursor-mode): Revert to previous implementation
3837 of its defcustom. Update comment.
3838
3839 2005-07-12 Lars Hansen <larsh@soem.dk>
3840
3841 * desktop.el: Update e-mail address.
3842
3843 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3844
3845 * term/mac-win.el (mac-services-mail-selection)
3846 (mac-services-mail-to): New functions.
3847 (mac-application-menu-map): Bind them.
3848
3849 2005-07-12 wulei <milton@wulei.net> (tiny change)
3850
3851 * progmodes/gdb-ui.el: Add note about buffering with Windows.
3852
3853 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
3854
3855 * custom.el (custom-reevaluate-setting): Doc fix.
3856
3857 2005-07-11 Jay Belanger <belanger@truman.edu>
3858
3859 * calc/calc.el (calc-embedded-announce-formula-alist)
3860 (calc-embedded-open-close-plain-alist)
3861 (calc-embedded-open-close-mode-alist): Add checks for additional
3862 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
3863
3864 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
3865
3866 * custom.el (custom-enable-theme): Don't add theme to
3867 `custom-enabled-themes' with `push' because there is no
3868 setf-method for `delq'.
3869
3870 2005-07-11 Richard M. Stallman <rms@gnu.org>
3871
3872 * custom.el (custom-declare-variable): Doc fix.
3873
3874 * dired-aux.el (dired-compare-directories): Remove "." and ".."
3875 from the alists.
3876
3877 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
3878 Do nothing if edebug-active.
3879
3880 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
3881 (edebug-display): Do it here instead.
3882
3883 2005-07-10 Richard M. Stallman <rms@gnu.org>
3884
3885 * cus-face.el (custom-theme-set-faces): Make it work.
3886 (custom-reset-faces): Doc fix.
3887 (custom-theme-reset-internal-face, custom-theme-face-value):
3888 Functions deleted.
3889
3890 * custom.el (custom-push-theme): Maintain list of the settings
3891 of a given theme in its theme-settings property.
3892 Maintain position of old settings in the theme-value
3893 or theme-face property.
3894 (custom-enabled-themes): New variable.
3895 (custom-theme-enabled-p): New function.
3896 (provide-theme): Update custom-enabled-themes.
3897 Disable and reenable the `user' theme.
3898 (require-theme): Doc fix.
3899 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
3900 (custom-theme-value, custom-theme-variable-value): Likewise.
3901 (custom-theme-reset-internal): Likewise.
3902 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
3903 (custom-enable-theme, custom-disable-theme): New functions.
3904 (custom-variable-theme-value, custom-face-theme-value): Likewise.
3905 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
3906 (custom-theme-reset-variables): Simplify.
3907 (deftheme, custom-declare-theme, custom-make-theme-feature):
3908 Definitions moved.
3909
3910 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
3911
3912 * longlines.el (longlines-show-region)
3913 (longlines-unshow-hard-newlines): Recognize hard newlines by
3914 non-nil hard property, instead of t.
3915
3916 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
3917
3918 * viper-cmd.el (viper--key-maps): New variable.
3919 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
3920 emulation-mode-map-alists.
3921 (viper-envelop-ESC-key): Use viper-subseq.
3922 (viper-search-forward/backward/next): Disable debug-on-error.
3923
3924 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3925 (viper-ESC-key): New defcustoms.
3926
3927 * viper-macs.el (ex-map-read-args): Use viper-subseq.
3928
3929 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
3930 (viper-subseq): Copy of subseq from cl.el.
3931
3932 * viper.el (viper-go-away, viper-set-hooks): Use
3933 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
3934
3935 * viper-mous.el (viper-current-frame-saved): Use defvar.
3936
3937 * viper-init.el: Get rid of -face in face names.
3938
3939 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3940 Make it work with longlines mode
3941
3942 * ediff-mult.el (ediff-meta-mode-hook): New variable.
3943
3944 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
3945
3946 * ediff-init.el: Get rid of -face in face names.
3947
3948 2005-07-10 Richard M. Stallman <rms@gnu.org>
3949
3950 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
3951 and with-timeout-unsuspend.
3952
3953 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
3954 and with-timeout-unsuspend.
3955
3956 * emacs-lisp/timer.el (with-timeout-timers): New variable.
3957 (with-timeout): Bind that variable to record timers.
3958 (with-timeout-suspend, with-timeout-unsuspend): New functions.
3959
3960 * emacs-lisp/debug.el (debug-help-follow): New function.
3961 (debugger-mode-map): Use that instead of help-follow.
3962 (debugger-setup-buffer): Use eval-buffer-list
3963 to handle eval-buffer frames.
3964
3965 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
3966
3967 * timezone.el (timezone-parse-date): Change first regexp
3968 so it will not mistakenly match dates with no time zone.
3969
3970 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
3971
3972 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
3973
3974 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
3975
3976 * custom.el (custom-initialize-safe-set)
3977 (custom-initialize-safe-default): New functions.
3978
3979 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3980 and simplify :init-value.
3981
3982 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3983 and simplify :init-value. Delete obsolete comment.
3984
3985 * startup.el (command-line): Use `custom-reevaluate-setting' to
3986 handle `tooltip-mode'. Delete obsolete comment.
3987
3988 * files.el (set-visited-file-name): Avoid calling
3989 `file-name-nondirectory' with a nil argument.
3990
3991 2005-07-09 Richard M. Stallman <rms@gnu.org>
3992
3993 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
3994 was called with nil for the buffer, handle the read position right.
3995 Handle read position for eval-region, too.
3996
3997 2005-07-09 Juri Linkov <juri@jurta.org>
3998
3999 * fringe.el (fringe-mode): Add period in docstring.
4000 (fringe-query-style): Build prompt depending on `all-frames' arg.
4001
4002 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4003 to not create links to unrelated functions in the Help buffer.
4004
4005 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4006 Doc fix.
4007
4008 * simple.el (next-error-hook): New variable.
4009 (next-error): Use it. Doc fix.
4010
4011 * textmodes/ispell.el (ispell-command-loop): Add current
4012 dictionary name and program name to mode-line-format.
4013 (ispell-region, ispell-process-line): Add current dictionary name
4014 and program name to messages.
4015
4016 2005-07-08 Jay Belanger <belanger@truman.edu>
4017
4018 * calc/calc.el (calc-embedded-announce-formula-alist)
4019 (calc-embedded-open-close-formula-alist)
4020 (calc-embedded-open-close-word-alist)
4021 (calc-embedded-open-close-plain-alist)
4022 (calc-embedded-open-close-new-formula-alist)
4023 (calc-embedded-open-close-mode-alist)
4024 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4025 (calc-embedded-mode-hook): New variables.
4026
4027 * calc/calc-embed.el (calc-embedded-firsttime)
4028 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4029 New variables.
4030 (calc-do-embedded): Use calc-embedded-firsttime,
4031 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4032 determine whether or not to run hooks.
4033 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4034 calc-embedded-firsttime-formula appropriately.
4035 Set calc-embedded delimiter variables according to mode.
4036
4037 2005-07-08 Richard M. Stallman <rms@gnu.org>
4038
4039 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4040 Check for "emacs", etc., as entire symbol, not just as word.
4041 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4042
4043 * files.el (set-visited-file-name): Report the error
4044 for "empty filename" earlier.
4045 (kill-some-buffers): Ignore buffers already dead.
4046
4047 * fringe.el (fringe-mode): Doc fix.
4048
4049 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4050 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4051 Use unwind-protect to ensure byte-compile-unresolved-functions
4052 is updated.
4053
4054 * whitespace.el (whitespace-buffer-leading-cleanup):
4055 Simplify w/ skip-chars-forward.
4056 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4057
4058 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4059 Unconditionally try to leave point at the same old place.
4060
4061 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4062
4063 * comint.el (comint-postoutput-scroll-to-bottom)
4064 (comint-show-maximum-output): Take scroll-margin into consideration.
4065
4066 2005-07-08 Kim F. Storm <storm@cua.dk>
4067
4068 * ido.el (ido-use-filename-at-point): New choice `guess'.
4069 (ido-file-internal): Try ffap-guesser if selected.
4070
4071 * ido.el (ido-before-fallback-functions): New hook.
4072 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4073 (ido-read-file-name): Run it.
4074
4075 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4078 strings rather than a list of symbols to the completion function.
4079
4080 2005-07-07 Jay Belanger <belanger@truman.edu>
4081
4082 * calc/calc-units.el (math-apply-units): Change the places in
4083 which units are simplified.
4084
4085 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4086
4087 * cus-edit.el (customize-option, customize-option-other-window):
4088 Make them handle aliases.
4089
4090 * custom.el (custom-variable-p): Make it recursively follow
4091 aliases. Mention that in the docstring.
4092
4093 2005-07-07 Richard M. Stallman <rms@gnu.org>
4094
4095 * cus-start.el (exec-path): Use `directory' instead of `file'.
4096 Fix tag for nil.
4097
4098 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4099
4100 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4101 when called non-interactively. Doc fix.
4102
4103 2005-07-07 Lute Kamstra <lute@gnu.org>
4104
4105 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4106 new address as well.
4107
4108 2005-07-07 Kenichi Handa <handa@m17n.org>
4109
4110 * international/mule.el (make-coding-system):
4111 Describe `ascii-incompatible' property in the docstring.
4112 (set-file-name-coding-system): Signal an error if coding-system is
4113 ascii-incompatible.
4114 (set-keyboard-coding-system): Likewise.
4115
4116 * international/mule-cmds.el (set-default-coding-systems):
4117 Don't set default-file-name-coding-system and
4118 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4119
4120 * international/utf-16.el: Declare that all UTF-16-based coding
4121 systems are ASCII-incompatible.
4122
4123 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4124
4125 * progmodes/gud.el: Require font-lock for displaying errors.
4126 Used by gdb-ui.el.
4127
4128 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4129
4130 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4131 values for the pattern lists which are `read'able but not
4132 `append'able (like symbols).
4133
4134 2005-07-06 Richard M. Stallman <rms@gnu.org>
4135
4136 * progmodes/flymake.el (flymake-float-time): Instead of
4137 with-no-warnings, test for xemacs.
4138 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4139 to avoid warning.
4140
4141 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4142
4143 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4144
4145 2005-07-05 Lute Kamstra <lute@gnu.org>
4146
4147 * battery.el: Add support for Darwin (with much debugging help
4148 from Samuel Lauber <sam124@operamail.com>).
4149 (battery-status-function, battery-echo-area-format)
4150 (battery-mode-line-format): Add support for pmset on Darwin.
4151 (battery-load-low, battery-load-critical): New user options.
4152 (battery-pmset): New function.
4153
4154 2005-07-05 Lute Kamstra <lute@gnu.org>
4155
4156 Update FSF's address in GPL notices.
4157
4158 * textmodes/page-ext.el: Update FSF's address.
4159
4160 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4161
4162 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4163 filling from using prefix when filling a single-line docstring.
4164
4165 * progmodes/flymake.el: Remove useless eval-when-compile.
4166
4167 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4168
4169 2005-07-04 Richard M. Stallman <rms@gnu.org>
4170
4171 * textmodes/org.el (org-file-apps-defaults-gnu):
4172 Rename from org-file-apps-defaults-linux.
4173 (org-default-apps): Don't test system-type for `linux'.
4174 (org-file-apps): Doc fix.
4175
4176 2005-07-04 David Ponce <david@dponce.com>
4177
4178 * tree-widget.el: Improve header Commentary section.
4179 (tree-widget) [defgroup]
4180 (tree-widget-image-enable, tree-widget-themes-directory)
4181 (tree-widget-theme, tree-widget-image-properties-emacs)
4182 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4183 (tree-widget-image-formats, tree-widget-control)
4184 (tree-widget-empty-control, tree-widget-leaf-control
4185 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4186 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4187 (tree-widget-keep, tree-widget-after-toggle-functions)
4188 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4189 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4190 :help-echo message.
4191 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4192 (tree-widget-image-properties): Doc fix. Clearer implementation.
4193 (tree-widget--cursors): New constant.
4194 (tree-widget-lookup-image): New function split from
4195 `tree-widget-find-image'. Clearer implementation.
4196 (tree-widget-find-image): Use it.
4197 (tree-widget-button-keymap): Use `set-keymap-parent'.
4198 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4199 Define the sub-widgets here.
4200 (tree-widget-node): Check that :node is not a tree-widget.
4201 (tree-widget-get-super, tree-widget-open-control)
4202 (tree-widget-close-control, tree-widget-empty-control)
4203 (tree-widget-leaf-control, tree-widget-guide)
4204 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4205 (tree-widget-no-handle, tree-widget-value-delete)
4206 (tree-widget-map): Remove.
4207 (tree-widget-children-value-save): Doc fix. Simplified.
4208 (tree-widget-value-create): Update according to previous changes.
4209
4210 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4211
4212 * textmodes/org.el: Leading space replaced by TABS.
4213 (org-recalc-marks, org-table-rotate-recalc-marks)
4214 (org-table-get-specials): Treat "^" and "_" marks.
4215 (org-table-justify-field-maybe): Optional argument NEW.
4216 (org-table-eval-formula): Parsing of the format simplified.
4217 New modes C,I. Honor the %= parameter in the current table.
4218 Avoid unnecessary re-align by using the NEW argument to
4219 `org-table-justify-field-maybe'.
4220 (org-calc-default-modes): Default for date-format mimicks org-mode.
4221 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4222
4223 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4224
4225 * cus-face.el (custom-theme-set-faces): Make it handle face
4226 aliases whose alias declarations are pre- or autoloaded.
4227
4228 2005-07-04 Juri Linkov <juri@jurta.org>
4229
4230 * faces.el (read-face-name): Put the code for getting a face name
4231 from the buffer before adding the faces from the `face' property.
4232 Use `completing-read-multiple' instead of `completing-read'.
4233 Require `crm'. Add default value and post-process the returned
4234 list of faces.
4235
4236 * emacs-lisp/crm.el (crm-find-current-element)
4237 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4238
4239 * emacs-lisp/lisp-mode.el (eval-defun-1):
4240 * emacs-lisp/edebug.el (edebug-eval-defun):
4241 Remove unnecessary quotes.
4242
4243 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4244
4245 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4246 (prolog-indent-level): Fix typo in docstring.
4247
4248 * info.el (Info-history, Info-history-forward)
4249 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4250
4251 * add-log.el (add-change-log-entry):
4252 * comint.el (comint-dynamic-list-input-ring)
4253 (comint-dynamic-list-completions):
4254 * dabbrev.el (dabbrev-expand):
4255 * delim-col.el (delimit-columns-rectangle-line):
4256 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4257 (diff-unified->context):
4258 * ediff-init.el (ediff-abbrev-jobname):
4259 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4260 (ediff-replace-session-activity-marker-in-meta-buffer):
4261 * info.el (Info-summary):
4262 * lpr.el (printify-region):
4263 * printing.el (pr-create-interface):
4264 * ps-print.el (ps-print-quote):
4265 * ses.el (ses-column-widths, ses-print-cell)
4266 (ses-adjust-print-width, ses-center):
4267 * shell.el (shell-file-name-quote-list):
4268 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4269 (strokes-fill-current-buffer-with-whitespace)
4270 (strokes-xpm-for-stroke, strokes-list-strokes)
4271 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4272 * term.el (term-dynamic-list-input-ring)
4273 (term-dynamic-list-completions):
4274 * calc/calc.el (math-format-stack-value):
4275 * emacs-lisp/edebug.el (edebug-display-freq-count):
4276 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4277 (delphi-new-comment-line):
4278 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4279 * progmodes/executable.el (executable-set-magic):
4280 * progmodes/python.el (inferior-python-mode):
4281 * progmodes/scheme.el (scheme-mode-syntax-table):
4282 * progmodes/sh-script.el (sh-maybe-here-document):
4283 * progmodes/sql.el (sql-copy-column):
4284 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4285 * textmodes/bibtex.el (bibtex-mode):
4286 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4287 (sgml-auto-attributes):
4288 * textmodes/table.el (table-insert, table-shorten-cell)
4289 (table--generate-source-scan-lines, table-delete-row)
4290 (*table--cell-delete-char, table--spacify-frame)
4291 (table--horizontally-shift-above-and-below)
4292 (table--cell-insert-char, table--cell-blank-str)
4293 (table--fill-region-strictly):
4294 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4295 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4296
4297 * add-log.el (change-log):
4298 * apropos.el (apropos):
4299 * comint.el (comint-completion, comint-source):
4300 * dabbrev.el (dabbrev):
4301 * delim-col.el (columns):
4302 * diff-mode.el (diff-mode):
4303 * ediff.el (ediff):
4304 * ediff-diff.el (ediff-diff):
4305 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4306 * ediff-mult.el (ediff-mult):
4307 * ediff-ptch.el (ediff-ptch):
4308 * ediff-wind.el (ediff-window):
4309 * facemenu.el (facemenu):
4310 * indent.el (indent):
4311 * info.el (info):
4312 * jka-cmpr-hook.el (compression, jka-compr):
4313 * lpr.el (lpr):
4314 * outline.el (outlines):
4315 * pcmpl-cvs.el (pcmpl-cvs):
4316 * pcmpl-rpm.el (pcmpl-rpm):
4317 * printing.el (printing):
4318 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4319 (ps-print-vertical, ps-print-headers, ps-print-font)
4320 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4321 (ps-print-background, ps-print-printer, ps-print-page)
4322 (ps-print-miscellany):
4323 * ses.el (ses):
4324 * shell.el (shell, shell-directories, shell-faces):
4325 * startup.el (initialization):
4326 * strokes.el (strokes):
4327 * term.el (term):
4328 * uniquify.el (uniquify):
4329 * w32-vars.el (w32):
4330 * calc/calc.el (calc):
4331 * emacs-lisp/bytecomp.el (bytecomp):
4332 * emacs-lisp/cl-indent.el (lisp-indent):
4333 * emacs-lisp/edebug.el (edebug):
4334 * emacs-lisp/elp.el (elp):
4335 * emacs-lisp/testcover.el (testcover):
4336 * emacs-lisp/trace.el (trace):
4337 * emulation/viper-ex.el (viper-ex):
4338 * emulation/viper-mous.el (viper-mouse):
4339 * mail/mailalias.el (mailalias):
4340 * mail/supercite.el (supercite, supercite-frames)
4341 (supercite-attr, supercite-cite, supercite-hooks):
4342 * net/rcompile.el (remote-compile):
4343 * net/rlogin.el (rlogin):
4344 * obsolete/ooutline.el (outlines):
4345 * progmodes/delphi.el (delphi):
4346 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4347 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4348 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4349 (ebnf-optimization):
4350 * progmodes/etags.el (etags):
4351 * progmodes/executable.el (executable):
4352 * progmodes/idlwave.el (idlwave):
4353 * progmodes/pascal.el (pascal):
4354 * progmodes/prolog.el (prolog):
4355 * progmodes/python.el (python):
4356 * progmodes/scheme.el (scheme):
4357 * progmodes/sh-script.el (sh, sh-script):
4358 * progmodes/sql.el (SQL):
4359 * progmodes/tcl.el (tcl):
4360 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4361 * textmodes/enriched.el (enriched):
4362 * textmodes/makeinfo.el (makeinfo):
4363 * textmodes/sgml-mode.el (sgml):
4364 * textmodes/table.el (table-hooks):
4365 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4366 * textmodes/texinfo.el (texinfo):
4367 * textmodes/two-column.el (two-column):
4368 Finish `defgroup' description with period.
4369
4370 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4371 * eshell/esh-var.el (eshell-var):
4372 * progmodes/vhdl-mode.el (vhdl-testbench):
4373 * textmodes/org.el (org): Fix typos in docstrings.
4374
4375 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4376 consistency.
4377
4378 * progmodes/flymake.el (flymake-find-file): Remove.
4379 (flymake-float-time): Use `with-no-warnings'.
4380 (flymake-check-start-time, flymake-check-was-interrupted)
4381 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4382 (flymake-new-err-info): `defvar' at compile time.
4383
4384 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4385
4386 * replace.el (occur-hook): Doc fix.
4387 (occur-1): Don't call `occur-hook' if there are no matches.
4388
4389 2005-07-03 Richard M. Stallman <rms@gnu.org>
4390
4391 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4392 global-map, save the same map.
4393 (global-map): Don't alter it at top level.
4394 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4395 Then alter it here instead.
4396 (tpu-edt-off): Set global-map to the saved one.
4397
4398 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4399 All references simplified.
4400 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4401 (zmacs-regions): Add defvar.
4402 (repeat-complex-command-map): Everything about that deleted.
4403
4404 * textmodes/artist.el (artist-key-is-drawing)
4405 (artist-key-endpoint1, artist-key-poly-point-list)
4406 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4407 (artist-key-compl-table, artist-rb-save-data)
4408 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4409 Don't put them in eval-when-compile.
4410 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4411
4412 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4413 Use with-no-warnings.
4414
4415 * net/browse-url.el (dos-windows-version): Add defvar.
4416
4417 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4418
4419 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4420 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4421 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4422 Add defvar.
4423 (rmail-summary-beginning-of-message): Use with-no-warnings.
4424 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4425
4426 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4427 Use with-no-warnings.
4428
4429 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4430 (c-mark-function): Add point-moving-unit property.
4431 (vi-goto-line): Use with-no-warnings.
4432
4433 * emulation/edt.el (edt-last-copied-word): Add defvar.
4434 (zmacs-region-stays): Likewise.
4435 (edt-mark-section-wisely): Use c-mark-function for C.
4436 Use makr-defun for Fortran.
4437 (time-string): defvar deleted.
4438 (edt-display-the-time): Don't set time-string.
4439
4440 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4441
4442 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4443 Don't warn when name is not constant
4444 or for defining the group `emacs'.
4445
4446 * tooltip.el (gud-tooltip-mode): Add defvar.
4447
4448 * startup.el (default-frame-background-mode): Add defvar.
4449
4450 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4451
4452 * info.el (tool-bar-map): Add defvar.
4453
4454 * dired.el (dnd-protocol-alist): Add defvar.
4455
4456 * dired-aux.el (dired-query): Display question with answer, when
4457 the user answers.
4458
4459 * custom.el (custom-add-option): Doc fix.
4460
4461 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4462
4463 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4464
4465 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4466 bogus name from the last change.
4467
4468 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4469
4470 * custom.el (custom-declare-variable): Fix typos in comment.
4471 (custom-known-themes): Doc fix.
4472 (custom-theme-directory): New defcustom.
4473 (require-theme): Make it check `custom-theme-directory'.
4474
4475 * cus-theme.el (custom-new-theme-mode): New function.
4476 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4477 (custom-theme-description): Add compiler defvars.
4478 (customize-create-theme): Add doc to the "*New Custom Theme*"
4479 buffer. Use `custom-new-theme-mode'.
4480 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4481 and save it to the `custom-theme-directory'. Make this the
4482 default directory of the buffer.
4483
4484 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4485
4486 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4487 Fix unbalanced parentheses.
4488
4489 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4492 into flymake-mode and delegate to flymake-mode.
4493
4494 * find-file.el (ff-which-function-are-we-in): Clean up.
4495
4496 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4497
4498 * replace.el (occur-rename-buffer): Fix docstring.
4499
4500 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4501 (edt-last-copied-word, edt-learn-macro-count)
4502 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4503 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4504 (time-string, zmacs-region-stays):
4505 * emulation/edt-mapper.el (edt-save-function-key-map)
4506 (EDT-key-name): `defvar' to silence the byte-compiler.
4507
4508 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4509
4510 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4511 font-lock-regexp-backslash. Doc fix.
4512 (font-lock-regexp-backslash-grouping-construct): Rename from
4513 font-lock-regexp-backslash-construct. Doc fix.
4514 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4515 grouping constructs.
4516
4517 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4518
4519 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4520 updating all the prerequisites.
4521
4522 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4523
4524 * textmodes/org.el (org-agenda-start-on-weekday)
4525 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4526 (org-agenda-use-time-grid, org-archive-location)
4527 (org-allow-space-in-links, org-usenet-links-prefer-google)
4528 (org-enable-table-editor, org-export-default-language)
4529 (org-export-html-show-new-buffer, org-fill-paragraph)
4530 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4531 (org-goto-quit, org-occur, org-eval-in-calendar)
4532 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4533 (org-agenda-diary-entry, org-remember-help)
4534 (org-table-convert-region, org-at-table-p)
4535 (org-table-move-row-down, org-table-move-row-up)
4536 (org-table-copy-region, org-table-toggle-vline-visibility)
4537 (org-table-get-stored-formulas, org-table-get-specials)
4538 (org-recalc-commands, org-table-eval-formula)
4539 (org-table-formula-substitute-names, orgtbl-make-binding)
4540 (org-format-org-table-html, org-format-table-table-html)
4541 (org-format-table-table-html-using-table-generate-source)
4542 (org-customize): Fix typos in docstrings.
4543 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4544 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4545 (org-back-to-heading): Doc fixes.
4546 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4547 (org-agenda-change-all-lines, org-get-header):
4548 Improve argument/docstring consistency.
4549 (orgtbl-error): Fix error message.
4550
4551 * progmodes/flymake.el (flymake-find-possible-master-files)
4552 (flymake-master-file-compare, flymake-get-line-err-count)
4553 (flymake-highlight-line, flymake-gui-warnings-enabled):
4554 Fix typos in docstrings.
4555 (flymake-parse-line, flymake-get-project-include-dirs-function)
4556 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4557 Doc fixes.
4558 (flymake-get-project-include-dirs-function)
4559 (flymake-make-err-menu-data):
4560 Improve argument/docstring consistency.
4561
4562 2005-07-01 Lute Kamstra <lute@gnu.org>
4563
4564 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4565 Catch errors with ignore-errors. Use temporary buffer.
4566 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4567
4568 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4569 background color faces.
4570 (facemenu-set-foreground, facemenu-set-background):
4571 Use facemenu-set-face-from-menu.
4572 (facemenu-set-face-from-menu): Treat face names that start with
4573 "fg:" or "bg:" as special.
4574 (facemenu-add-new-color): Don't create faces. Simplify.
4575
4576 2005-06-30 Richard M. Stallman <rms@gnu.org>
4577
4578 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4579 (crm-find-current-element): Likewise.
4580
4581 2005-06-30 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net>
4582
4583 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4584
4585 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4588 (archive-mouse-extract): Make it an obsolete alias.
4589 (archive-mode-map): Don't use archive-mouse-extract any more.
4590 (archive-mode, archive-extract): write-contents-hooks ->
4591 write-contents-functions.
4592 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4593 first arg.
4594 (archive-rename-entry): Update the call.
4595 (archive-zip-summarize): Remove unused var `method'.
4596 (archive-lzh-summarize): Remove unused var `creator'.
4597
4598 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4599 dedicated frame upon exit.
4600
4601 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4602 (archive-zip-extract, archive-zip-expunge)
4603 (archive-zip-update, archive-zip-update-case): Use executable-find.
4604 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4605 Use restore-buffer-modified-p.
4606 (archive-extract, archive-add-new-member, archive-write-file-member):
4607 Use with-current-buffer.
4608 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4609
4610 2005-06-30 Andreas Schwab <schwab@suse.de>
4611
4612 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4613
4614 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4615
4616 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4617
4618 2005-06-30 Juri Linkov <juri@jurta.org>
4619
4620 * faces.el (vertical-border): Inherit from mode-line-inactive
4621 only on tty.
4622
4623 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4624
4625 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4626 example, -NLINES in the `occur' docstring).
4627
4628 * replace.el (occur-1): When no matches are found, do not set the
4629 `buffer-read-only' and modified flags for the occur buffer,
4630 because it is deleted.
4631
4632 * emulation/cua-base.el (cua-check-pending-input)
4633 (cua-repeat-replace-region, cua-mode, cua-debug)
4634 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4635 Fix typos in docstrings.
4636
4637 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4638 (cua-cut-region-to-global-mark)
4639 (cua--cut-rectangle-to-global-mark):
4640 Remove period from end of messages.
4641
4642 * emulation/cua-rect.el (cua-do-rectangle-padding):
4643 Remove period from end of messages.
4644 (cua--rectangle-seq-format): Fix typo in docstring.
4645 (cua-sequence-rectangle, cua-fill-char-rectangle):
4646 Improve argument/docstring consistency.
4647
4648 2005-06-29 Juri Linkov <juri@jurta.org>
4649
4650 * faces.el (default-frame-background-mode): New internal variable.
4651 (frame-set-background-mode): Use it.
4652
4653 * startup.el (normal-top-level): Set default-frame-background-mode
4654 instead of frame-background-mode. Before setting it, test for its
4655 nil value. Remove tests for frame-background-mode and frame
4656 parameter `reverse'. Add test for "unspecified-fg".
4657
4658 * term/xterm.el (xterm-rxvt-set-background-mode):
4659 * term/rxvt.el (rxvt-set-background-mode):
4660 Set default-frame-background-mode instead of frame-background-mode.
4661
4662 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4663
4664 * simple.el (set-variable): Warn about obsolete user variables.
4665
4666 * imenu.el (imenu--completion-buffer):
4667 * mouse.el (mouse-buffer-menu-alist):
4668 * msb.el (msb-invisible-buffer-p):
4669 * calendar/diary-lib.el (diary-header-line-format):
4670 * emacs-lisp/pp.el (pp-buffer):
4671 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4672 * textmodes/picture.el (picture-replace-match):
4673 Change space constants followed by a sexp to "?\s ".
4674
4675 * play/decipher.el (decipher-loop-with-breaks):
4676 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4677 constants "protected" from end of line by a comment to "?\s".
4678
4679 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4680
4681 * font-lock.el (save-buffer-state): Use `declare'.
4682
4683 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4684 reset the syntax-table to cperl-mode-syntax-table.
4685 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4686 "foo_print_bar" is not matched as a reserved keyword.
4687
4688 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4689
4690 * textmodes/org.el (orgtbl-setup): New function, for delayed
4691 setup for the orgtbl commands.
4692 (org-calc-default-modes): New option.
4693 (orgtbl-make-binding): Use `defun' to get better help display.
4694 (org-diary): Call `org-compile-prefix-format'.
4695 (org-table-formula-substitute-names): New function.
4696 (org-agenda-day-view, org-agenda-week-view): New commands.
4697 (org-agenda-toggle-week-view): Command removed.
4698 (org-tbl-menu): Split off from org-org-menu.
4699 (org-mode): Move removal of outline-mode menus to here.
4700 (org-table-formula-debug): New option.
4701 (org-table-insert-row): Keep first field if just "#" or "*".
4702 (org-mode): Paragraph regexps fixed.
4703 (org-table-recalculate-regexp): New constant.
4704 (org-table-justify-field-maybe): Avoid replace if not necessary.
4705 (org-copy-special, org-cut-special): Use `call-interactively'.
4706 (org-table-copy-region): Take region from `interactive' call.
4707 (org-trim): Return string even if no match.
4708 (org-formula): New face.
4709 (org-set-font-lock-defaults): No longer highlight "FIXME".
4710 But highlight formula-related fields in table.
4711 (org-table-p): Use regexp, not fontification.
4712 (org-table-align): Handle white space at end of line.
4713 (org-table-formula-evaluate-inline): New option.
4714 (org-mode): Auto-wrapping in comment lines turned off.
4715 (org-table-copy-down): Evaluate only in copied field, not in
4716 destination.
4717 (org-table-current-formula): Variable removed.
4718 (org-table-store-formulas, org-table-get-stored-formulas)
4719 (org-table-modify-formulas, org-table-replace-in-formulas)
4720 (org-table-maybe-eval-formula): New functions.
4721 (org-table-get-formula): Modify to use stored formulas.
4722 (org-table-insert-column, org-table-delete-column)
4723 (org-table-move-column): Call `org-table-modify-formulas'.
4724 (org-complete): Add completion for keyword formulas.
4725 (orgtbl-mode): Pull orgtbl-mode-map to start of
4726 minor-mode-map-alist.
4727
4728 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * progmodes/python.el (python-check): Require `compile' before
4731 modifying its variables.
4732
4733 * newcomment.el (comment-indent-default): Don't get fooled by an early
4734 end of buffer.
4735
4736 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4737
4738 * ps-print.el (ps-print-version): Fix version number.
4739
4740 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4741
4742 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4743
4744 2005-06-28 Richard M. Stallman <rms@gnu.org>
4745
4746 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4747 (flyspell-local-mouse-map): Declaration deleted.
4748 (flyspell-mouse-map): Bind only mouse-2.
4749 (flyspell-mode-map): Don't test flyspell-use-local-map.
4750 (flyspell-overlay-keymap-property-name): Var deleted.
4751 (flyspell-mode-on): Don't make local bindings for
4752 flyspell-mouse-map and flyspell-mode-map.
4753 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4754
4755 * textmodes/ispell.el (ispell-word): Do not ignore short words.
4756
4757 * progmodes/compile.el (compilation-next-error-function):
4758 Don't switch buffers; operate on the current buffer.
4759
4760 * progmodes/compile.el (compilation-error-file-name)
4761 (compilation-warning-file-name, compilation-info-file-name)
4762 (compilation-line-number, compilation-column-number): New faces.
4763 (compilation-error-face, compilation-warning-face)
4764 (compilation-info-face, compilation-line-face)
4765 (compilation-column-face): Use them.
4766
4767 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4768
4769 * comint.el (comint-password-prompt-regexp): Accept ", try again".
4770
4771 * bindings.el (global-map): Bind insertchar and its variants.
4772
4773 2005-06-27 Richard M. Stallman <rms@gnu.org>
4774
4775 * textmodes/artist.el (artist-text-overwrite)
4776 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4777
4778 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4779
4780 * ps-print.el: It was not working the page selection for printing.
4781 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4782 (ps-print-version): New version 6.6.7.
4783 (ps-end-sheet): New fun.
4784 (ps-header-sheet, ps-end-job): Call it.
4785
4786 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4787
4788 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4789
4790 2005-06-27 Lute Kamstra <lute@gnu.org>
4791
4792 * facemenu.el (facemenu-unlisted-faces): Add foreground and
4793 background color faces.
4794 (facemenu-get-face): Delete function.
4795 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4796 (facemenu-add-new-color): Make second argument mandatory.
4797 Create the appropriate face and return it. Simplify.
4798 (facemenu-set-foreground, facemenu-set-background): Don't check if
4799 color is defined. Use return value of facemenu-add-new-color.
4800
4801 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
4802
4803 * progmodes/gud.el (gud-filter): Add missing argument to
4804 with-selected-window.
4805
4806 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4809 a :require to the defcustom.
4810
4811 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
4812 defcustoms corresponding to minor modes.
4813
4814 2005-06-26 David Ponce <david@dponce.com>
4815
4816 * recentf.el: Require tree-widget instead of wid-edit.
4817 (recentf-filename-handler): Fix widget :type.
4818 (recentf-cancel-dialog, recentf-open-more-files)
4819 (recentf-open-files-action): Doc fix.
4820 (recentf-dialog-goto-first): New function.
4821 (recentf-dialog-mode-map): Set parent keymap first.
4822 (recentf-dialog-mode): Define with define-derived-mode.
4823 Don't display continuation lines in dialogs.
4824 (recentf-edit-list): Rename from recentf-edit-selected-items.
4825 (recentf-edit-list-select): Rename from recentf-edit-list-action.
4826 Simplify.
4827 (recentf-edit-list-validate): New function.
4828 (recentf-edit-list): Update accordingly.
4829 (recentf-open-files-item-shift): Remove.
4830 (recentf-open-files-item): Convert menu elements into tree and
4831 link widgets. Don't create the widgets.
4832 (recentf-open-files): Update accordingly.
4833 (recentf-save-list): Untabify.
4834
4835 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4836
4837 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4838 (keep-lines): Add INTERACTIVE arg. Never delete lines only
4839 partially contained in the active region. Do not take active
4840 region into account when called from Lisp, unless INTERACTIVE arg
4841 is non-nil. Use `forward-line' instead of `beginning-of-line' to
4842 avoid trouble with fields. Make marker point nowhere when no
4843 longer used. Always return nil. Doc fix.
4844 (flush-lines): Add INTERACTIVE arg. Do not take active region
4845 into account when called from Lisp, unless INTERACTIVE arg is
4846 non-nil. Use `forward-line' instead of `beginning-of-line' to
4847 avoid trouble with fields. Make marker point nowhere when no
4848 longer used. Always return nil. Doc fix.
4849 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
4850 interchangeable. Do not take active region into account when
4851 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
4852 message in echo area when called from Lisp, unless INTERACTIVE arg
4853 is non-nil. Avoid saying "1 occurrences". Do not use markers.
4854 Return the number of matches. Doc fix.
4855 (occur): Doc fix.
4856 (perform-replace): Make comment follow double space convention for
4857 the sake of `outline-minor-mode'.
4858
4859 * faces.el (facep): Doc fix.
4860
4861 2005-06-25 Richard M. Stallman <rms@gnu.org>
4862
4863 * facemenu.el (facemenu-enable-faces-p): New function.
4864 (facemenu-background-menu, facemenu-foreground-menu)
4865 (facemenu-face-menu): Add menu-enable property.
4866
4867 * jka-compr.el (jka-compr-insert-file-contents):
4868 Special handling if cannot find the uncompression program.
4869
4870 * cus-face.el (custom-face-attributes): Add autoload.
4871
4872 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4873 Bind comment-indent-function locally.
4874
4875 * window.el (save-selected-window): Use save-current-buffer.
4876
4877 * subr.el (with-selected-window): Use save-current-buffer.
4878
4879 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
4880 and with-current-buffer.
4881
4882 2005-06-24 Richard M. Stallman <rms@gnu.org>
4883
4884 * simple.el (line-move-1): Fix previous change.
4885
4886 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
4887
4888 * replace.el (occur-1): Set `buffer-read-only' and the
4889 buffer-modified flag before running `occur-hook' to protect
4890 against unintentional buffer switches that can lead to data loss.
4891
4892 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
4893
4894 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
4895 (gud-gdb-marker-filter): Use font-lock-warning-face for any
4896 initial error.
4897
4898 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
4899 after fresh input.
4900 (gdb-var-create-handler): Put name of expression in quotes.
4901
4902 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4903
4904 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
4905 elements of RING in order, and without bogus nil elements.
4906
4907 2005-06-23 Richard M. Stallman <rms@gnu.org>
4908
4909 * simple.el (set-variable): Args renamed; doc fix.
4910 (line-move-1): When there are overlays around, use vertical-motion.
4911
4912 * faces.el (escape-glyph): Use brown against light background.
4913 (nobreak-space): Rename from no-break-space.
4914 Fix previous change.
4915
4916 * dired-aux.el (dired-do-copy): Fix arg prompt.
4917
4918 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
4919
4920 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4921
4922 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
4923 rather than "Distributor".
4924
4925 2005-06-23 Lute Kamstra <lute@gnu.org>
4926
4927 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
4928 (debug-on-entry): Use it. New interactive declaration that uses
4929 function-called-at-point.
4930
4931 2005-06-23 Kim F. Storm <storm@cua.dk>
4932
4933 * subr.el (save-match-data): Add comment about using evaporate arg
4934 to set-match-data.
4935
4936 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4937
4938 * cus-edit.el (customize-face)
4939 (customize-face-other-window): Handle face aliases.
4940
4941 * faces.el (face-documentation, set-face-attribute)
4942 (face-spec-set): Handle face aliases.
4943
4944 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
4945
4946 * help-mode.el (help-make-xrefs): If a symbol representing a face
4947 name is not followed by the word "face", it could still be a
4948 function or variable name, so don't bypass other checks.
4949
4950 2005-06-22 Juri Linkov <juri@jurta.org>
4951
4952 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
4953 Replace aliased functions with calls where second arg `inherit' is t.
4954
4955 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
4956
4957 * progmodes/gdb-ui.el (gdb-error): New variable.
4958 (gdb-error): New function.
4959 (gdb-annotation-rules): Act on error-begin and error annotations.
4960 (gdb-concat-output): Use font-lock-warning-face for errors.
4961
4962 2005-06-22 Miles Bader <miles@gnu.org>
4963
4964 * bindings.el (propertized-buffer-identification): Use renamed
4965 `Buffer-menu-buffer' face.
4966
4967 * faces.el (vertical-border): Rename from `vertical-divider'.
4968 (escape-glyph): Change dark-background color back to `cyan'.
4969
4970 2005-06-21 Juri Linkov <juri@jurta.org>
4971
4972 * faces.el (face-user-default-spec): Try getting `customized-face'
4973 prior to `saved-face'.
4974 (frame-background-mode): Refill docstring.
4975
4976 * emacs-lisp/lisp-mode.el (eval-defun-1):
4977 * emacs-lisp/edebug.el (edebug-eval-defun):
4978 Set `saved-face' temporarily to nil before calling form.
4979 Set `customized-face' to the new spec after that.
4980
4981 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
4982
4983 * subr.el (1value, lambda, key-substitution-in-progress):
4984 Doc fixes.
4985
4986 * autoinsert.el (auto-insert-alist):
4987 * ses.el (ses-call-printer):
4988 * subr.el (noreturn):
4989 * emacs-lisp/lisp.el (check-parens):
4990 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
4991 * net/browse-url.el (browse-url-mosaic):
4992 * progmodes/cc-defs.el (c-safe-scan-lists):
4993 * progmodes/ebnf-abn.el (ebnf-abn-lex):
4994 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
4995 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
4996 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
4997 * progmodes/ebnf-iso.el (ebnf-iso-lex):
4998 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
4999
5000 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5001
5002 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5003
5004 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5005
5006 * calendar/appt.el (appt-make-list): Activate the package, if
5007 not already active (for backwards compatibility).
5008
5009 2005-06-20 Kim F. Storm <storm@cua.dk>
5010
5011 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5012
5013 2005-06-20 Miles Bader <miles@gnu.org>
5014
5015 * faces.el (vertical-divider): New face.
5016
5017 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5018
5019 * simple.el (kill-whole-line): Doc fix.
5020 (next-error-buffer-p, next-error-find-buffer)
5021 (clone-indirect-buffer): Fix typos in docstrings.
5022 (comment-line-break-function): Doc fix: don't say variable
5023 is automatically buffer-local (it isn't).
5024
5025 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5026
5027 * net/tramp-ftp.el (top):
5028 * net/tramp-smb.el (top):
5029 * net/tramp-util.el (top):
5030 * net/tramp-uu.el (top):
5031 * net/tramp-vc.el (top):
5032 * net/tramp.el (top): Revert copyright years back to original
5033 ones. Tramp has a life outside GNU Emacs.
5034
5035 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5036
5037 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5038
5039 2005-06-18 Juri Linkov <juri@jurta.org>
5040
5041 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5042 end of first regexp to limit the match to the position between
5043 line number and source line with same separator character as used
5044 between file name and line number. In the second regexp limit
5045 mouse-face area to file name and line number by adding new group
5046 for them and referring it in HYPERLINK arg.
5047 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5048 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5049 previous line where grep markers may be already removed.
5050
5051 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5052
5053 * progmodes/ps-mode.el: Update version and maintainer's email address.
5054
5055 2005-06-18 Steve Youngs <steve@xemacs.org>
5056
5057 * net/browse-url.el (browse-url-browser-function)
5058 (browse-url-default-browser): Add firefox.
5059 (browse-url-firefox-program, browse-url-firefox-arguments)
5060 (browse-url-firefox-startup-arguments)
5061 (browse-url-firefox-new-window-is-tab): New defcustoms.
5062 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5063
5064 2005-06-17 Richard M. Stallman <rms@gnu.org>
5065
5066 * startup.el (command-line): Warn if specified user name has
5067 no home directory.
5068
5069 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5070 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5071
5072 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5073 Doc fixes.
5074
5075 * faces.el (underline): Try bold if terminal doesn't support underline.
5076
5077 * mail/sendmail.el (mail-setup-with-from): New variable.
5078 (mail-insert-from-field): New function.
5079 (sendmail-send-it): Call it.
5080 (mail-setup): Optionally call it here.
5081
5082 * term/linux.el: Call tty-no-underline.
5083
5084 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5085
5086 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5087
5088 2005-06-17 Miles Bader <miles@gnu.org>
5089
5090 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5091 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5092 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5093 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5094 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5095 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5096 Remove "-face" suffix from face names.
5097 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5098 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5099 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5100 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5101 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5102 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5103 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5104 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5105 New backward-compatibility aliases for renamed faces.
5106 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5107 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5108 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5109 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5110 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5111 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5112 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5113 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5114 Use renamed ediff faces.
5115
5116 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5117 Remove "-face" suffix from face names.
5118 (eshell-test-ok-face, eshell-test-failed-face):
5119 New backward-compatibility aliases for renamed faces.
5120 (eshell-run-test): Use renamed eshell-test faces.
5121
5122 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5123 face name.
5124 (eshell-prompt-face): New backward-compatibility alias for renamed
5125 face.
5126 (eshell-emit-prompt): Use renamed eshell-prompt face.
5127
5128 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5129 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5130 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5131 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5132 Remove "-face" suffix from face names.
5133 (eshell-ls-directory-face, eshell-ls-symlink-face)
5134 (eshell-ls-executable-face, eshell-ls-readonly-face)
5135 (eshell-ls-unreadable-face, eshell-ls-special-face)
5136 (eshell-ls-missing-face, eshell-ls-archive-face)
5137 (eshell-ls-backup-face, eshell-ls-product-face)
5138 (eshell-ls-clutter-face):
5139 New backward-compatibility aliases for renamed faces.
5140 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5141
5142 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5143 Remove "-face" suffix from face name.
5144 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5145 instead of literal face.
5146
5147 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5148
5149 * emacs-lisp/warnings.el (display-warning, lwarn)
5150 (warning-minimum-log-level): Doc fixes.
5151 (warning-minimum-level, warning-minimum-log-level):
5152 Add :debug to :type choices.
5153
5154 * progmodes/ada-mode.el (ada-format-paramlist)
5155 (ada-get-indent-case, ada-check-matching-start)
5156 (ada-check-defun-name, ada-goto-matching-decl-start)
5157 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5158 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5159 (ada-make-subprogram-body): Follow error conventions.
5160 (ada-case-exception-file, ada-indent-comment-as-code)
5161 (ada-indent-handle-comment-special, ada-indent-renames)
5162 (ada-indent-return, ada-search-directories-internal)
5163 (ada-tab-policy, ada-case-exception-substring)
5164 (ada-other-file-alist, ada-matching-start-re)
5165 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5166 (ada-imenu-generic-expression, ada-compile-goto-error)
5167 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5168 (ada-popup-menu, ada-add-extensions, ada-mode)
5169 (ada-region-selected, ada-create-case-exception)
5170 (ada-create-case-exception-substring, ada-after-keyword-p)
5171 (ada-activate-keys-for-case, ada-adjust-case-region)
5172 (ada-adjust-case-buffer, ada-format-paramlist)
5173 (ada-scan-paramlist, ada-insert-paramlist)
5174 (ada-indent-newline-indent)
5175 (ada-indent-newline-indent-conditional)
5176 (ada-justified-indent-current, ada-goto-previous-word)
5177 (ada-indent-current, ada-get-indent-open-paren)
5178 (ada-get-indent-paramlist, ada-get-indent-end)
5179 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5180 (ada-get-indent-block-start, ada-get-indent-subprog)
5181 (ada-get-indent-noindent, ada-get-indent-label)
5182 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5183 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5184 (ada-goto-stmt-end, ada-goto-next-word)
5185 (ada-check-matching-start, ada-check-defun-name)
5186 (ada-goto-matching-decl-start, ada-goto-matching-start)
5187 (ada-goto-matching-end, ada-search-ignore-string-comment)
5188 (ada-in-decl-p, ada-looking-at-semi-or)
5189 (ada-looking-at-semi-private, ada-in-paramlist-p)
5190 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5191 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5192 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5193 (ada-previous-package, ada-create-menu)
5194 (ada-fill-comment-paragraph-justify)
5195 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5196 (ada-other-file-name, ada-last-which-function-line)
5197 (ada-last-which-function-subprog, ada-which-function)
5198 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5199 (ada-gen-treat-proc, ada-check-emacs-version)
5200 (ada-continuation-indent, ada-align-region-separate):
5201 Fix typos in docstrings.
5202 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5203
5204 2005-06-16 Lute Kamstra <lute@gnu.org>
5205
5206 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5207 conditionally.
5208
5209 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5210
5211 * comint.el (comint-replace-by-expanded-filename)
5212 (comint-prompt-regexp, comint-delimiter-argument-list)
5213 (comint-preinput-scroll-to-bottom):
5214 * info.el (Info-hide-cookies-node):
5215 * ls-lisp.el (ls-lisp-classify):
5216 * find-file.el (ff-search-directories, ff-special-constructs)
5217 (ff-find-other-file):
5218 * font-lock.el (font-lock-keywords):
5219 * shell.el (shell-prompt-pattern)
5220 (shell-dynamic-complete-functions, shell-mode)
5221 (shell-delimiter-argument-list):
5222 * term.el (term-replace-by-expanded-filename)
5223 (term-prompt-regexp, term-delimiter-argument-list):
5224 * woman.el (woman-ignore, woman0-if):
5225 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5226 * emacs-lisp/elint.el (elint-init-env):
5227 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5228 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5229 * language/ethio-util.el (ethio-tilde-escape)
5230 (ethio-use-three-dot-question):
5231 * net/zone-mode.el (zone-mode-load-time-setup):
5232 * progmodes/cc-align.el (c-lineup-argcont):
5233 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5234 * progmodes/cperl-mode.el (cperl-set-style-back):
5235 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5236 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5237 Fix spellings in docstrings.
5238
5239 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5240 * progmodes/modula2.el (m2-for): Fix spellings.
5241
5242 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5243
5244 * simple.el (undo-more): Don't use `format' on `error' arguments.
5245 Improve argument/docstring consistency.
5246 (pending-undo-list): Doc fix.
5247
5248 * smerge-mode.el (smerge-ensure-match):
5249 * emulation/vip.el (vip-ex):
5250 * net/zone-mode.el (zone-mode-update-serial):
5251 * progmodes/idlwave.el (idlwave-complete):
5252 * progmodes/vhdl-mode.el (vhdl-visit-file)
5253 (vhdl-compose-wire-components):
5254 Don't use `format' on `error' arguments.
5255
5256 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5257 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5258 (tooltip-help-tips): Fix typos in docstrings.
5259
5260 2005-06-16 David Ponce <david@dponce.com>
5261
5262 * tree-widget.el (tree-widget-value-create): Simplify last change.
5263
5264 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5265
5266 * ido.el (ido-incomplete-regexp): New variable.
5267 (ido-set-matches-1): Handle invalid-regexp error and set
5268 ido-incomplete-regexp.
5269 (ido-incomplete-regexp): New face.
5270 (ido-completions): Use it.
5271 (ido-complete, ido-exit-minibuffer, ido-completions):
5272 Handle incomplete regexps.
5273 (ido-completions): Add check for complete match when entering a regexp.
5274
5275 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5276
5277 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5278
5279 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5280
5281 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5282 by field delimiters.
5283
5284 2005-06-15 David Ponce <david@dponce.com>
5285
5286 * tree-widget.el: eval-and-compile inlined functions so they will
5287 be available at run-time too.
5288 (tree-widget-super-format-handler)
5289 (tree-widget-format-handler): Remove.
5290 (tree-widget-value-create): Handle the :indent property.
5291
5292 2005-06-15 Miles Bader <miles@gnu.org>
5293
5294 * progmodes/which-func.el (which-func): Only inherit
5295 `font-lock-function-name-face' when that makes sense against the
5296 default mode-line face, otherwise set the face color explicitly.
5297
5298 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5299 faces instead of (non-existent) variables.
5300
5301 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5302
5303 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5304 (iswitchb-get-matched-buffers): Likewise. Simplify.
5305
5306 2005-06-14 Miles Bader <miles@gnu.org>
5307
5308 * progmodes/ld-script.el (ld-script-location-counter):
5309 Remove "-face" suffix from face name.
5310 (ld-script-location-counter-face):
5311 New backward-compatibility alias for renamed face.
5312 (ld-script-location-counter-face): Use renamed face.
5313
5314 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5315 (cperl-hash): Remove "-face" suffix from face names.
5316 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5317 New backward-compatibility aliases for renamed faces.
5318 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5319 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5320
5321 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5322 name.
5323 (which-func-face): New backward-compatibility alias for renamed face.
5324 (which-func-format): Use renamed which-func face.
5325
5326 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5327 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5328 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5329 names.
5330 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5331 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5332 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5333 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5334 (vhdl-speedbar-architecture-selected)
5335 (vhdl-speedbar-configuration-selected)
5336 (vhdl-speedbar-package-selected)
5337 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5338 names.
5339 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5340 Use renamed faces.
5341 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5342 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5343 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5344 Use renamed faces.
5345 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5346 names.
5347 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5348 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5349 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5350 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5351 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5352 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5353
5354 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5355 face name.
5356 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5357 (sh-heredoc-face): Use renamed sh-heredoc face.
5358
5359 * progmodes/idlw-help.el (idlwave-help-link):
5360 Remove "-face" suffix from face name.
5361 (idlwave-help-link-face):
5362 New backward-compatibility alias for renamed face.
5363 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5364
5365 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5366 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5367 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5368 New backward-compatibility aliases for renamed faces.
5369 (idlwave-shell-disabled-breakpoint-face)
5370 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5371
5372 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5373 Remove "-face" suffix from face names.
5374 (flymake-errline-face, flymake-warnline-face):
5375 New backward-compatibility aliases for renamed faces.
5376 (flymake-highlight-line): Use renamed flymake faces.
5377
5378 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5379 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5380 (ebrowse-member-class, ebrowse-progress):
5381 Remove "-face" suffix from face names.
5382 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5383 (ebrowse-file-name-face, ebrowse-default-face)
5384 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5385 (ebrowse-progress-face):
5386 New backward-compatibility aliases for renamed faces.
5387 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5388 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5389 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5390 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5391
5392 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5393 antlr-syntax)
5394 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5395 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5396 names.
5397 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5398 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5399 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5400 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5401 backward-compatibility aliases for renamed faces.
5402 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5403 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5404 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5405 remove "font-lock-". Use renamed antlr-mode faces.
5406 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5407 literal face-names with face variable references.
5408
5409 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5410 face name.
5411 (Buffer-menu-buffer-face): New backward-compatibility alias for
5412 renamed face.
5413 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5414
5415 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5416
5417 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5418 Eliminate "-face" suffix.
5419 (makefile-targets): Inherit from font-lock-function-name-face and
5420 eliminate "-face" suffix.
5421 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5422 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5423 actions, instead of prepending, to make it less visible.
5424 (makefile-previous-dependency, makefile-match-dependency):
5425 Don't match a target on a continuation line.
5426
5427 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5428
5429 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5430
5431 * progmodes/gdb-ui.el (menu): Re-order menu items.
5432 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5433
5434 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5435 Define in tooltip.el.
5436 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5437 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5438 gud-tooltip-echo-area.
5439
5440 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5441 backward compatibility and make obsolete.
5442 (tooltip-help-tips): Use tooltip-use-echo-area.
5443 (tooltip-show-help-function): Rename to...
5444 (tooltip-show-help): ...this, because it is a function.
5445 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5446
5447 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5448
5449 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5450 (edebug-print-length, edebug-print-level, edebug-print-circle)
5451 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5452 (edebug-eval-print-last-sexp): Doc fixes.
5453
5454 2005-06-14 Kim F. Storm <storm@cua.dk>
5455
5456 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5457 as the coverage buffer/file/both may change.
5458
5459 2005-06-14 Lute Kamstra <lute@gnu.org>
5460
5461 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5462 and run-mode-hooks. Simplify.
5463
5464 * mail/rmailedit.el (rmail-edit-mode):
5465 * progmodes/octave-inf.el (inferior-octave-mode):
5466 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5467
5468 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5469 and run-mode-hooks.
5470 (recentf-edit-list, recentf-open-files): Don't call
5471 kill-all-local-variables directly.
5472
5473 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5474
5475 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5476
5477 * emacs-lisp/byte-run.el (make-obsolete)
5478 (define-obsolete-function-alias): Rename arguments FUNCTION and
5479 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5480 (make-obsolete-variable, define-obsolete-variable-alias):
5481 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5482 respectively.
5483
5484 * isearchb.el (isearchb-activate):
5485 * pcvs.el (cvs-mode):
5486 * ses.el (ses-load):
5487 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5488 * net/tramp.el (tramp-find-file-exists-command)
5489 (tramp-find-shell):
5490 * progmodes/ada-mode.el (ada-create-case-exception)
5491 (ada-create-case-exception-substring, ada-make-subprogram-body):
5492 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5493 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5494 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5495 * textmodes/org.el (org-promote, org-evaluate-time-range)
5496 (org-agenda-next-date-line, org-agenda-previous-date-line)
5497 (org-agenda-error, org-open-at-point, org-table-move-row)
5498 (org-format-table-table-html-using-table-generate-source)
5499 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5500 * textmodes/reftex.el (reftex-access-scan-info):
5501 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5502 (reftex-toc-promote-prepare): Follow error conventions.
5503
5504 * diff-mode.el (diff-mode): Fix typo in docstring.
5505
5506 * forms.el (forms--intuit-from-file): Fix reference to
5507 `forms-number-of-fields' in error message.
5508 (forms-print): Fix quoting in error message.
5509
5510 * forms.el (forms-mode):
5511 * emulation/vi.el (vi-goto-insert-state):
5512 * progmodes/flymake.el (flymake-new-err-info)
5513 (flymake-start-syntax-check-for-current-buffer)
5514 (flymake-simple-cleanup):
5515 * eshell/esh-var.el (eshell/export):
5516 * progmodes/gud.el (xdb):
5517 * textmodes/flyspell.el (flyspell-incorrect-hook)
5518 (flyspell-maybe-correct-transposition)
5519 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5520
5521 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5522
5523 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5524 minibuffer prompt.
5525
5526 2005-06-13 Kim F. Storm <storm@cua.dk>
5527
5528 * subr.el (add-to-ordered-list): New defun.
5529
5530 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5531 add cua--keymap-alist to emulation-mode-map-alists.
5532
5533 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * subr.el (complete-in-turn): New macro.
5536 (dynamic-completion-table, lazy-completion-table): Add debug info.
5537
5538 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5539 in preference to face aliases.
5540
5541 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5542 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5543 Remove unused vars `start' and `firstline'.
5544 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5545 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5546
5547 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5548
5549 * cus-start.el (all): Don't complain about missing GTK-related
5550 variables, unless either `gtk' is boundp or this isn't a
5551 `windows-nt' build.
5552
5553 2005-06-13 Lute Kamstra <lute@gnu.org>
5554
5555 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5556 run-mode-hooks.
5557
5558 * ediff-mult.el (ediff-meta-mode):
5559 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5560
5561 * ledit.el (ledit-mode): Use delay-mode-hooks.
5562
5563 * woman.el (woman-mode-line-format): Delete constant.
5564 (woman-mode-map): Initialize it properly.
5565 (woman-mode): Set mode-class property to special.
5566 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5567 Set major-mode and mode-name. Don't set mode-line-format directly.
5568 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5569
5570 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5571 string argument obsolete.
5572
5573 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5574
5575 * textmodes/org.el (org-CUA-compatible): New option.
5576 (org-disputed-keys): New variable.
5577 (org-key): New function.
5578 (orgtbl-make-binding): Add docstring to the created function.
5579 (org-mode): Set paragraph start/separate regexps.
5580 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5581 (org-archive-location, org-archive-mark-done)
5582 (org-archive-stamp-time): New options.
5583 (org-archive-subtree): New command.
5584 (org-fill-paragraph): New function.
5585 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5586 (org-fake-empty-table-line): Function removed.
5587 (org-format-org-table-html): Do not create empty table lines at
5588 separator lines. Improved table header treatment.
5589 (org-link-format): New option.
5590 (org-make-link): New function.
5591 (org-insert-link, org-store-link): Use org-make-link.
5592 (org-open-file): Quote file name for shell command, to allow
5593 spaces in file names.
5594 (org-link-regexp): Fix bug with mailto link.
5595 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5596 New constants.
5597 (org-export-as-html): Deal with the optional angles around a link.
5598 Better treatment of file: links.
5599 (org-open-at-point): Replace @{ and @} with < and >.
5600 (org-run-mode-hooks): Function removed.
5601 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5602
5603 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5604
5605 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5606 MI command -data-list-register-values.
5607 (gdb-post-prompt): Indent properly.
5608
5609 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5610
5611 * hilit-chg.el (highlight-changes-colors): Rename from
5612 `highlight-changes-colours'.
5613 (highlight-changes-colours): Keep as obsolete alias.
5614 (highlight-changes-face-list): Doc fix.
5615 (hilit-chg-make-list): Use `highlight-changes-colors'.
5616
5617 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5618
5619 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5620 defun-prompt-regexp.
5621
5622 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5623
5624 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5625 and cygwin.
5626
5627 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5628 Don't use an old loaddefs.el, as in Makefile.in.
5629
5630 2005-06-12 Lute Kamstra <lute@gnu.org>
5631
5632 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5633
5634 * man.el (Man-mode-map): Initialize it properly.
5635 (Man-mode): Set mode-class property to special.
5636
5637 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5638
5639 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5640
5641 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5642 A newline is needed in the docstring there.
5643
5644 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5645 Doc fixes.
5646
5647 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5648
5649 * printing.el: Doc fix. The menubar is no more changed when printing
5650 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5651 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5652 (pr-version): New version number (6.8.4).
5653 (pr-menu-bind): New command.
5654 (pr-update-menus): Docstring and code fix.
5655 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5656 Docstring fix.
5657 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5658 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5659
5660 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5661
5662 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5663 "Returns" to "return", document useful return values, etc.
5664
5665 2005-06-11 Alan Mackenzie <acm@muc.de>
5666
5667 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5668 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5669 (adaptive-file-function): Minor amendment to doc-string.
5670
5671 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5672
5673 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5674 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5675 Fix :type--it is `integer', not `string'.
5676
5677 * faces.el (modeline-highlight): Rename from (the erroneous)
5678 `modeline-higilight'.
5679
5680 2005-06-11 Lute Kamstra <lute@gnu.org>
5681
5682 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5683 lisp-interaction-mode-map but make it the parent.
5684 (edebug-eval-mode): Use define-derived-mode.
5685
5686 2005-06-11 Andreas Schwab <schwab@suse.de>
5687
5688 * bindings.el: Add binding of `ESC functionkey' for every
5689 `M-functionkey'.
5690 * hexl.el (hexl-mode-map): Likewise.
5691
5692 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5693
5694 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5695 [msft]: update regexp for newer msft compilers.
5696
5697 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5698
5699 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5700 ATTLIST portions of included DTDs.
5701 (xml-parse-dtd): Eliminate use of inefficient match-data.
5702
5703 2005-06-10 Miles Bader <miles@gnu.org>
5704
5705 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5706 (mpuz-text): Remove "-face" suffix from face names.
5707 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5708 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5709 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5710
5711 * play/gomoku.el (gomoku-O, gomoku-X):
5712 Remove "-face" suffix from face names.
5713 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5714 New backward-compatibility aliases for renamed faces.
5715 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5716
5717 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5718
5719 * thumbs.el: Fixes for changes of 2005-06-09.
5720 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5721 as a directory.
5722 (thumbs-thumbname): Remove directory separator from format string;
5723 `thumbs-thumbsdir' now returns a valid directory name.
5724 (thumbs-temp-dir): New defsubst.
5725 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5726 Use it.
5727
5728 * cus-edit.el (minibuffer):
5729 * files.el (make-backup-file-name-function):
5730 * filesets.el (filesets-external-viewers):
5731 * hilit-chg.el (highlight-changes-colours)
5732 (highlight-changes-face-list, highlight-changes-rotate-faces):
5733 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5734 * kmacro.el (kmacro-call-macro):
5735 * log-edit.el (log-edit-changelog-full-paragraphs):
5736 * mouse.el (mouse-1-click-follows-link):
5737 * skeleton.el (skeleton-autowrap):
5738 * subr.el (insert-for-yank-1):
5739 * tempo.el (tempo-insert-region):
5740 * terminal.el (terminal-emulator):
5741 * time.el (display-time-mail-face):
5742 * vc.el (vc-annotate):
5743 * vcursor.el (vcursor-copy-line):
5744 * woman.el (woman-bold-headings, woman-ignore)
5745 (woman-default-faces, woman-monochrome-faces):
5746 * calendar/todo-mode.el (todo-insert-threshold):
5747 * emulation/pc-select.el (pc-select-selection-keys-only)
5748 (pc-selection-mode):
5749 * emulation/vip.el (vip-find-char-forward):
5750 * emulation/viper-cmd.el (viper-find-char-forward):
5751 * international/mule-cmds.el
5752 (select-safe-coding-system-accept-default-p)
5753 (input-method-exit-on-invalid-key):
5754 * international/mule-diag.el (describe-coding-system):
5755 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5756 * net/browse-url.el (browse-url-xterm-program):
5757 * obsolete/lazy-lock.el (lazy-lock-mode):
5758 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5759 (cperl-mode):
5760 * progmodes/cpp.el (cpp-face-light-name-list)
5761 (cpp-face-dark-name-list):
5762 * progmodes/delphi.el (delphi-newline-always-indents):
5763 Fix spellings in docstrings.
5764
5765 * ido.el (ido-mode, ido-file-extensions-order)
5766 (ido-default-file-method, ido-default-buffer-method)
5767 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5768 (ido-decorations, ido-read-file-name-as-directory-commands)
5769 (ido-read-file-name-non-ido, ido-work-directory-list)
5770 (ido-ignore-item-temp-list, ido-current-directory)
5771 (ido-magic-forward-char, ido-enter-find-file)
5772 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5773 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5774
5775 2005-06-10 Lute Kamstra <lute@gnu.org>
5776
5777 * play/dunnet.el (dun-mode): Use define-derived-mode.
5778 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
5779 obsolete alias.
5780
5781 * play/doctor.el (doctor-mode-map): Remove defvar.
5782 (doctor-mode): Use define-derived-mode.
5783
5784 * mail/mspools.el (mspools-mode):
5785 * net/eudc-hotlist.el (eudc-hotlist-mode):
5786 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5787
5788 2005-06-10 Miles Bader <miles@gnu.org>
5789
5790 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5791 Remove "-face" suffix from face names.
5792 (flyspell-incorrect-face, flyspell-duplicate-face):
5793 New backward-compatibility aliases for renamed faces.
5794 (flyspell-mode-on, make-flyspell-overlay)
5795 (flyspell-highlight-incorrect-region)
5796 (flyspell-highlight-duplicate-region)
5797 (flyspell-display-next-corrections)
5798 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5799
5800 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
5801 from face name.
5802 (texinfo-heading-face): New backward-compatibility alias for
5803 renamed face.
5804 (texinfo-heading-face): Use renamed texinfo-heading face.
5805
5806 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
5807 suffix from face names.
5808 (tex-math-face, tex-verbatim-face):
5809 New backward-compatibility aliases for renamed faces.
5810 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
5811 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
5812 literal face name.
5813
5814 * textmodes/table.el (table-cell): Remove "-face" suffix from face
5815 name.
5816 (table-cell-face): New backward-compatibility alias for renamed face.
5817 (table--put-cell-face-property, table--update-cell-face):
5818 Use renamed table-cell face.
5819
5820 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
5821 from face name.
5822 (sgml-namespace-face): New backward-compatibility alias for
5823 renamed face.
5824 (sgml-namespace-face): Use renamed sgml-namespace face.
5825
5826 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
5827 (org-level-4, org-level-5, org-level-6, org-level-7)
5828 (org-level-8, org-warning, org-headline-done)
5829 (org-deadline-announce, org-scheduled-today)
5830 (org-scheduled-previously, org-link, org-done, org-table)
5831 (org-time-grid): Remove "-face" suffix from face names.
5832 (org-level-1-face, org-level-2-face, org-level-3-face)
5833 (org-level-4-face, org-level-5-face, org-level-6-face)
5834 (org-level-7-face, org-level-8-face, org-warning-face)
5835 (org-headline-done-face, org-deadline-announce-face)
5836 (org-scheduled-today-face, org-scheduled-previously-face)
5837 (org-link-face, org-done-face, org-table-face)
5838 (org-time-grid-face):
5839 New backward-compatibility aliases for renamed faces.
5840 (org-level-faces, org-set-font-lock-defaults, org-timeline)
5841 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
5842 (org-agenda-get-timestamps, org-agenda-get-scheduled)
5843 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
5844
5845 * emulation/viper-init.el (viper-search, viper-replace-overlay)
5846 (viper-minibuffer-emacs, viper-minibuffer-insert)
5847 (viper-minibuffer-vi): Remove "-face" suffix from face names.
5848 (viper-search-face, viper-replace-overlay-face)
5849 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5850 (viper-minibuffer-vi-face):
5851 New backward-compatibility aliases for renamed faces.
5852 (viper-search-face, viper-replace-overlay-face)
5853 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5854 (viper-minibuffer-vi-face): Use renamed viper faces.
5855
5856 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
5857 Remove "-face" suffix from face names.
5858 (testcover-nohits-face, testcover-1value-face):
5859 New backward-compatibility aliases for renamed faces.
5860 (testcover-mark): Use renamed testcover faces.
5861
5862 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
5863 face name.
5864 (diary-button-face): New backward-compatibility alias for renamed face.
5865 (diary-entry): Use renamed diary-button face.
5866
5867 * calendar/calendar.el (diary, calendar-today, holiday)
5868 (mark-visible-calendar-date): Remove "-face" suffix from face names.
5869 (diary-face, calendar-today-face, holiday-face):
5870 New backward-compatibility aliases for renamed faces.
5871 (eval-after-load "facemenu", diary-entry-marker)
5872 (calendar-today-marker, calendar-holiday-marker, diary-face):
5873 Use renamed calendar faces.
5874
5875 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
5876 (compare-windows-face): New backward-compatibility alias for
5877 renamed face.
5878 (compare-windows-highlight): Use renamed compare-windows face.
5879
5880 * strokes.el (strokes-char): Remove "-face" suffix from face name.
5881 (strokes-char-face): New backward-compatibility alias for renamed face.
5882 (strokes-encode-buffer): Use renamed strokes-char face.
5883
5884 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
5885 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
5886 Remove "-face" suffix from face names.
5887 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5888 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5889 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
5890 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
5891 Use renamed pcvs faces.
5892 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
5893 * pcvs-defs.el (cvs-mode-map): Likewise.
5894 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
5895
5896 * info.el (info-title-1, info-title-2, info-title-3)
5897 (info-title-4): Remove "-face" suffix from and downcase face names.
5898 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5899 (Info-title-4-face):
5900 New backward-compatibility aliases for renamed faces.
5901 (Info-fontify-node): Use renamed info faces.
5902
5903 * hilit-chg.el (highlight-changes, highlight-changes-delete):
5904 Remove "-face" suffix from face names.
5905 (highlight-changes-face, highlight-changes-delete-face):
5906 New backward-compatibility aliases for renamed faces.
5907 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
5908 (hilit-chg-make-list): Use renamed highlight-changes faces.
5909
5910 * generic-x.el (show-tabs-tab, show-tabs-space):
5911 Remove "-face" suffix from face names.
5912 (show-tabs-tab-face, show-tabs-space-face):
5913 New backward-compatibility aliases for renamed faces.
5914 (show-tabs-generic-mode-font-lock-defaults-1)
5915 (show-tabs-generic-mode-font-lock-defaults-2):
5916 Use renamed show-tabs faces.
5917
5918 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
5919 (smerge-markers): Remove "-face" suffix from face names.
5920 (smerge-mine-face, smerge-other-face, smerge-base-face)
5921 (smerge-markers-face):
5922 New backward-compatibility aliases for renamed faces.
5923 (smerge-mine-face, smerge-other-face, smerge-base-face)
5924 (smerge-markers-face): Use renamed smerge faces.
5925
5926 * log-view.el (log-view-file, log-view-message): Remove "-face"
5927 suffix from face names.
5928 (log-view-file-face, log-view-message-face): New
5929 backward-compatibility aliases for renamed faces.
5930 (log-view-file-face, log-view-message-face): Use renamed log-view
5931 faces.
5932
5933 * paren.el (show-paren-match, show-paren-mismatch):
5934 Remove "-face" suffix from face names.
5935 (show-paren-match-face, show-paren-mismatch-face):
5936 New backward-compatibility aliases for renamed faces.
5937 (show-paren-function): Use renamed show-paren faces.
5938
5939 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
5940 (ruler-mode-margins, ruler-mode-fringes)
5941 (ruler-mode-column-number, ruler-mode-fill-column)
5942 (ruler-mode-comment-column, ruler-mode-goal-column)
5943 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
5944 suffix from face names.
5945 (ruler-mode-default-face, ruler-mode-pad-face)
5946 (ruler-mode-margins-face, ruler-mode-fringes-face)
5947 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
5948 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
5949 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
5950 backward-compatibility aliases for renamed faces.
5951 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
5952 (ruler-mode-column-number, ruler-mode-fill-column)
5953 (ruler-mode-comment-column, ruler-mode-goal-column)
5954 (ruler-mode-tab-stop, ruler-mode-current-column)
5955 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
5956 faces.
5957
5958 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
5959 face name.
5960 (whitespace-highlight-the-space): Use renamed face.
5961 (whitespace-highlight-face): New backward-compatibility alias for
5962 renamed face.
5963
5964 * woman.el (woman-italic, woman-bold, woman-unknown)
5965 (woman-addition, woman-symbol-face):
5966 Remove "-face" suffix from face names.
5967 (woman-italic-face, woman-bold-face, woman-unknown-face)
5968 (woman-addition-face):
5969 New backward-compatibility aliases for renamed faces.
5970 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
5971 (woman-decode-region, woman-replace-match)
5972 (woman-display-extended-fonts, woman-special-characters)
5973 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
5974 Use renamed woman faces.
5975
5976 * longlines.el (longlines-visible-face): Face removed.
5977
5978 * diff-mode.el (diff-header, diff-file-header, diff-index)
5979 (diff-hunk-header, diff-removed, diff-added, diff-changed)
5980 (diff-function, diff-context, diff-nonexistent): Remove "-face"
5981 suffix from face names.
5982 (diff-header-face, diff-file-header-face, diff-index-face)
5983 (diff-hunk-header-face, diff-removed-face, diff-added-face)
5984 (diff-changed-face, diff-function-face, diff-context-face)
5985 (diff-nonexistent-face): New backward-compatibility aliases for
5986 renamed faces.
5987 (diff-header-face, diff-file-header-face)
5988 (diff-index, diff-index-face, diff-hunk-header)
5989 (diff-hunk-header-face, diff-removed, diff-removed-face)
5990 (diff-added, diff-added-face, diff-changed-face, diff-function)
5991 (diff-function-face, diff-context-face, diff-nonexistent)
5992 (diff-nonexistent-face): Use renamed diff-mode faces.
5993
5994 * progmodes/compile.el (compilation-warning-face)
5995 (compilation-info-face): Remove "-face" suffix from face names.
5996 (compilation-warning-face, compilation-info-face):
5997 New backward-compatibility aliases for renamed faces.
5998 (compilation-warning-face, compilation-info-face):
5999 Use renamed compilation faces.
6000
6001 * add-log.el (change-log-date, change-log-name)
6002 (change-log-email, change-log-file, change-log-list)
6003 (change-log-conditionals, change-log-function)
6004 (change-log-acknowledgement): Remove "-face" suffix from face names.
6005 (change-log-date-face, change-log-name-face)
6006 (change-log-email-face, change-log-file-face)
6007 (change-log-list-face, change-log-conditionals-face)
6008 (change-log-function-face, change-log-acknowledgement-face):
6009 New backward-compatibility aliases for renamed faces.
6010 (change-log-font-lock-keywords): Use renamed change-log faces.
6011
6012 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6013 (custom-set, custom-changed, custom-saved, custom-button)
6014 (custom-button-pressed, custom-documentation, custom-state)
6015 (custom-comment, custom-comment-tag, custom-variable-tag)
6016 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6017 (custom-group-tag): Remove "-face" suffix from face names.
6018 (custom-magic-alist, custom-magic-value-create)
6019 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6020 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6021 (custom-set-face, custom-changed-face, custom-saved-face)
6022 (custom-button-face, custom-button-pressed-face)
6023 (custom-documentation-face, custom-state-face)
6024 (custom-comment-face, custom-comment-tag-face)
6025 (custom-variable-tag-face, custom-variable-button-face)
6026 (custom-face-tag-face, custom-group-tag-face-1)
6027 (custom-group-tag-face):
6028 New backward-compatibility aliases for renamed faces.
6029
6030 * wid-edit.el (widget-documentation, widget-button)
6031 (widget-field, widget-single-line-field, widget-inactive)
6032 (widget-button-pressed): "-face" suffix removed from face names.
6033 (widget-documentation-face, widget-button-face)
6034 (widget-field-face, widget-single-line-field-face)
6035 (widget-inactive-face, widget-button-pressed-face):
6036 New backward-compatibility aliases for renamed faces.
6037 (widget-documentation-face, widget-button-face)
6038 (widget-button-pressed-face, widget-specify-field)
6039 (widget-specify-inactive): Use renamed widget faces.
6040
6041 2005-06-10 Kenichi Handa <handa@m17n.org>
6042
6043 * term/x-win.el (x-clipboard-yank): Remove condition-case
6044 wrapping.
6045
6046 2005-06-11 Kenichi Handa <handa@m17n.org>
6047
6048 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6049 date lines stricter.
6050
6051 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6052
6053 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6054 of x-get-selection.
6055
6056 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6057
6058 * comint.el (comint-mode, comint-snapshot-last-prompt):
6059 * frame.el (frame-current-scroll-bars):
6060 * term.el (term-mode, term-check-proc, term-input-sender)
6061 (term-simple-send, term-extract-string, term-word)
6062 (term-match-partial-filename):
6063 * window.el (window-current-scroll-bars):
6064 * emulation/cua-base.el (cua-normal-cursor-color)
6065 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6066 (cua-global-mark-cursor-color):
6067 * mail/undigest.el (rmail-forward-separator-regex):
6068 Fix typos in docstrings.
6069
6070 * comint.el (comint-check-proc, make-comint-in-buffer)
6071 (comint-source-default): Doc fixes.
6072
6073 * term.el (term-send-string): Improve argument/docstring
6074 consistency.
6075
6076 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6077
6078 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6079 call to `delete-region'.
6080 (comint-mode-hook): Do not enable Font Lock by default.
6081
6082 2005-06-09 Lute Kamstra <lute@gnu.org>
6083
6084 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6085 could be void.
6086
6087 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6090 (debug): Use it.
6091 (debugger-step-through, debugger-continue, debugger-jump)
6092 (debugger-return-value): Set it when needed.
6093 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6094 Use inhibit-read-only.
6095
6096 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6097
6098 * window.el (shrink-window-if-larger-than-buffer)
6099 (window-size-fixed): Fix typo in docstring.
6100
6101 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6102 thumbnails directory on loading.
6103 (thumbs-conversion-program): Use `eq' to check the system type,
6104 not `equal'.
6105 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6106 not "/tmp". Fix docstring.
6107 (thumbs-thumbsdir): New function to return the thumbnails
6108 directory, creating it if needed.
6109 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6110 (thumbs-temp-file): Delete variable and make it into a function.
6111 (thumbs-resize-image, thumbs-modify-image): Use it.
6112 (thumbs-kill-buffer): Simplify.
6113 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6114 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6115 docstrings.
6116
6117 2005-06-09 Kim F. Storm <storm@cua.dk>
6118
6119 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6120 set-match-data to free markers in match-data.
6121
6122 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6123 match-data to unchain markers in match-data.
6124
6125 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6128 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6129 unnecessary now.
6130
6131 2005-06-08 Richard M. Stallman <rms@gnu.org>
6132
6133 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6134 give the variable a doc string that doesn't say don't set it directly.
6135
6136 * textmodes/ispell.el (ispell-check-version):
6137 Use match-string-no-properties.
6138 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6139 (ispell-buffer-local-words): Likewise.
6140
6141 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6142 except on terminals with enough colors to really display it.
6143 (makefile-dependency-regex): Delete spurious `bb'.
6144
6145 * faces.el (escape-glyph): Use blue once again in last case.
6146 (no-break-space): Redefine so that it isn't invisible on a tty.
6147
6148 2005-06-08 Kim F. Storm <storm@cua.dk>
6149
6150 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6151 also when reading directory name.
6152
6153 2005-06-08 Lute Kamstra <lute@gnu.org>
6154
6155 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6156 (flyspell-mode-line-string): Remove autoload cookie.
6157 (flyspell-mode): Remove defvar.
6158
6159 2005-06-07 Lute Kamstra <lute@gnu.org>
6160
6161 * textmodes/org.el (org-run-mode-hooks): New function.
6162 (org-agenda-mode): Use it.
6163
6164 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6165
6166 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6167
6168 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6169
6170 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6171
6172 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6173
6174 * font-lock.el (font-lock-add-keywords): Doc fix.
6175
6176 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6177
6178 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6179 (tex-compile-default): In the absence of any history, use the order in
6180 tex-compile-alist to choose the preferred command.
6181 (tex-compile-commands): Reorder a bit.
6182
6183 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6184 (flyspell-incorrect-face, flyspell-duplicate-face):
6185 Use (X)Emacs-agnostic code.
6186 (flyspell-mode-map): Don't overwrite at each load. Remove code
6187 redundant with the subsequent add-minor-mode. Merge Emacs and
6188 XEmacs code.
6189 (flyspell-word): Minor simplification.
6190 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6191 (flyspell-external-point-words): Remove unused vars `size' and
6192 `start'.
6193 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
6194 the corresponding Emacs code.
6195 (flyspell-correct-word, flyspell-xemacs-popup): Use
6196 flyspell-do-correct.
6197
6198 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6199 a dedicated window.
6200
6201 * international/latexenc.el (latexenc-find-file-coding-system):
6202 Undo part of last patch, to turn off a compiler warning.
6203
6204 2005-06-06 Juri Linkov <juri@jurta.org>
6205
6206 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6207 Rename `tmm-inactive-face' to `tmm-inactive'.
6208
6209 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6210
6211 * iswitchb.el: Rename faces.
6212
6213 2005-06-06 Kim F. Storm <storm@cua.dk>
6214
6215 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6216 (cua-global-mark): Remove -face suffix from face names.
6217
6218 * emulation/cua-gmrk.el (cua--init-global-mark):
6219 Remove cua-global-mark face setup.
6220
6221 2005-06-06 Richard M. Stallman <rms@gnu.org>
6222
6223 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6224 just like other allowed characters.
6225 (makefile-match-dependency): Exclude leading and training whitespace
6226 from the range of regexp subexp 1.
6227 (makefile-macroassign-regex): Don't try to match the body,
6228 just the name of the macro being defined.
6229
6230 * info.el (Info-read-node-name-2): New function.
6231 (Info-read-node-name-1): Use that.
6232 Add a completion-base-size-function property.
6233
6234 * simple.el (completion-setup-function): Look for
6235 completion-base-size-function property of
6236 minibuffer-completion-table.
6237
6238 * files.el (locate-file-completion): Doc fix.
6239
6240 * printing.el: Don't call pr-update-menus; user must do that.
6241
6242 * emacs-lisp/debug.el (debugger-window): New variable.
6243 (debug): Use debugger-window if it is set and still alive.
6244 Record debugger-window for next entry.
6245
6246 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6247
6248 2005-06-06 Matthias F,Av(Brste <slashdevslashnull@gmx.net>
6249
6250 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6251 (hack-one-local-variable, hack-local-variables)
6252 (hack-local-variables-prop-line): Pass that arg.
6253
6254 2005-06-06 Kim F. Storm <storm@cua.dk>
6255
6256 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6257 (ido-indicator): Remove -face suffix from face names.
6258
6259 2005-06-06 Juri Linkov <juri@jurta.org>
6260
6261 * font-lock.el (font-lock-regexp-backslash)
6262 (font-lock-regexp-backslash-construct): New faces.
6263 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6264 after `('. Add `while-no-input' to control structures.
6265
6266 * faces.el (no-break-space, shadow): New faces.
6267 (escape-glyph): Use less loud colors pink2 and red4.
6268
6269 * diff-mode.el (diff-context-face)
6270 * dired.el (dired-ignored)
6271 * rfn-eshadow.el (file-name-shadow)
6272 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6273
6274 * info.el (Info-title-1-face): Use green instead of yellow because
6275 bold yellow is not readable on light backgrounds.
6276
6277 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6278 before selecting the desired mode to not spend time fontifying
6279 old contents.
6280
6281 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6282
6283 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6284 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6285
6286 * ps-print.el (ps-default-fg, ps-default-bg):
6287 Fix typos in docstrings.
6288
6289 * isearchb.el (isearchb): Don't pass a spurious second argument to
6290 `iswitchb-completions'.
6291
6292 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6293
6294 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6295 to preserve point.
6296 (gdb-find-file-hook): Add doc string.
6297
6298 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6299 C dereferenced pointer expression.
6300 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6301
6302 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6303
6304 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6305 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6306 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6307 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6308 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6309 Make background transparent.
6310
6311 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6312
6313 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6314 (font-lock-remove-keywords): Doc fix.
6315 (font-lock-mode-major-mode): Compiler defvar.
6316 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6317
6318 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6319 (font-lock-mode): Update `font-lock-mode-major-mode'.
6320 (font-lock-set-defaults): Compiler defvar.
6321 (font-lock-default-function): Take `font-lock-mode-major-mode'
6322 into account.
6323
6324 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6325 keep track of which major mode it enabled the minor mode for.
6326 Use find-file-hook again. Update docstring.
6327
6328 * simple.el (eval-expression-print-level)
6329 (eval-expression-print-length, eval-expression-debug-on-error):
6330 Doc fixes.
6331
6332 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6333
6334 * iswitchb.el (iswitchb-single-match-face)
6335 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6336 (iswitchb-invalid-regexp-face): New faces.
6337 (iswitchb-completions): Use them.
6338 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6339 now marked as an obsolete alias.
6340 (iswitchb-read-buffer): Remove check for bound font variables.
6341 (iswitchb-invalid-regexp): New free variable.
6342 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6343 set iswitchb-invalid-regexp.
6344 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6345 invalid regexps.
6346 (iswitchb-completions): Add check for complete match when entering
6347 a regexp.
6348 (iswitchb-completions): Remove require-match argument.
6349 (iswitchb-exhibit): Fix caller.
6350 (iswitchb-common-match-inserted): New variable.
6351 (iswitchb-complete, iswitchb-completion-help): Use it.
6352
6353 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6354
6355 * url-http.el (url-http-chunked-encoding-after-change-function):
6356 Use `url-http-debug' instead of `message'.
6357
6358 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6359
6360 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6361 callback argument.
6362
6363 2005-06-04 Kim F. Storm <storm@cua.dk>
6364
6365 * simple.el (line-move): Only call sit-for when moving backwards.
6366
6367 * ido.el (ido-make-merged-file-list-1): New defun split from
6368 ido-make-merged-file-list.
6369 (ido-make-merged-file-list): Bind throw-on-input around call to
6370 ido-make-merged-file-list-1. Return input-pending-p if
6371 interrupted by more input available.
6372 (ido-read-internal): Handle input-pending-p return value from
6373 ido-make-merged-file-list.
6374
6375 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6378 compatibility code.
6379
6380 * international/latexenc.el (latexenc-find-file-coding-system):
6381 Don't inherit the EOL part of the coding-system from the
6382 tex-main buffer. Fit within 80 columns.
6383
6384 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6385
6386 * tmm.el (tmm-inactive-face): New face.
6387 (tmm-remove-inactive-mouse-face): New function.
6388 (tmm-prompt, tmm-add-one-shortcut)
6389 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6390 but not selectable.
6391
6392 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6393
6394 * faces.el (face-equal): Improve argument/docstring consistency.
6395
6396 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6397
6398 * progmodes/make-mode.el (makefile-targets-face)
6399 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6400 (makefile-bsdmake-dependency-regex)
6401 (makefile-makepp-rule-action-regex)
6402 (makefile-bsdmake-rule-action-regex): New constants.
6403 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6404
6405 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6406 Allow (...) within `...' for makepp messages.
6407
6408 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6409
6410 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6411
6412 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6413 "." files are deleted from all file lists before comparison.
6414
6415 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6416 (viper-ESC-key): Made them customizable.
6417
6418 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6419
6420 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6421
6422 * autorevert.el (auto-revert-buffers): Use save-match-data.
6423
6424 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6427 menu items with a nil command binding.
6428
6429 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6430
6431 * emacs-lisp/cl-macs.el (defsetf):
6432 Improve argument/docstring consistency.
6433
6434 * faces.el (list-faces-display): Improve the formatting by
6435 computing the maximum length required for any face-name (reworked
6436 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6437 (internal-find-face): Remove redundant info in docstring.
6438
6439 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6440
6441 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6442 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6443 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6444 (gdb-assembler-custom): Improve regexps.
6445 (def-gdb-auto-update-handler): Use window point to preserve point.
6446
6447 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6448
6449 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6450
6451 2005-05-31 Jay Belanger <belanger@truman.edu>
6452
6453 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6454 to calc-embedded.
6455 (calc-embedded-make-info): Have plain prefix argument select
6456 entire line.
6457
6458 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6459
6460 * faces.el (list-faces-display): Signal error if passed a regexp
6461 that matches no face name.
6462
6463 * simple.el (filter-buffer-substring): Fix typo in docstring.
6464
6465 2005-05-31 Richard M. Stallman <rms@gnu.org>
6466
6467 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6468 (vhdl-emacs-21): Doc fix.
6469 (vhdl-mode): Unconditionally set comment-padding.
6470 (vhdl-fixup-whitespace-region): Insert spaces only where
6471 there are none.
6472 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6473
6474 2005-05-30 John Wiegley <johnw@newartisans.com>
6475
6476 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6477 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6478 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6479 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6480 `string-to-number'.
6481
6482 2005-05-30 Jay Belanger <belanger@truman.edu>
6483
6484 * calc/calc.el (calc-bug-address): Fix docstring.
6485 (calc-window-hook, calc-trail-window-hook): New variables.
6486 (calc-trail-display): Restore use of calc-trail-window-hook.
6487 (calc): Restore use of calc-window-hook.
6488
6489 2005-05-31 Masatake YAMATO <jet@gyve.org>
6490
6491 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6492
6493 * help-fns.el (help-C-file-name): Add autoload mark for
6494 `find-function-noselect'.
6495
6496 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6499 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6500
6501 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6502
6503 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6504 included diary buffer if it was not already being visited.
6505 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6506
6507 * calendar/icalendar.el (top-level): Do not require 'appt.
6508
6509 * mail/supercite.el (sc-select-attribution): Only use a list
6510 element from sc-attrib-selection-list if it returns a string.
6511 Reported by Davide G. M. Salvetti <salve@debian.org>.
6512
6513 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6514
6515 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6516 includes a hash value to improve its uniqueness, and has a ".jpg"
6517 extension. Also, it is now a valid filename on all systems.
6518 (thumbs-make-thumb): Use `let', not `let*'.
6519 (thumbs-show-thumbs-list): Check for JPEG availability.
6520
6521 2005-05-30 Richard M. Stallman <rms@gnu.org>
6522
6523 * filesets.el (filesets-menu-ensure-use-cached):
6524 Prevent warning when emacs-version>= is undefined.
6525
6526 * printing.el (pr-interactive-n-up): Use string-to-number.
6527
6528 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6529
6530 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6531 Warn only when name to be defined is quoted.
6532
6533 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6534
6535 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6536 Make regexp more robust.
6537 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6538 Force regeneration of disassembly.
6539
6540 2005-05-29 Jay Belanger <belanger@truman.edu>
6541
6542 * calc/calc.el (calc-user-invocation): Check if
6543 calc-invocation-macro is non-nil.
6544
6545 2005-05-29 Juri Linkov <juri@jurta.org>
6546
6547 * add-log.el (change-log-font-lock-keywords):
6548 Add `+' to e-mail regexp to accept mail address with keywords.
6549
6550 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6551
6552 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6553
6554 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6555
6556 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6557
6558 2005-05-29 Richard M. Stallman <rms@gnu.org>
6559
6560 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6561 Undo the change that moves to end of the current word.
6562
6563 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6564
6565 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6566 Throw error when count <= 0 to ensure input is a number.
6567 (gdb-read-memory-custom): Pick up address from buffer.
6568 (gdb-memory-mode): Allow user to increment and decrement
6569 memory address from header line.
6570
6571 2005-05-29 Richard M. Stallman <rms@gnu.org>
6572
6573 * flyspell.el (flyspell-version): Function deleted.
6574 (flyspell-auto-correct-previous-hook): Doc fix.
6575
6576 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6577 Do nothing if memory is full.
6578
6579 * font-lock.el (font-lock-fontify-syntactically-region):
6580 Pass t for GREEDY to looking-back.
6581
6582 * saveplace.el (save-place-alist-to-file): Write the file
6583 using write-region.
6584
6585 * subr.el (looking-back): New argument GREEDY.
6586
6587 * progmodes/compile.el (compilation-start): Set the mode
6588 before inserting the initial text.
6589
6590 * progmodes/which-func.el (which-func-update-1): Turn the mode
6591 off in case of error by setting which-func-mode.
6592
6593 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6594
6595 * flyspell.el (flyspell-auto-correct-previous-word):
6596 Narrow down to what's on the screen, and recenter overlays
6597 at the end of the next word.
6598
6599 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6600
6601 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6602 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6603 (flyspell-abbrev-p): Default to nil.
6604 (flyspell-use-global-abbrev-table-p): Doc fix.
6605 (flyspell-large-region): Allow nil as value.
6606 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6607
6608 (mail-mode-flyspell-verify): More robust handling
6609 of `mail-header-separator'. More efficient signature detection.
6610 Allow for regexp metacharacters in message-header-separator.
6611 Adding `To' not to be checked in mail-mode-flyspell-verify.
6612
6613 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6614 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6615 Bind flyspell-auto-correct-binding.
6616 Bind C-. and C-, .
6617 (flyspell-mode-map): Likewise.
6618 (flyspell-mode): Doc fix.
6619 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6620 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6621 (flyspell-word-cache-result): New var, always local.
6622 (flyspell-check-pre-word-p): Doc fix.
6623 (flyspell-check-changed-word-p): Handle spc like newline.
6624 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6625 (flyspell-word-search-backward, flyspell-word-search-forward):
6626 New functions.
6627 (flyspell-word): Return t if nothing to check.
6628 When parsing TeX code, check for after } or \.
6629 Use flyspell-word-search-backward to find previous word.
6630 Return nil if duplicated word.
6631 For word already checked, return same value as last time.
6632 Set flyspell-word-cache-result after checking.
6633 Don't clobber the return value.
6634 (flyspell-get-word): Major rewrite.
6635 (flyspell-external-point-words): New locals pword, pcount.
6636 Fix size used in progress message.
6637 Find the proper corresponding word in flyspell-large-region-buffer.
6638 (flyspell-region): Check for flyspell-large-region = nil.
6639 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6640 (flyspell-auto-correct-word): Check that WORD is a cons.
6641 (flyspell-correct-word): Likewise.
6642
6643 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6644
6645 * progmodes/make-mode.el (makefile-rule-action-regex)
6646 (makefile-macroassign-regex, makefile-makepp-mode)
6647 (makefile-bsdmake-mode): Continuation lines may be empty.
6648 Reported by Joshua Varner.
6649 (makefile-makepp-font-lock-keywords): Add $(stem).
6650
6651 2005-05-28 Karl Berry <karl@gnu.org>
6652
6653 * textmodes/tex-mode.el: Now that tex-send-command calls
6654 shell-quote-argument (2005-03-31 change), remove all calls to
6655 shell-quote-argument; they all end up invoking tex-send-command.
6656 The double quoting loses on filenames with non-safe characters,
6657 such as "@". Reported by Frederik Fouvry.
6658
6659 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6660
6661 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6662 about preserving point.
6663
6664 2005-05-27 Jay Belanger <belanger@truman.edu>
6665
6666 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6667 Info-goto-node.
6668
6669 * calc/calc-embed.el (calc-embed-arg): New variable.
6670 (calc-do-embedded-activate, calc-embedded-activate-formula)
6671 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6672 variable by new variable.
6673 (calc-embedded-make-info): Replace undeclared variable by new
6674 variable. When selecting region with positive prefix
6675 argument, use end of previous line instead of beginning of line.
6676
6677 * calc/calc-aent.el (calc-arg-values): Declare it.
6678
6679 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6680 Declare them.
6681
6682 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6683
6684 * calc/calc.el (calc-alg-map): Declare it.
6685
6686 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6687
6688 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6689
6690 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6691 (gdb-registers-buffer, toggle-gdb-all-registers):
6692 Toggle display of floating point registers.
6693 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6694
6695 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6696 (toggle-gud-tooltip-dereference):
6697 Rename from gud-toggle-tooltip-dereference.
6698
6699 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6702
6703 2005-05-27 Jay Belanger <belanger@truman.edu>
6704
6705 * calc/calc-prog.el (calc-kbd-report): Remove.
6706 (calc-kbd-query): Rewrite.
6707
6708 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * image.el (image-library-alist): Move to image.c.
6711 (image-type-available-p): Doc fix.
6712
6713 2005-05-27 Lute Kamstra <lute@gnu.org>
6714
6715 * calc/calc.el (calc):
6716 * outline.el (outline-1, outline-2, outline-3, outline-4)
6717 (outline-5, outline-6, outline-7, outline-8):
6718 * textmodes/dns-mode.el (dns-mode):
6719 * textmodes/sgml-mode.el (sgml-namespace-face):
6720 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6721 (tex-verbatim-face, tex-use-reftex):
6722 * textmodes/texinfo.el (texinfo-heading-face):
6723 Specify customization group.
6724
6725 * longlines.el: Don't require easy-mmode.
6726 (longlines-visible-face): Specify customization group.
6727
6728 2005-05-27 Kenichi Handa <handa@m17n.org>
6729
6730 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6731 encoding table of windows-1251.
6732
6733 * international/ucs-tables.el (ucs-set-table-for-input):
6734 If translation-table-for-input of a coding system is a symbol, get
6735 its translation-table property.
6736
6737 * international/code-pages.el: Don't register a coding system into
6738 non-iso-charset-alist more than once.
6739 (cp-make-coding-system): Likewise.
6740
6741 2005-05-26 John Wiegley <johnw@newartisans.com>
6742
6743 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6744 `eshell-resume-eval' is wrapped in a list, it indicates that the
6745 command was run asynchronously. In that case, unwrap the value
6746 before checking the delimiter value.
6747
6748 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6749 character before a space at the end of a line is \, assume the space
6750 is part of the last argument rather than a final argument separator.
6751
6752 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6753 is in use, and the target is `t' or `nil' (which are the most common
6754 values), don't assume that the symbol target is a buffer.
6755
6756 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6757
6758 * calendar/calendar.el (calendar-mode-line-format):
6759 Use mode-line-highlight as mouse-face.
6760
6761 * time.el (display-time-string-forms, display-time-update):
6762 Use mode-line-highlight as mouse-face.
6763
6764 2005-05-26 Jay Belanger <belanger@truman.edu>
6765
6766 * calc/calc.el (calc-language-alist): Remove extra defvar.
6767
6768 2005-05-26 Lute Kamstra <lute@gnu.org>
6769
6770 * arc-mode.el (archive-mode):
6771 * bookmark.el (bookmark-read-annotation-mode)
6772 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6773 * bs.el (bs-mode):
6774 * calc/calc-yank.el (calc-edit-mode):
6775 * calc/calc.el (calc-mode, calc-trail-mode):
6776 * calculator.el (calculator-mode):
6777 * chistory.el (command-history-mode):
6778 * comint.el:
6779 * cus-edit.el (custom-mode):
6780 * descr-text.el (describe-text-mode):
6781 * ebuff-menu.el (Electric-buffer-menu-mode):
6782 * ediff-util.el (ediff-mode):
6783 * emacs-lisp/re-builder.el (reb-mode):
6784 * emulation/vi.el (vi-mode-setup):
6785 * emulation/ws-mode.el (wordstar-mode):
6786 * eshell/esh-mode.el (eshell-mode):
6787 * forms.el (forms-mode):
6788 * help-mode.el (help-mode):
6789 * hexl.el (hexl-mode):
6790 * ibuffer.el (ibuffer-mode):
6791 * ielm.el (inferior-emacs-lisp-mode):
6792 * info.el (Info-mode, Info-edit-mode):
6793 * international/swedish.el:
6794 * ledit.el (ledit-from-lisp-mode):
6795 * locate.el (locate-mode):
6796 * mail/rmail.el (rmail-mode):
6797 * mail/rmailedit.el (rmail-edit-mode):
6798 * mail/rmailsum.el (rmail-summary-mode):
6799 * mail/supercite.el (sc-electric-mode):
6800 * net/eudc.el (eudc-mode):
6801 * net/quickurl.el (quickurl-list-mode):
6802 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6803 * obsolete/ooutline.el (outline-mode):
6804 * obsolete/options.el (Edit-options-mode):
6805 * obsolete/rnews.el (news-mode):
6806 * obsolete/rnewspost.el (news-reply-mode):
6807 * play/5x5.el (5x5-mode):
6808 * play/decipher.el (decipher-mode, decipher-stats-mode):
6809 * play/gomoku.el (gomoku-mode):
6810 * play/snake.el (snake-mode):
6811 * play/solitaire.el (solitaire-mode):
6812 * play/tetris.el (tetris-mode):
6813 * progmodes/ada-mode.el (ada-mode):
6814 * progmodes/antlr-mode.el (antlr-mode):
6815 * progmodes/autoconf.el (autoconf-mode):
6816 * progmodes/dcl-mode.el (dcl-mode):
6817 * progmodes/delphi.el (delphi-mode):
6818 * progmodes/ebrowse.el (ebrowse-tree-mode)
6819 (ebrowse-electric-list-mode, ebrowse-member-mode)
6820 (ebrowse-electric-position-mode):
6821 * progmodes/f90.el (f90-mode):
6822 * progmodes/fortran.el (fortran-mode):
6823 * progmodes/icon.el (icon-mode):
6824 * progmodes/idlw-help.el (idlwave-help-mode):
6825 * progmodes/idlw-shell.el (idlwave-shell-mode):
6826 * progmodes/idlwave.el (idlwave-mode):
6827 * progmodes/inf-lisp.el (inferior-lisp-mode):
6828 * progmodes/m4-mode.el (m4-mode):
6829 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
6830 * progmodes/modula2.el (modula-2-mode):
6831 * progmodes/octave-inf.el (inferior-octave-mode):
6832 * progmodes/octave-mod.el (octave-mode):
6833 * progmodes/pascal.el (pascal-mode):
6834 * progmodes/sh-script.el (sh-mode):
6835 * progmodes/sql.el (sql-mode, sql-interactive-mode):
6836 * progmodes/vhdl-mode.el (vhdl-mode):
6837 * progmodes/xscheme.el (scheme-interaction-mode):
6838 * replace.el (occur-mode):
6839 * ses.el (ses-mode):
6840 * simple.el (completion-list-mode):
6841 * skeleton.el:
6842 * speedbar.el (speedbar-mode):
6843 * term.el (term-mode):
6844 * terminal.el (terminal-edit-mode):
6845 * textmodes/reftex-index.el (reftex-index-mode)
6846 (reftex-index-phrases-mode):
6847 * textmodes/reftex-sel.el (reftex-select-label-mode)
6848 (reftex-select-bib-mode):
6849 * textmodes/reftex-toc.el (reftex-toc-mode):
6850 * wdired.el (wdired-change-to-wdired-mode):
6851 * wid-browse.el (widget-browse-mode):
6852 Use run-mode-hooks.
6853
6854 * array.el (array-mode):
6855 * calendar/todo-mode.el (todo-mode):
6856 * man.el (Man-mode):
6857 * play/landmark.el (lm-mode):
6858 * play/mpuz.el (mpuz-mode):
6859 Use kill-all-local-variables and run-mode-hooks.
6860
6861 * subr.el (delay-mode-hooks): Specify indentation.
6862
6863 2005-05-26 Mark A. Hershberger <mah@everybody.org>
6864
6865 * xml.el (xml-substitute-special): Don't die for undefined xml
6866 entities.
6867
6868 2005-05-26 Jay Belanger <belanger@truman.edu>
6869
6870 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
6871 of nil.
6872
6873 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
6874
6875 * progmodes/gdb-ui.el (gdb-frame-address):
6876 Rename from gdb-current-address.
6877 (gdb-previous-frame-address): Rename from gdb-previous-address.
6878 (gdb-selected-frame): Rename from gdb-current-frame.
6879 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
6880 (gdb-frame-number): Rename from gdb-current-stack-level.
6881 (gdb-ann3): Match new mode-name for disassembly buffer.
6882 Extend initialization of variables.
6883 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
6884 (gdb-memory-mode): Use mouse-face in header line.
6885 (gdb-assembler-buffer-name): Call it disassembly and give frame
6886 in mode line.
6887 (gdb-source-spec-regexp, gdb-assembler-custom)
6888 (gdb-invalidate-assembler, gdb-frame-handler):
6889 Make robust to leading zeroes in address format.
6890
6891 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
6892
6893 * textmodes/org.el (org-mode): Use `define-derived-mode' to
6894 define `org-mode'.
6895 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
6896
6897 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6898
6899 * log-edit.el (log-edit-changelog-entries): Distinguish between
6900 filenames like xfns.c and fns.c.
6901
6902 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
6903
6904 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
6905 point after reverting.
6906 (Buffer-menu-make-sort-button): Handle the case where
6907 `Buffer-menu-use-header-line' is nil.
6908
6909 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6910
6911 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
6912 New funcs. In minibuffer-local-completion-map bind `]', `/'
6913 and `:' to them.
6914
6915 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6916
6917 * startup.el (normal-top-level): Allow modification of load-path while
6918 we're iterating over it.
6919
6920 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
6921
6922 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
6923 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
6924 (thumbs-resize-interactive, thumbs-insert-image)
6925 (thumbs-insert-thumb, thumbs-dired-show-marked)
6926 (thumbs-find-image-at-point, thumbs-delete-images)
6927 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
6928 (thumbs-increment-image-size, thumbs-decrement-image-size):
6929 Fix typos in docstrings.
6930
6931 2005-05-24 Andre Spiegel <spiegel@gnu.org>
6932
6933 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
6934 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
6935 (cperl-mode): Use them.
6936
6937 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
6938
6939 * window.el (quit-window, shrink-window-if-larger-than-buffer):
6940 Doc fixes.
6941
6942 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6943
6944 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
6945 Bind C-d to gdb-inferior-io-eof.
6946
6947 * dired.el (dired-dnd-popup-notice): Use message-box.
6948
6949 2005-05-23 Masatake YAMATO <jet@gyve.org>
6950
6951 * bindings.el (mode-line-major-mode-keymap):
6952 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
6953
6954 * faces.el (mode-line-highlight): New face.
6955
6956 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
6957 as mouse-face.
6958
6959 * bindings.el (top-level, help-echo, mode-line-modified)
6960 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
6961 as mouse-face.
6962
6963 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
6964
6965 * progmodes/cc-engine.el (c-guess-basic-syntax):
6966 Remove spurious call to `zerop'.
6967
6968 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
6969
6970 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
6971
6972 CC Mode update to 5.30.10:
6973
6974 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
6975 could go past the limit in decoration level 2, thereby causing
6976 errors during interactive fontification.
6977
6978 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
6979 the file is evaluated interactively.
6980
6981 * cc-engine.el (c-guess-basic-syntax): Handle operator
6982 declarations somewhat better in C++.
6983
6984 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
6985 make use of `run-mode-hooks' which has been added in Emacs 21.1.
6986 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6987 (awk-mode): Use it.
6988 (make-local-hook): Suppress warning about obsoleteness.
6989
6990 * cc-engine.el, cc-align.el, cc-cmds.el
6991 (c-append-backslashes-forward, c-delete-backslashes-forward)
6992 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
6993 Compensate for return value from `forward-line' when it has moved
6994 but not to a different line due to eob.
6995
6996 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
6997 `objc-method-intro' and `objc-method-args-cont'.
6998
6999 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7000
7001 CC Mode update to 5.30.10:
7002
7003 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7004 in the copyright statement. Incidentally, change "along with GNU
7005 Emacs" to "along with this program" where it occurs.
7006
7007 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7008 so that it is interactive, hence can be found by M-x awk-mode
7009 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7010 <gmorris+emacs@ast.cam.ac.uk>.
7011
7012 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7013 Mode's regexps.
7014
7015 2005-05-23 Kevin Ryde <user42@zip.com.au>
7016
7017 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7018 c-parse-state, to avoid a lisp error (on bad code).
7019
7020 2005-05-23 Lute Kamstra <lute@gnu.org>
7021
7022 * subr.el (font-lock-defaults): Remove defvar as it's already
7023 defined in font-core.el.
7024
7025 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7026
7027 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7028
7029 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7030 more general and work when GDB variable "print pretty" is on,
7031 as with Emacs, for example.
7032
7033 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7034
7035 * font-core.el: Update comment.
7036
7037 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7038 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7039
7040 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7041
7042 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7043
7044 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7045 and `yank-handler' in the doc strings.
7046
7047 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7050
7051 2005-05-22 Richard M. Stallman <rms@gnu.org>
7052
7053 * help.el (describe-key): Move print-help-return-message call
7054 out of conditional.
7055
7056 * progmodes/etags.el (list-tags): Use with-no-warnings.
7057
7058 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7059 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7060 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7061
7062 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7063
7064 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7065 Add defvar.
7066
7067 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7068 Use defvar, not defconst.
7069
7070 * hexl.el (hexl-follow-line): Use with-no-warnings.
7071
7072 * emulation/tpu-extras.el: Use write-file-functions instead of
7073 write-file-hooks.
7074
7075 * dired.el (dired-font-lock-keywords): Fontify files with junk
7076 extensions even if marked by -F.
7077
7078 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7079
7080 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7081 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7082 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7083 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7084 (concatenate, list-length, get*, getf, cl-remprop):
7085 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7086 (etypecase, progv, lexical-let, lexical-let*)
7087 (multiple-value-bind, multiple-value-setq, shiftf):
7088 Improve argument/docstring consistency.
7089
7090 * subr.el (focus-frame, unfocus-frame):
7091 Revert deletion on 2005-05-01.
7092
7093 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7094
7095 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7096 doesn't exist.
7097
7098 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7099 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7100
7101 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7102
7103 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7104 already deleted variables: auto-fill-hook, blink-paren-hook,
7105 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7106 suspend-hooks, comment-indent-hook, meta-flag,
7107 before-change-function, after-change-function,
7108 font-lock-doc-string-face.
7109
7110 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7111
7112 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7113
7114 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7115
7116 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7117 rmail-dont-reply-to.
7118
7119 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7120
7121 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7122 literal blank when splitting new-header-values.
7123
7124 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7125
7126 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7127 string so that tmm doesn't create a completion entry for it.
7128
7129 * textmodes/table.el (table-disable-menu): Ditto.
7130
7131 2005-05-21 Richard M. Stallman <rms@gnu.org>
7132
7133 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7134
7135 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7136
7137 * net/rcompile.el (remote-compile): Use compilation-start.
7138
7139 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7140
7141 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7142
7143 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7144 Default to makefile-bsdmake-mode on BSD systems.
7145
7146 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7147 REGEXP may also be a search function now. The part of doc-string
7148 for describing the structure was 95% identical to that of
7149 `imenu--generic-function'. Unify it there.
7150
7151 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7152 Use function to find dependencies, because regexp alone is so complex,
7153 it easily goes into an endless loop.
7154 (makefile-makepp-mode): Also add submenu for Perl functions
7155 defined in the makefile.
7156 (makefile-bsdmake-mode): Special imenu-generic-expression no
7157 longer needed, due to function call.
7158 (makefile-match-dependency): Take BOUND into account when checking
7159 if we're through.
7160
7161 2005-05-20 Jay Belanger <belanger@truman.edu>
7162
7163 * calc/calc-units.el (calc-invalidate-units-table):
7164 Use inhibit-read-only.
7165 (math-build-units-table-buffer): Use view-mode.
7166
7167 2005-05-20 David Kastrup <dak@gnu.org>
7168
7169 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7170 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7171
7172 2005-05-20 Lute Kamstra <lute@gnu.org>
7173
7174 * diff-mode.el (diff-header-face, diff-file-header-face)
7175 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7176 (diff-added-face, diff-changed-face, diff-function-face)
7177 (diff-context-face, diff-nonexistent-face): Put them in the
7178 diff-mode customization group.
7179
7180 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7183
7184 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7185
7186 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7187 Minor regexp-optimization.
7188
7189 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7190
7191 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7192 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7193 (org-agenda-add-time-grid-maybe): New function.
7194 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7195 (org-table-create): `dotimes' instead of `mapcar'.
7196 (org-xor): Simplify implementation.
7197 (org-agenda): `inhibit-redisplay' turned on.
7198 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7199 a consistent line after a state change.
7200 (org-agenda-remove-times-when-in-prefix): New option.
7201 (org-prefix-has-time): New variable.
7202 (org-parse-time-string): Optional argument NODEFAULT.
7203 (org-format-agenda-item): Parse items for time-of-day
7204 specifications and move these into the prefix if possible.
7205 (org-agenda-priority): Get current heading, not previous heading
7206 during agenda remote editing.
7207
7208 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7209
7210 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7211 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7212 (remove-duplicates, delete-duplicates, substitute)
7213 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7214 (nsubstitute-if-not, find, find-if, find-if-not, position)
7215 (position-if, position-if-not, count, count-if, count-if-not)
7216 (mismatch, search, sort*, stable-sort, merge, member*)
7217 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7218 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7219 (intersection, nintersection, set-difference, nset-difference)
7220 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7221 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7222 (nsublis, tree-equal): Improve argument/docstring consistency.
7223
7224 * subr.el (send-string, send-region):
7225 Remove obsolescence declaration.
7226 (window-dot, set-window-dot, read-input, show-buffer)
7227 (eval-current-buffer, string-to-int):
7228 Add release number to obsolescence declarations.
7229
7230 2005-05-19 Kim F. Storm <storm@cua.dk>
7231
7232 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7233 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7234
7235 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7236
7237 * faces.el (list-faces-display): Make back button respect optional
7238 regexp arg.
7239
7240 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7241
7242 * calculator.el (calculator-radix-grouping-mode)
7243 (calculator-radix-grouping-digits, calculator-displayer)
7244 (calculator-radix-grouping-separator, calculator-copy-displayer):
7245 * dabbrev.el (dabbrev-search-these-buffers-only):
7246 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7247 (diff-advance-after-apply-hunk, diff-mode-hook)
7248 (diff-minor-mode-prefix):
7249 * imenu.el (imenu-use-popup-menu):
7250 * jit-lock.el (jit-lock-context-time):
7251 * newcomment.el (comment-fill-column, comment-column)
7252 (comment-style, comment-padding, comment-multi-line)
7253 (comment-empty-lines, comment-auto-fill-only-comments):
7254 * reveal.el (reveal-around-mark):
7255 * uniquify.el (uniquify-buffer-name-style)
7256 (uniquify-after-kill-buffer-p)
7257 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7258 (uniquify-min-dir-content, uniquify-separator)
7259 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7260 * w32-vars.el (w32-fixed-font-alist):
7261 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7262 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7263 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7264 * progmodes/perl-mode.el (perl-indent-level)
7265 (perl-continued-statement-offset, perl-continued-brace-offset)
7266 (perl-brace-offset, perl-brace-imaginary-offset)
7267 (perl-label-offset, perl-indent-continued-arguments)
7268 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7269 * progmodes/tcl.el (tcl-indent-level)
7270 (tcl-continued-indent-level, tcl-auto-newline)
7271 (tcl-tab-always-indent, tcl-electric-hash-style)
7272 (tcl-help-directory-list, tcl-use-smart-word-finder)
7273 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7274 (inferior-tcl-source-command):
7275 * textmodes/fill.el (enable-kinsoku):
7276 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7277 * textmodes/table.el (table-yank-handler):
7278 Specify missing group (and type, if simple) in defcustom.
7279
7280 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7281
7282 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7283
7284 2005-05-19 Richard M. Stallman <rms@gnu.org>
7285
7286 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7287
7288 * subr.el (event-basic-type): Don't get an error.
7289 (left-fringe-p): Function deleted.
7290
7291 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7292 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7293
7294 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7295 in recursive copy.
7296
7297 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7298
7299 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7300
7301 * emacs-lisp/bytecomp.el
7302 (byte-compile-file-form-custom-declare-variable): Call
7303 byte-compile-nogroup-warn if appropriate.
7304
7305 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7306 (compilation-set-window): Don't call left-fringe-p; do it directly.
7307
7308 2005-05-19 Jay Belanger <belanger@truman.edu>
7309
7310 * calc/calc-graph.el (calc-graph-format-data): Make sure
7311 var-PlotRejects is bound before trying to check its value.
7312
7313 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7314
7315 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7316 definition of this variable from reftex-global.el to reftex.el,
7317 because it is needed in the menu.
7318
7319 2005-05-19 Lute Kamstra <lute@gnu.org>
7320
7321 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7322 years are fixed. Don't insert a space after a dash.
7323
7324 2005-05-19 Kim F. Storm <storm@cua.dk>
7325
7326 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7327
7328 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7329
7330 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7331 strings, because (eq ... ?\\) is fairly frequent.
7332
7333 * progmodes/make-mode.el (makefile-add-this-line-targets):
7334 Simplify and integrate into `makefile-pickup-targets'.
7335 (makefile-add-this-line-macro): Simplify and integrate into
7336 `makefile-pickup-macros.
7337 (makefile-pickup-filenames-as-targets): Simplify.
7338 (makefile-previous-dependency, makefile-match-dependency):
7339 Don't stumble over `::'.
7340
7341 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7342
7343 * subr.el (post-command-idle-hook, post-command-idle-delay):
7344 Remove obsoletion of post-command-idle-hook and
7345 post-command-idle-delay.
7346
7347 * faces.el (list-faces-display): Provide button when describe-face
7348 is called to take user back to the list of faces.
7349
7350 * help-fns.el (describe-variable): Remove hyperlinks in a
7351 variable's value as these are quite frequently inappropriate.
7352
7353 * follow.el (follow-submit-feedback, follow-mode):
7354 Remove references to post-command-idle-hook.
7355
7356 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7357
7358 * progmodes/make-mode.el (makefile-previous-dependency)
7359 (makefile-match-dependency): Check for := (and in bsd mode also
7360 !=) to give a better result, even when font-lock is not on.
7361
7362 2005-05-18 Jay Belanger <belanger@truman.edu>
7363
7364 * calc/calc-help.el (calc-s-prefix-help):
7365 Add `calc-copy-special-constant' to help string.
7366
7367 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7368
7369 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7370
7371 2005-05-18 Jay Belanger <belanger@truman.edu>
7372
7373 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7374 in linear factors are in proper order.
7375
7376 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7377
7378 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7379 Support for jurabib.
7380
7381 * textmodes/reftex.el (featurep): Define aliases for overlay
7382 commands, for XEmacs compatibility, and use these aliases in
7383 overlay initializations.
7384 (reftex-highlight): Use `reftex-move-overlay'.
7385 (reftex-unhighlight): Use `reftex-delete-overlay'.
7386 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7387 (reftex-access-search-path): Use `reftex-uniquify' instead of
7388 `reftex-uniq'
7389
7390 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7391 `before-string' property modification enables for Emacs as well.
7392 (reftex-select-item): Use `reftex-delete-overlay'.
7393 (reftex-select-mark): Use `reftex-make-overlay' and
7394 `reftex-overlay-put'.
7395 (reftex-select-unmark): Use `reftex-delete-overlay' and
7396 `reftex-overlay-put'.
7397
7398 2005-05-18 Lute Kamstra <lute@gnu.org>
7399
7400 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7401
7402 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7403
7404 * add-log.el (add-change-log-entry):
7405 * array.el (array-make-template, array-reconfigure-rows)
7406 (array-init-max-row, array-init-max-column)
7407 (array-init-columns-per-line, array-init-field-width):
7408 * replace.el (replace-match-maybe-edit, perform-replace):
7409 * textmodes/spell.el (spell-region):
7410 Replace `read-input' by `read-string'.
7411
7412 * forms.el (forms-mode):
7413 * finder.el (finder-compile-keywords):
7414 * shadowfile.el (shadow-read-files):
7415 Replace `eval-current-buffer' by `eval-buffer'.
7416
7417 * terminal.el (te-pass-through):
7418 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7419 (ange-ftp-raw-send-cmd):
7420 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7421 (send-process-next-char, telnet-initial-filter, telnet):
7422 Replace `send-string' by `process-send-string'.
7423
7424 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7425 (prolog-consult-region): Replace `send-string' by
7426 `process-send-string'; replace `send-region' by `process-send-region'.
7427
7428 * progmodes/delphi.el (delphi-log-msg):
7429 Replace `set-window-dot' by `set-window-point'.
7430
7431 * subr.el (window-dot, set-window-dot, read-input, send-string)
7432 (send-region, show-buffer, eval-current-buffer):
7433 Make really obsolete, as the comment says.
7434
7435 2005-05-17 Kim F. Storm <storm@cua.dk>
7436
7437 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7438 (cua--init-keymaps): Bind C-return instead of S-return to set
7439 rectangle mark.
7440
7441 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7442 instead of S-return to toggle/clear rectangle mark.
7443
7444 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7445
7446 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7447 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7448 Also fontify plain strings assigned to variables, mostly so that a
7449 colon has a face and is thus not taken as a dependency separator.
7450 (makefile-previous-dependency): Inline the new matcher, because it
7451 is too complex to work in both directions.
7452 (makefile-match-dependency): Eliminate `backward' arg (see above).
7453 Completely reimplemented so as to not sometimes go into an endless
7454 loop. It should also be more efficient, because first it only
7455 searches for `:', instead of applying the very complex regexp.
7456 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7457 to be fontified in one piece can be too long for JIT.
7458 Makefiles are never *that* big.
7459
7460 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7461
7462 * dired.el (dired-mode): Simplify.
7463
7464 2005-05-17 Lute Kamstra <lute@gnu.org>
7465
7466 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7467 defcustom for the mode hook variable.
7468
7469 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7470 Emacs Lisp Reference Manual.
7471
7472 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7473
7474 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7475 (evenp, list*):
7476 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7477 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7478
7479 * net/tramp-smb.el (tramp-smb-open-connection):
7480 Pass `tramp-chunksize' as fifth (required) argument.
7481
7482 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7483
7484 * font-lock.el (lisp-font-lock-keywords-1):
7485 Set `font-lock-negation-char-face' for [^...] char group.
7486 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7487
7488 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7489 a var, and refine it to mask one more level of nested vars.
7490 (makefile-rule-action-regex): Turn it into a var, and refine it so
7491 it recognizes backslashed continuation lines as belonging to the
7492 same command.
7493 (makefile-macroassign-regex): Refine it so it recognizes
7494 backslashed continuation lines as belonging to the same command.
7495 (makefile-var-use-regex): Don't look at the next char, because it
7496 might be the same one to be skipped by the initial [^$], leading
7497 to an overlooked variable use.
7498 (makefile-make-font-lock-keywords): Remove two parameters, which
7499 are now variables that some of the modes set locally.
7500 Handle dependency and rule action matching through functions, because
7501 regexps alone match too often. Dependency matching now comes
7502 last, so it can check, whether a colon already matched something else.
7503 (makefile-mode): Inform that font-lock improves makefile parsing
7504 capabilities.
7505 (makefile-match-dependency, makefile-match-action): New functions.
7506
7507 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7508
7509 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7510
7511 * align.el (align-regexp):
7512 * ansi-color.el (ansi-color-get-face):
7513 * array.el (array-reconfigure-rows, array-init-max-row)
7514 (array-init-max-column, array-init-columns-per-line)
7515 (array-init-field-width):
7516 * dired-aux.el (dired-trample-file-versions):
7517 * dired-x.el (dired-mark-sexp):
7518 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7519 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7520 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7521 * faces.el (face-read-integer):
7522 * files.el (backup-extract-version, insert-directory):
7523 * hexl.el (hexl-insert-decimal-char):
7524 * server.el (server-process-filter):
7525 * shell.el (shell-extract-num):
7526 * startup.el (command-line-1):
7527 * term.el (term-command-hook):
7528 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7529 (time-stamp-do-number):
7530 * time.el (display-time-update):
7531 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7532 (timezone-fix-time):
7533 * vms-patch.el (vms-suspend-resume-hook):
7534 * calendar/appt.el (appt-convert-time):
7535 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7536 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7537 * calendar/cal-islam.el (mark-islamic-diary-entries):
7538 * calendar/calendar.el (calendar-cursor-to-date)
7539 (calendar-star-date):
7540 * calendar/diary-lib.el (diary-attrtype-convert)
7541 (mark-diary-entries, diary-entry-time):
7542 * calendar/solar.el (solar-get-number):
7543 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7544 * emacs-lisp/re-builder.el (reb-display-subexp):
7545 * emulation/edt.el (edt-set-scroll-margins):
7546 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7547 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7548 (vip-get-ex-count):
7549 * emulation/viper-ex.el (viper-get-ex-token)
7550 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7551 * international/fontset.el (fontset-plain-name):
7552 * mail/feedmail.el (feedmail-look-at-queue-directory):
7553 * mail/mailalias.el (mail-get-names):
7554 * mail/rmail.el (rmail-convert-to-babyl-format):
7555 * mail/rmailsum.el (rmail-make-basic-summary-line)
7556 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7557 (rmail-summary-goto-msg):
7558 * mail/smtpmail.el (smtpmail-read-response):
7559 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7560 (ange-ftp-vms-add-file-entry):
7561 * play/gametree.el (gametree-looking-at-ply)
7562 (gametree-current-branch-score):
7563 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7564 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7565 * progmodes/cperl-mode.el (condition-case):
7566 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7567 (ebrowse-set-member-buffer-column-width)
7568 (ebrowse-select-1st-to-9nth):
7569 * progmodes/etags.el (etags-snarf-tag):
7570 * progmodes/flymake.el (flymake-parse-line):
7571 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7572 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7573 (idlwave-shell-menu-def):
7574 * progmodes/ps-mode.el (ps-run-goto-error):
7575 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7576 (vhdl-speedbar-contract-level):
7577 * term/mac-win.el (x-handle-numeric-switch):
7578 * term/sun-mouse.el (sun-get-frame-data):
7579 * term/w32-win.el (x-handle-numeric-switch):
7580 * term/x-win.el (x-handle-numeric-switch):
7581 * textmodes/ispell.el (ispell-parse-output):
7582 * textmodes/nroff-mode.el (nroff-outline-level):
7583 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7584 (reftex-bib-sort-year-reverse, reftex-format-citation):
7585 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7586 (reftex-section-number):
7587 * textmodes/texinfmt.el (texinfo-paragraphindent):
7588 Replace `string-to-int' by `string-to-number'.
7589
7590 * international/latexenc.el: Add page marker to force the "Local
7591 Variables:" string out of the last page.
7592
7593 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7594
7595 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7596 tooltip-change-major-mode.
7597 (gud-tooltip-print-command): Remove case where gud-minor-mode
7598 is gdb ("--fullname").
7599 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7600 explain to user.
7601
7602 2005-05-16 Jay Belanger <belanger@truman.edu>
7603
7604 * calc/calc-store.el (calc-copy-special-constant): New function.
7605
7606 * calc/calc-ext.el (calc-init-extensions): Add binding for
7607 `calc-copy-special-constant'.
7608
7609 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7610 for the `calc-copy-special-constant' command.
7611
7612 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7613
7614 * subr.el (left-fringe-p): New function.
7615
7616 * progmodes/compile.el (compilation-setup): Set local value of
7617 overlay-arrow-string to "" always.
7618 (compilation-set-window): Left fringe then don't scroll.
7619 No left fringe then no arrow and scroll message to top.
7620 (compilation-context-lines): Adjust doc string accordingly.
7621
7622 2005-05-16 Kim F. Storm <storm@cua.dk>
7623
7624 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7625 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7626 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7627 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7628 (ido-read-file-name): Handle commands with ido property value
7629 equal to find-file as reading a file name, to allow C-d to enter dired.
7630 (ibuffer-find-file): Add ido property with value find-file.
7631
7632 2005-05-15 Kim F. Storm <storm@cua.dk>
7633
7634 * subr.el (open-network-stream-nowait): Remove.
7635 (open-network-stream-server): Remove.
7636
7637 2005-05-15 Richard M. Stallman <rms@gnu.org>
7638
7639 * faces.el (describe-face): Output a definition link button.
7640
7641 * help-mode.el (help-face-def): New button type.
7642
7643 * emacs-lisp/copyright.el (copyright-fix-years):
7644 Match properly if the first year is 2-digit.
7645 Don't mess up the whitespace after the years by filling.
7646
7647 * dired-aux.el (dired-mark-confirm):
7648 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7649
7650 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7651 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7652 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7653
7654 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7655 Set font-lock-comment-start-skip.
7656
7657 * font-lock.el (font-lock-comment-start-skip): New variable.
7658 (font-lock-comment-end-skip): New variable.
7659 (font-lock-fontify-syntactically-region): Use them if non-nil.
7660
7661 2005-05-15 Jay Belanger <belanger@truman.edu>
7662
7663 * calc/calc-store.el (calc-store-value): Return a string rather
7664 than display it as a message.
7665 Use calc-var-name for variable name.
7666 (calc-store-into): Add the result of calc-store-value to message.
7667 (calc-copy-variable): Add a message.
7668 (calc-store-exchange): Improve error messages.
7669 (calc-store-binary, calc-store-map): Don't reset the values of
7670 special constants.
7671
7672 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7673
7674 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7675 manual to docstring.
7676
7677 * files.el (hack-local-variables-confirm): Add STRING argument.
7678 Make the function handle non file visiting buffers correctly.
7679 (hack-local-variables-prop-line, hack-local-variables)
7680 (hack-one-local-variable): Use STRING arg of
7681 `hack-local-variables-confirm'.
7682
7683 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7684
7685 Sync with Tramp 2.0.49.
7686
7687 * net/tramp.el (tramp-handle-dired-call-process)
7688 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7689 because the contents of the Tramp buffer is changed before
7690 insertion (`expand-file' and alike).
7691 (tramp-handle-insert-directory): If `localname' has an empty
7692 nondirectory name, it must not be quoted.
7693 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7694 variable `tramp-chunksize'. Change callees.
7695 (tramp-open-connection-setup-interactive-shell): Check remote host
7696 for buggy `send-process-string' implementation.
7697 Set `tramp-chunksize' if found. Reported by Michael Kifer
7698 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7699 (tramp-handle-shell-command): `insert-buffer' cannot be used
7700 because the contents of the Tramp buffer is changed before
7701 insertion (`expand-file' and alike). Reported by Fr,Ai(Bd,Ai(Bric Bothamy
7702 <frederic.bothamy@free.fr>.
7703 (tramp-set-auto-save): Actions should be done for Tramp file name
7704 handler only. Ange-FTP has its own auto-save mechanism.
7705 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7706 (tramp-set-auto-save-file-modes): Set file modes of
7707 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7708 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7709 (tramp-bug): Remove obsolete variable.
7710 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7711 for presence of `mml-mode'. Make it running for older Emacsen as well.
7712
7713 2005-05-14 John Paul Wallington <jpw@pobox.com>
7714
7715 * ibuf-ext.el (define-ibuffer-filter filename):
7716 If `dired-directory' is a list, use its car.
7717
7718 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7719
7720 * ibuffer.el (define-ibuffer-column filename):
7721 If `dired-directory' is a list, use its car.
7722
7723 2005-05-14 Richard M. Stallman <rms@gnu.org>
7724
7725 * subr.el (symbol-file): Doc fix.
7726
7727 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7728 (byte-compile-form): Call byte-compile-nogroup-warn.
7729 (byte-compile-warning-types): Doc fix.
7730
7731 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7732
7733 * progmodes/cc-engine.el (c-literal-faces):
7734 Add font-lock-comment-delimiter-face.
7735
7736 * net/net-utils.el (dig): Use with-no-warnings.
7737
7738 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7739 (sc-recite-frame-alist, sc-default-cite-frame)
7740 (sc-default-uncite-frame, sc-default-recite-frame)
7741 (sc-attrib-selection-list, sc-rewrite-header-list):
7742 Mark as risky-local-variable.
7743
7744 * international/ogonek.el (ogonek-jak, ogonek-how):
7745 Don't use beginning-of-buffer.
7746
7747 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7748
7749 * calendar/solar.el (solar-data-list): Move definition up.
7750
7751 * dnd.el (dnd-protocol-alist): Add autoload.
7752
7753 * progmodes/sh-script.el: Many doc usage fixes.
7754 (sh-indent-after-do): Change default to match common styles.
7755
7756 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7757
7758 * files.el (interpreter-mode-alist)
7759 (auto-mode-interpreter-regexp): Doc fixes.
7760
7761 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
7762
7763 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7764
7765 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7766
7767 2005-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
7768
7769 * dired.el (dired-mode): make-variable-buffer-local =>
7770 make-local-variable.
7771
7772 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7773
7774 * term/mac-win.el (mac-select-convert-to-string): Try coding
7775 systems in mac-script-code-coding-systems if specified one cannot
7776 encode string for `com.apple.traditional-mac-plain-text'.
7777
7778 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
7779
7780 * progmodes/make-mode.el (makefile-targets-face)
7781 (makefile-shell-face, makefile-makepp-perl-face): New faces.
7782 (makefile-dependency-regex): Fix it to not make the colon in
7783 $(var:a=b) special.
7784 (makefile-rule-action-regex): New regexp for highlighting embedded
7785 Shell strings.
7786 (makefile-macroassign-regex): Handle != for highlighting as
7787 embedded Shell strings.
7788 (makefile-var-use-regex): New const.
7789 (makefile-statements, makefile-automake-statements)
7790 (makefile-gmake-statements, makefile-makepp-statements)
7791 (makefile-bsdmake-statements): New consts.
7792 (makefile-make-font-lock-keywords): New function.
7793 (makefile-automake-font-lock-keywords)
7794 (makefile-gmake-font-lock-keywords)
7795 (makefile-makepp-font-lock-keywords)
7796 (makefile-bsdmake-font-lock-keywords): New consts.
7797 (makefile-mode-map): Add switchers between the various submodes.
7798 (makefile-mode): Document the availability of the variants.
7799 (makefile-automake-mode, makefile-gmake-mode)
7800 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7801
7802 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7803 new variants of makefile-mode.
7804
7805 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7806
7807 * font-lock.el (font-lock-comment-delimiter-face): Fix up
7808 the inheritance.
7809
7810 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
7811
7812 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
7813 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
7814
7815 * files.el (normal-mode): Extend the scope of the
7816 `enable-local-variables' binding to include the `set-auto-mode' call.
7817 (magic-mode-alist): Doc fix.
7818
7819 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
7822 font-lock-comment-face rather than copying its setting.
7823
7824 2005-05-12 Andreas Schwab <schwab@suse.de>
7825
7826 * eshell/esh-mode.el (eshell-send-input): Doc fix.
7827
7828 2005-05-12 Lute Kamstra <lute@gnu.org>
7829
7830 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
7831 defcustom for the mode hook variable. Delete the last argument.
7832 * generic-x.el: Fix callers of define-generic-mode.
7833 (generic-x-modes): Delete group.
7834 (show-tabs-tab-face, show-tabs-space-face): Put them in the
7835 generic-x customization group.
7836
7837 2005-05-12 Kim F. Storm <storm@cua.dk>
7838
7839 * font-lock.el (font-lock-negation-char-face): Default to "off".
7840
7841 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
7842 font-lock-negation-char-face to ! in !=.
7843
7844 2005-05-12 Masatake YAMATO <jet@gyve.org>
7845
7846 * add-log.el (find-change-log): Fix typos in the docstring
7847 of function.
7848
7849 2005-05-11 Arne J,Ax(Brgensen <arne@arnested.dk>
7850
7851 * international/latexenc.el (latexenc-find-file-coding-system):
7852 Avoid `re-search-forward' when looking for input encoding because
7853 of speed and safety. Better regular expressions for recognizing
7854 input encoding. Limit a search for TeX-master/tex-main-file to
7855 the local variable section.
7856
7857 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
7858
7859 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
7860 syntax of $ to "'" (quote).
7861
7862 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7863
7864 * dnd.el (dnd-protocol-alist): Improve custom type.
7865
7866 * dired.el (dired-dnd-protocol-alist): New variable.
7867 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
7868 `dired-mode-hook' to the end.
7869
7870 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7871
7872 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
7873 comment-end if comment-start-skip is not set.
7874 Obey the font-lock-comment-delimiter-face variables.
7875
7876 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7877
7878 * files.el (executable-find): Move from executable.el. Use
7879 locate-file.
7880 * progmodes/executable.el (executable-find): Move to files.el.
7881
7882 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
7883 when trying to ensure forward progress.
7884
7885 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
7886
7887 * mouse-sel.el (mouse-sel-follow-link-p): New function.
7888 (mouse-select, mouse-select-internal, mouse-extend-internal):
7889 Use it to implement mouse-1-click-follows-link functionality.
7890
7891 2005-05-11 Richard M. Stallman <rms@gnu.org>
7892
7893 * font-lock.el (font-lock-fontify-syntactically-region):
7894 Use font-lock-comment-delimiter-face for comment delimiters.
7895
7896 2005-05-10 Jay Belanger <belanger@truman.edu>
7897
7898 * calc/calc-help.el (calc-m-prefix-help): Add mention of
7899 preserving embedded modes.
7900
7901 2005-05-10 Richard M. Stallman <rms@gnu.org>
7902
7903 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
7904
7905 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
7906 Move from ada-stmt.el.
7907 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
7908
7909 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
7910 Move to ada-mode.el.
7911 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
7912
7913 * cus-edit.el (custom-file): Call file-chase-links.
7914
7915 * files.el (read-directory-name): Fix previous change.
7916 (hack-local-variables-confirm): New function.
7917 (hack-local-variables-prop-line, hack-local-variables)
7918 (hack-one-local-variable): Use it.
7919
7920 2005-05-10 Lute Kamstra <lute@gnu.org>
7921
7922 * font-lock.el (font-lock-keywords-alist)
7923 (font-lock-removed-keywords-alist): Clarify docstrings.
7924
7925 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
7926
7927 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
7928 (gdb-source-info): Check for preprocessor info.
7929 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
7930 a macro for a function.
7931 (gdb-info-breakpoints-custom): Try to find file again if not already
7932 found (user might have used GDB dir command).
7933 (gdb-get-location): Update gdb-location-alist correctly for change
7934 to gdb-info-breakpoints-custom.
7935
7936 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
7937 (gud-tooltip-print-command): Add gdbmi case.
7938 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
7939 preprocessor info.
7940
7941 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7942
7943 * startup.el (fancy-splash-insert): Fix typo in doc string.
7944
7945 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
7946
7947 * obsolete/float.el (string-to-float):
7948 * obsolete/hilit19.el (hilit-add-pattern):
7949 * obsolete/rnews.el (news-parse-range, news-select-message)
7950 (news-get-pruned-list-of-files): Replace `string-to-int' by
7951 `string-to-number'.
7952
7953 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
7954 `find-file-not-found-hooks'; use `add-hook'.
7955 (uncompress-while-visiting): Set `write-file-functions', not
7956 `write-file-hooks'; use `add-hook'.
7957
7958 2005-05-09 Kim F. Storm <storm@cua.dk>
7959
7960 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
7961 (cua-paste): Handle clipboard action.
7962 (cua--init-keymaps): Remap clipboard-kill-region and
7963 clipboard-kill-ring-save.
7964
7965 2005-05-08 Eli Zaretskii <eliz@gnu.org>
7966
7967 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7968 Improve commentary.
7969
7970 * simple.el (next-error-overlay-arrow-position): Revert the change
7971 made on 2005-04-30.
7972
7973 2005-05-07 Jay Belanger <belanger@truman.edu>
7974
7975 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
7976 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
7977 `calc-sel-reselect'.
7978
7979 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
7980 Calc is in embedded mode.
7981
7982 2005-05-07 Eli Zaretskii <eliz@gnu.org>
7983
7984 * progmodes/compile.el (compilation-setup):
7985 Set overlay-arrow-string to an empty string on text terminals.
7986
7987 * textmodes/ispell.el (ispell-program-name): Try looking for
7988 "aspell" along exec-path, and if found, use it as the default
7989 speller program.
7990
7991 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
7992
7993 * international/mule.el (sgml-xml-auto-coding-function):
7994 Recognize encoding='FOO' in single quotes as well as in double quotes.
7995
7996 2005-05-07 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
7997
7998 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
7999 as well as `interactive', so that defmacro* would recognize
8000 `declare' forms.
8001
8002 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8003
8004 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8005 Explain more about the LIGHTER arg's usage in the doc string.
8006 Add commentary to clarify what the code does. Fix the regexp that
8007 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8008 since it could have characters special to regular expressions.
8009
8010 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8011
8012 * replace.el (occur-1): Bind inhibit-read-only so that
8013 erase-buffer doesn't barf on read-only text properties (likewise
8014 for add-text-properties in occur-engine). Mark buffer as unmodified.
8015 (occur-engine): Don't set buffer-read-only here.
8016
8017 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8018
8019 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8020 list-buffers-directory. This caused the *cvs-commit* buffer to be
8021 sometimes mistakenly reused as a *cvs* buffer.
8022
8023 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8024
8025 * tooltip.el: Move code for GUD tooltips into gud.el.
8026 (require): CL no longer needed to compile case.
8027 (tooltip-mode): Do not toggle functions for GUD tooltips.
8028 (tooltip-gud-tips-p): Remove. Replace with minor mode
8029 gud-tooltip-mode in gud.el.
8030 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8031 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8032 tooltip-gud prefix with gud-tooltip and obsolete.
8033 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8034 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8035 (tooltip-mouse-motion): Mouse movement functions/variable.
8036 Rename in gud.el by adding gud prefix.
8037 (tooltip-gud-original-filter, tooltip-gud-dereference)
8038 (tooltip-gud-event, tooltip-toggle-gud-tips)
8039 (tooltip-gud-process-output, tooltip-gud-print-command)
8040 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8041 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8042 (gdb-tooltip-print): Move to gdb-ui.el.
8043
8044 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8045 (require): CL needed to compile case.
8046 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8047 tooltip-gud-tips-p. Make it a minor-mode.
8048 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8049 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8050 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8051 (gud-tooltip-change-major-mode)
8052 (gud-tooltip-activate-mouse-motions-if-enabled)
8053 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8054 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8055 (gud-tooltip-original-filter, gud-tooltip-dereference)
8056 (gud-tooltip-event, tooltip-toggle-gud-tips)
8057 (gud-tooltip-process-output, gud-tooltip-print-command)
8058 (gud-tooltip-tips): Move from tooltip.el.
8059
8060 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8061 (gdb-cpp-define-alist-flags): Doc fix.
8062 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8063 gud-tooltip-mode is t.
8064
8065 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8068 evaporate if their text is deleted.
8069 (goto-address-at-point): Make it work as a mouse binding as well.
8070 (goto-address-at-mouse): Obsolete it. Update users.
8071
8072 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8073
8074 * calendar/appt.el (top-level): No longer activate on load.
8075
8076 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8077
8078 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8079 * net/webjump.el (webjump):
8080 * progmodes/idlw-help.el (idlwave-do-context-help1)
8081 (idlwave-highlight-linked-completions):
8082 * textmodes/po.el (po-find-file-coding-system-guts):
8083 Replace `assoc-ignore-case' by `assoc-string'.
8084
8085 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8086
8087 * files.el (locate-file): Doc fix.
8088
8089 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8090 Remove the redundant test for ms-dos.
8091
8092 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8093 look for the preprocessor with exec-suffixes. If not found in
8094 standard places, look in exec-path. Remove most of the tests that
8095 used system-type.
8096
8097 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8098
8099 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8100
8101 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8102 file-name clash with jka-compr.el on 8+3 filesystems.
8103
8104 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8105
8106 * term/mac-win.el: Don't define or bind scroll bar functions if
8107 x-toolkit-scroll-bars is t.
8108 (x-select-text, x-get-selection-value): Clear
8109 x-last-selected-text-clipboard if x-select-enable-clipboard is
8110 nil.
8111 (PRIMARY): Put mac-scrap-name property.
8112 (mac-select-convert-to-file-url): New function.
8113 (public.file-url): New selection target type. Add to
8114 selection-converter-alist.
8115 (x-get-selection, x-selection-value): Handle it.
8116 (x-cut-buffer-or-selection-value): New alias.
8117
8118 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8119
8120 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8121 entry to avoid calling bibtex-find-entry with arg global
8122 being t. Remove arg key.
8123 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8124 (bibtex-copy-summary-as-kill): Change accordingly.
8125
8126 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8129 (org-agenda-date-later): Use with-current-buffer.
8130
8131 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8132
8133 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8134 (define-obsolete-variable-alias): Doc Fixes.
8135
8136 2005-05-06 Kim F. Storm <storm@cua.dk>
8137
8138 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8139 vertical-motion when selective-display is active.
8140
8141 * ido.el (ido-setup-hook): New hook.
8142 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8143 (ido-input-stack): New var.
8144 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8145 ido-next-work-file binding to M-O.
8146 Bind M-f to ido-wide-find-file-or-pop-dir.
8147 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8148 (ido-read-internal): Run ido-setup-hook.
8149 Catch quit in read-file-name and read-string to cancel edit.
8150 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8151 Automatically pop-all when completing a directory name (RET).
8152 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8153 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8154 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8155 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8156 New functions for M-b/M-f to move among the directory components.
8157 (ido-make-merged-file-list): Catch quit to cancel merge.
8158 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8159 (ido-completion-help): No warnings for ido-completion-buffer-full.
8160
8161 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8162
8163 * font-lock.el (font-lock-negation-char-face): New face and variable.
8164 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8165 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8166 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8167 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8168
8169 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8170
8171 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8172 Fix typo in docstring.
8173
8174 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8175 (ebrowse-print-statistics-line)
8176 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8177
8178 * term/w32-win.el (image-library-alist): Add additional name for
8179 Xpm library.
8180
8181 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8182
8183 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8184 use gcc instead of cpp.
8185
8186 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8187 (gdb-create-define-alist): Use it.
8188 (gdb-cpp-define-alist-program): Update for MS-DOS.
8189
8190 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8191
8192 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8193
8194 2005-05-04 Richard M. Stallman <rms@gnu.org>
8195
8196 * help.el (describe-key): No error when UNTRANSLATED is nil.
8197
8198 * simple.el (line-move-1): Fix previous change to signal errors
8199 appropriately.
8200
8201 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8202
8203 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8204 (icalendar-duration-correction): Remove.
8205 (icalendar--get-event-properties): Split result at commas.
8206 (icalendar--decode-isoduration): New optional argument
8207 DURATION-CORRECTION.
8208 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8209 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8210 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8211 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8212 (icalendar--convert-anniversary-to-ical): New functions, extracted
8213 from icalendar-export-region, with bug fixes.
8214 (icalendar-export-region): Use the above functions.
8215 (icalendar-import-buffer): Check before saving diary file.
8216 (icalendar--convert-recurring-to-diary)
8217 (icalendar--convert-non-recurring-all-day-to-diary)
8218 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8219 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8220 (icalendar--convert-ical-to-diary): Use the above functions.
8221
8222 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8223
8224 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8225 Remove these recent additions.
8226 (c-mode): Restore to before 2005-04-28.
8227
8228 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8229 recent addition.
8230
8231 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8232 (gdb-define-alist): New variables.
8233 (gdb-create-define-alist): New function.
8234 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8235 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8236 with string-to-number.
8237 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8238
8239 * progmodes/gud.el: Replace string-to-int with string-to-number.
8240 (gud-find-file): Handle gdb-define-alist.
8241
8242 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8243
8244 2005-05-02 Jay Belanger <belanger@truman.edu>
8245
8246 * calc/calc-aent.el (math-read-token):
8247 * calc/calc-bin.el (calc-word-size):
8248 * calc/calc-ext.el (calc-read-number-fancy):
8249 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8250 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8251 * calc/calc-frac.el (calc-over-notation):
8252 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8253 (calc-graph-num-points, calc-graph-init):
8254 * calc/calc-prog.el (calc-read-parse-table-part)
8255 (calc-edit-macro-repeats):
8256 * calc/calc-yank.el (calc-do-grab-rectangle):
8257 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8258 Replace `string-to-int' by `string-to-number'.
8259
8260 2005-05-02 Kim F. Storm <storm@cua.dk>
8261
8262 * kmacro.el: Use executing-kbd-macro-index variable.
8263
8264 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8265
8266 * net/rlogin.el (rlogin-parse-words): Delete func.
8267 (rlogin): Use split-string, not rlogin-parse-words.
8268 Also, if there are option-like elements in the parsed args,
8269 take the host to be the first arg immediately following them.
8270 Suggested by Michael Mauger.
8271
8272 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8273
8274 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8275
8276 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8277
8278 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8279 (cc-mode-cpp-program): Rename to cc-define-list-program and
8280 move to cc-vars.el.
8281
8282 * progmodes/cc-vars.el (cc-define-list-program):
8283 Change to "gcc -E -dM -". Make customizable.
8284
8285 2005-05-02 Kim F. Storm <storm@cua.dk>
8286
8287 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8288
8289 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8290
8291 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8292
8293 * international/mule-util.el (truncate-string): Remove alias and
8294 obsolete declaration.
8295
8296 * international/mule-cmds.el (update-iso-coding-systems):
8297 Remove alias and obsolete declaration.
8298
8299 * international/mule.el (coding-system-parent): Remove alias and
8300 obsolete declaration.
8301
8302 * subr.el (define-function, sref): Remove aliases and obsolete
8303 declarations.
8304 (chars-in-region): Remove obsolete declaration.
8305
8306 2005-05-01 Richard M. Stallman <rms@gnu.org>
8307
8308 * info.el (Info-mode): Set widen-automatically to nil, locally.
8309
8310 * simple.el (widen-automatically): New variable.
8311 (pop-global-mark): Obey widen-automatically.
8312
8313 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8314
8315 * term/xterm.el (function-key-map): Call substitute-key-definition
8316 before the keymap size is increased by a lot of define-key calls.
8317
8318 2005-05-01 Richard M. Stallman <rms@gnu.org>
8319
8320 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8321 Rename ARG to ELEMENT. Doc fix.
8322
8323 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8324
8325 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8326 Remove references to allout-exposure/change to allout-new-exposure.
8327
8328 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8329 bytecode symbols.
8330
8331 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8332 (compiled-function-p, focus-frame, unfocus-frame):
8333 Remove aliases and obsolete declarations.
8334 Back out inadvertent changes from previous commit.
8335
8336 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8337
8338 * files.el (require-final-newline): Make Custom tags consistent
8339 with mode-require-final-newline.
8340 (mode-require-final-newline): Doc fix.
8341
8342 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * international/latexenc.el (latexenc-find-file-coding-system):
8345 Fix regular expressions.
8346
8347 2005-05-01 David Kastrup <dak@gnu.org>
8348
8349 * international/latexenc.el (latexenc-find-file-coding-system):
8350 Fix regular expressions.
8351
8352 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8353
8354 * subr.el (string-to-int): Make obsolete.
8355
8356 2005-04-30 Richard M. Stallman <rms@gnu.org>
8357
8358 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8359
8360 * loadup.el: load jka-comp-hook.
8361
8362 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8363 (jka-compr-handler): Add autoload. `put' calls moved
8364 to jka-comp-hook.el.
8365 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8366 (jka-compr-inhibit): Autoload.
8367
8368 * jka-comp-hook.el: New file.
8369 Enable the mode by default.
8370
8371 * files.el (backup-buffer-copy): Use copy-file instead
8372 of write-region, and put back the 'excl.
8373
8374 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8375
8376 * progmodes/flymake.el (flymake-split-string)
8377 (flymake-split-string, flymake-log, flymake-pid-to-names)
8378 (flymake-reg-names, flymake-get-source-buffer-name)
8379 (flymake-unreg-names, flymake-add-line-err-info)
8380 (flymake-add-err-info): Clarify docstrings.
8381 (flymake-popup-menu, flymake-make-emacs-menu)
8382 (flymake-make-xemacs-menu): Add docstrings.
8383 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8384 Set variables directly throughout.
8385
8386 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8387
8388 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8389 exists. Initialize cc-define-alist.
8390 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8391 If there is no file (Macroexpansion) don't create an alist.
8392
8393 2005-04-29 Sam Steingold <sds@gnu.org>
8394
8395 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8396 (cc-create-define-alist): Use it instead of the hard-coded string.
8397
8398 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8399
8400 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8401 for latexenc.
8402
8403 2005-04-29 Lute Kamstra <lute@gnu.org>
8404
8405 * emacs-lisp/generic.el: Improve commentary section.
8406 (define-generic-mode): Improve docstring.
8407
8408 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8409
8410 * textmodes/org.el (many places): Change to quiet the byte compiler.
8411 (org-prefix-format-compiled): New variable.
8412 (org-compile-prefix-format): New function.
8413 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8414 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8415 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8416 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8417 consistency with entries from `org-mode' files.
8418 (org-get-time-of-day): Fix bug with partial matches early in a line.
8419 (org-non-link-chars): New constant.
8420 (org-link-regexp): Respect `org-non-link-chars'.
8421 (org-agenda-day-view): Remove command.
8422 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8423 (org-follow-bbdb-link, org-store-link): Search also company field.
8424 (org-highlight-overlay): New variable.
8425 (org-highlight, org-unhighlight): New functions.
8426 (org-agenda-mode): Add pre-command-hook to remove highlight.
8427 (org-evaluate-time-range): Behavior depends upon whether time stamp
8428 contains a time or not.
8429 (org-show-subtree, org-show-entry): New functions.
8430 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8431
8432 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8433
8434 * comint.el (comint-output-filter-functions): Add autoload cookie.
8435
8436 2005-04-28 Kim F. Storm <storm@cua.dk>
8437
8438 * ido.el (ido-everywhere): Fix last change.
8439
8440 2005-04-28 Arne J,Ax(Brgensen <arne@arnested.dk>
8441
8442 * international/latexenc.el: New file.
8443 * international/mule-conf.el (file-coding-system-alist): For .tex,
8444 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8445
8446 2005-04-28 Lute Kamstra <lute@gnu.org>
8447
8448 * font-lock.el (font-lock-add-keywords)
8449 (font-lock-remove-keywords): Clarify docstring.
8450 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8451 Don't start docstrings with a `*'.
8452 (font-lock-update-removed-keyword-alist): Give it a docstring.
8453
8454 * generic-x.el: Update commentary section.
8455 Only require font-lock when compiling.
8456 Define all modes conditionally.
8457 Place all generic modes in the generic-x-modes customization group.
8458 (generic-x-modes): New customization group.
8459 (generic-default-modes, generic-mswindows-modes)
8460 (generic-unix-modes, generic-other-modes): New constants.
8461 (generic-define-mswindows-modes, generic-define-unix-modes):
8462 Update docstrings. Make them obsolete.
8463 (generic-extras-enable-list): New default value. Update docstring.
8464 Improve :type. Change :set function.
8465 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8466 Fix docstring.
8467
8468 * emacs-lisp/generic.el (generic-mode-internal):
8469 Simplify font-lock-defaults.
8470 (define-generic-mode): Fix docstring.
8471
8472 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8473
8474 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8475 font-lock-face property to highlight matches.
8476
8477 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8478
8479 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8480 (cc-define-alist): New variable.
8481 (c-mode): Make it local and initialize it.
8482
8483 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8484 (gdb-exited): New function.
8485 (gdb-annotation-rules): Use it.
8486 (gdb-starting): Set gdb-active-process to t.
8487 (gdb-stopping): Amend doc string.
8488 (gdb-reset): Set gdb-active-process to nil.
8489
8490 * tooltip.el (tooltip-gud-tips): Show the associated #define
8491 directives when a C program under GDB is not executing.
8492
8493 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8494
8495 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8496 font-lock-fontify-syntactic-keywords.
8497
8498 * font-lock.el (font-lock-default-fontify-region): Don't force
8499 parse-sexp-lookup-properties to nil.
8500
8501 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8502
8503 * man.el (man-mode-syntax-table): Set up `:' to have
8504 word-constituent syntax.
8505
8506 2005-04-27 Lute Kamstra <lute@gnu.org>
8507
8508 * novice.el (disable-command): Don't add spurious newlines to the
8509 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8510
8511 2005-04-26 Jay Belanger <belanger@truman.edu>
8512
8513 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8514 than one window before deleting window.
8515
8516 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8517
8518 * shell.el (shell-prompt-pattern): Doc fix.
8519 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8520
8521 * comint.el (comint-prompt-regexp, comint-get-old-input)
8522 (comint-use-prompt-regexp)
8523 (comint-use-prompt-regexp-instead-of-fields)
8524 (comint-replace-by-expanded-history, comint-send-input)
8525 (comint-output-filter, comint-get-old-input-default)
8526 (comint-line-beginning-position, comint-bol, comint-show-output)
8527 (comint-backward-matching-input, comint-forward-matching-input)
8528 (comint-next-prompt, comint-previous-prompt):
8529 Rename `comint-use-prompt-regexp-instead-of-fields' to
8530 `comint-use-prompt-regexp'. Keep old name as alias and declare
8531 obsolete.
8532 (comint-use-prompt-regexp): Shorten first line of doc string.
8533
8534 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8535 Set paragraph-separate buffer locally to "\\'".
8536
8537 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8538 Adapt to above name change.
8539
8540 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8541 (smbclient-prompt-regexp): Ditto.
8542
8543 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8544
8545 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8546
8547 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8548 gdb-location-list.
8549 Break lines that are over 80 characters wide.
8550
8551 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8554 New fun and var, to preserve compatibility.
8555
8556 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8557
8558 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8559
8560 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8561 name to file-newer-than-file-p.
8562
8563 2005-04-26 Richard M. Stallman <rms@gnu.org>
8564
8565 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8566
8567 * progmodes/python.el (python-mode):
8568 Use new name eldoc-documentation-function.
8569
8570 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8571
8572 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8573 (eldoc-documentation-function):
8574 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8575
8576 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8577
8578 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8579
8580 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8581
8582 * term/xterm.el (function-key-map): Fix strings for
8583 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8584 {C,S,A,C-S}-{f1-f12}.
8585
8586 2005-04-26 Kenichi Handa <handa@m17n.org>
8587
8588 * international/mule-cmds.el (select-safe-coding-system):
8589 Fix previous change.
8590
8591 2005-04-26 Lute Kamstra <lute@gnu.org>
8592
8593 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8594
8595 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8596 (font-lock-comment-delimiter-face): Ditto.
8597
8598 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8599
8600 2005-04-25 Jay Belanger <belanger@truman.edu>
8601
8602 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8603 to t while inserting information; use help-mode.
8604
8605 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8606
8607 * term.el (ansi-term-color-vector): Use the xterm colors.
8608 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8609
8610 2005-04-25 Lute Kamstra <lute@gnu.org>
8611
8612 * font-core.el (font-lock-defaults): Fix docstring.
8613
8614 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8615
8616 2005-04-25 Kenichi Handa <handa@m17n.org>
8617
8618 * international/mule-cmds.el (select-safe-coding-system):
8619 Don't check consistency with coding: spec, etc if raw-text or
8620 no-conversion was found to be safe.
8621
8622 2005-04-24 Richard M. Stallman <rms@gnu.org>
8623
8624 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8625 citation markers at start of each line.
8626
8627 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8628 citation markers at start of each line.
8629
8630 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8631
8632 * files.el (mode-require-final-newline): Fix previous change.
8633 (require-final-newline): Fix type label.
8634
8635 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8636
8637 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8638 statement in buffer (broken by 2004-11-24 change).
8639
8640 2005-04-24 Kim F. Storm <storm@cua.dk>
8641
8642 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8643 and read-file-name-function values. Don't overwrite existing
8644 non-nil values if ido-mode is enabled without ido-everywhere.
8645
8646 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8647
8648 * files.el (mode-require-final-newline): Minor doc fix.
8649
8650 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8651
8652 * subr.el (syntax-after): Doc fix.
8653 (syntax-class): If argument is nil, return nil. Mask off upper 16
8654 bits, not 8 bits.
8655
8656 * files.el (mode-require-final-newline): Doc fix.
8657 (backup-buffer-copy): Fix last change.
8658
8659 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8660
8661 * term/mac-win.el: Require select. Set selection-coding-system to
8662 mac-system-coding-system. Call menu-bar-enable-clipboard.
8663 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8664 (x-select-enable-clipboard): New variables.
8665 (x-select-text, x-get-selection, x-selection-value)
8666 (x-get-selection-value, mac-select-convert-to-string)
8667 (mac-services-open-file, mac-services-open-selection)
8668 (mac-services-insert-text): New functions.
8669 (CLIPBOARD, FIND): Put mac-scrap-name property.
8670 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8671 (public.tiff): Put mac-ostype property.
8672 (selection-converter-alist): Add entries for them.
8673 (mac-application-menu-map): New keymap.
8674 (interprogram-cut-function, interprogram-paste-function): Set to
8675 x-select-text and x-get-selection-value, respectively.
8676 (split-window-keep-point): Set to t.
8677
8678 2005-04-23 Richard M. Stallman <rms@gnu.org>
8679
8680 * files.el (read-directory-name): Always pass non-nil
8681 DEFAULT-FILENAME arg to read-file-name.
8682 (backup-buffer-copy, basic-save-buffer-2): Take care against
8683 writing thru an unexpected existing symlink.
8684 (revert-buffer): In indirect buffer, revert the base buffer.
8685 (magic-mode-alist): Doc fix.
8686 (buffer-stale-function): Doc fix.
8687 (minibuffer-with-setup-hook): Avoid warning.
8688 (mode-require-final-newline): Doc and custom fix.
8689
8690 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8691
8692 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8693 use the default appearance.
8694 (font-lock-comment-delimiter-face): New face, new variable.
8695
8696 * imenu.el (imenu--generic-function): The official position of a
8697 definition is the start of the line that BEG is in.
8698
8699 * midnight.el (midnight-timer): Move defvar up.
8700
8701 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8702
8703 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8704
8705 * startup.el (command-line): Use with-no-warnings.
8706
8707 * window.el (window-size-fixed): New defvar.
8708
8709 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8710
8711 * mail/rmail.el (rmail-font-lock-keywords):
8712 Use font-lock-comment-delimiter-face.
8713
8714 * mail/sendmail.el (mail-font-lock-keywords):
8715 Use font-lock-comment-delimiter-face.
8716
8717 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8718
8719 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8720
8721 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8722 Specify t for LAXMATCH when matching directories.
8723 Save match data around compilation-compat-error-properties form.
8724
8725 2005-04-23 David Kastrup <dak@gnu.org>
8726
8727 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8728 Mention that the autoloaded aliases should be kept for AUCTeX.
8729
8730 2005-04-23 Andreas Schwab <schwab@suse.de>
8731
8732 * isearch.el (isearch-forward): Doc fix.
8733
8734 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8735
8736 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8737 (jit-lock-stealth-nice): Change default value to 0.5.
8738
8739 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8740
8741 * abbrev.el (write-abbrev-file): Write table entries in
8742 alphabetical order by table name.
8743
8744 2005-04-22 Kim F. Storm <storm@cua.dk>
8745
8746 * ido.el (ido-read-internal): Fix `list' completion.
8747
8748 2005-04-22 Kenichi Handa <handa@m17n.org>
8749
8750 * recentf.el (recentf-save-file-coding-system): New variable.
8751 (recentf-save-list): Encode the file by
8752 recentf-save-file-coding-system and add coding: tag.
8753
8754 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8755
8756 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8757
8758 2005-04-21 Lute Kamstra <lute@gnu.org>
8759
8760 * loadhist.el (unload-feature): Don't remove a function from hooks
8761 if it is about to be restored to an autoload . Remove functions
8762 that will become unbound from auto-mode-alist. Simplify the code.
8763
8764 * subr.el (assq-delete-all): New implementation that is linear,
8765 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
8766 (rassq-delete-all): New function.
8767
8768 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8769 Add size-indication-mode.
8770
8771 2005-04-21 Kenichi Handa <handa@m17n.org>
8772
8773 * international/mule-cmds.el: Add autoload for widget-value in
8774 eval-when-compile.
8775
8776 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
8777
8778 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8779 Add tooltip-mode.
8780
8781 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8782
8783 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
8784
8785 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8786 (inferior-lisp-filter-regexp, inferior-lisp-program)
8787 (inferior-lisp-load-command, inferior-lisp-prompt)
8788 (inferior-lisp-mode-hook, lisp-source-modes)
8789 (inferior-lisp-load-hook): defvar->defcustom.
8790 (inferior-lisp-program, inferior-lisp-prompt)
8791 (inferior-lisp-load-hook): Doc fixes.
8792 (inferior-lisp-install-letter-bindings): Small change in
8793 introductory comment.
8794
8795 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8796
8797 * vc.el (vc-annotate-color-map): Change some colors so that text
8798 using them as foreground is readable on both white and black
8799 backgrounds.
8800
8801 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8802
8803 * international/mule-conf.el (translation-table-for-input):
8804 Remove redundant declaration.
8805
8806 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8807
8808 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
8809
8810 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
8811 (tooltip-toggle-gud-tips): New function.
8812
8813 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8814
8815 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
8816 right angle brackets.
8817
8818 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8819
8820 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
8821
8822 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8823
8824 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
8825 Remove. Update callers to use expand-file-name instead.
8826
8827 * subr.el (syntax-class): New function.
8828
8829 * simple.el (blink-matching-open): Use it.
8830
8831 * paren.el (show-paren-function): Use it to recognize parens that are
8832 also used in 2-char comment markers.
8833
8834 2005-04-19 Lute Kamstra <lute@gnu.org>
8835
8836 * loadhist.el (unload-feature): Update for new format of
8837 load-history. Simplify the code.
8838
8839 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8840
8841 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
8842 (mac-add-charset-info): New function. Initialize variable
8843 mac-charset-info-alist using it.
8844 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
8845 for translation.
8846 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
8847 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
8848 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
8849 New CCL programs.
8850
8851 2005-04-19 Kim F. Storm <storm@cua.dk>
8852
8853 * simple.el (next-buffer, prev-buffer, next-error)
8854 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8855 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
8856
8857 * bindings.el (next-buffer, prev-buffer, next-error)
8858 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8859 (clone-indirect-buffer-other-window): Move bindings from simple.el.
8860 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
8861 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
8862
8863 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * isearch.el (isearch-edit-string): Make the search-ring available for
8866 minibuffer history commands.
8867 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
8868 the default history commands now work just as well.
8869 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
8870
8871 2005-04-18 Kim F. Storm <storm@cua.dk>
8872
8873 * emulation/cua-base.el (cua--pre-command-handler): Add more
8874 elaborate check for shift modifier on non-window systems.
8875
8876 2005-04-18 Lars Hansen <larsh@math.ku.dk>
8877
8878 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
8879
8880 2005-04-18 Kim F. Storm <storm@cua.dk>
8881
8882 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
8883 and make it optional. Don't test tooltip-gud-echo-area here.
8884 (tooltip-gud-process-output, gdb-tooltip-print):
8885 Pass tooltip-gud-echo-area to tooltip-show.
8886 (tooltip-help-tips): Remove second optional arg to tooltip-show.
8887
8888 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8889
8890 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
8891 `display-graphic-p' may not be bound yet.
8892
8893 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8894
8895 * startup.el (command-line): No longer enable Xterm Mouse mode by
8896 default in terminals compatible with xterm.
8897
8898 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
8899
8900 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8901
8902 * tooltip.el (tooltip-gud-echo-area): Rename from
8903 tooltip-use-echo-area.
8904 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
8905 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
8906 area independently of where help tooltips are displayed.
8907
8908 2005-04-17 David Kastrup <dak@gnu.org>
8909
8910 * cus-theme.el (custom-theme-write-variables): Quote variables
8911 where necessary.
8912
8913 2005-04-17 Richard M. Stallman <rms@gnu.org>
8914
8915 * simple.el (yank-excluded-properties): Add follow-link to value.
8916
8917 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
8918
8919 * startup.el (fancy-splash-max-time): Just 30 seconds.
8920 (fancy-splash-delay): Just 7.
8921 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
8922
8923 * loadhist.el (unload-feature): Update for new format of load-history.
8924 Simplify the code.
8925
8926 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
8927 (rmail-font-lock-keywords): Don't fontify the text of a citation.
8928
8929 * mail/sendmail.el (mail-font-lock-keywords):
8930 Don't fontify subject text.
8931 Don't fontify the text of a citation.
8932
8933 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
8934
8935 * comint.el (comint-output-filter): Run comint-output-filter-functions
8936 with point where the user had it.
8937
8938 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * international/ucs-tables.el (ucs-set-table-for-input):
8941 Disable when using unify-on-decoding.
8942
8943 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
8944
8945 * emulation/cua-base.el (cua-global-mark-face): Add special case
8946 for displays supporting a high number of colors.
8947
8948 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8949
8950 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
8951
8952 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
8953
8954 * filesets.el (filesets-add-buffer): If user supplies a name of a
8955 non-existing fileset, create a new fileset.
8956
8957 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
8958
8959 * textmodes/org.el (org-up-heading-all): Fix bug with
8960 `outline-up-heading-all'.
8961
8962 2005-04-16 Andreas Schwab <schwab@suse.de>
8963
8964 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
8965 /etc/permissions.d/* and /etc/aliases.d/*.
8966
8967 2005-04-16 Kenichi Handa <handa@m17n.org>
8968
8969 * international/code-pages.el (cp-make-coding-system):
8970 Set `translation-table-for-input' property value to the symbol
8971 ucs-mule-to-mule-unicode, not to that value.
8972 (pt154): Escape guillemet by `\'.
8973
8974 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
8975
8976 * loadup.el: Load tooltip if x-show-tip is fboundp.
8977
8978 * startup.el (command-line): Add comment.
8979
8980 * tooltip.el (tooltip-mode): Specify correct standard value for
8981 Custom in init-value.
8982
8983 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
8984
8985 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
8986 possible.
8987
8988 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
8989
8990 * textmodes/org.el (org-agenda-date-prompt): Rename from
8991 `org-agenda-date-today'.
8992 (org-evaluate-time-range): Insert at point instead of directly
8993 after time range.
8994 (org-first-headline-recenter, org-subtree-end-visible-p)
8995 (org-optimize-window-after-visibility-change): New functions
8996 (org-agenda-post-command-hook): Don't allow point at end of line,
8997 to make sure it always hits the text properties.
8998 (org-agenda-next-date-line, org-agenda-previous-date-line):
8999 New commands.
9000 (org-set-regexps-and-options): Category may contain white space.
9001 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9002 Improve marker positions.
9003 (org-agenda-new-marker): Argument POS made optional.
9004 (org-agenda-get-timestamps): Deadlines which are done are listed
9005 in org-done-face now.
9006 (org-agenda-get-todos, org-agenda-get-timestamps)
9007 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9008 Set `undone-face' and `done-face' properties.
9009 (org-last-todo-state-is-todo): New variable.
9010 (org-todo): Set `org-last-todo-state-is-todo'.
9011 (org-agenda-todo): Change face according to
9012 `org-last-todo-state-is-todo'. And change other lines referring to
9013 the same entry.
9014 (org-calendar-goto-agenda): New command.
9015 (org-calendar-to-agenda-key): New option.
9016 (org-startup-folded): New allowed value `content'.
9017 (org-set-regexps-and-options): Accept new value `content' for
9018 `org-startup-folded'.
9019 (org-get-current-options): Handle new value `content' for
9020 `org-startup-folded'.
9021 (org-insert-todo-heading): New command.
9022 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9023 interactively in empty file and option
9024 `org-insert-mode-line-in-empty-file' has been set.
9025 (org-agenda-todo,org-agenda-priority): Modify to use
9026 `org-agenda-change-all-lines'.
9027 (org-warning-face): Change color on dark background
9028
9029 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9030
9031 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9032 use preferences AppleLocale and AppleLanguages, and variable
9033 mac-system-locale for default locale. On Mac OS Classic, use
9034 mac-system-coding-system for default coding systems.
9035
9036 * term/mac-win.el: Don't set file-name-coding-system.
9037 Decode variables system-name, emacs-build-system, user-login-name, and
9038 user-full-name by mac-system-coding-system on Mac OS Classic.
9039 (mac-system-coding-system): New variable.
9040
9041 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9042
9043 * startup.el (command-line): Handle `xterm-mouse-mode' before
9044 reading init file.
9045
9046 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9047
9048 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9049
9050 * progmodes/sh-script.el (sh-here-document-word): Make it a
9051 defcustom. Doc fix.
9052 (sh-add): Bash uses $(( )) for arithmetic.
9053 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9054 (sh-maybe-here-document): Remove quotes and leading whitespace
9055 from heredoc word when closing. Indent heredoc with tabs if word
9056 starts with "-".
9057
9058 2005-04-13 Richard M. Stallman <rms@gnu.org>
9059
9060 * simple.el (undo): Fix previous change.
9061
9062 * custom.el (defface): Doc fix.
9063
9064 2005-04-13 Lute Kamstra <lute@gnu.org>
9065
9066 * Makefile.in (DONTCOMPILE): Remove list.
9067 (compile, compile-always): Don't use DONTCOMPILE.
9068 (update-authors): Load the library in which batch-update-authors
9069 is defined.
9070 * makefile.w32-in (DONTCOMPILE): Remove list.
9071 (compile, compile-always): Fix comments.
9072 (update-authors): Load the library in which batch-update-authors
9073 is defined.
9074
9075 * generic-x.el (generic-mode-ini-file-find-file-hook):
9076 Rename to ini-generic-mode-find-file-hook.
9077 Keep generic-mode-ini-file-find-file-hook as an alias.
9078 (ini-generic-mode-find-file-hook): Rename from
9079 generic-mode-ini-file-find-file-hook. Fix docstring.
9080 (ini-generic-mode): Docstring change.
9081 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9082
9083 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9084 called from lisp.
9085
9086 * generic.el: Move to the emacs-lisp subdir.
9087
9088 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9089
9090 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9091 and C-S- function and cursor motion keys.
9092
9093 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9094
9095 * startup.el (command-line): Enable Xterm Mouse mode by default.
9096 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9097 for Custom. No longer show "Mouse" in mode line when enabled.
9098 Doc fix.
9099
9100 2005-04-12 Kim F. Storm <storm@cua.dk>
9101
9102 * emulation/cua-base.el (cua-rectangle-face)
9103 (cua-rectangle-noselect-face): Define face attributes here.
9104
9105 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9106
9107 2005-04-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
9108
9109 * startup.el (command-line): Turn off blinking cursor if
9110 cursorBlink in resources is off or false.
9111
9112 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9113
9114 * term/mac-win.el (dnd): Require dnd.
9115 (mac-drag-n-drop): Call dnd-handle-one-url.
9116 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9117 (kTextEncodingISOLatin2): Remove constants.
9118 (mac-script-code-coding-systems): New constant.
9119 (mac-handle-language-change): New function.
9120 (special-event-map): Bind it to `language-change' event.
9121 (mac-centraleurroman, mac-cyrillic): New coding systems.
9122 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9123 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9124 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9125 encode-mac-cyrillic, respectively.
9126
9127 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9128
9129 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9130 Don't set overlay-arrow-string to "=>" as this is done
9131 globally in C now.
9132
9133 2005-04-12 Lute Kamstra <lute@gnu.org>
9134
9135 * generic-x.el (rc-generic-mode, rul-generic-mode):
9136 Fix auto-mode-alist entries.
9137 (etc-fstab-generic-mode): Tweak fontification.
9138
9139 * generic.el (generic-make-keywords-list): Fix docstring.
9140 (generic-mode-internal): Simplify generic-font-lock-keywords.
9141
9142 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9143
9144 * whitespace.el (whitespace-buffer-leading)
9145 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9146 However, fix the highlight area for the leading and
9147 trailing whitespaces to show space.
9148
9149 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9150
9151 * whitespace.el (whitespace-version): Bump to 3.5
9152
9153 (whitespace-buffer-leading, whitespace-buffer-trailing):
9154 Invert sense of the test to highlight the whitespace.
9155
9156 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9157
9158 * progmodes/gud.el (gud-display-line): GUD uses its own
9159 overlay arrow now so don't set overlay-arrow-string.
9160 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9161
9162 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9163
9164 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9165 (term-ansi-current-reverse, term-ansi-current-invisible)
9166 (term-ansi-face-already-done): Change to boolean.
9167 (term-reset-terminal, term-handle-colors-array): Handle the above
9168 vars accordingly.
9169 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9170 (term-emulate-terminal): Use the new name.
9171
9172 * faces.el (secondary-selection): Use yellow1, not yellow.
9173 (trailing-whitespace): Use red1, not red.
9174
9175 2005-04-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
9176
9177 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9178 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9179 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9180
9181 * cus-edit.el (dnd): New group.
9182
9183 * term/w32-win.el (dnd): Require dnd
9184 (w32-drag-n-drop): Call dnd-handle-one-url.
9185
9186 * x-dnd.el: Require dnd.
9187 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9188 Call dnd-handle-one-url.
9189 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9190 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9191 to dnd-insert-text.
9192 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9193 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9194 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9195 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9196
9197 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9198
9199 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9200
9201 * wdired.el: Doc fixes.
9202 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9203 (wdired-use-dired-vertical-movement): Rename from
9204 wdired-always-move-to-filename-beginning.
9205 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9206 (wdired-change-to-wdired-mode): Change mode name.
9207 (wdired-newline): Delete.
9208
9209 2005-04-11 Richard M. Stallman <rms@gnu.org>
9210
9211 * whitespace.el (whitespace-highlight-the-space):
9212 Don't call whitespace-unhighlight-the-space here.
9213
9214 * simple.el (undo): Record t in undo-equiv-table
9215 for the redo record made by an undo-in-region.
9216
9217 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9218
9219 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9220 (gdb-frame-inferior-io-buffer): New Functions to control
9221 display of separate IO buffer.
9222 (menu): Add them to menu-bar.
9223 (gdb-display-buffer): Check for buffer another frame.
9224 Protect GUD buffer.
9225 (gdb-setup-windows): Create IO buffer if not already there.
9226 (gdb-memory-mode): Remove purecopy noops.
9227
9228 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9229
9230 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9231 and pass to self-insert-command.
9232
9233 2005-04-11 Lute Kamstra <lute@gnu.org>
9234
9235 * generic.el: Commentary section cleanup.
9236 (generic): Delete.
9237 (generic-use-find-file-hook, generic-lines-to-scan)
9238 (generic-find-file-regexp, generic-ignore-files-regexp)
9239 (default-generic-mode, generic-mode-find-file-hook)
9240 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9241 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9242 (generic-use-find-file-hook, generic-lines-to-scan)
9243 (generic-find-file-regexp, generic-ignore-files-regexp)
9244 (default-generic-mode, generic-mode-find-file-hook)
9245 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9246
9247 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9248
9249 * bookmark.el (bookmark-write-file): Catch errors writing file.
9250 This is the same change as revision 1.30 of saveplace.el.
9251
9252 2005-04-10 Richard M. Stallman <rms@gnu.org>
9253
9254 * startup.el (fancy-splash-tail): Update copyright year.
9255 (command-line): Split part of -Q into -D.
9256 (emacs-basic-display): New defvar.
9257 (fancy-splash-text): Correct name of menu item.
9258
9259 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9260
9261 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9262 lines in one node.
9263
9264 * comint.el (comint-send-input): New arg ARTIFICIAL.
9265 Callers in this file changed.
9266
9267 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9268
9269 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9270
9271 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9272
9273 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9274 `ldap-search-internal'.
9275
9276 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9277
9278 * files.el (set-auto-mode-1): Use line-end-position.
9279
9280 * international/latin-1.el:
9281 * international/latin-2.el:
9282 * international/latin-3.el:
9283 * international/latin-4.el:
9284 * international/latin-5.el:
9285 * international/latin-8.el:
9286 * international/latin-9.el: Give punctuation syntax to NBSP.
9287
9288 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9289 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9290 Use char-classes to accept non-ascii letters, accepted in some recent
9291 bibtex implementations.
9292
9293 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9294
9295 * custom.el (custom-set-minor-mode): Any non-nil value for the
9296 variable should enable the mode when set through Custom.
9297
9298 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9299
9300 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9301 TAB binding so tab-always-indent is obeyed.
9302 (vhdl-minibuffer-local-map): Move initialization into declaration.
9303 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9304 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9305 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9306 (vhdl-current-line): Use line-beginning-position.
9307 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9308 with-output-to-temp-buffer, so the current position can be recorded.
9309
9310 2005-04-10 Masatake YAMATO <jet@gyve.org>
9311
9312 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9313 Add regexp for gcov.
9314
9315 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9316
9317 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9318 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9319 syntax which Emacs 20 doesn't support.
9320
9321 2005-04-09 Richard M. Stallman <rms@gnu.org>
9322
9323 * help.el (describe-key-briefly, describe-key):
9324 Replace strings as event types with "(any string)".
9325
9326 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9327
9328 * arc-mode.el (archive-mode-map): Move initialization into
9329 the declaration. Override *all* bindings of `undo'.
9330 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9331
9332 2005-04-09 Jay Belanger <belanger@truman.edu>
9333
9334 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9335
9336 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9337
9338 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9339 (xterm-register-default-colors): Update color values computation
9340 to match xterm-200.
9341
9342 2005-04-09 Kenichi Handa <handa@m17n.org>
9343
9344 * international/code-pages.el (iso-latin-7): Fix the map.
9345
9346 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9347
9348 * emacs-lisp/lisp.el (defun-prompt-regexp)
9349 (parens-require-spaces, buffer-end, end-of-defun)
9350 (insert-parentheses): Doc fixes.
9351
9352 2005-04-08 Kim F. Storm <storm@cua.dk>
9353
9354 * comint.el (comint-highlight-prompt): Fix face spec.
9355 * hi-lock.el (hi-green): Likewise.
9356
9357 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9358
9359 * cus-edit.el (custom-modified-face):
9360 * comint.el (comint-highlight-input): Fix previous changes.
9361 * term.el (term-handle-ansi-escape): Add a comment.
9362
9363 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9366 in the buffer and in whitespace-highlighted-space.
9367 (whitespace-unhighlight-the-space): Simplify.
9368 (whitespace-buffer): Simplify.
9369
9370 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9371
9372 * textmodes/table.el (table-cell-face): Add special case for
9373 displays supporting a high number of colors.
9374 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9375 (vhdl-font-lock-reserved-words-face)
9376 (vhdl-speedbar-architecture-face)
9377 (vhdl-speedbar-instantiation-face)
9378 (vhdl-speedbar-architecture-selected-face)
9379 (vhdl-speedbar-instantiation-selected-face): Likewise.
9380 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9381 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9382 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9383 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9384 (ebrowse-progress-face): Likewise.
9385 * progmodes/compile.el (compilation-info-face): Likewise.
9386 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9387 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9388 * calendar/calendar.el (diary-face): Likewise.
9389 * woman.el (woman-italic-face, woman-bold-face)
9390 (woman-unknown-face): Likewise.
9391 * wid-edit.el (widget-button-pressed-face): Likewise.
9392 * whitespace.el (whitespace-highlight-face): Likewise.
9393 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9394 * pcvs-info.el (cvs-marked-face): Likewise.
9395 * info.el (info-xref): Likewise.
9396 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9397 * hilit-chg.el (highlight-changes-face)
9398 (highlight-changes-delete-face): Likewise.
9399 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9400 (hi-red-b): Likewise.
9401 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9402 * font-lock.el (font-lock-keyword-face)
9403 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9404 * cus-edit.el (custom-invalid-face, custom-modified-face)
9405 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9406 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9407 * comint.el (comint-highlight-prompt): Likewise.
9408
9409 2005-04-08 Lute Kamstra <lute@gnu.org>
9410
9411 * font-lock.el (font-lock-keywords): Docstring fixes.
9412
9413 2005-04-08 Kenichi Handa <handa@m17n.org>
9414
9415 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9416 chars are more than a limit, print " and more..." at the tail.
9417
9418 2005-04-08 Kim F. Storm <storm@cua.dk>
9419
9420 * emacs-lisp/authors.el (authors-aliases): Update list.
9421 (authors-ignored-files): New list.
9422 (authors-fixed-entries): Fix typo.
9423 (authors-renamed-files-alist): Update list.
9424 (authors-add): Check authors-ignored-files.
9425
9426 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9427
9428 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9429 optional, to ensure backward compatibility.
9430
9431 2005-04-08 Stephen Eglen <stephen@gnu.org>
9432
9433 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9434
9435 2005-04-08 Kim F. Storm <storm@cua.dk>
9436
9437 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9438
9439 * mouse.el (mouse-on-link-p): Doc fix.
9440
9441 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9442
9443 * ielm.el (ielm-prompt-read-only): Doc fix.
9444
9445 * comint.el (comint-prompt-read-only): Doc fix.
9446
9447 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9448
9449 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9450 ensure dired always handles wildcards passed to ffap.
9451 (find-file-at-point): Use it.
9452 (ffap-dired-wildcards): Doc fix.
9453
9454 2005-04-07 Juri Linkov <juri@jurta.org>
9455
9456 * simple.el (next-error-overlay-arrow-position): New defvar.
9457 Put "=>" on its property `overlay-arrow-string'. Add it to
9458 `overlay-arrow-variable-list'.
9459
9460 * progmodes/compile.el (compilation-setup):
9461 Set `next-error-overlay-arrow-position' to nil. Also set it to
9462 nil in the local hook `kill-buffer-hook'. Make local variable
9463 `overlay-arrow-string' and set it to "=>".
9464 (compilation-goto-locus): Set BOL position to
9465 `next-error-overlay-arrow-position' instead of
9466 `overlay-arrow-position'.
9467
9468 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9469 locally instead of adding it to the global hook.
9470 (Info-kill-buffer): Move up.
9471
9472 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9473
9474 * term/xterm.el (xterm-standard-colors): Update color values from
9475 xterm-200.
9476
9477 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9478
9479 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9480
9481 * fast-lock.el:
9482 * lazy-lock.el: Move them to the obsolete subdir.
9483
9484 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9485
9486 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9487 (wdired-add-replace-advice): Remove.
9488 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9489
9490 2005-04-06 Kim F. Storm <storm@cua.dk>
9491
9492 * startup.el (command-line): Add --bare-bones alias for -Q.
9493
9494 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9495
9496 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9497 create the startup fontset if a font specification ends with
9498 `mac-roman'.
9499
9500 2005-04-06 Lute Kamstra <lute@gnu.org>
9501
9502 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9503 change.
9504
9505 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9506 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9507
9508 2005-04-05 Lute Kamstra <lute@gnu.org>
9509
9510 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9511 (define-generic-mode): Ditto. Fix debug declaration.
9512
9513 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9514 Put them in the generic-x group.
9515
9516 * calendar/timeclock.el (timeclock): Doc fix.
9517
9518 * generic.el (define-generic-mode): Don't use custom-current-group.
9519 Document default :group value.
9520 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9521 (define-global-minor-mode): Don't use custom-current-group.
9522
9523 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9524
9525 * startup.el (command-line-1): Display startup-echo-area-message
9526 when fancy splash screen is in use.
9527
9528 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9529 (sh-escaped-newline): New face.
9530 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9531 newline, and use sh-escaped-newline face.
9532
9533 * progmodes/tcl.el (tcl-escaped-newline): New face.
9534 (tcl-builtin-list): New variable.
9535 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9536 newlines. Fix keywords subexpression number.
9537
9538 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9539
9540 * textmodes/org.el (org-diary-default-entry): Fix call to
9541 `add-to-diary-entry'.
9542
9543 2005-04-05 Kim F. Storm <storm@cua.dk>
9544
9545 * ediff-init.el: Use (featurep 'xemacs).
9546
9547 2005-04-05 David Ponce <david@dponce.com>
9548
9549 * cus-edit.el (face): Derive from symbol widget. Display sample
9550 of the current face on the fly.
9551 (widget-face-sample-face-get, widget-face-notify): New functions.
9552 (widget-face-value-create): Remove.
9553
9554 * wid-edit.el (widget-field-end): Temporarily remove field
9555 narrowing before to call `get-char-property'.
9556
9557 2005-04-04 Jay Belanger <belanger@truman.edu>
9558
9559 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9560 (math-read-subscripts): New variable.
9561 (math-read-preprocess-string): Process subscripts.
9562
9563 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9564
9565 * comint.el (comint-prompt-read-only): Doc fix.
9566
9567 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9568 `-1'. Doc fix.
9569
9570 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9571
9572 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9573 Change default value to nil.
9574
9575 2005-04-04 Lute Kamstra <lute@gnu.org>
9576
9577 * autorevert.el (auto-revert-mode): Specify :group.
9578 * battery.el (display-battery-mode): Specify :group.
9579 * diff-mode.el (diff-minor-mode): Specify :group.
9580 * font-core.el (font-lock-mode): Specify :group.
9581 * hl-line.el (hl-line-mode): Specify :group.
9582 * iimage.el (iimage): New customization group.
9583 (iimage-mode): Specify :group.
9584 * longlines.el (longlines-mode): Specify :group.
9585 * master.el: Don't require easy-mmode.
9586 (master): New customization group.
9587 (master-mode): Specify :group.
9588 * msb.el (msb-mode): Specify :group.
9589 * reveal.el (reveal-mode): Specify :group.
9590 * simple.el (next-error-follow-minor-mode): Specify :group.
9591 * smerge-mode.el (smerge-mode): Specify :group.
9592 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9593 * emulation/cua-base.el (cua-mode): Specify :group.
9594 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9595 * language/thai-util.el (thai-auto-composition-mode)
9596 (thai-word-mode): Specify :group.
9597 * mail/supercite.el (sc-minor-mode): Specify :group.
9598 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9599 * progmodes/flymake.el (flymake-mode): Specify :group.
9600 * progmodes/glasses.el (glasses-mode): Specify :group.
9601 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9602 * textmodes/enriched.el (enriched-mode): Specify :group.
9603 * textmodes/refill.el (refill-mode): Specify :group.
9604
9605 * add-log.el (change-log-font-lock-keywords): Names in
9606 parenthesized lists can contain spaces.
9607
9608 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9609
9610 * startup.el (fancy-splash-text): Shorten default text of
9611 "Emacs Tutorial" line. Also, if the current language env
9612 indicates an available tutorial file other than TUTORIAL,
9613 extract its title and append it to the line in parentheses.
9614 (fancy-splash-insert): If arg is a thunk, funcall it.
9615
9616 2005-04-04 Jay Belanger <belanger@truman.edu>
9617
9618 * calc.el (calc-language-alist): Add tags to customization type.
9619
9620 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9621
9622 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9623 Doc fix.
9624
9625 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9626
9627 * add-log.el (change-log-font-lock-keywords): The manual
9628 describing a Change Log entry, says: (...) "Aside from these
9629 header lines, every line in the change log starts with a space or
9630 a tab.". The font-lock was not highlighting lines started with
9631 spaces, added support for it.
9632
9633 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9634
9635 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9636 (bibtex-generate-url-list): Update docstring accordingly. Put the
9637 complex example in the docstring.
9638 (bibtex-font-lock-url): Use pop.
9639
9640 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9643
9644 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9645
9646 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9647
9648 * filesets.el (filesets-set-default): Doc fix.
9649
9650 2005-04-03 Lute Kamstra <lute@gnu.org>
9651
9652 * generic.el (define-generic-mode): Add argument to specify
9653 keywords for defcustom.
9654 (default-generic-mode): Specify :group.
9655
9656 * generic-x.el: Specify :group for all generic modes.
9657
9658 * desktop.el (desktop-no-desktop-file-hook)
9659 (desktop-after-read-hook): Doc fix.
9660
9661 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9662
9663 * simple.el (visible-mode): Use explicit :group keyword.
9664 This changes the group of `visible-mode-hook' from paren-blinking
9665 to editing-basics.
9666
9667 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9668
9669 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9670 mailbox specifications as well as URLs.
9671 (rmail-insert-inbox-text): Remove unused conditional branches.
9672
9673 2005-04-01 Jay Belanger <belanger@truman.edu>
9674
9675 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9676 (calc-gnuplot-print-command): Move definitions to calc.el.
9677
9678 * calc/calc-embed.el (calc-embedded-announce-formula)
9679 (calc-embedded-open-formula, calc-embedded-close-formula)
9680 (calc-embedded-open-word, calc-embedded-close-word)
9681 (calc-embedded-open-plain, calc-embedded-close-plain)
9682 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9683 (calc-embedded-open-mode, calc-embedded-close-mode):
9684 Move definitions to calc.el.
9685
9686 * calc/calc.el (calc-settings-file, calc-language-alist):
9687 Make customizable.
9688 (calc-embedded-announce-formula, calc-embedded-open-formula)
9689 (calc-embedded-close-formula, calc-embedded-open-word)
9690 (calc-embedded-close-word, calc-embedded-open-plain)
9691 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9692 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9693 (calc-embedded-close-mode, calc-gnuplot-name)
9694 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9695 from other files and make customizable.
9696
9697 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9698
9699 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9700 Use buffer-live-p.
9701 (cvs-mode-run): Don't call cvs-update-header here.
9702 (cvs-run-process): Call cvs-update-header.
9703 Use process properties for cvs-postprocess and cvs-buffer so that
9704 the sentinel can behave better if the temp buffer is killed.
9705 Use a pipe rather than a tty, to better handle unexpected prompts.
9706 (cvs-sentinel): Rewrite. Call cvs-update-header.
9707
9708 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9709
9710 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9711 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9712
9713 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * generic.el (define-generic-mode): Add indentation rule.
9716
9717 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9718
9719 * files.el (mode-require-final-newline): Make Custom correctly
9720 report a nil value and allow to set it to nil via Custom.
9721 Doc fix.
9722
9723 2005-04-01 Kenichi Handa <handa@m17n.org>
9724
9725 * international/characters.el: Enable the correct case setting for
9726 dotless-i and dotted-I.
9727
9728 2005-04-01 Kim F. Storm <storm@cua.dk>
9729
9730 * ido.el (ido-file-internal): Fall back to non-ido command if
9731 initial directory is on slow ftp (or tramp) host.
9732
9733 2005-03-31 Richard M. Stallman <rms@gnu.org>
9734
9735 * emacs-lisp/autoload.el (make-autoload):
9736 Handle define-global-minor-mode.
9737
9738 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9739 Rename from easy-mmode-define-global-mode.
9740 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9741
9742 * progmodes/scheme.el (scheme-mode-syntax-table):
9743 Update syntax of | and # for two-character comment syntax.
9744
9745 2005-03-31 Lute Kamstra <lute@gnu.org>
9746
9747 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9748 (define-minor-mode): Call custom-current-group at load-time.
9749
9750 * generic.el (define-generic-mode): Add debug declaration.
9751 Add defcustom for the mode hook.
9752 (generic-mode-internal): Use run-mode-hooks.
9753
9754 2005-03-31 Kim F. Storm <storm@cua.dk>
9755
9756 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9757 (mouse-fixup-help-message): New defun called by show_help_echo
9758 to fixup mouse-2 prefix in help messages when applicable.
9759
9760 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9761
9762 2005-03-31 Kenichi Handa <handa@m17n.org>
9763
9764 * language/thai-word.el (thai-find-word-ends): Pay attention to
9765 the case that we reach the end of buffer.
9766
9767 * textmodes/fill.el (fill-text-properties-at): New function.
9768 (fill-newline): Use fill-text-properties-at instead of
9769 text-properties-at.
9770
9771 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9772
9773 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9774 not comint-quote-filename.
9775
9776 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
9777
9778 * help-fns.el (help-with-tutorial): Revert last change.
9779
9780 2005-03-31 Kim F. Storm <storm@cua.dk>
9781
9782 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9783
9784 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
9785
9786 * calendar/cal-china.el: Update reference to "Calendrical
9787 Calculations" book; there's a new edition.
9788 * calendar/cal-coptic.el: Likewise.
9789 * calendar/cal-french.el: Likewise.
9790 * calendar/cal-hebrew.el: Likewise.
9791 * calendar/cal-islam.el: Likewise.
9792 * calendar/cal-iso.el: Likewise.
9793 * calendar/cal-julian.el: Likewise.
9794 * calendar/cal-mayan.el: Likewise.
9795 * calendar/cal-persia.el: Likewise.
9796 * calendar/calendar.el: Likewise.
9797 * calendar/holidays.el: Likewise.
9798 * calendar/lunar.el: Likewise.
9799 * calendar/solar.el: Likewise.
9800
9801 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9802 white space from doc string.
9803
9804 2005-03-30 Jay Belanger <belanger@truman.edu>
9805
9806 * calc/calc-help.el (calc-full-help): Remove email address.
9807
9808 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
9809
9810 * help-fns.el (help-with-tutorial): Delete title line.
9811
9812 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9813
9814 * calendar/cal-x.el (calendar-one-frame-setup)
9815 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
9816 rather than 'symbol for set-window-dedicated-p.
9817
9818 * calendar/appt.el (appt-buffer-name): Make it a constant.
9819 (appt-add): Doc fix.
9820
9821 * filesets.el (filesets-menu-path, filesets-menu-before)
9822 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
9823 (filesets-menu-cache-file): Use directory ~/.emacs.d.
9824 (filesets-add-submenu): Delete and use add-submenu instead.
9825
9826 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
9827
9828 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9829 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9830 (org-diary-default-entry): New function.
9831 (org-get-entries-from-diary): Better parsing of diary entries.
9832 (org-agenda-check-no-diary): New function.
9833 ("diary-lib"): Advice to function `add-to-diary-list', to allow
9834 linking to diary entries.
9835 (org-agenda-execute-calendar-command): New function.
9836 (org-agenda): Improve visible section in window.
9837 Use `org-fit-agenda-window'.
9838 (org-fit-agenda-window): New option.
9839 (org-move-subtree-down): Better handling of empty lines
9840 at end of subtree.
9841 (org-cycle): Numeric prefix is interpreted now as show-subtree N
9842 levels up.
9843 (org-fontify-done-headline): New option.
9844 (org-headline-done-face): New face.
9845 (org-set-font-lock-defaults): Use `org-headline-done-face'.
9846 (org-table-copy-down): Rename from `org-table-copy-from-above'.
9847 When current field is non-empty, it is copied to next row.
9848 (org-table-copy-from-above): Fix bug which made it
9849 impossible to copy fields containing only a single non-white character.
9850
9851 2005-03-30 Kim F. Storm <storm@cua.dk>
9852
9853 * kmacro.el (kmacro-end-macro): Isearch may store this command
9854 into the macro -- so ignore it when executing keyboard macro.
9855
9856 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9857
9858 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
9859
9860 2005-03-29 Kenichi Handa <handa@m17n.org>
9861
9862 * language/thai.el ("Thai"): Set setup-function and exit-function
9863 for Thai language environment.
9864
9865 * language/thai-util.el: Require thai-word.
9866 (thai-word-mode-map): New variable.
9867 (thai-word-mode): New minor mode.
9868 (setup-thai-language-environment-internal): New function.
9869 (exit-thai-language-environment-internal): New function.
9870
9871 * language/thai-word.el (thai-word-table): Declare it by defvar,
9872 use dolist to initialize it.
9873 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
9874 (thai-fill-find-break-point): New functions.
9875
9876 2005-03-29 Richard M. Stallman <rms@gnu.org>
9877
9878 * simple.el (idle-update-delay): Move definition up.
9879 (set-mark): Doc fix.
9880
9881 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9882
9883 * longlines.el: New file.
9884
9885 * simple.el (buffer-substring-filters): New variable.
9886 (filter-buffer-substring): New function.
9887 (kill-region, copy-region-as-kill): Use it.
9888
9889 * register.el (copy-to-register, append-to-register)
9890 (prepend-to-register): Use filter-buffer-substring.
9891
9892 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9893
9894 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
9895 (gud-filter-pending-text): Move in front of gdb.
9896 (gud-overlay-arrow-position): New variable.
9897 (gud-sentinel, gud-display-line): Use it in place of
9898 overlay-arrow-position.
9899
9900 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9901
9902 * progmodes/fortran.el (fortran-if-indent): Doc fix.
9903 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
9904 (fortran-font-lock-keywords-4): New variable.
9905 (fortran-blocks-re, fortran-end-block-re)
9906 (fortran-start-block-re): New constants, for hideshow.
9907 (hs-special-modes-alist): Add a Fortran entry.
9908 (fortran-mode-map): Bind fortran-end-of-block,
9909 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
9910 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
9911 (fortran-looking-at-if-then, fortran-end-of-block)
9912 (fortran-beginning-of-block): New functions, for hideshow.
9913
9914 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9915 Doc fix. Tweak regexp.
9916 (f90-beginning-of-block): Push mark first.
9917
9918 2005-03-29 Jay Belanger <belanger@truman.edu>
9919
9920 * calc/calc.el: Update copyright date.
9921 (calc-version): Increase to 2.1.
9922 (calc-version-date): Remove.
9923
9924 * calc/calc-help.el: Update copyright date.
9925 (calc-full-help): Remove reference to calc-version-date.
9926 Update copyright date.
9927
9928 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * vc.el (vc-do-command): Use a pipe for async processes, so password
9931 prompts don't show up at places where the user can't reply.
9932
9933 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9934
9935 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
9936 on the file name we pass to the inferior shell.
9937
9938 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9939
9940 * progmodes/which-func.el (which-function): Be robust in the face of an
9941 imenu--make-index-alist failure.
9942
9943 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
9946
9947 * progmodes/python.el (python-preoutput-filter): Fix last change.
9948
9949 2005-03-29 Lute Kamstra <lute@gnu.org>
9950
9951 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
9952 functions and compiled macros.
9953 (debug-convert-byte-code): Handle macros too.
9954 (debug-on-entry-1): Don't signal an error when trying to clear a
9955 function that is not set to debug on entry.
9956
9957 2005-03-29 Jay Belanger <belanger@truman.edu>
9958
9959 * calc/calc-lang.el: Add functions to math-function-table
9960 properties of tex and math.
9961
9962 2005-03-29 Kenichi Handa <handa@m17n.org>
9963
9964 * ps-mule.el (ps-mule-plot-string): Translate characters by
9965 ps-print-translation-table.
9966 (ps-mule-begin-job): Call find-charset-region/string with
9967 ps-print-translation-table.
9968 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
9969
9970 * ps-print.el (ps-print-translation-table): New variable.
9971 (ps-plot-region): Translate characters by ps-print-translation-table.
9972
9973 2005-03-29 Juri Linkov <juri@jurta.org>
9974
9975 * simple.el (next-error-highlight-timer): New variable.
9976
9977 * progmodes/compile.el (compilation-goto-locus):
9978 Use `next-error-highlight-timer' instead of `sit-for'.
9979
9980 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9981
9982 * mail/supercite.el (sc-mail-field): Use assoc-string.
9983 (sc-get-address): Simplify regexps.
9984
9985 * files.el (minibuffer-with-setup-hook): New macro.
9986 (find-file-read-args): Use it to avoid let-binding
9987 minibuffer-with-setup-hook (which breaks turning on/off
9988 file-name-shadow-mode while in the prompt).
9989
9990 * complete.el (PC-read-include-file-name-internal): Use
9991 test-completion.
9992
9993 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
9994
9995 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
9996
9997 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * window.el (window-buffer-height): Use count-screen-lines.
10000
10001 * progmodes/python.el (python-preoutput-leftover): New var.
10002 (python-preoutput-filter): Use it.
10003 (python-send-receive): Loop until all the result has been received.
10004
10005 2005-03-28 Juri Linkov <juri@jurta.org>
10006
10007 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10008
10009 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10010 "Recover Crashed Session".
10011 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10012 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10013 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10014 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10015 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10016 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10017 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10018 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10019
10020 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10021 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10022 Ediff Sessions", "Toggle use of separate control buffer frame",
10023 "Use separate frame for Ediff control buffer".
10024
10025 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10026 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10027 "Rename Bookmark", "Delete Bookmark".
10028
10029 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10030 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10031 Add `:active Info-index-alternatives' to "Next Matching Item".
10032
10033 * wdired.el (wdired-change-to-wdired-mode):
10034 Mention `wdired-abort-changes' key in the initial message.
10035
10036 * international/mule.el (auto-coding-alist): Associate non-ascii
10037 image filename extensions with `no-conversion'.
10038
10039 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * international/iso-acc.el:
10042 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10043
10044 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10045
10046 * textmodes/sgml-mode.el (html-mode): Doc update.
10047
10048 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10049
10050 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10051
10052 * term.el (term-move-columns): Fix face after extending a line.
10053 (term-insert-spaces): Likewise.
10054 (term-reset-terminal): Fix off by one error.
10055
10056 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10057
10058 * international/mule.el (auto-coding-alist): Add .xpi files.
10059
10060 * files.el (auto-mode-alist): Add .xpi files.
10061
10062 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10063
10064 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10065
10066 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10067
10068 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10069
10070 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10071
10072 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10073 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10074
10075 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10076 cursor to Jan 1 when needed.
10077 (calendar-end-of-year): Fix -/+ typo.
10078 Reported by Chong Yidong <cyd@stupidchicken.com>.
10079
10080 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10081
10082 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10083
10084 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10085 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10086
10087 2005-03-25 Richard M. Stallman <rms@gnu.org>
10088
10089 * filesets.el (filesets-init): Add autoload.
10090
10091 * mail/mailalias.el (mail-directory): Doc fix.
10092
10093 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10094
10095 * mail/mailalias.el (mail-directory-process): Do nothing if
10096 mail-directory-process is an atom.
10097 (mail-get-names): Ignore mail-directory-names if it is an atom.
10098 (mail-directory-process defvar): Doc fix.
10099 (mail-names): Doc fix.
10100
10101 2005-03-25 Johan Bockg,Ae(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10102
10103 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10104
10105 2005-03-26 Kenichi Handa <handa@m17n.org>
10106
10107 * international/mule-util.el (detect-coding-with-priority):
10108 Call update-coding-systems-internal before detect-coding-region.
10109
10110 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10111
10112 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10113 (gdb-frames-mode-map): Add follow-link property.
10114
10115 2005-03-25 Jay Belanger <belanger@truman.edu>
10116
10117 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10118 for variables.
10119
10120 2005-03-25 Juri Linkov <juri@jurta.org>
10121
10122 * image-mode.el: Optimize image filename extension regexps in
10123 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10124 in `auto-mode-alist'.
10125 (image-mode): Add `image-toggle-display-text' to local hook
10126 `change-major-mode-hook'. Display the image as an image by
10127 default. Set `cursor-type' and `truncate-lines' if the image
10128 is already displayed. Take into account the current mode (image
10129 or text) in message.
10130 (image-minor-mode): New minor mode.
10131 (image-mode-maybe, image-toggle-display-text): New functions.
10132 (image-toggle-display): Use called-interactively-p.
10133 Let-bind `inhibit-read-only' to t.
10134
10135 * image-mode.el (image-minor-mode): Set `cursor-type' and
10136 `truncate-lines' if the image is already displayed. Add turning
10137 image-minor-mode off to `change-major-mode-hook'. Add message.
10138 Call `image-toggle-display-text' after turning image-minor-mode off.
10139
10140 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10143 Terminal.app, use utf-8.
10144 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10145 (set-locale-environment): Use it.
10146
10147 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10148
10149 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10150
10151 * progmodes/python.el (python-close-block-statement-p)
10152 (python-outdent-p, python-current-defun): Use symbol-end.
10153
10154 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10155
10156 * files.el (save-some-buffers): Doc fix.
10157
10158 2005-03-25 Werner Lemberg <wl@gnu.org>
10159
10160 * complete.el, thumbs.el: Replace `legal' with `valid'.
10161 * calendar/calendar.el: Replace `legal' with `valid'.
10162 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10163 * mail/supercite.el: Replace `legal' with `valid'.
10164 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10165 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10166 Replace `legal' with `valid'.
10167 * textmodes/reftex-vars.el, textmodes/reftex.el:
10168 Replace `legal' with `valid'.
10169
10170 2005-03-25 Werner Lemberg <wl@gnu.org>
10171
10172 * calc/calc-forms.el, calc/calc-sel.el:
10173 * midnight.el, vc-cvs.el:
10174 * emacs-lisp/cl-macs.el:
10175 * emulation/vip.el:
10176 * eshell/esh-io.el, eshell/esh-var.el:
10177 * mail/supercite.el:
10178 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10179 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10180 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10181 * progmodes/sh-script.el, progmodes/xscheme.el:
10182 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10183 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10184 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10185 * textmodes/reftex.el, textmodes/org.el:
10186 Replace `illegal' with `invalid'.
10187
10188 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10189
10190 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10191 (flymake-find-buildfile, flymake-find-possible-master-files)
10192 (flymake-check-include, flymake-parse-line): Replace loops over the
10193 length of lists, by loops over lists, to remove silly O(n,A2(B) behavior.
10194
10195 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10196 Substitute file-name-as-directory in the rest of the file.
10197 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10198 (flymake-replace-region): Remove unused arg `buffer'.
10199 (flymake-check-patch-master-file-buffer): Update calls to it.
10200 (flymake-add-err-info): Remove unused var `count'.
10201 (flymake-mode): Use define-minor-mode.
10202
10203 * progmodes/flymake.el: Use with-current-buffer.
10204 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10205 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10206 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10207 Avoid testing for `xemacs'.
10208 (flymake-nop): Move.
10209 (flymake-region-has-flymake-overlays): Return the computed value.
10210 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10211 Remove unused var `endline'.
10212 (flymake-get-line-count): Remove unused function.
10213 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10214
10215 * emulation/vi.el:
10216 * generic.el:
10217 * hilit-chg.el (global-highlight-changes):
10218 * hi-lock.el (hi-lock-mode):
10219 * follow.el: find-file-hooks -> find-file-hook.
10220
10221 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10222
10223 2005-03-24 Juri Linkov <juri@jurta.org>
10224
10225 * dired.el (dired-mode-map): Add menu item "Compare directories"
10226 for dired-compare-directories.
10227
10228 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10229 Doc fix. Replace `read-file-name' with `read-directory-name'.
10230
10231 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10234
10235 2005-03-24 Jay Belanger <belanger@truman.edu>
10236
10237 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10238 relevant mode settings in calc-embedded-original-modes when modes
10239 are permanently changed.
10240
10241 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * autoinsert.el: find-file-hooks -> find-file-hook.
10244
10245 2005-03-24 Lute Kamstra <lute@gnu.org>
10246
10247 * generic.el (generic-font-lock-defaults): Make it obsolete.
10248 (generic-font-lock-keywords): New variable to replace
10249 generic-font-lock-defaults.
10250 (generic-mode-set-font-lock): Delete it.
10251 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10252 (generic-bracket-support): Add docstring.
10253
10254 * generic-x.el: Rename generic-font-lock-defaults to
10255 generic-font-lock-keywords throughout.
10256 (mailagent-rules-setup-function): Delete it.
10257 (mailagent-rules-generic-mode): Use anonymous function instead.
10258 (show-tabs-generic-mode-font-lock-defaults-1)
10259 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10260 Quote faces.
10261 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10262 not foreground.
10263
10264 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10265 Recognize define-generic-mode.
10266
10267 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10268
10269 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10270 if there's no completion table.
10271
10272 2005-03-23 Miles Bader <miles@gnu.org>
10273
10274 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10275 Remove tty-specific variants, as they're no longer needed.
10276
10277 2005-03-23 Lute Kamstra <lute@gnu.org>
10278
10279 * generic-x.el: Code cleanup: make args constant whenever possible.
10280 (installshield-statement-keyword-list)
10281 (installshield-system-functions-list)
10282 (installshield-system-variables-list, installshield-types-list)
10283 (installshield-funarg-constants-list): Make them constants.
10284
10285 * generic.el (generic-make-keywords-list): Add autoload cookie.
10286
10287 * calendar/time-date.el: Add comment on time value formats.
10288 Don't require parse-time.
10289 (with-decoded-time-value): New macro.
10290 (encode-time-value): New function.
10291 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10292 (days-to-time): Return a valid time value when arg is huge.
10293 (time-since): Use time-subtract.
10294 (time-to-number-of-days): Use time-to-seconds.
10295
10296 2005-03-23 David Ponce <david@dponce.com>
10297
10298 * recentf.el: (recentf-keep): New option.
10299 (recentf-menu-action): Default to `find-file'.
10300 (recentf-keep-non-readable-files-flag)
10301 (recentf-keep-non-readable-files-p)
10302 (recentf-file-readable-p, recentf-find-file)
10303 (recentf-cleanup-remote): Remove.
10304 (recentf-include-p): More robust.
10305 (recentf-keep-p): New function.
10306 (recentf-remove-if-non-kept): Rename from
10307 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10308 All callers updated.
10309 (recentf-menu-items-for-commands): Fix help string.
10310 (recentf-track-closed-file): Update. Doc fix.
10311 (recentf-cleanup): Update. Count removed files. Doc fix.
10312
10313 2005-03-23 Kim F. Storm <storm@cua.dk>
10314
10315 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10316 Don't inherit from fringe face (now happens automatically).
10317
10318 2005-03-22 Kim F. Storm <storm@cua.dk>
10319
10320 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10321 position values.
10322
10323 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * menu-bar.el (showhide-date-time): Remove.
10326 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10327 (menu-bar-make-mm-toggle): Simplify.
10328
10329 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10330
10331 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10332 Accept qualified variable and function names.
10333
10334 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10335
10336 * bindings.el (completion-ignored-extensions):
10337 Remove ".lis" for `vax-vms'.
10338
10339 2005-03-22 Andreas Schwab <schwab@suse.de>
10340
10341 * generic-x.el: Revert last change.
10342 * ldefs-boot.el: Update.
10343
10344 2005-03-22 Jay Belanger <belanger@truman.edu>
10345
10346 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10347 (calc-embedded-save-original-modes)
10348 (calc-embedded-restore-original-modes): New functions.
10349 (calc-do-embedded): Save original modes when entering embedded mode
10350 and restore when leaving embedded mode.
10351 (calc-embedded-modes-change): Change the value of
10352 calc-embedded-original-modes to reflect permanent changes.
10353
10354 2005-03-22 Lute Kamstra <lute@gnu.org>
10355
10356 * generic-x.el: Require generic again.
10357
10358 2005-03-22 Miles Bader <miles@gnu.org>
10359
10360 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10361 Tweak details to look good on both ttys and bitmap displays, light
10362 or dark background, etc.
10363
10364 2005-03-21 Kim F. Storm <storm@cua.dk>
10365
10366 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10367 mouse position.
10368
10369 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10370
10371 * icomplete.el: Don't forcibly turn on the mode upon load.
10372 (icomplete-mode): Use define-minor-mode.
10373 (icomplete-eoinput): Default to nil.
10374 (icomplete-minibuffer-setup): Remove autoload.
10375 (icomplete-tidy): Simplify.
10376 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10377 in the initial state or if the user has modified the field.
10378 Fix handling of icomplete-max-delay-chars.
10379 Remove code that handles the oddball case where
10380 minibuffer-completion-table is an integer.
10381 Wrap icomplete-completions in while-no-input in case building
10382 completions takes more time than expected.
10383 (icomplete-completions): Simplify.
10384
10385 2005-03-21 Richard M. Stallman <rms@gnu.org>
10386
10387 * jka-compr.el (jka-compr-really-do-compress):
10388 Make variable buffer-local.
10389
10390 * image-mode.el: Handle .xpm files too.
10391 (image-toggle-display): Preserve modification flag.
10392
10393 * help.el (where-is): Don't mention aliases with no key bindings.
10394
10395 2005-03-21 Lute Kamstra <lute@gnu.org>
10396
10397 * generic.el: Fix commentary section. Don't require cl for
10398 compilation.
10399 (generic-mode-list): Add autoload cookie.
10400 (generic-use-find-file-hook, generic-lines-to-scan)
10401 (generic-find-file-regexp, generic-ignore-files-regexp)
10402 (generic-mode, generic-mode-find-file-hook)
10403 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10404 (define-generic-mode): Make it a defmacro. Fix docstring.
10405 (generic-mode-internal): Code cleanup. Add autoload cookie.
10406 (generic-mode-set-comments): Code cleanup.
10407 * generic-x.el: Don't prevent compilation. Don't require generic.
10408 Follow coding conventions. Minor code cleanup.
10409 (etc-fstab-generic-mode): Add some keywords.
10410 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10411 define-generic-mode like a function declaration.
10412
10413 2005-03-21 Jay Belanger <belanger@truman.edu>
10414
10415 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10416 changing modes.
10417
10418 2005-03-21 Sam Steingold <sds@gnu.org>
10419
10420 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10421
10422 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10423
10424 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10425 Add underscore to "f$ lexicals" regexp.
10426
10427 2005-03-20 Juri Linkov <juri@jurta.org>
10428
10429 * subr.el (progress-reporter-do-update): When `min-value' is equal
10430 to `max-value', set `percentage' to 0 and prevent division by zero.
10431
10432 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10433
10434 Sync with Tramp 2.0.48.
10435
10436 * net/tramp.el (all): Change all addresses to .gnu.org.
10437 (tramp-append-tramp-buffers): New defun.
10438 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10439 Catch `dont-send' signal.
10440 (tramp-set-auto-save-file-modes): Set always permissions, because
10441 there might be an old auto-saved file belonging to another
10442 original file. This could be a security threat. Reported by
10443 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10444 Check for Emacs 21.3.50 removed.
10445
10446 * net/tramp-smb.el (all): Remove debug construct for
10447 `with-parsed-tramp-file-name'.
10448 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10449 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10450 No error message if DIRECTORY or FILENAME doesn't exist.
10451 (tramp-smb-open-connection): Check existence of
10452 `tramp-smb-program'.
10453
10454 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10455
10456 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10457 Properly handle the case where the `m' or `s' command's argument is not
10458 yet terminated.
10459 (perl-indent-new-calculate): New function.
10460 (perl-indent-line): Use it.
10461
10462 2005-03-20 Miles Bader <miles@gnu.org>
10463
10464 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10465 in text-mode too. Change to new face names.
10466 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10467 Add `:weight bold' attribute.
10468 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10469
10470 2005-03-19 Juri Linkov <juri@jurta.org>
10471
10472 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10473
10474 * international/mule.el (auto-coding-alist): Sync with
10475 `auto-mode-alist' by adding upper case archive file extensions
10476 and adding ear/war to jar extension.
10477
10478 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10479
10480 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10481 running, restart it.
10482
10483 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10484
10485 * finder.el (finder-current-item): Throw an error on an empty line.
10486
10487 * man.el (Man-follow-manual-reference): If current-word returns
10488 nil, use "".
10489
10490 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10491
10492 * simple.el (goto-line): Doc fix.
10493
10494 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10495
10496 * files.el (save-buffer): Doc fix.
10497
10498 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10499
10500 * recentf.el (recentf-cleanup-remote): New variable.
10501 (recentf-cleanup): Use it to conditionally check availability of
10502 remote files.
10503
10504 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10505
10506 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10507 function names.
10508
10509 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10510
10511 * language/thai-word.el: New file.
10512
10513 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10514
10515 * files.el (backup-buffer): If the file's directory is not
10516 writable, use copy instead of move to backup the file.
10517
10518 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10519
10520 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10521
10522 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10523
10524 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10525 Use functionp instead of symbolp and fboundp. Reported by Drkm
10526 <darkman_spam@yahoo.fr>.
10527 (ps-print-version): New version 6.6.6.
10528
10529 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10530
10531 * textmodes/table.el (table--line-column-position): New idiom.
10532 (table--row-column-insertion-point-p): New function to test
10533 validity of row and column insertion operation at a location.
10534 (table-global-menu, table-cell-menu): Use above functions for
10535 deterministic test operation.
10536 (table--editable-cell-p): Behave in deterministic fashion.
10537
10538 2005-03-18 Juri Linkov <juri@jurta.org>
10539
10540 * isearch.el (isearch-lazy-highlight-new-loop):
10541 Make arguments beg and end optional.
10542 (isearch-update): Remove optional arguments nil from
10543 isearch-lazy-highlight-new-loop.
10544 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10545 isearch-lazy-highlight-case-fold-search instead of
10546 isearch-case-fold-search, and let-bind isearch-regexp to
10547 isearch-lazy-highlight-regexp.
10548 Use isearch-lazy-highlight-last-string instead of isearch-string.
10549
10550 * replace.el (perform-replace): Remove bindings of global
10551 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10552 Add three new arguments to `replace-highlight'.
10553 (replace-highlight): Add arguments string, regexp, case-fold.
10554 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10555 to allow isearch-lazy-highlight-new-loop to use these values
10556 to set corresponding isearch-lazy-highlight-* internal
10557 variables whose values lazy highlighting will use regardless of
10558 changes to global variables isearch-string, isearch-regexp,
10559 isearch-case-fold-search during lazy highlighting loop.
10560 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10561 to `lazy-highlight-cleanup'.
10562
10563 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10564 (ispell-highlight-face): Set default face to `isearch' when
10565 lazy highlighting is enabled.
10566 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10567 priority to 1. Add lazy highlighting.
10568 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10569 from `isearch-dehighlight'.
10570
10571 2005-03-18 David Ponce <david@dponce.com>
10572
10573 * files.el (hack-local-variables): Do a case-insensitive search
10574 for End.
10575
10576 2005-03-18 Juri Linkov <juri@jurta.org>
10577
10578 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10579 `isearch-lazy-highlight-cleanup', add alias to old name and
10580 declare obsolete. Add release numbers to other obsolete vars.
10581 (isearch-done, isearch-lazy-highlight-new-loop):
10582 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10583 (lazy-highlight-cleanup) <variable>: Doc fix.
10584 (isearch-lazy-highlight-update): Rename obsolete
10585 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10586
10587 2005-03-18 Kenichi Handa <handa@m17n.org>
10588
10589 * language/thai-util.el: Fix categorization of Thai characters in
10590 thai-category-table.
10591 (thai-composition-pattern): Adjust it for the above change.
10592 (thai-self-insert-command, thai-compose-syllable): New functions.
10593 (thai-compose-region): Use thai-compose-syllable.
10594 (thai-compose-string): Likewise.
10595 (thai-composition-function): Likewise.
10596 (thai-auto-composition): New function.
10597 (thai-auto-composition-mode): New minor mode.
10598
10599 * language/thai.el: Fix patterns to be registered in
10600 composition-function-table.
10601
10602 * international/quail.el (quail-input-method): Locally bind
10603 inhibit-modification-hooks to t.
10604
10605 2005-03-17 Richard M. Stallman <rms@gnu.org>
10606
10607 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10608 (perl-mode): Use run-mode-hooks.
10609
10610 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10611 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10612 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10613
10614 * mail/sendmail.el (sendmail-send-it): Reenable the code
10615 to compute resend-to-address and use it.
10616
10617 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10618
10619 * image-mode.el: New file.
10620
10621 * image.el (insert-sliced-image): Add autoload cookie.
10622
10623 * font-lock.el (font-lock-lines-before): New user option.
10624 (font-lock-after-change-function): Obey it.
10625
10626 * bindings.el (esc-map): Make M-g a prefix.
10627 Bind M-g g and M-g M-g to goto-line.
10628
10629 * faces.el (face-id): Doc fix.
10630
10631 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10632
10633 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10634 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10635 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10636
10637 * mail/sendmail.el (mail-yank-ignored-headers)
10638 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10639 Add Mail-Followup-To and Mail-Reply-To headers.
10640 (mail-citation-hook): Add autoload cookie.
10641 (mail-mode): Doc fix.
10642 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10643 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10644 (mail-mode-fill-paragraph): Handle those headers.
10645 (mail-mailing-lists): New variable.
10646 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10647
10648 2005-03-17 Juri Linkov <juri@jurta.org>
10649
10650 * isearch.el (isearch-fallback): Check for `(car previous)'
10651 before calling `isearch-other-end-state'.
10652
10653 2005-03-17 Kim F. Storm <storm@cua.dk>
10654
10655 * simple.el (move-beginning-of-line): Move to beginning of buffer
10656 line, as well as beginning of screen line.
10657
10658 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10659
10660 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10661 argument REDRAW rather than calendar-redrawing variable.
10662 * calendar/calendar.el (calendar-redrawing): Delete.
10663 (redraw-calendar): Do not bind calendar-redrawing.
10664
10665 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10666
10667 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10668 diary-file buffer.
10669
10670 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10671
10672 * help.el (describe-mode): Allow a :minor-mode-function property to
10673 specify a different minor mode toggle function than the variable.
10674 * simple.el (auto-fill-function):
10675 * subr.el (add-minor-mode): Use it.
10676
10677 2005-03-16 Kenichi Handa <handa@m17n.org>
10678
10679 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10680 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10681 (ethio-fidel-to-sera-buffer): Likewise.
10682
10683 2005-03-16 Juri Linkov <juri@jurta.org>
10684
10685 * emacs-lisp/find-func.el (find-function-regexp):
10686 Add defun-emitting macro `menu-bar-make-toggle'.
10687
10688 * isearch.el: Put `isearch-scroll' property to
10689 `split-window-horizontally'.
10690
10691 * info.el: Update error messages for `debug-ignored-errors'.
10692 (Info-isearch-search): Doc fix.
10693 (Info-find-node): Move up code to go into info buffer before
10694 recording the node to the history.
10695 (Info-fontify-node): Fontify titles only if the next line
10696 has two or more `*', `=', `-', `.'.
10697 Display "go to this node" for empty (match-string 3).
10698
10699 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10700
10701 * term/mac-win.el: Add mouse pointer shape constants.
10702
10703 2005-03-15 Kim F. Storm <storm@cua.dk>
10704
10705 * simple.el (move-beginning-of-line): Use vertical-motion.
10706
10707 2005-03-15 Juri Linkov <juri@jurta.org>
10708
10709 * isearch.el (isearch-error): New variable.
10710 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10711 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10712 (isearch-within-brackets-state): Remove.
10713 (isearch-case-fold-search-state, isearch-pop-fun-state):
10714 Decrease frame index.
10715 (isearch-mode, isearch-top-state, isearch-push-state)
10716 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10717 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10718 (isearch-search, isearch-lazy-highlight-new-loop):
10719 Replace `isearch-invalid-regexp' with `isearch-error'.
10720 Remove `isearch-within-brackets'.
10721 (isearch-search): Add `search-failed' handler to `condition-case'.
10722 (isearch-lazy-highlight-search): Add `condition-case' to catch
10723 errors and allow `isearch-lazy-highlight-update' to try
10724 highlighting from the beginning of the window.
10725 (isearch-repeat): Move up code to set isearch-wrapped to t
10726 before calling isearch-wrap-function.
10727
10728 * info.el (Info-isearch-initial-node): New internal variable.
10729 (Info-search): Signal an error in isearch mode when search leaves
10730 the initial node. Signal an error when `bound' is non-nil and
10731 nothing was found in the current subfile.
10732 (Info-isearch-search): Remove `condition-case'.
10733 (Info-isearch-wrap): Don't wrap when search failed during leaving
10734 the initial node. If `Info-isearch-search' is nil, wrap around
10735 the current node.
10736 (Info-isearch-start): New fun.
10737 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10738 `isearch-mode-hook'.
10739
10740 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10741
10742 * simple.el (normal-erase-is-backspace): Set default to t if
10743 running on Mac.
10744
10745 * term/mac-win.el (function-key-map): Sync with x-win.el.
10746
10747 2005-03-15 Kenichi Handa <handa@m17n.org>
10748
10749 * international/mule-cmds.el (locale-language-names): Modify the
10750 format of elements and add more entries.
10751 (locale-preferred-coding-systems): Add more entries.
10752 (set-locale-environment): Adjust for the change of
10753 locale-language-names.
10754
10755 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10756
10757 * pcvs.el (smerge-ediff): Remove bogus autoload.
10758
10759 2005-03-14 Lute Kamstra <lute@gnu.org>
10760
10761 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10762 Ignore a `*' at the beginning of a line.
10763
10764 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10765 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10766 subr.el.
10767 (dont-compile, eval-when-compile, eval-and-compile): Use declare
10768 to specify indentation.
10769
10770 * generic.el (define-generic-mode): Let generic-mode-list be a
10771 list of strings; test membership with equal.
10772
10773 2005-03-14 Kim F. Storm <storm@cua.dk>
10774
10775 * simple.el (next-line, previous-line): Add optional try-vscroll
10776 arg to recognize interactive use. Pass it on to line-move.
10777 (line-move): Don't perform auto-window-vscroll when defining or
10778 executing keyboard macro to ensure consistent behavior.
10779
10780 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10781
10782 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10783
10784 2005-03-13 Lute Kamstra <lute@gnu.org>
10785
10786 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10787 debugger-setup-buffer so that backtrace marks the frames set to
10788 debug-on-exit and we don't have to do it manually. Set an extra
10789 debug-on-exit for macro's.
10790 (debugger-setup-buffer): Don't mark the top frame manually.
10791
10792 2005-03-12 Lute Kamstra <lute@gnu.org>
10793
10794 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10795 lisp-indent-function throughout.
10796 (with-no-warnings): Set lisp-indent-function property.
10797
10798 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
10799
10800 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10801 Add entry for backslash.
10802
10803 2005-03-12 Juri Linkov <juri@jurta.org>
10804
10805 * info.el (Info-search): Four fixes for backward search.
10806
10807 2005-03-11 Jay Belanger <belanger@truman.edu>
10808
10809 * calc/calc.el (calc-language-alist): New variable.
10810 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
10811 (calc-embedded-find-modes): Use calc-language-alist instead of
10812 calc-embedded-language-alist.
10813
10814 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10815
10816 * calendar/calendar.el (calendar-redrawing): New internal
10817 variable.
10818 (redraw-calendar): Remove bogus save-excursion from previous
10819 change. Bind calendar-redrawing to t for mark-diary-entries.
10820 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
10821 calendar if that is why we were called.
10822
10823 2005-03-11 Kenichi Handa <handa@m17n.org>
10824
10825 * international/mule.el (make-coding-system): Set property
10826 coding-system-define-form to nil.
10827 (define-coding-system-alias): Likewise.
10828
10829 2005-03-11 Kenichi Handa <handa@m17n.org>
10830
10831 These changes are suggested by Dave Love <fx@gnu.org>.
10832
10833 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
10834 coding: tag.
10835 (adaptive-fill-regexp): Add more bullets.
10836 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
10837 regexps.
10838
10839 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10840
10841 * help.el (describe-mode): Properly handle non-trivial lighters.
10842 Don't ignore minor modes that are not listed in minor-mode-list.
10843
10844 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
10845 feature ON when the user requests to turn it OFF.
10846
10847 2005-03-10 Lute Kamstra <lute@gnu.org>
10848
10849 * emacs-lisp/debug.el (debug-entry-code): Delete it.
10850 (implement-debug-on-entry): New function to replace debug-entry-code.
10851 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
10852 second argument as the 2005-03-07 change makes it obsolete.
10853 (debug-on-entry, cancel-debug-on-entry): Update call to
10854 debug-on-entry-1.
10855 (debug, debugger-setup-buffer): Comment update.
10856 (debugger-frame-number): Update to work with implement-debug-on-entry.
10857
10858 2005-03-10 Jay Belanger <belanger@truman.edu>
10859
10860 * calc/calc-embed.el (math-ms-args): Declare it.
10861 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
10862 math-ms-args.
10863 (calc-embedded-subst): Use math-multi-subst-rec to substitute
10864 variables.
10865
10866 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
10867
10868 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
10869 Use message-box.
10870
10871 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
10872 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
10873 (tooltip-gud-tips): Simplify.
10874 (tooltip-gud-tips-p): Remove superfluous :set.
10875 (tooltip-gud-modes): Add fortran-mode.
10876 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
10877
10878 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
10879
10880 2005-03-09 Kim F. Storm <storm@cua.dk>
10881
10882 * play/animate.el (animate-place-char): Use forward-line instead
10883 of next-line to improve performance.
10884
10885 2005-03-09 Simon Josefsson <jas@extundo.com>
10886
10887 * net/browse-url.el (browse-url-default-browser): Doc fix.
10888
10889 2005-03-09 Miles Bader <miles@gnu.org>
10890
10891 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
10892 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
10893
10894 2005-03-09 Kenichi Handa <handa@m17n.org>
10895
10896 * international/latin-1.el: Set case and syntax for 255 only if
10897 set-case-syntax-set-multibyte is nil.
10898
10899 * textmodes/ispell.el (ispell-insert-word): New function.
10900 (ispell-word): Use ispell-insert-word to insert a new word.
10901 (ispell-process-line): Likewise.
10902 (ispell-complete-word): Likewise.
10903
10904 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10905
10906 * calendar/calendar.el (redraw-calendar): Preserve point.
10907 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10908 (calendar-week-start-day): Move after definition of
10909 redraw-calendar. Delete buffer test, since redraw-calendar has
10910 that now.
10911
10912 * calendar/diary-lib.el (mark-diary-entries): Only call
10913 redraw-calendar in the first of any recursive calls.
10914 Reported by Alan Shutko <ats@acm.org>.
10915
10916 2005-03-08 Juri Linkov <juri@jurta.org>
10917
10918 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
10919 (html-horizontal-rule, html-line, html-image, html-checkboxes)
10920 (html-radio-buttons): Add a space before the trailing `/>' where
10921 sgml-xml-mode is non-nil.
10922 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
10923 the subsequent tag of the empty XML tag.
10924 (html-href-anchor): Don't set initial input to "http:".
10925 (html-image): Ask for the image URL and set point inside alt="".
10926 (html-name-anchor): Duplicate the name in the `id' attribute when
10927 sgml-xml-mode is non-nil.
10928 (html-paragraph): Remove \n before <p>.
10929 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
10930 instead of `checked' when sgml-xml-mode is non-nil.
10931
10932 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
10933 Remove 1 space before #RRGGBB to not truncate it on terminal
10934 windows w/o fringes. Remove 1 space between bg and fg examples
10935 to get more space.
10936 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
10937 avoid byte-compile warnings.
10938
10939 * image-file.el (image-file-handler): Put `safe-magic' property to
10940 `image-file-handler'.
10941
10942 * info.el (Info-isearch-search): Emulate word search in
10943 isearching through multiple Info nodes with Info-search.
10944 (Info-isearch-wrap): Allow isearch-word.
10945
10946 2005-03-08 Lute Kamstra <lute@gnu.org>
10947
10948 * emacs-lisp/debug.el (debugger-step-through): Make sure that
10949 stepping into the debugger's code is not possible.
10950 (debugger-jumping-flag): Docstring update.
10951
10952 2005-03-08 Jay Belanger <belanger@truman.edu>
10953
10954 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
10955 embedded mode begins.
10956 (calc-embedded-language-alist): New variable.
10957 (calc-embedded-find-modes): Use calc-embedded-language-alist to
10958 set default language mode.
10959
10960 2005-03-08 Kenichi Handa <handa@m17n.org>
10961
10962 * international/ccl.el (define-ccl-program): Fix docstring about
10963 extra 256 bytes assured for the output buffer.
10964
10965 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
10966 Fix BUFFER_MAGNIFICATION to 2.
10967 (ccl-encode-mule-utf-16be-with-signature): Likewise.
10968
10969 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
10970
10971 * align.el (align-rules-list): Added an alignment rule for CSS
10972 declarations (applies to css-mode and html-mode buffers).
10973
10974 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
10977
10978 2005-03-07 Kim F. Storm <storm@cua.dk>
10979
10980 * simple.el (move-beginning-of-line): New command.
10981
10982 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
10983
10984 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
10985
10986 * emulation/cua-base.el: Put CUA move property on move-end-of-line
10987 and move-beginning-of-line.
10988
10989 * apropos.el (apropos-print): Omit command from M-x ... RET.
10990
10991 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
10992
10993 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
10994 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
10995
10996 2005-03-06 Richard M. Stallman <rms@gnu.org>
10997
10998 * bindings.el (esc-map): Bind M-g to goto-line.
10999
11000 * facemenu.el (global-map): Bind M-o, not M-g.
11001
11002 2005-03-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
11003
11004 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11005 "Open Directory" as for "Open File".
11006
11007 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11008
11009 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11010 (push-mark-command): Run activate-mark-hook.
11011
11012 2005-03-06 Richard M. Stallman <rms@gnu.org>
11013
11014 * help-mode.el (help-mode-finish): Don't alter the element
11015 in view-return-to-alist if there already is one.
11016
11017 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11018 make sure the current buffer is the expected one.
11019
11020 * novice.el (disabled-command-function): Output in *Disabled Command*.
11021 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11022
11023 * textmodes/flyspell.el (flyspell-large-region):
11024 Pass args differently for aspell.
11025
11026 * files.el (mode-require-final-newline): Doc fix.
11027
11028 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11029
11030 * progmodes/which-func.el (which-function):
11031 Specify NOERROR when calling imenu--make-index-alist.
11032
11033 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11034
11035 * simple.el (normal-erase-is-backspace): Define default value.
11036
11037 * custom.el (custom-theme-set-variables): Remove unused var
11038 `immediate'.
11039 (custom-reevaluate-setting): Simple function to handle variables
11040 that are defined before their default value can really be
11041 computed.
11042
11043 * startup.el (command-line): Use it for temporary-file-directory,
11044 small-emporary-file-directory, auto-save-file-name-transforms,
11045 blink-cursor-mode, and normal-erase-is-backspace.
11046
11047 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11048 progress, even with buggy anchored keywords.
11049
11050 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11051
11052 * simple.el (goto-line): Remove unbalanced final parenthesis.
11053
11054 2005-03-05 Richard M. Stallman <rms@gnu.org>
11055
11056 * simple.el (goto-line): Use a number at point as the default.
11057 With C-u as arg, switch buffers.
11058
11059 2005-03-05 Juri Linkov <juri@jurta.org>
11060
11061 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11062 with `no-blinking-cursor'.
11063
11064 * startup.el (no-blinking-cursor): New defvar.
11065 (command-line): Add `--no-blinking-cursor' to longopts.
11066 Set `no-blinking-cursor' to t for command line arguments
11067 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11068 with `no-blinking-cursor' in the condition for calling
11069 `blink-cursor-mode'.
11070
11071 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11072
11073 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11074 (menu-bar-options-save): Add blink-cursor-mode.
11075 (menu-bar-options-menu): Add blink-cursor-mode.
11076
11077 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11078
11079 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11080 (icalendar-export-file, icalendar-export-region)
11081 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11082 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11083
11084 2005-03-04 Lute Kamstra <lute@gnu.org>
11085
11086 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11087 (debug-function-list): Ditto.
11088
11089 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11090
11091 * textmodes/texinfmt.el (texinfo-append-refill):
11092 Redefine the types of line to which @refill
11093 is not appended by replacing a search for `@refill\\|@bye' with
11094 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11095 itemize@refill' bug and the unfilled long lines bug.
11096 (texinfmt-version): Update number and date.
11097
11098 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11099
11100 * international/code-pages.el (windows-1250, windows-125[2-8])
11101 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11102
11103 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11104
11105 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11106 bound yet.
11107
11108 2005-03-02 Romain Francoise <romain@orebokech.com>
11109
11110 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11111 buffer after removing limits.
11112 (ibuffer-pop-filter): Ditto.
11113 Update copyright.
11114
11115 2005-03-02 Miles Bader <miles@gnu.org>
11116
11117 * button.el (make-text-button): If the user doesn't specify a
11118 type, use the default. Rewrite to use `add-text-properties' and
11119 plist functions.
11120
11121 2005-03-01 Lute Kamstra <lute@gnu.org>
11122
11123 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11124 (debugger-jumping-flag): New var.
11125 (debug-entry-code): Use it.
11126 (debugger-jump): Use debugger-jumping-flag and add
11127 debugger-reenable to post-command-hook.
11128 (debugger-reenable): Use debugger-jumping-flag and remove itself
11129 from post-command-hook.
11130 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11131 debugger-reenable.
11132
11133 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11134
11135 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11136 inclusion of "itemize\\|", which may be unnecessary, is certainly
11137 inelegant, and stops refilling in itemize lists when formatting
11138 Japanese Texinfo files to Info.
11139 Update copyright to 2005.
11140
11141 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11142
11143 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11144 of an error if GDB can't find the source file.
11145
11146 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11147
11148 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11149 not just the calendar.
11150
11151 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11152 first.
11153 (diary-redraw-calendar): New function.
11154 (make-diary-entry): Add diary-redraw-calendar to local
11155 write-contents-functions. Turn off selective display before
11156 inserting in diary.
11157
11158 2005-03-01 Kim F. Storm <storm@cua.dk>
11159
11160 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11161
11162 2005-03-01 Lute Kamstra <lute@gnu.org>
11163
11164 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11165 that debug-entry-code can be safely removed from a function while
11166 this code is being evaluated. Revert the 2005-02-27 change as the
11167 new implementation no longer requires it. Make sure that a
11168 function body containing just a string is not mistaken for a docstring.
11169 (debug): Skip one more frame in case of debug on entry.
11170 (debugger-setup-buffer): Delete one more frame line in case of
11171 debug on entry.
11172 (debugger-frame-number): Update to use the new text introduced by
11173 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11174
11175 2005-02-28 Kim F. Storm <storm@cua.dk>
11176
11177 * double.el (double-translate-key): Call force-window-update after
11178 read-event to avoid crash in redisplay.
11179
11180 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11181
11182 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11183 (debug): Use it. Move the inhibit-trace earlier.
11184 (debug-entry-code): New const.
11185 (debug-on-entry-1): Use it.
11186
11187 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11188
11189 * international/utf-16.el (ccl-encode-mule-utf-16le):
11190 Fix BUFFER_MAGNIFICATION to 2.
11191 (ccl-encode-mule-utf-16be): Likewise.
11192
11193 2005-02-28 Kenichi Handa <handa@m17n.org>
11194
11195 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11196 Fix BUFFER_MAGNIFICATION to 4.
11197 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11198
11199 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11200
11201 * speedbar.el (speedbar-update-flag): Doc fix.
11202 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11203 argument.
11204
11205 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11206
11207 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11208 have a non-nil `invisible' property but are actually visible.
11209
11210 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11211 for perldoc sections.
11212 (perl-outline-regexp, perl-outline-level): New var and function.
11213 (perl-mode): Use them.
11214
11215 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11216
11217 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11218 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11219
11220 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11221
11222 * cus-edit.el: Comment change.
11223 (custom-buffer-create-internal): Slightly reword text at top of
11224 Custom buffers. Mention there that saving an option edits the
11225 init file. Add link to Emacs manual node on `custom-file'.
11226 (custom-magic-alist): Rewrite individual State messages to use
11227 capitalized keywords. Doc fix.
11228
11229 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11230
11231 * calendar/calendar.el (calendar-buffer): Move above
11232 calendar-week-start-day.
11233 (calendar-week-start-day): Doc fix. Add :set function.
11234 (calendar-minimum-window-height): New variable.
11235 (generate-calendar-window): Only resize window if selected-window
11236 is displaying the calendar buffer. Use new variable
11237 calendar-minimum-window-height.
11238 (generate-calendar): Reword error message.
11239 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11240
11241 2005-02-27 Andreas Schwab <schwab@suse.de>
11242
11243 * vc.el (vc-do-command): Don't run command asynchronously when
11244 operating in a remote directory.
11245
11246 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11247 change from sync with Tramp 2.0.47.
11248
11249 2005-02-27 Richard M. Stallman <rms@gnu.org>
11250
11251 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11252
11253 * textmodes/flyspell.el (flyspell-mode-on):
11254 Call ispell-change-dictionary only if necessary.
11255
11256 * emacs-lisp/re-builder.el (regexp-builder): New function.
11257
11258 * register.el (describe-register-1): Explicitly handle
11259 yank-excluded-properties = t.
11260
11261 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11262 (custom-magic-alist): Change the status descriptions again.
11263 (face widget-type): Total rewrite based on `restricted-sexp'
11264 to eliminate the confusing double hiding levels.
11265
11266 * emacs-lisp/debug.el (debug-on-entry-1):
11267 If function body is empty, add nil as body form.
11268
11269 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * emacs-lisp/trace.el (inhibit-trace): New var.
11272 (trace-make-advice): Use it.
11273
11274 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11275
11276 2005-02-26 Kim F. Storm <storm@cua.dk>
11277
11278 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11279 (mouse-on-link-p, mouse-drag-region-1): Use it.
11280
11281 2005-02-25 Lute Kamstra <lute@gnu.org>
11282
11283 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11284
11285 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11286
11287 * frame.el (blink-cursor-mode): Add :group keyword.
11288
11289 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11290
11291 * calendar/icalendar.el (icalendar--decode-isodatetime):
11292 New optional argument DAY-SHIFT.
11293 (icalendar-export-region): Fix coding-system-for-write.
11294 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11295 events by one.
11296
11297 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11298
11299 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11300
11301 2005-02-24 Kim F. Storm <storm@cua.dk>
11302
11303 * international/iso-acc.el (iso-accents-compose): Fix crash
11304 during redisplay. Call force-window-update after read-event
11305 and delete-region to signal that window is not accurate.
11306
11307 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11308
11309 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11310 Remove unused and inexistent var `inhibit-trace'.
11311 (debugger-mode): Use run-mode-hooks.
11312 (debugger-list-functions): Add buttons; setup xref stack.
11313
11314 2005-02-23 Richard M. Stallman <rms@gnu.org>
11315
11316 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11317 appointment says it was explicitly made.
11318 (appt-add): Set the 3rd element.
11319 (appt-make-list): Preserve explicit appointments.
11320
11321 * subr.el (find-tag-default): Catch errors in forward-sexp.
11322
11323 2005-02-23 Juri Linkov <juri@jurta.org>
11324
11325 * info.el (Info-isearch-search): New defcustom.
11326 (Info-isearch-search): Call the default isearch function
11327 when Info-isearch-search is nil.
11328 (Info-isearch-wrap): Use variable Info-isearch-search.
11329
11330 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11331
11332 * cus-edit.el: Comment change.
11333
11334 2005-02-22 Kim F. Storm <storm@cua.dk>
11335
11336 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11337 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11338
11339 2005-02-22 Simon Josefsson <jas@extundo.com>
11340
11341 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11342 New variable.
11343 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11344 Oskarsson" <myrkraverk@users.sourceforget.net>.
11345
11346 2005-02-22 Kim F. Storm <storm@cua.dk>
11347
11348 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11349 check that window of that event is the selected window.
11350 (mouse-drag-region-1): Compare mouse event window to selected
11351 window before setting point.
11352
11353 * tooltip.el (tooltip-show-help-function): Pass event to
11354 mouse-on-link-p so it can check selected window.
11355
11356 2005-02-22 Kenichi Handa <handa@m17n.org>
11357
11358 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11359 (ps-mule-show-warning): New function.
11360 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11361 characters are found.
11362
11363 * ps-print.el (ps-header-footer-string): Return a list of header
11364 and footer strings.
11365
11366 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11367
11368 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11369
11370 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11371
11372 * frame.el (blink-cursor-mode): Use define-minor-mode.
11373
11374 * term/mac-win.el (function-key-map): Use char-names more consistently.
11375 (file-name-coding-system): Only set it for MacOS-9. The other case is
11376 already handled in mule-cmds.el (where it also works when mac-win.el
11377 is not used).
11378
11379 2005-02-21 Kenichi Handa <handa@m17n.org>
11380
11381 * international/mule.el (ctext-pre-write-conversion): Always use
11382 " *code-converting-work*" buffer for work.
11383
11384 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11385
11386 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11387
11388 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11389
11390 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11391
11392 * ses.el (undo-more): Restore defadvice, but only the part that
11393 allows changes outside the restricted area of the buffer.
11394
11395 2005-02-20 Kim F. Storm <storm@cua.dk>
11396
11397 * simple.el (line-move): Add fourth optional arg try-vscroll which
11398 must be set to perform auto-window-vscroll.
11399 When moving backwards and doing auto-window-vscroll, automatically
11400 vscroll to the last part of lines which are taller than the window.
11401 (next-line, previous-line): Set try-vscroll arg on line-move.
11402
11403 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11404
11405 * replace.el (query-replace, query-replace-regexp)
11406 (replace-string, replace-regexp): When operating on region, make
11407 the minibuffer prompt say so.
11408
11409 * isearch.el (isearch-forward): Document isearch-query-replace and
11410 isearch-query-replace-regexp keybindings.
11411
11412 2005-02-19 Jay Belanger <belanger@truman.edu>
11413
11414 * calc/calc-aent.el (math-read-token): Add local variable.
11415
11416 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11417 (calc-edit-top): Move declaration to earlier in file.
11418 (calc-edit-macro-repeats): Add local variables.
11419
11420 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11421 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11422 calcFunc-tanh.
11423 Adjust integration rule for calcFunc-tan.
11424
11425 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11426
11427 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11428 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11429 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11430 (viper-skip-separators): Bug fix.
11431 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11432 particular major mode.
11433 (viper-del-backward-char-in-replace): Don't put deleted char on the
11434 kill ring.
11435
11436 * viper-ex.el (viper-color-display-p): New function.
11437 (viper-has-face-support-p): Use viper-color-display-p.
11438
11439 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11440
11441 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11442
11443 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11444 (viper-file-remote-p): Make equivalent to file-remote-p.
11445
11446 * viper.el (viper-major-mode-modifier-list):
11447 Use viper-gnus-modifier-map.
11448
11449 2005-02-19 David Kastrup <dak@gnu.org>
11450
11451 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11452 quoting.
11453
11454 2005-02-19 Jay Belanger <belanger@truman.edu>
11455
11456 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11457 Remove extra definitions.
11458 (calc-coth): New function.
11459 (calcFunc-cot): Fix `let'.
11460
11461 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11462
11463 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11464 the reasons we use "type pc" in these faces.
11465
11466 * button.el (button): Ditto.
11467
11468 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11469
11470 * replace.el (query-replace-read-from): Set the value of
11471 query-replace-from-history-variable to handle the case of an empty
11472 string entered to accept the suggested default.
11473
11474 * net/tramp.el (tramp-file-name-for-operation):
11475 Use dired-call-process instead of dired-call-process-command.
11476
11477 2005-02-19 Jay Belanger <belanger@truman.edu>
11478
11479 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11480 (math-div-non-trig): New variables.
11481 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11482 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11483 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11484 trig expressions.
11485
11486 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11487
11488 * progmodes/gdb-ui.el (gdb-var-update-handler)
11489 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11490 for watch expressions,
11491 (gdb-var-create-handler): Don't set speedbar-update-flag.
11492 (gdb-post-prompt): Simplify test for speedbar.
11493
11494 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11495
11496 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11497 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11498 we use the syntax table of the correct buffer.
11499 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11500 Felix Gatzemeier.
11501
11502 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11503 (ediff-file-remote-p): Make synonymous with file-remote-p.
11504 In all deffaces ediff-*-face-*, use min-colors.
11505
11506 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11507 ediff-recurse-to-subdirectories.
11508 (ediff-mark-if-equal): Check that the arguments are strings, use
11509 ediff-same-contents (after to Felix Gatzemeier).
11510
11511 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11512 nil.
11513
11514 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11517
11518 2005-02-18 David Kastrup <dak@gnu.org>
11519
11520 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11521 use `mark-active' when defined.
11522
11523 2005-02-18 Kenichi Handa <handa@m17n.org>
11524
11525 * ps-print.el (ps-font-info-database): New entry
11526 ZapfChancery-MediumItalic with correct font name. Fix font name
11527 of the entry Zapf-Chancery-MediumItalic.
11528
11529 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11530
11531 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11532
11533 2005-02-16 Kim F. Storm <storm@cua.dk>
11534
11535 * ido.el (ido-fallback-command): Pass user input to fallback command.
11536
11537 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11538
11539 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11540 (gdb-find-file-hook): Add server prefix.
11541
11542 2005-02-16 Richard M. Stallman <rms@gnu.org>
11543
11544 * replace.el (perform-replace): Pass new args to replace-highlight.
11545 (replace-highlight): Take region args,
11546 and pass them to isearch-lazy-highlight-new-loop.
11547
11548 * novice.el (disabled-command-hook): Autoload the defalias
11549 and the make-obsolete-variable call.
11550
11551 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11552
11553 * isearch.el (isearch-lazy-highlight-start-limit)
11554 (isearch-lazy-highlight-end-limit): New variables limit
11555 the region for highlighting.
11556 (isearch-lazy-highlight-new-loop): New args BEG and END.
11557 (isearch-lazy-highlight-search): Use the new vars.
11558 (isearch-lazy-highlight-update): Likewise.
11559
11560 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11561
11562 * cus-start.el (all): Use default-boundp.
11563
11564 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11565
11566 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11567
11568 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11569
11570 * autorevert.el (auto-revert-stop-on-user-input)
11571 (auto-revert-verbose): Doc fixes.
11572
11573 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11574
11575 * international/mule-cmds.el (set-locale-environment): Remove call
11576 to set-selection-coding-system on Windows.
11577
11578 2005-02-15 Jay Belanger <belanger@truman.edu>
11579
11580 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11581 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11582 calcFunc-coth.
11583 (math-simplify-sqrt): Add simplifications.
11584
11585 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11586 to list.
11587
11588 * calc/calc-ext.el: Add functions to autoloads.
11589
11590 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11591 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11592 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11593 (math-csc-raw, math-cot-raw): New functions.
11594
11595 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11596
11597 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11598 the variable name in a message.
11599
11600 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11601 calcFunc-csc, calcFunc-cot.
11602
11603 * calc/calcalg2.el: Add derivative and integration rules for
11604 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11605 calcFunc-csch, calcFunc-coth.
11606 (math-do-integral-methods): Add to checks for when to use
11607 substitutions.
11608
11609 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11610
11611 2005-02-15 Lute Kamstra <lute@gnu.org>
11612
11613 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11614 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11615 <monnier@iro.umontreal.ca>
11616 (lisp-outline-level): Improve efficiency. Suggested by David
11617 Kastrup <dak@gnu.org>.
11618
11619 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11620
11621 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11622 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11623 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11624 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11625 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11626
11627 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11628
11629 * cus-start.el (all): Comment change.
11630
11631 2005-02-14 Lute Kamstra <lute@gnu.org>
11632
11633 * cus-start.el (all): Check if symbol is void.
11634
11635 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11636
11637 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11638 optional argument to \cite.
11639
11640 2005-02-14 Richard M. Stallman <rms@gnu.org>
11641
11642 * cus-edit.el (custom-buffer-create-internal): Update help message.
11643 (custom-magic-alist): Update help messages.
11644
11645 * cus-start.el (all): Allow a var to specify a standard value.
11646
11647 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11648
11649 * custom.el (custom-theme-set-variables): Handle variable aliases.
11650
11651 * frame.el (blink-cursor-timer): Doc fix.
11652 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11653 declare obsolete.
11654 (blink-cursor-mode): Define with defcustom and use correct
11655 standard expression in that defcustom.
11656 * startup.el (command-line): Adapt to above changes in frame.el.
11657
11658 2005-02-11 Lute Kamstra <lute@gnu.org>
11659
11660 * apropos.el (apropos-score-doc): Prevent division by zero.
11661
11662 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11663
11664 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11665 (icalendar--get-event-property-attributes)
11666 (icalendar--get-event-properties)
11667 (icalendar--datetime-to-diary-date): New functions.
11668 (icalendar--split-value): Doc fix.
11669 (icalendar--datetime-to-noneuropean-date)
11670 (icalendar--datetime-to-european-date): New optional argument
11671 SEPARATOR. Return result as a string instead of a list.
11672 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11673 (icalendar--convert-string-for-export): Rename arg S to STRING.
11674 (icalendar-export-region): Doc fix. Change name of error buffer.
11675 Save output buffer.
11676 (icalendar-import-file): Add blank at end of prompt.
11677 (icalendar-import-buffer): Doc fix. Do not switch to error
11678 buffer. Indicate status in return value.
11679 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11680 buffer. Save output buffer. Handle exception from recurrence
11681 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11682 events. Fix problems with weekly all-day events.
11683
11684 2005-02-10 Richard M. Stallman <rms@gnu.org>
11685
11686 * simple.el (eval-expression-print-format):
11687 Avoid warning about edebug-active.
11688
11689 * help.el (help-for-help-internal): Rename from help-for-help.
11690 (help-for-help): Define with defalias.
11691
11692 * font-core.el (font-lock-default-function): Use with-no-warnings.
11693
11694 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11695
11696 * custom.el (defface): Doc fix.
11697
11698 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11699
11700 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11701 width 0" to prevent word wrapping problems.
11702
11703 2005-02-09 Kim F. Storm <storm@cua.dk>
11704
11705 * ido.el (ido-file-extensions-order): New defcustom.
11706 (ido-file-extension-lessp, ido-file-extension-aux)
11707 (ido-file-extension-order): New advanced file ordering.
11708 (ido-file-lessp): New simple file ordering.
11709 (ido-sort-list): Remove.
11710 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11711 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11712
11713 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11714
11715 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11716 that some versions of grep produce.
11717 (grep-mode-font-lock-keywords): Likewise.
11718
11719 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11720
11721 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11722 (gdb-cdir): Delete.
11723 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11724 (gdb-source-info): Treat case when source file is in another
11725 directory properly.
11726 (gdb-get-location): New function.
11727
11728 2005-02-07 Jay Belanger <belanger@truman.edu>
11729
11730 * calc/calc-prog.el (calc-write-parse-table-part)
11731 (calc-fix-token-name): Fix a check for language type.
11732
11733 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11734
11735 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11736
11737 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11738 as directory not writable.
11739
11740 2005-02-07 Kim F. Storm <storm@cua.dk>
11741
11742 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11743 (cua--standard-movement-commands): Remove list.
11744 Instead, set CUA property value to move for movement commands.
11745 (cua-movement-commands): Remove. Users must set CUA prop instead.
11746 (cua--pre-command-handler): Check CUA property.
11747 (cua--init-keymaps): Don't remap undo commands.
11748 (cua-mode): Don't call cua--rectangle-on-off.
11749
11750 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11751 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11752 (cua--rect-undo-set-point): New var.
11753 (cua--rectangle-undo-boundary): Setup undo apply entry.
11754 (cua--rect-undo-handler): New function for rectangle undo.
11755 (cua--rect-start-position, cua--rect-end-position): Add.
11756 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11757 for restored rectangle. Set point if cua--rect-undo-set-point.
11758
11759 2005-02-06 Jay Belanger <belanger@truman.edu>
11760
11761 * calc/calc-lang.el (calc-tex-language): Display more information
11762 in messages.
11763
11764 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11765 in TeX mode.
11766
11767 2005-02-06 Richard M. Stallman <rms@gnu.org>
11768
11769 * emacs-lisp/lisp.el (buffer-end): Doc fix.
11770
11771 2005-02-05 Arne_J,Ax(Brgensen <arne@arnested.dk> (tiny change)
11772
11773 * net/ldap.el (ldap-search-internal): Support attributes with
11774 optional descriptions separated by a semi-colon, as in
11775 "userCertificate;binary".
11776
11777 2005-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
11778
11779 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11780 isn't a cons (i.e. the version is 0).
11781
11782 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11783
11784 * help.el (help-for-help): Doc fix.
11785
11786 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
11787
11788 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
11789 GDB-Windows on the menu-bar as this works better.
11790
11791 2005-02-04 Jay Belanger <belanger@truman.edu>
11792
11793 * calc/calc-embed.el (calc-embedded-update): Don't put in
11794 unnecessary newlines. Adjust the end of formula marker.
11795
11796 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11797 (math-latex-parse-two-args): New function.
11798
11799 2005-02-03 Lute Kamstra <lute@gnu.org>
11800
11801 * help-fns.el (help-with-tutorial): Make sure that users cannot
11802 remove the entire text of the tutorial by means of `undo'.
11803
11804 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11805
11806 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
11807 in recent changes, where the ispell process was repeatedly
11808 killed & restarted.
11809
11810 * international/mule-cmds.el (set-locale-environment): Set file-name
11811 coding system to utf-8 on Darwin systems.
11812 (set-default-coding-systems): Don't set default-file-name-coding-system
11813 on Darwin systems.
11814
11815 2005-02-03 Richard M. Stallman <rms@gnu.org>
11816
11817 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
11818
11819 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
11820
11821 * faces.el (list-faces-display): Add optional argument.
11822
11823 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11824
11825 * font-core.el (font-lock-default-function): Handle the rare case where
11826 only font-lock-keywords is set.
11827
11828 2005-02-02 Kenichi Handa <handa@m17n.org>
11829
11830 * international/characters.el: Cancel previous change for
11831 I-WITH-DOT-ABOVE and DOTLESS-i.
11832
11833 * international/latin-5.el: Cancel previous change.
11834
11835 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11836
11837 * progmodes/gud.el: Correction to syntax in gud-menu-map.
11838
11839 2005-02-02 Kenichi Handa <handa@m17n.org>
11840
11841 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
11842 DOTLESS-i.
11843
11844 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
11845 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
11846
11847 * case-table.el (get-upcase-table): New function.
11848 (copy-case-table): Copy upcaes table too if non-nil.
11849 (set-case-syntax-delims): Maintain upcase table too.
11850 (set-case-syntax-pair): Likewise.
11851 (set-upcase-syntax, set-downcase-syntax): New functions.
11852 (set-case-syntax): Maintain upcase table too.
11853
11854 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11855
11856 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
11857
11858 * progmodes/gud.el (gud-goto-info): New function.
11859 (gud-tool-bar-map): Use correct icon.
11860
11861 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11862
11863 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
11864 When delegating, order args in the funcall correctly.
11865
11866 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11867
11868 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
11869
11870 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
11871
11872 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
11873 buffer not visiting a file.
11874
11875 2005-01-31 Jay Belanger <belanger@truman.edu>
11876
11877 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
11878 bound on the line with the formula.
11879
11880 2005-01-31 Kim F. Storm <storm@cua.dk>
11881
11882 * ses.el (ses-create-cell-variable-range)
11883 (ses-destroy-cell-variable-range, ses-reset-header-string)
11884 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
11885 (ses-insert-row): Fix format of apply undo entries.
11886
11887 2005-01-31 Jay Belanger <belanger@truman.edu>
11888
11889 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
11890 parts.
11891
11892 * calc/calc-embed.el (calc-embedded-open-formula)
11893 (calc-embedded-close-formula): Ignore matrix environments.
11894
11895 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
11896 TeX mode.
11897
11898 * calc/calc-lang.el (math-function-table, math-oper-table)
11899 (math-variable-table): Adjust the LaTeX portions.
11900
11901 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
11902 (math-latex-ignore-words): New constant.
11903
11904 2005-01-31 Richard M. Stallman <rms@gnu.org>
11905
11906 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
11907 (ispell-local-dictionary): Doc fix.
11908 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
11909 Don't reinitialize at run time. Don't defcustom.
11910 All uses changed to append ispell-local-dictionary-alist,
11911 or check it first.
11912 (ispell-current-dictionary): New variable for dictionary in use.
11913 (ispell-dictionary): Now used only for global default.
11914 (ispell-start-process): Set ispell-current-dictionary,
11915 not ispell-dictionary.
11916 (ispell-change-dictionary): Use this only for setting
11917 user preferences.
11918 (ispell-internal-change-dictionary): New function
11919 to change the current dictionary in use.
11920 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
11921 Use ispell-current-dictionary.
11922 Handle ispell-local-dictionary-overridden.
11923 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
11924
11925 2005-01-31 Jay Belanger <belanger@truman.edu>
11926
11927 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
11928
11929 * calc/calc-ext.el: Add calc-latex-language to autoloads.
11930 (calc-mode-map): Add calc-latex-language.
11931
11932 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
11933 (math-latex-print-frac): New functions.
11934 (math-oper-table, math-function-table, math-variable-table)
11935 (math-complex-format, math-input-filter): Add latex properties.
11936 (calc-set-language): Set math-expr-special-function-mapping.
11937
11938 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
11939 (calc-write-parse-table-part): Add LaTeX support.
11940
11941 * calc/calc.el (calc-language): Adjust docstring.
11942 (calc-set-mode-line): Add LaTeX support.
11943 (math-expr-special-function-mapping): New variable.
11944 (math-tex-ignore-words): Add to list.
11945
11946 * calc/calccomp.el (math-compose-expr, math-compose-rows):
11947 Add LaTeX support.
11948 (math-compose-expr): Add support for special functions.
11949
11950 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
11951
11952 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
11953
11954 * progmodes/gdb-ui.el (gdb-memory-address)
11955 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
11956 (gdb-memory-mode-map, gdb-memory-format-keymap)
11957 (gdb-memory-format-menu, gdb-memory-unit-keymap)
11958 (gdb-memory-unit-menu): New variables for a buffer
11959 that lets the user examine program memory.
11960 (gdb-memory-set-address, gdb-memory-set-repeat-count)
11961 (gdb-memory-format-binary, gdb-memory-format-octal)
11962 (gdb-memory-format-unsigned, gdb-memory-format-signed)
11963 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
11964 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
11965 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11966 (gdb-memory-unit-byte, gdb-memory-unit-menu)
11967 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
11968 (gdb-memory-mode, gdb-memory-buffer-name)
11969 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
11970 New functions for above buffer.
11971
11972 2005-01-30 Richard M. Stallman <rms@gnu.org>
11973
11974 * cus-edit.el (custom-bury-buffer): Function deleted.
11975 (custom-buffer-done-function): Option deleted.
11976 (custom-buffer-done-kill): New (replacement option.
11977 (Custom-buffer-done): Call quit-window.
11978 (custom-buffer-create-internal): Update for above changes.
11979
11980 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
11981
11982 * simple.el (undo-ask-before-discard): New var.
11983 (undo-outer-limit-truncate): Implement it.
11984 (undo-extra-outer-limit): Doc update.
11985
11986 2005-01-29 Richard M. Stallman <rms@gnu.org>
11987
11988 * ses.el (undo-more): Delete defadvice.
11989 (ses-begin-change): Doc fix.
11990
11991 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
11992 instead of rebinding C-x u and C-_.
11993
11994 * files.el (normal-backup-enable-predicate): Return nil for files
11995 in /tmp, regardless of temporary-file-directory.
11996
11997 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
11998
11999 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12000 (open-rectangle, delete-whitespace-rectangle-line)
12001 (clear-rectangle-line): If FILL, pass t instead of FILL
12002 for move-to-column's 2nd arg.
12003
12004 * simple.el (undo): Fix the test for continuing a series of undos.
12005 (undo-more): Set pending-undo-list to t when we reach end.
12006 (pending-undo-list): Move up defvar.
12007
12008 * wid-edit.el (widget-button-click):
12009 Shorten the range of the track-mouse binding.
12010
12011 * comint.el (comint-insert-input): Undo previous changes;
12012 use last-input-event in interactive spec.
12013
12014 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12015
12016 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12017 to nil before invoking call-process. Reset buffer's modified flag
12018 after fontifying it in the no-async branch.
12019
12020 * wid-edit.el (widget-specify-button): If mouse pointer shape
12021 cannot be changed, use mouse face instead.
12022
12023 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12024
12025 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12026 (gdb-goto-breakpoint): Make breakpoint handling work on template
12027 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12028 (gdb-assembler-custom): Update to recognize breakpoint information
12029 added on 2005-01-19.
12030
12031 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12032
12033 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12034 (dsssl-mode): Use define-derived-mode.
12035 (scheme-mode-initialize): Remove.
12036 (scheme-mode): Use run-mode-hooks.
12037
12038 * cus-edit.el (customize-group-other-window)
12039 (custom-buffer-create-other-window): Don't override special-display-*.
12040 (custom-mode-map): Make it dense.
12041
12042 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12043 sets the default value.
12044
12045 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12046
12047 * descr-text.el: Add more keywords.
12048
12049 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12050
12051 * speedbar.el: Avoid unnecessary use of locate-library.
12052
12053 * international/mule-cmds.el (standard-display-european-internal):
12054 Don't fiddle with latin-1 non-break space any more since it's now
12055 special cased in the C code.
12056 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12057
12058 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12059
12060 * cus-start.el (all): Add `undo-outer-limit'.
12061
12062 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12063
12064 * textmodes/bibtex.el (bibtex-format-entry):
12065 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12066 field lines.
12067 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12068 not on part of a buffer.
12069
12070 2005-01-25 Lute Kamstra <lute@gnu.org>
12071
12072 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12073 nonempty field text strings like "{letters\\macro{}more letters}".
12074 Clarify docstring.
12075 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12076 (bibtex-entry-offset, bibtex-parse-association)
12077 (bibtex-parse-field-name): Fix typos in docstrings.
12078 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12079
12080 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12081
12082 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12083 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12084 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12085 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12086
12087 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12088 isearch minor mode.
12089
12090 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12091
12092 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12093
12094 2005-01-24 Lute Kamstra <lute@gnu.org>
12095
12096 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12097 CASECHARS and NOT-CASECHARS regular expressions of the
12098 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12099 striding over charsets" error.
12100
12101 2005-01-24 Jay Belanger <belanger@truman.edu>
12102
12103 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12104 display variable name.
12105
12106 2005-01-24 Kenichi Handa <handa@m17n.org>
12107
12108 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12109 Fix setting of the element of encoded-kbd-iso2022-invocations.
12110
12111 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12112
12113 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12114 (gdb-threads-select): Change to also accept mouse events.
12115 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12116 (gdb-threads-mouse-select): Delete.
12117
12118 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12119
12120 * files.el (insert-directory): Take care of empty directory,
12121 listed without -a switch.
12122
12123 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * textmodes/refill.el (refill-post-command-function):
12126 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12127 to the list of functions that we should be careful not to undo.
12128 (refill-late-fill-paragraph-function): Remove.
12129 (refill-saved-state): New var.
12130 (refill-mode): Use it to save fill-paragraph-function.
12131 Save also the value of auto-fill-function.
12132
12133 * term/w32-win.el: Simplify code.
12134
12135 2005-01-23 Kim F. Storm <storm@cua.dk>
12136
12137 * simple.el (line-move): Adapt to new return value from
12138 pos-visible-in-window-p.
12139
12140 * simple.el (line-move): Fix last change. Check partial
12141 visibility at point rather than at window-start.
12142
12143 2005-01-22 Jason Rumney <jasonr@gnu.org>
12144
12145 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12146
12147 2005-01-22 David Kastrup <dak@gnu.org>
12148
12149 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12150
12151 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12152
12153 * type-break.el (type-break-mode): Add a test for
12154 type-break-file-name being non-nil.
12155
12156 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12157
12158 * net/eudc.el (top level): Call (message "") via progn, so that
12159 eudc-options-file is loaded.
12160
12161 2005-01-22 Kim F. Storm <storm@cua.dk>
12162
12163 * simple.el (line-move-1): Rename from line-move.
12164 (line-move): New function that adjusts vscroll for partially
12165 visible rows, and calls line-move-1 otherwise.
12166
12167 2005-01-21 Ren,Ai(B Kyllingstad <listmailxemacs@kyllingstad.com>
12168
12169 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12170 since it's not a complete read-event implementation
12171
12172 2005-01-20 Jay Belanger <belanger@truman.edu>
12173
12174 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12175 for called function.
12176
12177 2005-01-20 Steven Tamm <steventamm@mac.com>
12178
12179 * term/mac-win.el (process-connection-type): Remove.
12180 Controlled now by s/darwin.h:PTY_ITERATION.
12181
12182 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12183
12184 * window.el (handle-select-window): Don't switch window when we're
12185 in the minibuffer.
12186
12187 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12188
12189 * subr.el (dotimes-with-progress-reporter): New macro.
12190
12191 * ses.el (ses-dotimes-msg): Remove macro.
12192 Use `dotimes-with-progress-reporter' instead.
12193
12194 2005-01-19 Steven Tamm <steventamm@mac.com>
12195
12196 * term/mac-win.el (process-connection-type): Use new
12197 operating-system-release variable to use ptys on Darwin 7 (OS X
12198 10.3) when using carbon build.
12199
12200 2005-01-19 Jay Belanger <belanger@truman.edu>
12201
12202 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12203 flags if the last command was a tab or M-tab.
12204
12205 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12206 in formula editing buffer.
12207
12208 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12209
12210 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12211 breakpoint image symbol in margin.
12212
12213 2005-01-19 Jay Belanger <belanger@truman.edu>
12214
12215 * calc/calc-prog.el (calc-execute-kbd-macro):
12216 Ignore calc-keep-arg-flag.
12217
12218 2005-01-19 Kenichi Handa <handa@m17n.org>
12219
12220 * textmodes/ispell.el (ispell-looking-at): New function.
12221 (ispell-process-line): Use ispell-looking-at to compare the ispell
12222 output and the buffer contents.
12223
12224 2005-01-18 Jay Belanger <belanger@truman.edu>
12225
12226 * calc/calc.el (calc-display-raw): Fix docstring.
12227
12228 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * simple.el (blink-matching-open): Strip extra info from syntax.
12231
12232 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12233 funny chars in the end-of-here-doc marker.
12234
12235 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12236
12237 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12238 that enable/disabled state of breakpoints is shown correctly in
12239 fringe and on ttys.
12240 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12241 Add breakpoint information as text properties.
12242 (gdb-mouse-toggle-breakpoint):
12243 Rename to gdb-mouse-set-clear-breakpoint.
12244 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12245 breakpoints in the margin.
12246 (gdb-remove-strings): Simplify.
12247
12248 2005-01-17 Jay Belanger <belanger@truman.edu>
12249
12250 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12251 erasing buffer.
12252
12253 2005-01-17 Richard M. Stallman <rms@gnu.org>
12254
12255 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12256 for calling grep-compute-defaults.
12257
12258 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12259 if buffer is empty.
12260
12261 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12262
12263 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12264
12265 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12266
12267 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12268 non-preloaded variables.
12269
12270 2005-01-17 Steven Tamm <steventamm@mac.com>
12271
12272 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12273 tex-shell cause to force interactivity when using pipes.
12274
12275 2005-01-17 Kim F. Storm <storm@cua.dk>
12276
12277 * simple.el (just-one-space): Make arg optional.
12278
12279 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12280
12281 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12282 posn-at-x-y to t to access left-margin.
12283
12284 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12285
12286 Sync with Tramp 2.0.47.
12287
12288 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12289 catching keep-date problems in cp/scp operations.
12290 (tramp-handle-copy-file): Don't call `set-file-modes'
12291 unconditionally. Specialized functions should know better what is
12292 necessary. This improves performance a little bit, and the
12293 functions could catch errors with `cp -p' and `scp -p'.
12294 (tramp-do-copy-or-rename-file-via-buffer)
12295 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12296 when appropriate.
12297 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12298 Call `set-file-modes' when appropriate.
12299 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12300 Johnsson <isak@hypergene.com>
12301 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12302 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12303 <joakim@verona.se>
12304 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12305 Emacs only.
12306
12307 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12308 `find-file-hooks' and `dired-mode-hook'.
12309 (tramp-minor-mode-map): Respective map. Add remapping for
12310 `compile' and `recompile'.
12311 (tramp-remap-command, tramp-recompile): New defuns.
12312 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12313 in buffer "*Compilation*". Call the commands asynchronously.
12314
12315 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12316 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12317 `shell-command', because it isn't magic in XEmacs. Reported by
12318 Adrian Aichner <adrian@xemacs.org>.
12319
12320 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12321 `substitute-in-file-name.
12322 (tramp-smb-handle-substitute-in-file-name): New defun.
12323 (tramp-smb-advice-PC-do-completion): Delete advice.
12324
12325 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12326
12327 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12328 Fix error in deleting region.
12329
12330 2005-01-15 Richard M. Stallman <rms@gnu.org>
12331
12332 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12333 In non-temp buffer, switch syntax table temporarily.
12334
12335 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12336
12337 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12338
12339 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12340
12341 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12342 (imenu--generic-function): Use START, not BEG, as pos of definition.
12343
12344 * simple.el (just-one-space): Argument specifies number of spaces.
12345
12346 * simple.el (eval-expression-print-format): Avoid warning
12347 about edebug-active.
12348
12349 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12350
12351 * progmodes/sh-script.el: Code copied from make-mode.el
12352 with small changes,
12353 (sh-mode-map): Bind C-c C-\.
12354 (sh-backslash-column, sh-backslash-align): New variables.
12355 (sh-backslash-region, sh-append-backslash): New functions.
12356
12357 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12358
12359 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12360 (rmail-pop-password, rmail-pop-password-required): Move to
12361 rmail-obsolete group.
12362 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12363 All callers updated.
12364 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12365 Take an argument specifying whether it is POP or IMAP mailbox we
12366 are using. All callers updated.
12367 (rmail-pop-password-error): Rename to
12368 rmail-remote-password-error. Added mailutils-specific error message.
12369 (rmail-movemail-search-path)
12370 (rmail-movemail-variant-in-use): New variables.
12371 (rmail-remote-password, rmail-remote-password-required):
12372 New customization variables.
12373 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12374 (rmail-parse-url): New function.
12375 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12376 with GNU mailutils movemail.
12377
12378 2005-01-15 Kevin Ryde <user42@zip.com.au>
12379
12380 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12381 suffix to space, $ or '$, to correctly position point when going
12382 to @table style constants like DBL_MAX.
12383
12384 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12385
12386 * type-break.el (type-break-mode, type-break-file-time)
12387 (type-break-file-keystroke-count, type-break-choose-file):
12388 Don't store data in or load data from the file if type-break-file-name
12389 is nil.
12390 (type-break-file-name): Doc update as per the above.
12391
12392 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12393
12394 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12395 lookup-key might return nil; handle that.
12396
12397 2005-01-15 Alan Mackenzie <acm@muc.de>
12398
12399 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12400 rather than the element found, thus enabling the tree to be setcar'd.
12401
12402 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12403
12404 * textmodes/org.el (org-show-following-heading): New option.
12405 (org-show-hierarchy-above): Use `org-show-following-heading'.
12406 (org-cycle): Documentation fix.
12407
12408 * textmodes/org.el (orgtbl-optimized): New option
12409 (orgtbl-mode): New command, a minor mode.
12410 (orgtbl-mode-map): New variable.
12411 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12412 (orgtbl-error, orgtbl-self-insert-command)
12413 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12414
12415 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12416 a local variable in each org-mode buffer.
12417
12418 * textmodes/org.el (org-set-regexps-and-options): Rename from
12419 `org-set-regexps'. Added checking for STARTUP keyword.
12420 (org-get-current-options): Add STARTUP options.
12421 (org-table-insert-row): Make mode intelligent about when
12422 realignment is needed.
12423 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12424 New commands.
12425 (org-enable-table-editor): New default value `optimized'.
12426 (org-table-blank-field): Support blanking regions if active.
12427
12428 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12429
12430 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12431 if the year is not given.
12432
12433 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12434 Add new escapes %m and %M, fixed bug with %F by adding
12435 save-match-data.
12436 (reftex-reference): Remove ?. from list of spaces.
12437 (reftex-label-info): Add automatic label prefix recognition.
12438
12439 * textmodes/reftex-index.el (reftex-index-next-phrase):
12440 Add slave parameter to call of `reftex-index-this-phrase'.
12441 (reftex-index-this-phrase): New optional argument.
12442 (reftex-index-region-phrases): Add slave parameter to call of
12443 `reftex-index-this-phrase'.
12444 (reftex-display-index): New argument redo.
12445 (reftex-index-rescan): Add 'redo to arguments of
12446 `reftex-display-index'.
12447 (reftex-index-Rescan, reftex-index-revert)
12448 (reftex-index-switch-index-tag): Add 'redo to arguments of
12449 `reftex-display-index'.
12450 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12451 indexing. Fix bug with matching is there is a quote before or
12452 after the word.
12453
12454 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12455 Fix bug when collecting citation keys in lines with comments.
12456 (reftex-citation): Prefix argument no longer rescans the document,
12457 but forces prompting for optional arguments of cite macros.
12458 (reftex-do-citation): Prompting for optional arguments implemented.
12459
12460 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12461 Add optional arguments to most cite commands.
12462 (reftex-cite-cleanup-optional-args): New option
12463 (reftex-cite-prompt-optional-args): New option.
12464 (reftex-trust-label-prefix): New option.
12465
12466 * textmodes/reftex-toc.el (reftex-toc-find-section):
12467 Add push-mark before changing the position in the buffer.
12468
12469 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12470 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12471
12472 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12473
12474 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12475 more carefully.
12476
12477 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12478
12479 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12480 (sgml-mode): Use it.
12481 (sgml-get-context): Better keep track of implicitly closed tags.
12482
12483 2005-01-13 Kenichi Handa <handa@m17n.org>
12484
12485 * textmodes/ispell.el: These changes are to fix misalignment error
12486 caused by equivalent characters of different Emacs charsets.
12487 (ispell-unified-chars-table): New variable.
12488 (ispell-get-decoded-string): New function.
12489 (ispell-get-casechars, ispell-get-not-casechars)
12490 (ispell-get-otherchars): Call ispell-get-decoded-string.
12491
12492 2005-01-12 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net>
12493
12494 * custom.el (custom-declare-variable): Just put symbol instead
12495 of (defvar . symbol) in `current-load-list'.
12496
12497 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12498
12499 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12500
12501 2005-01-12 Jay Belanger <belanger@truman.edu>
12502
12503 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12504 to create a Calc summary.
12505
12506 2005-01-12 Kim F. Storm <storm@cua.dk>
12507
12508 * mouse.el (mouse-on-link-p): Change functionality and doc
12509 string to comply with latest description in lisp ref.
12510
12511 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12512
12513 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12514 Enable mouse clicks on mode-line, header-line and margin.
12515 (event-type): Give mouse event symbols an 'event-kind property
12516 with value 'mouse-click.
12517
12518 2005-01-12 Juri Linkov <juri@jurta.org>
12519
12520 * facemenu.el (list-colors-display): Add new arg buffer-name.
12521 Use it. Fix docstring. Replace code for identifying duplicate
12522 colors by the name with call to `list-colors-duplicates' which
12523 identifies duplicate colors by the value unless the color
12524 is one of special Windows colors. Set truncate-lines to t.
12525 Print sorted duplicate color names on each line. Indent to 22
12526 \(the longest color name in rgb.txt) instead of 20. Optimize.
12527 (list-colors-duplicates): New function.
12528 (facemenu-color-name-equal): Delete function.
12529
12530 * facemenu.el (list-colors-print): New function created from code
12531 in list-colors-display. Print #RRGGBB at the window right edge.
12532 (list-colors-display): When temp-buffer-show-function is not
12533 defined, call list-colors-print from temp-buffer-show-hook
12534 to get the right value of window-width in list-colors-print
12535 after the buffer is displayed.
12536
12537 * simple.el (pop-mark): Move deactivate-mark out of conditional
12538 part to deactivate the active mark regardless of the state of the
12539 mark ring.
12540
12541 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12542 variables line in desktop files.
12543
12544 2005-01-12 Juri Linkov <juri@jurta.org>
12545
12546 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12547 Bring together isearch highlight related options.
12548 (lazy-highlight): Replace group `replace' by `matching'.
12549 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12550 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12551 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12552 and declare them obsolete.
12553 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12554 (isearch-faces): Remove defgroup.
12555 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12556 Move isearch highlighting code closer to lazy highlighting code.
12557
12558 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12559 (query-replace-highlight, query-replace-lazy-highlight)
12560 (query-replace): Move definitions to the beginning of the file.
12561
12562 2005-01-11 Juri Linkov <juri@jurta.org>
12563
12564 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12565 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12566 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12567
12568 * info.el (Info-history-forward): New variable.
12569 (Info-select-node): Reset Info-history-forward to nil.
12570 (Info-last): Turn into defalias.
12571 (Info-history-back): Rename from Info-last.
12572 Add current node to Info-history-forward.
12573 (Info-history-forward): New fun.
12574 (Info-mode-map): Replace Info-last by Info-history-back.
12575 Bind Info-history-forward to "r".
12576 (Info-mode-menu): Replace Info-last by Info-history-back.
12577 Fix menu item text. Add menu item for Info-history-forward.
12578 (info-tool-bar-map): Replace Info-last by Info-history-back.
12579 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12580 for Info-history-forward.
12581 (Info-mode): Replace Info-last by Info-history-back in docstring.
12582 Add local variable Info-history-forward.
12583 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12584
12585 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12586
12587 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12588 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12589 Ignore select-window events rather than fiddle with
12590 mouse-autoselect-window.
12591
12592 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12593
12594 * type-break.el (type-break-mode): Fix previous change.
12595
12596 2005-01-10 Jay Belanger <belanger@truman.edu>
12597
12598 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12599 calculator; only reset when point is inside a calculator.
12600 Don't adjust the window height if the window takes up the whole height
12601 of the frame.
12602
12603 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12604
12605 * ebuff-menu.el (Electric-buffer-menu-mode):
12606 Preserve value of buffer-local var header-line-format.
12607
12608 2005-01-09 Jay Belanger <belanger@truman.edu>
12609
12610 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12611 Make sure settings file exists before accessing it.
12612
12613 * calc/calc-embed.el (calc-embedded-subst):
12614 Replace math-multi-subst-rec, which is only supposed to be called
12615 by math-multi-subst, by math-multi-subst.
12616
12617 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12618
12619 * vc.el (vc-allow-async-revert): New user option.
12620 (vc-disable-async-diff): New internal variable.
12621 (vc-revert-buffer): Use them to disable asynchronous diff.
12622
12623 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12624 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12625 asynchronously if vc-disable-async-diff is t.
12626
12627 2005-01-09 Jay Belanger <belanger@truman.edu>
12628
12629 * calc/calc.el (defcalcmodevar): New macro.
12630 (calc-mode-var-list-restore-default-values)
12631 (calc-mode-var-list-restore-saved-values): New functions.
12632 (calc-mode-var-list): Use defcalcmodevar to define it.
12633 (calc-always-load-extensions, calc-line-numbering)
12634 (calc-line-breaking, calc-display-just, calc-display-origin)
12635 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12636 (calc-group-char, calc-point-char, calc-frac-format)
12637 (calc-prefer-frac, calc-hms-format, calc-date-format)
12638 (calc-float-format, calc-full-float-format, calc-complex-format)
12639 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12640 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12641 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12642 (calc-matrix-brackets, calc-language, calc-language-option)
12643 (calc-left-label, calc-right-label, calc-word-size)
12644 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12645 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12646 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12647 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12648 (calc-window-height, calc-display-trail, calc-show-selections)
12649 (calc-use-selections, calc-assoc-selections)
12650 (calc-display-working-message, calc-auto-why, calc-timing)
12651 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12652 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12653 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12654 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12655 (calc-gnuplot-geometry, calc-graph-default-resolution)
12656 (calc-graph-default-resolution-3d, calc-invocation-macro)
12657 (calc-show-banner): Use defcalcmodevar to declare them and set
12658 their default values.
12659
12660 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12661 instead of default values (but restore default values if there is
12662 an argument of 0).
12663
12664 2005-01-09 David Kastrup <dak@gnu.org>
12665
12666 * desktop.el (desktop-restore-eager): Fix typo in type.
12667
12668 2005-01-08 Richard M. Stallman <rms@gnu.org>
12669
12670 * cus-edit.el (customize): Delete :link.
12671
12672 2005-01-08 Jay Belanger <belanger@truman.edu>
12673
12674 * calc/calc.el (calc-mode): Remove the extension from the
12675 `calc-settings-file' file name when loading it.
12676
12677 2005-01-08 Kim F. Storm <storm@cua.dk>
12678
12679 * info.el (Info-mode-map, Info-next-link-keymap)
12680 (Info-prev-link-keymap, Info-up-link-keymap):
12681 Map follow-link to mouse-face.
12682 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12683
12684 2005-01-08 Jay Belanger <belanger@truman.edu>
12685
12686 * calc/calc.el (calc-settings-file): Change default value.
12687 Suggested by cgw in a comment in calc-mode.el.
12688
12689 * calc/calc-mode.el (calc-settings-file-name):
12690 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12691 Replace ~/.emacs in a prompt by calc-settings-file.
12692
12693 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12694
12695 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12696 (desktop-lazy-idle-delay): New customizable variables.
12697 (desktop-buffer-args-list): New variable.
12698 (desktop-append-buffer-args): New function.
12699 (desktop-save): Call desktop-append-buffer-args for some buffers.
12700 (desktop-lazy-create-buffer): New function.
12701 (desktop-idle-create-buffers): New function.
12702 (desktop-read): Add message about buffers to restore lazily.
12703 (desktop-lazy-abort): New command.
12704 (desktop-clear): Call desktop-lazy-abort.
12705 (desktop-lazy-complete): New command.
12706
12707 2005-01-06 Richard M. Stallman <rms@gnu.org>
12708
12709 * emacs-lisp/find-func.el (find-face-definition):
12710 Rename from find-face.
12711
12712 2005-01-06 Kim F. Storm <storm@cua.dk>
12713
12714 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12715
12716 * man.el (Man-xref-man-page, Man-xref-header-file)
12717 (Man-xref-normal-file): Add follow-link property.
12718
12719 2005-01-06 Jay Belanger <belanger@truman.edu>
12720
12721 * calc/calc-units.el: Make sure the proper macro definitions are
12722 available when compiling.
12723
12724 2005-01-06 Juri Linkov <juri@jurta.org>
12725
12726 * isearch.el (isearch-lazy-highlight-update):
12727 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12728
12729 2005-01-06 Miles Bader <miles@gnu.org>
12730
12731 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12732 (isearch-lazy-highlight-face): Use new name.
12733
12734 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12735
12736 * uniquify.el (uniquify-rationalize-file-buffer-names):
12737 Re-add an interactive spec.
12738 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12739 to the same name.
12740
12741 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12742 (isearch-update, isearch-done): Adjust calls accordingly.
12743
12744 2005-01-05 Richard M. Stallman <rms@gnu.org>
12745
12746 * custom.el (custom-set-variables, custom-theme-set-variables):
12747 Clarify documentation.
12748
12749 * emacs-lisp/find-func.el (find-variable)
12750 (find-variable-other-window, find-variable-other-frame):
12751 Fix the TYPE args to find-function-read and find-function-do-it.
12752 (find-function): Doc fix.
12753 (find-function-at-point): Replace function-at-point alias.
12754
12755 2005-01-04 Richard M. Stallman <rms@gnu.org>
12756
12757 * cus-face.el (custom-declare-face):
12758 Record defface in current-load-list.
12759
12760 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12761
12762 * emacs-lisp/find-func.el: Doc fixes.
12763 (find-face-regexp): New variable.
12764 (find-function-regexp-alist): New variable.
12765 (find-function-C-source): Third arg is now TYPE.
12766 (find-function-search-for-symbol): Handle general TYPE.
12767 (find-function-read, find-function-do-it): Handle general TYPE.
12768 (find-definition-noselect, find-face): New functions.
12769 (function-at-point): Alias deleted.
12770
12771 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12772
12773 * battery.el (display-battery-mode): Rename from display-battery.
12774 Handle the case where it gets turned off.
12775
12776 2005-01-04 Richard M. Stallman <rms@gnu.org>
12777
12778 * cus-edit.el (customize): Make :link point to user doc.
12779
12780 * man.el (Man-fontify-manpage): Turn off undo generation.
12781
12782 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12783
12784 2005-01-04 Andreas Schwab <schwab@suse.de>
12785
12786 * files.el (insert-directory): Only look for error lines in
12787 inserted text. Don't move too far after processing --dired markers.
12788
12789 2005-01-04 Richard M. Stallman <rms@gnu.org>
12790
12791 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12792 Don't expand if the character is @, period, dash, etc.
12793 (define-mail-abbrev): Quote names that contain problem characters.
12794
12795 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
12796
12797 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12798
12799 2005-01-03 Richard M. Stallman <rms@gnu.org>
12800
12801 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12802 (query-replace-highlight, query-replace-lazy-highlight)
12803 (query-replace): Definitions moved up. Doc fix.
12804
12805 2005-01-03 Richard M. Stallman <rms@gnu.org>
12806
12807 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
12808 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12809 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12810 (lazy-highlight-face): Rename from isearch-lazy-...
12811 Change all references to them.
12812
12813 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
12814
12815 * cus-edit.el (custom-file): Doc fix for defcustom.
12816 (custom-file): The function no longer sets the variable
12817 `custom-file' to its return value.
12818
12819 * startup.el (command-line): No longer load `custom-file'.
12820
12821 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12824
12825 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
12826 Don't confuse module-prefixed identifiers for labels.
12827 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
12828
12829 2005-01-02 Richard M. Stallman <rms@gnu.org>
12830
12831 * files.el (basic-save-buffer-1): Fix previous change.
12832
12833 * loadhist.el (file-loadhist-lookup): New function.
12834 (file-provides, file-requires): Use it.
12835
12836 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
12837 instead of calculating the right size.
12838
12839 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12840
12841 * vc-svn.el (vc-svn-diff): Stay local if possible.
12842
12843 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
12844
12845 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
12846
12847 * files.el (hack-local-variables): Fix last change.
12848
12849 2005-01-02 Jay Belanger <belanger@truman.edu>
12850
12851 * calc/calc-yank.el (calc-edit-top): New variable.
12852 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
12853 object. Change header properties.
12854 (calc-edit-finish, calc-edit-finish-stack-object)
12855 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
12856 edited object.
12857 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
12858 for the beginning of the edited object.
12859 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
12860 for the beginning of the edited object.
12861 * calc/calc-prog.el (calc-edit-macro-finish-edit)
12862 (calc-finish-formula-edit, calc-macro-repeats)
12863 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
12864 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
12865 beginning of the edited object.
12866 (calc-user-define-edit): Change the header for editing macros.
12867 Remove unnecessary variable.
12868
12869 2005-01-01 Jay Belanger <belanger@truman.edu>
12870
12871 * calc/calc-yank.el (calc-edit-mode): Change default header.
12872 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
12873 * calc/calc-store.el (calc-edit-variable): Change title to match new
12874 header.
12875 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
12876 mode to match new header.
12877 (calc-user-define-edit): Change titles to include names of commands.
12878 (calc-finish-formula-edit): Adjust to handle new header.
12879 (calc-finish-macro-edit): Remove.
12880 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
12881 (calc-edit-macro-command, calc-edit-macro-command-type)
12882 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
12883 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
12884 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
12885 (calc-edit-macro-finish-edit): New functions.
12886 (calc-user-define-edit): Use new functions to edit named calc macros.
12887
12888 2005-01-01 Stefan <monnier@iro.umontreal.ca>
12889
12890 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
12891
12892 * ses.el (copy-region-as-kill): Deactivate mark.
12893
12894 2005-01-01 Richard M. Stallman <rms@gnu.org>
12895
12896 * replace.el (occur-1): If the output buffer is also an input,
12897 don't kill it, rename it.
12898
12899 * faces.el (set-face-background, set-face-foreground): Doc fix.
12900
12901 * cus-face.el (custom-face-attributes): Fix :help-echo strings
12902 for :foreground and :background.
12903
12904 * dired.el (dired-view-command-alist): Variable deleted.
12905 (dired-view-file, dired-mouse-find-file-other-window):
12906 Delete the code to use it.
12907
12908 2005-01-01 Kim F. Storm <storm@cua.dk>
12909
12910 * image.el (insert-sliced-image): Use t for line-height property.
12911
12912 See ChangeLog.11 for earlier changes.
12913
12914 ;; Local Variables:
12915 ;; coding: iso-2022-7bit
12916 ;; End:
12917
12918 Copyright (C) 2005 Free Software Foundation, Inc.
12919 Copying and distribution of this file, with or without modification,
12920 are permitted provided the copyright notice and this notice are preserved.
12921
12922 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26