]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-10-15 Richard M. Stallman <rms@gnu.org>
2
3 * savehist.el (savehist-history-variables): New file.
4
5 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
6
7 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Fix
8 bug in \bf fontification.
9
10 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * pcvs.el (cvs-edit-log-files): New var.
13 (cvs-mode-edit-log): New arg `file'.
14 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
15 Instead force the use of the original file and nothing else.
16 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
17 the cvs-minor-wrap-function is set.
18 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
19
20 2005-10-14 Bill Wohler <wohler@newt.com>
21
22 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
24 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
25 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
26 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
27 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
28 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
29 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
30 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
31 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
32 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
33 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
34 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
35 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
36 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
37
38 * progmodes/gud.el (gud-tool-bar-map): Renamed the images
39 appropriately (for example, gud-break to gud/break).
40
41 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
42
43 * longlines.el (longlinges-search-function)
44 (longlines-search-forward, longlines-search-backward): New
45 functions.
46 (longlines-mode): Set isearch-search-fun-function to
47 longlinges-search-function.
48
49 * mouse.el (mouse-drag-region-1): Handle the case where a
50 double-click event is bound to an arbitrary function.
51
52 2005-10-14 David Ponce <david@dponce.com>
53
54 * recentf.el (recentf-track-opened-file)
55 (recentf-track-closed-file, recentf-update-menu)
56 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
57 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
58 mouse-1-click-follows-link.
59
60 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
61
62 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
63 Gnome file-manager.png. Suggested by
64 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
65
66 * toolbar/README: Add diropen.xpm.
67
68 2005-10-13 Bill Wohler <wohler@newt.com>
69
70 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
71 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
72
73 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
76 Don't waste the byte-compiler's time on constant data.
77
78 2005-10-13 Kenichi Handa <handa@m17n.org>
79
80 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
81 byte with `escape-glyph' face.
82
83 * international/fontset.el (ccl-encode-unicode-font):
84 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
85 Handle the case that ucs-mule-to-mule-unicode translates a character to
86 ASCII (usually for IPA characters).
87
88 2005-10-12 Bill Wohler <wohler@newt.com>
89
90 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
91 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
92 files in MH-E-SRC have been updated.
93 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
94
95 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
98 (mixal-mode-syntax-table): Add \n as end-comment.
99 (mixal-operation-codes-alist): Immediately initialize to full value.
100 (mixal-add-operation-code): Remove.
101 (mixal-describe-operation-code): Make the arg non-optional.
102 Use the interactive spec instead.
103 Use mixal-operation-codes-alist rather than mixal-operation-codes.
104 (mixal-font-lock-keywords): Don't highlight comments here any more.
105 (mixal-font-lock-syntactic-keywords): New var.
106 (mixal-mode): Use it. Fix comment-start-skip.
107
108 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
109
110 * startup.el (command-line-x-option-alist): -nb => -nbi
111
112 2005-10-12 Kim F. Storm <storm@cua.dk>
113
114 * startup.el (fancy-splash-default-action): Discard mouse click in
115 the spash screen window, as it has no sensible meaning in the
116 next window to be selected. Fixes error reported by Jan D.
117
118 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
119
120 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
121
122 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
125 Try to fix up minor layout issues like indentation, line break, etc...
126 (mixal-mode-syntax-table): Don't try to specify comment syntax,
127 because it doesn't work.
128 (mixal-operation-codes): Add some more codes.
129 (mixal-font-lock-keywords): Process comments here.
130 (mixal-mode): mixasm no longer needs -g option.
131
132 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
133
134 * progmodes/sh-script.el (sh-tmp-file):
135 Use mktemp -t. Finish support for es and rc shells.
136
137 2005-10-11 Jay Belanger <belanger@truman.edu>
138
139 * calc/calcalg2.el (calc-integral): With an argument, compute the
140 definite integral.
141
142 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
143
144 * mouse.el (mouse-drag-region-1): Don't try to catch a
145 double-click when doing follow-link (it's overridden anyway).
146
147 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
148
149 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
150 (autoload-print-form-outbuf): Add docstring.
151
152 2005-10-11 Juri Linkov <juri@jurta.org>
153
154 * info.el (Info-mode-menu): Delete menu item "Edit".
155 (Info-mode): Delete description of Info-edit from docstring,
156 and rearrange descriptions of Info commands in the order
157 they are documented in the Info manual.
158
159 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * calendar/appt.el (appt-check): Use diary-selective-display var.
162
163 2005-10-10 Richard M. Stallman <rms@gnu.org>
164
165 * net/newsticker.el (newsticker-start, newsticker-show-news):
166 Add autoload cookies.
167
168 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
169
170 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
171
172 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
173
174 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
175
176 2005-10-10 Jay Belanger <belanger@truman.edu>
177
178 * calc/calc-arith.el (math-check-known-scalarp)
179 (math-check-known-matrixp): Check the values of arguments that are
180 variables.
181 (math-check-known-square-matrixp): New function.
182 (math-known-square-matrixp): Use math-check-known-square-matrixp.
183 (math-super-types): Add sqmatrix type.
184
185 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
186 mode name `square' to 'sqmatrix'.
187
188 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
189 mode name `square' to 'sqmatrix'.
190
191 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * progmodes/etags.el (select-tags-table-mode): Don't use
194 selective-display.
195 (tags-select-tags-table): Pass `button' to the action function.
196 (select-tags-table): Place the side-info on button properties rather
197 than in hidden text. Abbreviate file names.
198 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
199 (select-tags-table-select): Add `button' argument.
200 Get side-info from the button property rather than from hidden text.
201
202 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
203
204 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
205 (gud-speedbar-buttons): Preserve point if possible.
206 (gud-sentinel): Restore previous speedbar display type.
207
208 * progmodes/gdb-ui.el (gdba): Improve diagram.
209 (def-gdb-auto-update-handler, gdb-info-locals-handler)
210 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
211 Call get-buffer-window once.
212
213 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
216 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
217 (pascal-indent-command): Remove unused var `ind'.
218 (pascal-indent-case): Remove unused var `oldpos'.
219 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
220 since it's now used as a proper minor mode map.
221 (pascal-outline): Rename to pascal-outline-mode.
222 (pascal-outline-mode): Use define-minor-mode.
223 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
224 selective-display.
225
226 2005-10-10 Andreas Schwab <schwab@suse.de>
227
228 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
229 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
230
231 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
232 outside source directory.
233
234 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
235
236 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
237 C-x' as a prefix.
238 (orgtbl-mode-map): Full keymap instead of sparse, because all
239 `self-insert-command' keys are redefined in this map.
240 (org-export-as-html): Specify charset for HTML file, by taking it
241 from the coding system.
242
243 2005-10-10 Kenichi Handa <handa@m17n.org>
244
245 * textmodes/flyspell.el (flyspell-check-word-p):
246 If unread-command-events is non-empty, don't call sit-for.
247
248 2005-10-09 Richard M. Stallman <rms@gnu.org>
249
250 * font-lock.el (font-lock-syntactic-keywords)
251 (font-lock-keywords): Doc fixes.
252
253 * textmodes/flyspell.el (flyspell-external-point-words):
254 Simplify logic, and don't try to check for consecutive appearances
255 of one incorrect word.
256
257 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
258
259 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
260 separator.
261
262 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
263 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
264 (gud-expansion-speedbar-buttons): New function.
265 (gud-speedbar-buttons): Check for gud-comint-buffer.
266
267 2005-10-09 Bill Wohler <wohler@newt.com>
268
269 * Makefile.in (updates): Add mh-loaddefs dependency.
270
271 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
272
273 * speedbar.el (speedbar-file-key-map): Fix typo.
274
275 2005-10-09 Daniel Brockman <daniel@brockman.se>
276
277 * cus-start.el (line-spacing): Add custom spec.
278
279 2005-10-09 Romain Francoise <romain@orebokech.com>
280
281 * textmodes/ispell.el (ispell-check-version): Fix last change.
282
283 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
284
285 * term/x-win.el: Remove -i, --icon-type from comment.
286
287 * startup.el (command-line-x-option-alist): Remove options -i,
288 -itype, --icon-type, added -nb, --no-bitmap-icon
289
290 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
291
292 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
293 instead of :active.
294
295 2005-10-08 Eric Hanchrow <offby1@blarg.net>
296
297 * textmodes/ispell.el (ispell-check-version):
298 Ignore hyphen, and all that follows, in aspell's version text.
299
300 2005-10-08 Jay Belanger <belanger@truman.edu>
301
302 * calc/calc-arith.el (math-known-square-matrixp): New function.
303 (math-pow-fancy): Check for matrices before distributing exponent
304 across products.
305
306 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
307 fullscreen keypad. Suggested by Luc Teirlinck.
308 (calc-keypad-show-input): Add space for formatting.
309
310 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
311 Add square matrix option.
312
313 * calc/calc-poly.el (math-expand-term): Check for matrices instead
314 of checking calc-matrix-mode when deciding how to expand.
315
316 * calc/calc.el (calc-set-mode-line): Add square matrix option.
317
318 2005-10-08 Lars Hansen <larsh@soem.dk>
319
320 * net/tramp.el (tramp-perl-directory-files-and-attributes):
321 Add error handling.
322 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
323
324 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
325
326 Sync with Tramp 2.0.51.
327
328 * net/tramp.el (tramp-handle-set-visited-file-modtime)
329 (tramp-handle-insert-file-contents, tramp-handle-write-region):
330 Insert special handling for `last-coding-system-used', again
331 it still seems to be necessary (unlike stated before).
332 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
333 (tramp-password-prompt-regexp): There might be other words before
334 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
335 (tramp-chunksize): Improve docstring.
336 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
337 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
338 Christian Joergensen <bugs@razor.dk>.
339
340 2005-10-07 Glenn Morris <rgm@gnu.org>
341
342 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
343 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
344 precision'.
345
346 2005-10-07 Romain Francoise <romain@orebokech.com>
347
348 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
349 (ibuffer-do-shell-command-pipe-replace)
350 (ibuffer-do-shell-command-file, ibuffer-do-eval)
351 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
352 (ibuffer-do-revert, ibuffer-do-replace-regexp)
353 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
354 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
355 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
356 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
357 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
358 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
359 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
360 Autoload file sans suffix.
361
362 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
363
364 2005-10-07 David Ponce <david@dponce.com>
365
366 * recentf.el (recentf-menu-open-all-flag): New option.
367 (recentf-digit-shortcut-command-name): New function.
368 (recentf--shortcuts-keymap): New variable.
369 (recentf-menu-shortcuts): New variable.
370 (recentf-make-menu-items): Initialize it. Replace the "More..."
371 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
372 (recentf-menu-value-shortcut): New function.
373 (recentf-make-menu-item): Use it. No more in-lined.
374 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
375 (recentf-open-most-recent-file): Rename from
376 `recentf-open-file-with-key'. Don't depend on key binding.
377 (recentf-mode-map): New variable.
378 (recentf-mode): Use it.
379
380 2005-10-06 Bill Wohler <wohler@newt.com>
381
382 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
383
384 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
385 (MH-E-SRC): New. Used by mh-autoloads.
386 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
387 files in MH-E-SRC have been updated.
388 (compile, recompile, bootstrap): Depend on mh-autoloads.
389
390 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
391
392 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
393 gud-break and gud-remove icons when the fringe is not available.
394
395 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
396 Typo.
397
398 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
399
400 * play/zone.el (zone): Wrap body with save-window-excursion.
401
402 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
405 Use the new `list-only' arg to diary-list-entries.
406
407 * calendar/diary-lib.el: Use overlays rather than selective-display.
408 (diary-selective-display): New var.
409 (diary-header-line-format): Use it.
410 (diary-list-entries): Add argument `list-only'.
411 Put the buffer in diary-mode. Don't add \^M at beg and end.
412 Replace \^M by invisible overlays.
413 (diary-unhide-everything): Replace \^M by invisible overlays.
414 (print-diary-entries): Look for overlays rather than \^M.
415 Add a space to the temp buffer name.
416 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
417 Put the buffer in diary-mode.
418 (list-sexp-diary-entries): Replace \^M by invisible overlays.
419 (diary-anniversary): Make the year arg optional.
420 (diary-time-regexp): New const.
421 (diary-font-lock-keywords): Use it to accept a few more time formats.
422
423 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
424
425 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
426
427 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
428 Fix bug introduced 2005-07-03: Use (car (last ...))
429 to faithfully reproduce replaced artist-last.
430 (artist-set-arrow-points-for-poly): Likewise.
431 Suggested by Johan Bockg\e,Ae\e(Brd.
432
433 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
434
435 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
436 * wid-edit.el (widget):
437 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
438 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
439
440 2005-10-06 Kenichi Handa <handa@m17n.org>
441
442 * international/mule-cmds.el (set-language-environment):
443 Fix setting up of case-table for unibyte mode.
444
445 * simple.el (what-cursor-position): If the character is displayed
446 by some `display' text property, show that. Don't use
447 single-key-description for eight-bit characters in multibyte mode.
448
449 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
450
451 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
452 (gdb-ann3): Set it.
453 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
454 (gdb-info-frames-custom): Use inverse-video for first five
455 characters of selected frame only.
456 (gdb-get-frame-number): Select frame even when point is on frame
457 number.
458
459 2005-10-06 Masatake YAMATO <jet@gyve.org>
460
461 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
462 Put `font-lock-function-name-face'.
463 (gdb-info-frames-custom): Put `font-lock-function-name-face'
464 and `font-lock-variable-name-face'
465 (gdb-registers-font-lock-keywords): New font lock keywords definition.
466 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
467 (gdb-memory-font-lock-keywords): New font lock keywords definition.
468 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
469 (gdb-local-font-lock-keywords): New font lock keywords definition.
470 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
471 (gdb-threads-font-lock-keywords): New font lock keywords definition.
472 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
473
474 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
475
476 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
477 (ediff-merge-region-is-non-clash-to-skip): Previously called
478 ediff-merge-region-is-non-clash.
479
480 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
481 Use insert-buffer-substring.
482
483 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
484 selecting files to patch. Also bug fixes.
485
486 * ediff-util.el (ediff-setup): Bug fix.
487 (ediff-next-difference): Never skip clashes that differ in white
488 space only.
489
490 * ediff-wind.el (ediff-setup-control-frame)
491 (ediff-destroy-control-frame): Check the menubar feature.
492
493 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
494 (viper-refresh-mode-line): Use make-local-variable to localize
495 some vars instead of make-variable-buffer-local. Suggested by
496 Stefan Monnier.
497
498 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
499 (viper-restore-cursor-type, viper-set-insert-cursor-type):
500 Use make-local-variable instead of make-variable-buffer-local.
501 Suggested by Stefan Monnier.
502
503 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
504 (viper-comint-mode-hook): Use make-local-variable on
505 require-final-newline.
506 (viper-non-hook-settings): Don't use make-variable-buffer-local.
507
508 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
511 also the second char of a comment-start sequence.
512 (scheme-sexp-comment-syntax-table): New var.
513 (lambda, define): Set their scheme-doc-string-elt property.
514 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
515 Use lisp-font-lock-syntactic-face-function now that it properly
516 handles |...| symbols.
517 (scheme-mode-variables): Set lisp-doc-string-elt-property,
518 parse-sexp-lookup-properties and font-lock-extra-managed-props.
519
520 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
521 bit from # to |.
522 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
523
524 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
525 (lisp-doc-string-elt-property): New var.
526 (lisp-font-lock-syntactic-face-function): Use it.
527 Rewrite to recognize docstrings even for forms not at toplevel.
528
529 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
530 annotation on the | part of #| rather than on the # part.
531 (scheme-font-lock-syntactic-face-function): New function, to
532 distinguish strings from |...| symbols.
533 (scheme-mode-variables): Use it. Also fix up the font-lock-time
534 syntax-table so that #|...|# is properly highlighted.
535
536 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
537 Don't mark as docstring the 3rd elem of an unknown toplevel form.
538
539 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
542 and C-e.
543
544 * emacs-lisp/eldoc.el: Move comments into docstrings.
545 (eldoc-message-commands): Initialize in its declaration.
546 Add move-beginning-of-line and move-end-of-line.
547 (eldoc-add-command, eldoc-add-command-completions)
548 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
549
550 * outline.el (outline-mark-subtree): Activate the mark.
551
552 * calendar/appt.el (appt-time-regexp): New var.
553 (appt-add, appt-make-list): Use it.
554 (appt-convert-time): Clean up.
555
556 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
557 Don't set any syntax-table property here.
558 (tex-font-lock-verb): New function. Do it here.
559 (tex-font-lock-syntactic-keywords): Use it.
560
561 2005-10-04 Richard M. Stallman <rms@gnu.org>
562
563 * wid-edit.el (widget-file-complete): Get the widget start point
564 the right way. Default directory to `/' if file has none.
565
566 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
567
568 * textmodes/flyspell.el (flyspell-mode-on):
569 Call ispell-maybe-find-aspell-dictionaries.
570
571 * textmodes/ispell.el (ispell-word, ispell-region):
572 Call ispell-maybe-find-aspell-dictionaries.
573 (ispell-accept-buffer-local-defs):
574 Don't call ispell-maybe-find-aspell-dictionaries
575
576 2005-10-04 Richard M. Stallman <rms@gnu.org>
577
578 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
579
580 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
581
582 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
583 instead of `fboundp' in order to allow for anonymous functions.
584
585 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
586
587 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
588 case the user clicks on the link while another window is selected.
589 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
590
591 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
592 functionality.
593 (dframe-help-echo): Save point in case mouse tracking is off.
594
595 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
596
597 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
598
599 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
602 not change the global value of those vars.
603
604 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
605 make-local-variable which we do not need any more.
606
607 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
608
609 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
610 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
611 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
612 (speedbar-path-line): Define obsolete aliases.
613 (speedbar-line-directory): Doc fix.
614
615 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
616 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
617 instead of speedbar-line-path.
618
619 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
620
621 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
622 to nil if dropping on a window. Handle dropping on a minibuffer window
623 like dropping on a non-window part of Emacs.
624
625 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * net/ange-ftp.el: Use with-current-buffer.
628 (ange-ftp-insert-directory): Do not follow symlinks any more.
629
630 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
631 Remove interactive spec.
632
633 2005-10-03 Kim F. Storm <storm@cua.dk>
634
635 * ido.el (ido-mode): Use custom-initialize-set.
636
637 2005-10-02 Richard M. Stallman <rms@gnu.org>
638
639 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
640 Use insert-buffer-substring.
641
642 * net/tramp.el: Pacify byte compiler warnings in pacification code.
643 (tramp-handle-file-local-copy): Use insert-buffer-substring.
644
645 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
648 in last change.
649 (ange-ftp-insert-directory): Fix up the search for the case where
650 `file' is absolute.
651
652 2005-10-02 Romain Francoise <romain@orebokech.com>
653
654 * progmodes/compile.el (compile-goto-error): Delete extra paren.
655
656 2005-10-02 Andreas Schwab <schwab@suse.de>
657
658 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
659 directory component in the session info.
660
661 2005-10-01 Richard M. Stallman <rms@gnu.org>
662
663 * comint.el (comint-redirect-subvert-readonly): Doc fix.
664
665 * simple.el (next-error-internal): New function.
666
667 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
668 (compilation-start): Pass new arg to compilation-buffer-name.
669 (compile-goto-error): Use next-error-internal.
670
671 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
672
673 * speedbar.el: Remove RCS tag.
674 (speedbar-check-read-only): Handle non-existent files.
675
676 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
677
678 * info.el (Info-speedbar-hierarchy-buttons)
679 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
680
681 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
682
683 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
684 Do not match newline.
685 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
686 (bibtex-summary): Remove unnecessary save-excursion.
687 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
688
689 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
690
691 * term/mac-win.el: Add charset info for "iso10646-1".
692 Modify default fontset to use ATSUI-compatible fonts for some charsets
693 if available.
694
695 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
696
697 * speedbar.el: Re-apply arch tag.
698 (speedbar-version): Rename to version 1.0. Suggested by Eric
699 M. Ludlam.
700 Reapply two changes from Emacs CVS' version of speedbar lost
701 during the merge:
702 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
703 (speedbar-frame-parameters): Improve customize type.
704
705 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
708 (ange-ftp-file-directory-p): Fix the symlink case.
709 (ange-ftp-insert-directory): When listing a single file, get a list of
710 the parent buffer and extract the relevant line. Inspired from a patch
711 by Katsumi Yamaoka <yamaoka@jpl.org>.
712 (ange-ftp-file-name-sans-versions): Simplify.
713
714 2005-09-30 Bill Wohler <wohler@newt.com>
715
716 Move MH-E image files from toolbar and mail directories into
717 etc/images.
718
719 * mail/reply2.*: Move to etc/images/mail/reply*.
720
721 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
722 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
723 etc/images.
724
725 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
726 * toolbar/reply*: Move to etc/images/mail.
727
728 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
729
730 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
731
732 * speedbar.el: New version 1.0pre3.
733
734 Frame management code (including timer, and mouse click specifics)
735 moved to dframe.el:
736 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
737 (speedbar-timer): Removed. Use dframe-timer.
738 (speedbar-close-frame): Removed. Use dframe-close-frame.
739 (speedbar-activity-change-focus-flag): Removed. Use
740 dframe-activity-change-focus-flag.
741 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
742 dframe-update-speed.
743
744 (speedbar-current-frame): New macro. Use this instead of the
745 variable speedbar-frame.
746
747 (speedbar-use-images, speedbar-expand-image-button-alist)
748 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
749
750 (speedbar-find-image-on-load-path): Removed. Replaced by
751 defezimage in ezimage.el.
752 (speedbar-expand-image-button-alist): Removed. Replaced by
753 ezimage-expand-image-button-alist in ezimage.el.
754
755 (speedbar-ignored-directory-regexp)
756 (speedbar-add-ignored-directory-regexp)
757 (speedbar-ignored-directory-expressions)
758 (speedbar-line-directory, speedbar-buffers-line-directory)
759 (speedbar-directory-line, speedbar-buffers-line-directory):
760 Renamed, replacing `path' with `directory'.
761
762 (speedbar-create-directory, speedbar-expand-line-descendants)
763 (speedbar-toggle-line-expansion)
764 (speedbar-contract-line-descendants): New commands.
765
766 (speedbar-query-confirmation-method, speedbar-select-frame-method)
767 (speedbar-use-tool-tips-flag): New options.
768
769 (speedbar-check-read-only, speedbar-require-version)
770 (speedbar-insert-separator, speedbar-buffers-tail-notes)
771 (speedbar-handle-delete-frame, speedbar-try-completion)
772 (speedbar-update-localized-contents): New functions.
773
774 (speedbar-incompatible-version, speedbar-ro-to-do-point)
775 (speedbar-object-read-only-indicator): New variables.
776
777 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
778 New hooks.
779
780 (speedbar-separator-face): New face.
781
782 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
783 (speedbar-ignored-modes): Add fundamental-mode.
784 (speedbar-directory-unshown-regexp): Add . directories.
785
786 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
787 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
788 `]' for full expand/close.
789 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
790
791 (speedbar-check-vc): Support hidden files.
792 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
793 (speedbar-this-file-in-vc): Use vc-state if available. If VC
794 state is nil, it is not checked out.
795
796 (speedbar-line-text, speedbar-line-token): Support expand buttons
797 with no text.
798 (speedbar-refresh): Universal argument acts as power-click.
799 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
800 that buffer to get variable values.
801
802 And many other bugfixes.
803
804 * dframe.el, ezimage.el, sb-image.el: New files.
805
806 * sb-*.xpm: Remove files. New image files installed into
807 etc/images/ezimage.
808
809 2005-09-30 Kenichi Handa <handa@m17n.org>
810
811 * ps-mule.el (ps-mule-show-warning): If a character is in
812 ps-print-translation-table, don't treat it as non-printable.
813
814 2005-09-30 David Ponce <david@dponce.com>
815
816 * tree-widget.el (tree-widget-themes-load-path): New variable.
817 (tree-widget-themes-directory): Doc fix.
818 (tree-widget-image-formats) [Emacs]: Doc fix.
819 (tree-widget--locate-sub-directory): New function.
820 (tree-widget-themes-directory): Use it.
821
822 * recentf.el (recentf-filename-handlers): Rename from
823 `recentf-filename-handler'. Allow a list of functions.
824 (recentf-menu-items-for-commands): Fix :help strings.
825 (recentf-apply-filename-handlers): New function.
826 (recentf-expand-file-name): Use it.
827 (recentf-cleanup): Remove duplicates too.
828
829 2005-09-29 Juri Linkov <juri@jurta.org>
830
831 * faces.el: Rearrange face definitions to be in the same order as
832 their face descriptions in "(emacs)Standard Faces".
833
834 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
835
836 * tooltip.el (tooltip): Add group `basic-faces'.
837
838 * buff-menu.el (Buffer-menu-buffer): Remove group
839 `font-lock-highlighting-faces'.
840
841 * progmodes/compile.el (compilation-error, compilation-warning)
842 (compilation-info, compilation-line-number, compilation-column-number):
843 Change group from `font-lock-highlighting-faces' to `compilation'.
844
845 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
846 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
847 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
848 (vhdl-font-lock-reserved-words-face)
849 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
850 `font-lock-highlighting-faces'.
851
852 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
853
854 2005-09-28 Kim F. Storm <storm@cua.dk>
855
856 * emulation/cua-base.el: Set CUA move property on additional commands:
857 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
858 forward-sexp, backward-sexp, forward-list, backward-list.
859
860 2005-09-28 Romain Francoise <romain@orebokech.com>
861
862 * comint.el (comint-show-output): Really set point at the
863 beginning of the output when not using `comint-use-prompt-regexp'.
864
865 2005-09-27 Jay Belanger <belanger@truman.edu>
866
867 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
868 in TeX mode.
869
870 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
871
872 * textmodes/org.el (org-table-sum): Fix format string.
873
874 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
875 Quote face names.
876
877 2005-09-26 Romain Francoise <romain@orebokech.com>
878
879 * isearch.el (isearch-forward-regexp): Close doc string.
880
881 2005-09-25 Richard M. Stallman <rms@gnu.org>
882
883 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
884
885 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
886
887 * progmodes/compile.el (compilation-error-properties):
888 When getting the file from the previous error message,
889 correctly decode the new data format.
890
891 * progmodes/cc-cmds.el (c-electric-paren):
892 Call old-blink-paren only for close-paren.
893
894 2005-09-24 Andreas Schwab <schwab@suse.de>
895
896 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
897 condition.
898
899 2005-09-25 Romain Francoise <romain@orebokech.com>
900
901 * dired-aux.el (dired-copy-file-recursive):
902 * dired.el (dired-delete-file):
903 * ediff-mult.el (ediff-dir-diff-copy-file):
904 * ediff-util.el (ediff-test-save-region):
905 * forms.el (forms-mode):
906 * ido.el (ido-file-internal, ido-delete-file-at-head):
907 * log-edit.el (log-edit-done):
908 * ses.el (ses-yank-resize):
909 * play/gomoku.el (gomoku-human-plays, gomoku)
910 (gomoku-human-resigns, gomoku-prompt-for-other-game)
911 (gomoku-offer-a-draw):
912 * play/landmark.el (lm-human-resigns, lm):
913 * net/eudcb-ldap.el (eudc-ldap-check-base):
914 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
915 * progmodes/ebrowse.el (ebrowse-find-pattern):
916 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
917 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
918 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
919
920 * vc.el (vc-delete-file):
921 * play/gomoku.el (gomoku-terminate-game, gomoku)
922 (gomoku-prompt-for-move, gomoku-human-takes-back):
923 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
924 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
925
926 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
927
928 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
929 color rxvt terminals by using the code xterm.el used to use before
930 2005-04-09 in order to match the colors used by rxvt.
931
932 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
933
934 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
935 colors rxvt-unicode terminals by using the same code as xterm.el.
936
937 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * textmodes/tex-mode.el (tex-font-lock-append-prop)
940 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
941 new symbol used for the tex-verbatim face.
942
943 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
944
945 * woman.el (woman-file-name):
946 * wid-edit.el (widget-file-prompt-value)
947 (widget-coding-system-prompt-value):
948 * w32-fns.el (set-w32-system-coding-system):
949 * vc.el (vc-version-diff, vc-annotate):
950 * textmodes/reftex-auc.el (reftex-arg-cite)
951 (reftex-arg-index-tag):
952 * textmodes/refer.el (refer-get-bib-files):
953 * textmodes/artist.el (artist-figlet-choose-font):
954 * terminal.el (terminal-emulator):
955 * replace.el (occur-read-primary-args):
956 * rect.el (string-rectangle, string-insert-rectangle):
957 * ps-print.el (ps-print-preprint):
958 * progmodes/pascal.el (pascal-goto-defun):
959 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
960 * progmodes/compile.el (compilation-find-file):
961 * printing.el (pr-interactive-n-up):
962 * play/animate.el (animate-birthday-present):
963 * net/rcompile.el (remote-compile):
964 * man.el (man, Man-goto-section, Man-follow-manual-reference):
965 * mail/rmailsum.el (rmail-summary-search-backward)
966 (rmail-summary-search):
967 * mail/rmailout.el (rmail-output-read-rmail-file-name)
968 (rmail-output-read-file-name):
969 * mail/rmail.el (rmail-search, rmail-search-backwards):
970 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
971 * locate.el (locate):
972 * international/quail.el (quail-show-keyboard-layout):
973 * international/mule.el (set-buffer-file-coding-system)
974 (revert-buffer-with-coding-system, set-file-name-coding-system)
975 (set-terminal-coding-system, set-keyboard-coding-system)
976 (set-next-selection-coding-system):
977 * international/mule-diag.el (describe-coding-system)
978 (describe-font, describe-fontset):
979 * international/mule-cmds.el (universal-coding-system-argument)
980 (search-unencodable-char, describe-input-method)
981 (set-language-environment, describe-language-environment):
982 * international/codepage.el (codepage-setup):
983 * international/code-pages.el (codepage-setup):
984 * info.el (Info-search, Info-follow-reference)
985 (Info-search-backward):
986 * emacs-lisp/advice.el (ad-read-advised-function)
987 (ad-read-advice-class, ad-clear-cache, ad-activate)
988 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
989 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
990 (ad-read-regexp):
991 * ediff-util.el (ediff-toggle-regexp-match):
992 * ediff-ptch.el (ediff-prompt-for-patch-file):
993 * dired-aux.el (dired-diff):
994 * diff.el (diff):
995 * cus-edit.el (custom-variable-prompt):
996 * calendar/timeclock.el (timeclock-ask-for-project):
997 * calc/calcalg3.el (calc-get-fit-variables):
998 * calc/calc-store.el (calc-edit-variable)
999 (calc-permanent-variable):
1000 * vc-mcvs.el (vc-mcvs-register):
1001 * shadowfile.el (shadow-define-literal-group):
1002 * woman.el (woman-file-name):
1003 * vc.el (vc-version-diff, vc-merge):
1004 * textmodes/reftex-index.el (reftex-index-complete-tag):
1005 * format.el (format-decode-buffer, format-decode-region):
1006 * emulation/viper-cmd.el (viper-read-string-with-history):
1007 * emacs-lisp/debug.el (cancel-debug-on-entry):
1008 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1009 * ediff.el (ediff-merge-revisions)
1010 (ediff-merge-revisions-with-ancestor, ediff-revision):
1011 * completion.el (interactive-completion-string-reader):
1012 * calc/calc-prog.el (calc-user-define-formula):
1013 Follow convention for reading with the minibuffer.
1014
1015 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1016
1017 * progmodes/python.el (python-describe-symbol): Add globals() and
1018 locals() to the arguments of emacs.ehelp.
1019
1020 2005-09-24 Magnus Henoch <mange@freemail.hu>
1021
1022 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1023 New function, code extracted from ispell-valid-dictionary-list.
1024 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1025 Call it.
1026
1027 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1028
1029 * subr.el (version-regexp-alist): Extend valid syntax for version
1030 strings: allow any of the characters -,_,+ to separate the
1031 alpha/beta/rc part from the version part. Doc fix.
1032 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1033
1034 2005-09-23 David Reitter <david.reitter@gmail.com>
1035
1036 * mail/mailclient.el: New file.
1037
1038 2005-09-23 Richard M. Stallman <rms@gnu.org>
1039
1040 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1041 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1042 Doc fixes.
1043
1044 * progmodes/cc-mode.el (c-font-lock-init):
1045 Specify font-lock-lines-before.
1046
1047 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1050 whole conflict.
1051
1052 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1053
1054 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1055 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1056 of `remap' feature when available. Additional key bindings for
1057 better tty support.
1058 (org-mode-restart, org-force-self-insert): New commands.
1059 (org-time-stamp-inactive): New command.
1060 (org-remap): New function.
1061 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1062 (org-enable-fixed-width-editor): Move to `org-structure'
1063 customization group.
1064 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1065 blank field after field motion commands.
1066
1067 2005-09-23 Kenichi Handa <handa@m17n.org>
1068
1069 * international/mule-cmds.el (set-language-environment):
1070 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1071 have to call utf-translate-cjk-load-tables.
1072
1073 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1074
1075 * mouse.el (mouse-move-drag-overlay): Fix last change.
1076
1077 2005-09-22 David Ponce <david@dponce.com>
1078
1079 * tree-widget.el (tree-widget-value-create): Fix previous change.
1080
1081 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1082
1083 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1084
1085 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * mouse.el (mouse-move-drag-overlay): New function.
1088 (mouse-drag-region-1): Use it.
1089 Try to simplify a bit the state handling. Handle clicks on links
1090 inside intangible areas.
1091 (mouse-save-then-kill): Minor simplification.
1092 (mouse-secondary-overlay): Make it always non-nil instead of
1093 recreating it each time.
1094 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1095 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1096 Simplify accordingly.
1097
1098 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1099
1100 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1101
1102 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1103
1104 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1105 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1106 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1107 to patch.
1108
1109 * ediff-util.el: Use insert-buffer-substring.
1110
1111 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1112
1113 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1114 field boundaries in the minibuffer.
1115 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1116 (viper-minibuffer-post-command-hook): New hook.
1117 (viper-line): Don't move cursor at bolp.
1118
1119 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1120
1121 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1122 avoid compiler warnings.
1123
1124 * emulation/viper-macs.el (ex-map): Better messages.
1125
1126 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1127
1128 * emulation/viper.el: Replace make-variable-buffer-local with
1129 viper-make-variable-buffer-local everywhere, to avoid warnings.
1130
1131 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1134 Delete unused var `old-selected-window'.
1135 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1136 (mouse-drag-secondary): Delete unused var `start-frame'.
1137
1138 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1139
1140 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1141
1142 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1143
1144 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1145 Re-indent within 80 columns. Use inhibit-read-only.
1146
1147 2005-09-19 Romain Francoise <romain@orebokech.com>
1148
1149 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1150
1151 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1152
1153 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1154 unconditionally, since the after-change-function already did it.
1155
1156 2005-09-19 Miles Bader <miles@gnu.org>
1157
1158 * net/newsticker.el: Get rid of CVS keyword.
1159
1160 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1161
1162 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1163 The prompt is formatted later.
1164
1165 2005-09-19 David Ponce <david@dponce.com>
1166
1167 * tree-widget.el (tree-widget-value-create): Save the converted
1168 tree :node widget.
1169
1170 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1171
1172 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1173 variable `message'.
1174
1175 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1176
1177 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1178 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1179 <slawomir.nowaczyk.847@student.lu.se>.
1180
1181 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * image.el (image-load-path): Use symbol `data-directory' instead
1184 of its value, for backward compatibility with packages that bind
1185 it during `find-image'. Suggested by Katsumi Yamaoka.
1186 (image-search-load-path): Handle symbols whose values are strings.
1187
1188 2005-09-18 Romain Francoise <romain@orebokech.com>
1189
1190 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1191 with-current-buffer form in save-excursion.
1192
1193 2005-09-18 D Goel <deego@gnufans.org>
1194
1195 * apropos.el (apropos-command): Fix `message' call: first arg
1196 should be a format spec. In this and all other cases that appear
1197 below and elsewhere in the source code, I made a change only when
1198 two conditions were satisfied: [1] I can think of a possibility
1199 that the arguments would cause an error, for example, the code in
1200 question relies on external variables such as filenames. [2] I
1201 was sure that the arg to `message' could not have been nil in the code.
1202
1203 * textmodes/tildify.el (tildify-region): Ditto.
1204
1205 * textmodes/reftex-index.el (reftex-index-change-entry)
1206 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1207 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1208 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1209 (org-priority, org-table-sum):
1210 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1211 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1212 (flyspell-word, flyspell-display-next-corrections):
1213 * textmodes/bibtex.el (bibtex-print-help-message):
1214 * textmodes/artist.el (artist-key-set-point-poly):
1215 * term/mac-win.el (mac-services-insert-text):
1216 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1217 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1218 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1219 (vhdl-compose-configuration):
1220 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1221 (sh-set-indent, sh-learn-line-indent):
1222 * progmodes/ps-mode.el (ps-mode-target-column):
1223 * progmodes/idlwave.el (idlwave-make-tags)
1224 (idlwave-scan-library-catalogs):
1225 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1226 * progmodes/gud.el (gud-jdb-analyze-source):
1227 * progmodes/flymake.el (flymake-log):
1228 * progmodes/ebnf2ps.el (ebnf-generate-region):
1229 * progmodes/cmacexp.el (c-macro-expansion):
1230 * progmodes/ada-xref.el (ada-treat-cmd-string):
1231 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1232 (ada-justified-indent-current, ada-batch-reformat):
1233 * play/zone.el (zone):
1234 * play/landmark.el (lm-move):
1235 * play/decipher.el (decipher-show-alphabet):
1236 * net/newsticker.el (newsticker--display-jump)
1237 (newsticker--display-scroll):
1238 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1239 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1240 * mail/feedmail.el (feedmail-dump-message-to-queue):
1241 * eshell/esh-proc.el (eshell-remove-process-entry):
1242 * emulation/ws-mode.el (ws-last-error):
1243 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1244 (viper-record-kbd-macro):
1245 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1246 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1247 * emacs-lisp/find-func.el (find-function-noselect):
1248 * calendar/timeclock.el (timeclock-status-string)
1249 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1250 (timeclock-when-to-leave-string):
1251 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1252 * calc/calc-units.el (calc-enter-units-table):
1253 * calc/calc-mode.el (calc-mode-record-mode):
1254 * woman.el (woman-mini-help):
1255 * wdired.el (wdired-change-to-wdired-mode):
1256 * vc.el (vc-retrieve-snapshot):
1257 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1258 * startup.el (display-startup-echo-area-message):
1259 * simple.el (set-goal-column):
1260 * ses.el (ses-command-hook, ses-recalculate-cell):
1261 * server.el (server-process-filter):
1262 * printing.el (pr-interface-txt-print, pr-interface-printify)
1263 (pr-interface-ps):
1264 * pcvs.el (cvs-help):
1265 * log-edit.el (log-edit, log-edit-mode-help):
1266 * iswitchb.el (iswitchb-possible-new-buffer):
1267 * isearch.el (isearch-edit-string):
1268 * image-mode.el (image-mode, image-minor-mode):
1269 * ibuf-macs.el (define-ibuffer-filter):
1270 * hi-lock.el (hi-lock-find-patterns):
1271 * files.el (toggle-read-only):
1272 * ediff-util.el (ediff-copy-diff)
1273 (ediff-write-merge-buffer-and-maybe-kill):
1274 * echistory.el (Electric-history-undefined):
1275 * dnd.el (dnd-insert-text):
1276 * dired-aux.el (dired-query):
1277 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1278 * bookmark.el (bookmark-bmenu-locate):
1279 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1280 Fix `message' calls to ensure first arg is a format string.
1281 The change was made only when these two conditions were satisfied:
1282 [1] when there is a possibility that the arguments would cause an error
1283 for example, if the code in question relies on external variables
1284 such as filenames, and
1285 [2] if the arg to `message' could not have been nil in the code.
1286
1287 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1288 Not having a %s would be weird, though not technically wrong.
1289
1290 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1291
1292 * term/mac-win.el (mac-add-charset-info): Doc fix.
1293
1294 2005-09-17 Romain Francoise <romain@orebokech.com>
1295
1296 * shell.el (shell-resync-dirs): Handle echoing processes more
1297 reliably. Don't insert resync command if `comint-process-echoes'
1298 is non-nil.
1299
1300 2005-09-17 Magnus Henoch <mange@freemail.hu>
1301
1302 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1303 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1304 aspell versions >= 0.60.
1305 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1306 only if ispell-aspell-supports-utf8 is non-nil.
1307
1308 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1309
1310 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1311 buffer-local value to lisp-indent-function.
1312
1313 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1314
1315 * progmodes/glasses.el (glasses-make-readable): If
1316 glasses-separator differs from underscore, put appropriate
1317 overlays over underscore characters.
1318 (glasses-convert-to-unreadable): If glasses-separator differs from
1319 underscore, try to convert glasses-separator characters to
1320 underscores.
1321
1322 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1325 Use with-syntax-table and dolist.
1326
1327 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1328
1329 * textmodes/reftex-auc.el:
1330 * textmodes/reftex-cite.el:
1331 * textmodes/reftex-dcr.el:
1332 * textmodes/reftex-global.el:
1333 * textmodes/reftex-parse.el:
1334 * textmodes/reftex-ref.el:
1335 * textmodes/reftex-sel.el:
1336 * textmodes/reftex-toc.el:
1337 * textmodes/reftex-vars.el:
1338 * textmodes/reftex.el: Small changes to remove compiler warnings.
1339
1340 * textmodes/reftex-index.el: Likewise.
1341 (reftex-query-index-phrase): More efficient use of markers.
1342
1343 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1344
1345 * image.el (image-load-path): New variable.
1346 (image-search-load-path): New function.
1347 (find-image): Search for images in `image-load-path'.
1348
1349 2005-09-15 Richard M. Stallman <rms@gnu.org>
1350
1351 * follow.el: Change Maintainer field.
1352
1353 2005-09-15 David Ponce <david@dponce.com>
1354
1355 * recentf.el (recentf-save-file-modes): New option.
1356 (recentf-save-list): Use it.
1357
1358 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1359
1360 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1361 (mode-line-mule-info, mode-line-modified): Move bindings from
1362 mouse-3 to mouse-1.
1363
1364 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1365
1366 * simple.el (sendmail-user-agent-compose): Revert last change.
1367
1368 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1371 Use with-current-buffer.
1372 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1373 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1374 (ange-ftp-insert-directory): Remove unused var `short'.
1375 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1376
1377 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1378 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1379
1380 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1381 (check-calendar-holidays, diary-list-entries): Autoload.
1382 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1383 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1384
1385 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1386 which mistakenly removed a call to display-buffer.
1387
1388 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1389
1390 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1391
1392 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1393
1394 * progmodes/hideshow.el
1395 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1396 (hs-allow-nesting): New user var.
1397 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1398 (hs-hide-block-at-point): When nesting allowed,
1399 if there is already an overlay in place, delete it.
1400 (hs-safety-is-job-n): Delete func; remove call sites.
1401 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1402 (hs-overlay-at): New func.
1403 (hs-already-hidden-p, hs-show-block): Use it.
1404 (hs-hide-all): Don't pre-clean if nesting allowed.
1405 (hs-show-all): Temporarily disallow
1406 nesting around call to `hs-discard-overlays'.
1407
1408 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1409
1410 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1411 Delete unused local var.
1412
1413 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1414
1415 * help-fns.el (describe-categories): "?\ " -> "?\s".
1416 (help-do-arg-highlight): Recognize also ARG-n, as in
1417 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1418
1419 * international/codepage.el (dos-unsupported-char-glyph):
1420 * net/newsticker.el (tool-bar-map, w3-mode-map)
1421 (w3m-minor-mode-map):
1422 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1423 (ent-alist):
1424 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1425
1426 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1427
1428 * custom.el (custom-push-theme): Handle the case where a symbol is
1429 bound but face properties have not yet been assigned.
1430
1431 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1432 Fix behavior if noerase is `t' and there is no mail buffer.
1433
1434 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1435 if `continue' is nil, rather than signal an error.
1436
1437 2005-09-12 Richard M. Stallman <rms@gnu.org>
1438
1439 * font-lock.el (font-lock-keywords): Add autoload.
1440
1441 * help-fns.el (describe-variable): Rearrange to put source link
1442 in a predictable place.
1443
1444 * net/newsticker.el: New file.
1445
1446 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1449 (calendar-basic-setup): Use the new nil arg.
1450 (number-of-diary-entries): Move to diary-lib.el.
1451
1452 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1453 (diary-list-entries): Use with-syntax-table and dolist.
1454 Rename from list-diary-entries.
1455 Use number-of-diary-entries if `number' is nil.
1456 (diary, diary-view-entries): Use this new name and new nil arg value.
1457 (number-of-diary-entries): Move from calendar.el.
1458 (diary-unhide-everything): New function.
1459 (include-other-diary-files, fancy-diary-display)
1460 (diary-show-all-entries, make-diary-entry): Use it.
1461 (diary-mail-entries): Use buffer-string.
1462 (mark-diary-entries): Fix long standing paren typo.
1463 (diary-sexp-entry): Use count-lines.
1464 (make-diary-entry): Avoid `previous-line'.
1465 (diary-mode-map): New var.
1466 (diary-mode): Redraw cal after saving. Setup header-line.
1467 (fancy-diary-display-mode): Use local-set-key.
1468
1469 * startup.el (command-line): Try calling various terminal-init-foo-bar
1470 functions by stripping hyphenated suffixes from $TERM.
1471
1472 * files.el (normal-mode): Check boundness of font-lock-keywords.
1473
1474 2005-09-12 Richard M. Stallman <rms@gnu.org>
1475
1476 * progmodes/compile.el: Don't decide a file's directory
1477 until the user actually tries to go there.
1478 (compilation-next-error-function):
1479 Pass compilation-find-file the directory from the file-struct.
1480 (compilation-internal-error-properties): Separate local FILE-STRUCT
1481 from FILE. Doc the args better. Rename arg FMT to FMTS.
1482 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1483 Expand it, and if nil, use default-directory.
1484 (compilation-get-file-structure): Don't mix specified directory
1485 with default directory. Put specified directory into
1486 file-struct. Don't make the file name absolute.
1487
1488 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1489 (compile-command): Add autoload.
1490 (compilation-disable-input): Add autoload.
1491
1492 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1493
1494 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1495 strings of the variables it can override.
1496 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1497 %Q and %q, for fully-qualified domain name and unqualified host name.
1498
1499 2005-09-11 Kim F. Storm <storm@cua.dk>
1500
1501 * emacs-lisp/authors.el (authors-aliases): Update list.
1502 (authors-fixed-entries): Update mldrag.el entry.
1503
1504 2005-09-10 Alan Mackenzie <acm@muc.de>
1505
1506 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1507 from the region narrowed to.
1508
1509 2005-09-10 Magnus Henoch <mange@freemail.hu>
1510
1511 * textmodes/ispell.el (ispell-check-version): Signal an error if
1512 aspell version is less than 0.60.
1513
1514 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1515
1516 * progmodes/octave-inf.el (inferior-octave-startup):
1517 Resync current dir at the end.
1518
1519 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1520
1521 * woman.el (woman-topic-at-point-default):
1522 Rename to woman-use-topic-at-point-default.
1523 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1524 (woman-file-name): Reflect renames above. Automatically use the
1525 word at point as topic if woman-use-topic-at-point is non-nil.
1526 Otherwise offer it as default but don't insert it in the
1527 minibuffer. Also use `test-completion' instead of `assoc' as
1528 suggested by Stefan Monnier.
1529
1530 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1531
1532 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1533 the attempt to do it over Tramp. This is not yet supported.
1534
1535 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1536
1537 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1538 (menu-bar-non-minibuffer-window-p): New functions.
1539 ("Split Window", "Save As..."): Use them.
1540 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1541 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1542 Use menu-bar-menu-frame-live-and-visible-p.
1543 ("Save Buffer", "Insert File", "Open Directory...")
1544 ("Open File...", "Visit New File..."):
1545 Use menu-bar-non-minibuffer-window-p.
1546 (kill-this-buffer-enabled-p, dired <menu-enable>):
1547 Use menu-bar-non-minibuffer-window-p.
1548
1549 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1550
1551 * cus-start.el (all): Don't complain about fringe-related
1552 built-ins if fringes are not supported. Ditto about
1553 selection-related built-ins. Fix the test for GTK-related built-ins.
1554
1555 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1556 ("Postscript Print Buffer", "Print Region", "Save As...")
1557 ("Save", "Insert File...", "Open Directory...")
1558 ("Open File...", "Visit New File..."")
1559 ("Truncate Long Lines in this Buffer"): Don't look at
1560 menu-updating-frame if this display does not support multiple frames.
1561
1562 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1563
1564 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1565
1566 2005-09-09 Emilio Lopes <eclig@gmx.net>
1567
1568 * woman.el: Format- and whitespace-related changes.
1569
1570 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1571
1572 * woman.el: Fix my email address.
1573
1574 2005-09-08 Richard M. Stallman <rms@gnu.org>
1575
1576 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1577 (sh-mode): Locally set skeleton-pair-default-alist.
1578
1579 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1580
1581 * progmodes/flymake.el: Require `compile' unconditionally.
1582
1583 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1584
1585 * woman.el (woman-file-name): Provide a default, not initial input.
1586
1587 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1588
1589 * font-lock.el (font-lock-support-mode): Doc fix.
1590
1591 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1592
1593 2005-09-08 Richard M. Stallman <rms@gnu.org>
1594
1595 * simple.el (blink-matching-open): Get rid of text props from
1596 the string shown in echo area. Don't permanently set point.
1597 Some rearrangements.
1598
1599 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1600
1601 * recentf.el (recentf-filename-handler): Add custom choice
1602 `abbreviate-file-name'.
1603
1604 * msb.el (msb--very-many-menus): Fix typo.
1605
1606 * disp-table.el (standard-display-european): Don't set
1607 enable-multibyte-characters to nil.
1608
1609 2005-09-08 David Ponce <david@dponce.com>
1610
1611 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1612 (recentf-expand-file-name): Doc fix.
1613 (recentf-dialog-mode-map): Define digit shortcuts.
1614 (recentf--files-with-key): New variable.
1615 (recentf-show-digit-shortcut-filter): New function.
1616 (recentf-open-files-items): New function.
1617 (recentf-open-files): Use it.
1618 (recentf-open-file-with-key): New command.
1619
1620 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1623 Suggested by Kim F. Storm.
1624 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1625 (Buffer-menu-make-sort-button): Use global keymap.
1626
1627 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1628
1629 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1630 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1631 necessary any longer with the remapped command.
1632 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1633 formatting time only.
1634
1635 * net/tramp.el (tramp-action-password)
1636 (tramp-multi-action-password): Compile the password prompt from
1637 `method', `user' and `host'. Sometimes it isn't obvious which
1638 password to enter, for example with remote files offered by
1639 recentf.el, or with multiple steps. Suggested by Robert Marshall
1640 <robert@chezmarshall.freeserve.co.uk>.
1641
1642 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1645 Fix regexp for when "s///" is at the beginning of line.
1646
1647 2005-09-07 Jay Belanger <belanger@truman.edu>
1648
1649 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1650 when in matrix mode.
1651
1652 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1655 non-anonymous functions.
1656
1657 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1658
1659 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1660 when using a header line. Otherwise, use mouse-1-click-follows-link.
1661
1662 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1663 can't be moved; don't signal an error.
1664
1665 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1666
1667 * cus-theme.el (custom-theme-write-faces): Save the current face
1668 spec, not the defface spec.
1669
1670 * custom.el (custom-known-themes): Clarify meaning of "standard".
1671 (custom-push-theme): Save old values in the standard theme.
1672 (disable-theme): Correct typo.
1673 (custom-face-theme-value) Deleted unused function.
1674 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1675
1676 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * progmodes/compile.el (compilation-goto-locus): Take into account
1679 iconified frames when determining whether the buffer is
1680 already visible.
1681 Don't reset window height if the window already existed.
1682
1683 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1684
1685 * custom.el (load-theme): Rename from require-theme.
1686 Add interactive spec.
1687 (enable-theme): Rename from custom-enable-theme.
1688 Add interactive spec.
1689 (disable-theme): Rename from custom-disable-theme.
1690 Add interactive spec.
1691 (custom-make-theme-feature): Doc fix.
1692 (custom-theme-directory): Doc fix.
1693 (provide-theme): Call enable-theme.
1694
1695 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * obsolete/lazy-lock.el (lazy-lock-mode):
1698 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1699 font-lock-mode if it's off. Print a warning instead.
1700
1701 * progmodes/compile.el (compilation-start): Ignore errors if the
1702 process died before we get to send-eof.
1703
1704 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1705 Undo last change. Enclosing the result in quotes broke things on Unix
1706 since tex-send-command passes it through shell-quote-argument.
1707 (tex-send-command): Pass `file' through convert-standard-filename
1708 when possible.
1709 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1710 info in a transcript.
1711
1712 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1713
1714 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1715 fix compilation warning. Reorder the key definitions to group
1716 together keys emitted by the current version of xterm.
1717
1718 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1719 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1720 Reorder predicates to correct min-color usage.
1721
1722 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1723
1724 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1725 Kill local variables when longlines-mode is turned off.
1726
1727 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1728
1729 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1730
1731 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1732
1733 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1734
1735 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1736 (font-lock-lines-before): Change default to being inactive.
1737 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1738 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1739
1740 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1741
1742 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1743 Deactivate temporarily advice if active (not needed for Emacs 22,
1744 but for backwards compatibility).
1745 (tramp-exists-file-name-handler): Rewrite. First implementation
1746 was too simple.
1747 (tramp-advice-make-auto-save-file-name):
1748 Call `tramp-handle-make-auto-save-file-name' (again, just for
1749 backwards compatibility).
1750
1751 2005-08-31 Reto Zimmermann <reto@gnu.org>
1752
1753 * progmodes/vhdl-mode.el
1754 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1755 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1756 (vhdl-set-default-project): New function (easier setting of default).
1757 (vhdl-port-copy): Handle extended identifiers for generics.
1758 (vhdl-compiler-alist): Better description for error message regexp.
1759 (vhdl-make): Query for target, use previous as default.
1760 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1761 (vhdl-font-lock-keywords-2): Fix fontification for record
1762 el. assign.
1763 (vhdl-speedbar-make-subpack-line): Add package body link.
1764 (vhdl-generate-makefile-1): Not include itself as dependency.
1765 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1766 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1767 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1768 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1769 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1770 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1771 (vhdl-import-project): Add string argument for `error'.
1772 (vhdl-compose-configuration)
1773 (vhdl-compose-configuration-architecture): Add configuration
1774 declaration generation.
1775 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1776 (vhdl-trailer-re): Add "record" keyword (better indentation).
1777 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1778 "[^ \t-\"]+".
1779 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1780 (vhdl-testbench-entity-file-name)
1781 (vhdl-testbench-architecture-file-name): Allow separate
1782 customization of testbench file names.
1783 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1784 (vhdl-get-visible-signals): Allow newline within alias declaration.
1785 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1786 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1787 (member-ignore-case): Alias for missing function in XEmacs.
1788 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1789 (vhdl-update-sensitivity-list): Ignore case on read signals.
1790 (vhdl-replace-string): Adjust case only for file names.
1791 (vhdl-update-sensitivity-list): Fix search for read signals.
1792 (vhdl-update-sensitivity-list): Exclude formal parameters.
1793 (vhdl-get-visible-signals): Include aliases of signals.
1794 (vhdl-get-visible-signals): Fix signal name searching.
1795 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1796 (vhdl-fixup-whitespace-region): Fix for character
1797 literals (e.g. ':').
1798
1799 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1800
1801 * ansi-color.el (comint-last-output-start):
1802 * bs.el (font-lock-verbose):
1803 * diff-mode.el (add-log-buffer-file-name-function):
1804 * dired-x.el (vm-folder-directory):
1805 * faces.el (help-xref-stack-item):
1806 * files.el (font-lock-keywords):
1807 * find-lisp.el (dired-buffers, dired-subdir-alist):
1808 * ido.el (cua-inhibit-cua-keys):
1809 * log-view.el (cvs-minor-wrap-function):
1810 * outline.el (font-lock-warning-face):
1811 * simple.el (compilation-current-error):
1812 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1813 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1814 * tooltip.el (comint-prompt-regexp):
1815 * w32-fns.el (explicit-shell-file-name):
1816 * term/mac-win.el (mac-charset-info-alist)
1817 (mac-services-selection, mac-system-script-code):
1818 * term/tty-colors.el (msdos-color-values):
1819 * term/w32-win.el (xlfd-regexp-registry-subnum):
1820 * term/x-win.el (x-keysym-table, x-selection-timeout)
1821 (x-session-id, x-session-previous-id):
1822 * textmodes/ispell.el (mail-yank-prefix):
1823 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1824 * textmodes/org.el (calc-embedded-close-formula)
1825 (calc-embedded-open-formula)
1826 (font-lock-unfontify-region-function):
1827 * textmodes/reftex-global.el (isearch-next-buffer-function)
1828 (TeX-master):
1829 * textmodes/reftex.el (font-lock-keywords):
1830 * textmodes/tex-mode.el (font-lock-comment-face)
1831 (font-lock-doc-face):
1832 * textmodes/texinfo.el (outline-heading-alist):
1833 Add defvars.
1834
1835 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1836 (artist-spray-chars, artist-mode-init, artist-replace-string)
1837 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1838 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1839 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1840
1841 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1842 (conf-align-assignments): "?\ " -> "?\s".
1843
1844 * textmodes/reftex-index.el (TeX-master): Add defvar.
1845 (reftex-index-phrases-marker): Move up defvar.
1846
1847 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1848 (reftex-toc-include-labels-indicator)
1849 (reftex-toc-include-index-indicator)
1850 (reftex-toc-max-level-indicator): Move up declarations.
1851
1852 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1853 of args to `tramp-run-real-handler', even if it's empty in this case.
1854
1855 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1856
1857 * dired.el (dired-move-to-filename-regexp): Add date format for
1858 Mac OS X 10.3 in East Asian locales.
1859
1860 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1861
1862 * files.el (make-auto-save-file-name): Add file name handler call
1863 if applicable.
1864
1865 * net/tramp.el (tramp-file-name-handler-alist)
1866 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1867 (tramp-handle-make-auto-save-file-name): Rename from
1868 `tramp-make-auto-save-file-name'.
1869 (tramp-exists-file-name-handler): New defun.
1870 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1871 `make-auto-save-file-name' is not a magic file name operation.
1872
1873 2005-08-30 Richard M. Stallman <rms@gnu.org>
1874
1875 * files.el (risky-local-variable-p):
1876 Match `-predicates' and `-commands.
1877
1878 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1879 (custom-save-all): Visit the file if necessary;
1880 kill the buffer if we created it.
1881 (custom-save-delete): Don't visit file or kill buffer here.
1882
1883 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1884
1885 * textmodes/org.el (org-special-keyword): New face.
1886 (org-table-copy-down, org-table-eval-formula)
1887 (org-table-recalculate, org-init-section-numbers):
1888 Use `string-to-number' instead of `string-to-int'.
1889 (org-get-location): Use `insert-buffer-substring' instead of
1890 `insert-buffer'.
1891 (org-modify-diary-entry-string): New function.
1892 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1893 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1894 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1895 active region.
1896 (org-export-as-html): Handle QUOTE keyword.
1897 (org-quote-string): New option.
1898 (org-bookmark-jump-unhide): New function, used for
1899 `bookmark-after-jump-hook'.
1900 (org-diary-default-entry): Apply only when not called through
1901 `org-agenda'.
1902
1903 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
1904
1905 * net/eudc.el (mode-popup-menu):
1906 * play/handwrite.el (ps-printer-name, ps-lpr-command):
1907 * progmodes/ada-mode.el (compile-auto-highlight)
1908 (skeleton-further-elements):
1909 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1910 * progmodes/cmacexp.el (msdos-shells):
1911 * progmodes/compile.el (font-lock-extra-managed-props)
1912 (font-lock-keywords, font-lock-maximum-size)
1913 (font-lock-support-mode):
1914 * progmodes/grep.el (font-lock-lines-before):
1915 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1916 * progmodes/mixal-mode.el (compile-command):
1917 * progmodes/perl-mode.el (font-lock-comment-face)
1918 (font-lock-doc-face, font-lock-string-face):
1919 * progmodes/prolog.el (comint-prompt-regexp):
1920 * progmodes/sh-script.el (font-lock-comment-face)
1921 (font-lock-set-defaults, font-lock-string-face):
1922 * progmodes/sql.el (font-lock-keyword-face)
1923 (font-lock-set-defaults, font-lock-string-face):
1924 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1925 (itimer-version, lazy-lock-defer-contextually)
1926 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1927 Add defvars.
1928
1929 * progmodes/cperl-mode.el (cperl-electric-lbrace)
1930 (cperl-electric-keyword, cperl-electric-pod)
1931 (cperl-electric-backspace, cperl-forward-re)
1932 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1933 (vc-rcs-header, vc-sccs-header): Add defvars.
1934
1935 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1936 (font-lock-syntactic-keywords, gud-find-expr-function):
1937 Add defvars.
1938
1939 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1940 (gdb-frame-parameters): Declare before use.
1941
1942 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1943 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1944 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1945 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1946
1947 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
1948 (idlwave-help-with-source): Use `insert-buffer-substring', not
1949 `insert-buffer'.
1950
1951 2005-08-29 Juri Linkov <juri@jurta.org>
1952
1953 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
1954 Put outline-back-to-heading function call inside save-excursion.
1955
1956 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
1957
1958 * man.el (Man-init-defvars, Man-translate-references)
1959 (Man-support-local-filenames, Man-highlight-references):
1960 * progmodes/sql.el (sql-interactive-mode):
1961 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
1962
1963 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
1964 (compilation-mode-font-lock-keywords): Add defvars.
1965 (checkdoc-interactive-loop): "?\ " -> "?\s".
1966
1967 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
1968 (font-lock-doc-face, font-lock-string-face)
1969 (font-lock-keywords-case-fold-search): Add defvars.
1970 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
1971
1972 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
1973 Don't pass X and Y (they are ignored anyway).
1974 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
1975 (mouse-delete-window): Make arguments optional.
1976
1977 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
1978 (caesar-translate-table, minor-modes, news-buffer-save)
1979 (news-group-name, news-minor-modes): Add defvars.
1980
1981 * emacs-lisp/lselect.el (mouse-highlight-priority)
1982 (x-lost-selection-functions, zmacs-regions):
1983 * emacs-lisp/pp.el (font-lock-verbose):
1984 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
1985 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
1986 (ses-mode-map):
1987 * emacs-lisp/tcover-unsafep.el (safe-functions):
1988 * international/mule-cmds.el (mac-system-coding-system)
1989 (mac-system-locale):
1990 * language/ethio-util.el (rmail-current-message)
1991 (rmail-message-vector):
1992 * language/thai-util.el (thai-auto-composition-mode):
1993 * mail/metamail.el (rmail-current-message, rmail-message-vector):
1994 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
1995 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
1996 (vm-primary-inbox, vm-spool-files):
1997 * mail/rmail.el (deleted-head, font-lock-fontified)
1998 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
1999 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2000 (total-messages):
2001 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2002 (rmail-summary-mode-map):
2003 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2004 (rmail-last-label, rmail-last-multi-labels)
2005 (rmail-summary-vector, rmail-total-messages):
2006 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2007 * mail/rmailsum.el (msgnum):
2008 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2009 (rmail-current-message):
2010 * obsolete/fast-lock.el (font-lock-face-list):
2011 * obsolete/rnewspost.el (mail-reply-buffer):
2012 * obsolete/scribe.el (compile-command):
2013 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2014
2015 2005-08-28 John Paul Wallington <jpw@gnu.org>
2016
2017 * ibuf-ext.el (ibuffer-auto-update-changed):
2018 Use `frame-or-buffer-changed-p' to check whether we need to update.
2019 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2020 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2021 as a `frame-or-buffer-changed-p' state vector instead.
2022
2023 2005-08-27 Romain Francoise <romain@orebokech.com>
2024
2025 * textmodes/makeinfo.el (makeinfo-compile):
2026 Use `compilation-start'. Set `next-error-function' according to
2027 `disable-errors'.
2028 (makeinfo-next-error): New function.
2029 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2030 (makeinfo-buffer): Likewise.
2031
2032 * progmodes/compile.el (compilation-start): Add autoload cookie.
2033
2034 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2035 * textmodes/sgml-mode.el: Likewise.
2036 * progmodes/python.el: Likewise.
2037
2038 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2039
2040 * simple.el (blink-matching-paren-distance): Document the meaning
2041 of nil value, and allow to customize to nil.
2042
2043 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2044 command.com, not command.exe.
2045
2046 2005-08-26 John Wiegley <johnw@newartisans.com>
2047
2048 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2049 code around a bit so that an extraneous nil argument is not added
2050 to a command when no args are given.
2051
2052 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2053 double-quoted argument resolves to nil, return it as an empty
2054 string rather than as nil. This made it impossible to pass "" to
2055 a shell script as a null string argument.
2056
2057 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * outline.el (outline-invent-heading): New fun.
2060 (outline-promote, outline-demote): Use it.
2061 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2062 (outline-end-of-subtree): Remove unused var `opoint'.
2063
2064 2005-08-26 David Reitter <david.reitter@gmail.com>
2065
2066 * menu-bar.el (truncate-lines, write-file, print-buffer)
2067 (ps-print-buffer-faces, ps-print-buffer, split-window):
2068 Disable menu items when the frame they refer to is invisible, or when
2069 they refer to a buffer and the minibuffer is selected.
2070
2071 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2072
2073 * progmodes/flymake.el (flymake-highlight-err-lines):
2074 Use save-excursion around flymake-highlight-line to preserve point.
2075
2076 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2077
2078 * progmodes/octave-mod.el: Change Author and Maintainer address.
2079 (octave-maintainer-address): Change Kurt's email address.
2080 * progmodes/octave-inf.el: Change Author and Maintainer address.
2081 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2082
2083 2005-08-26 Kim F. Storm <storm@cua.dk>
2084
2085 * subr.el (version-list-<, version-list-<=, version-list-=):
2086 Renamed from integer-list-*.
2087 (version-list-not-zero): Likewise. Fix while loop.
2088 (version=): Use version-list-= instead of string-equal.
2089
2090 2005-08-26 Richard M. Stallman <rms@gnu.org>
2091
2092 * outline.el (outline-promote): Try shortening the heading.
2093 As last resort, read the heading to use.
2094 (outline-demote): As last resort, read the heading to use.
2095
2096 2005-08-26 Romain Francoise <romain@orebokech.com>
2097
2098 * progmodes/compile.el (compilation-start): Doc fix.
2099
2100 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2101 (antlr-font-lock-additional-keywords): Fix reference to
2102 `antlr-font-lock-literal-regexp' erroneously changed during the
2103 mass face rename.
2104 (antlr-run-tool): Use `compilation-start'.
2105
2106 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2107 instead of the obsolete `compile-internal'.
2108
2109 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2110
2111 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2112 (number, original-date):
2113 * calendar/cal-china.el (date):
2114 * calendar/cal-coptic.el (date):
2115 * calendar/cal-french.el (date):
2116 * calendar/cal-hebrew.el (date, entry, number, original-date):
2117 * calendar/cal-islam.el (date, number, original-date):
2118 * calendar/cal-iso.el (date):
2119 * calendar/cal-julian.el (date):
2120 * calendar/cal-mayan.el (date):
2121 * calendar/cal-menu.el (date, event):
2122 * calendar/cal-persia.el (date):
2123 * calendar/lunar.el (date):
2124 * calendar/solar.el (date): Add defvars.
2125
2126 * emerge.el:
2127 * ibuffer.el:
2128 * info-xref.el:
2129 * obsolete/bg-mouse.el:
2130 * obsolete/sun-curs.el:
2131 * obsolete/swedish.el: Move the `defvar's to the top level.
2132
2133 * smerge-mode.el (smerge-refined-change): Add :group.
2134
2135 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2138 (smerge-keep-n): Remove props.
2139 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2140 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2141 now that it's done in smerge-keep-n.
2142 (smerge-refined-change): New face.
2143 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2144 (smerge-refine): New funs.
2145 (smerge-basic-map): Bind smerge-refine.
2146
2147 2005-08-25 Juri Linkov <juri@jurta.org>
2148
2149 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2150 compilation-process-setup-function and compilation-disable-input
2151 in grep-mode instead of let-bindings in grep.
2152
2153 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2154 Delete "Automatic File De/compression" (auto-compression-mode).
2155
2156 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2157
2158 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2159 Silence warning about non-existent variable.
2160
2161 2005-08-25 Richard M. Stallman <rms@gnu.org>
2162
2163 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2164 Rename "Describe Key" to "Describe Key or Mouse Operation".
2165
2166 * mail/mailalias.el (build-mail-aliases): Delete comments
2167 from the contents before processing them.
2168
2169 * isearch.el (isearch-edit-string): Erase the Search prompt
2170 if user enters an empty string and there is no default.
2171
2172 * comint.el (comint-file-name-prefix): Add autoload.
2173
2174 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2175
2176 * subr.el (play-sound): Rearrange to avoid warning.
2177
2178 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2179
2180 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2181 New hook.
2182 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2183
2184 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2187
2188 * custom.el (custom-theme-set-variables): Sort minor modes last.
2189
2190 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2191
2192 * subr.el (version-separator, version-regexp-alist): New vars used by
2193 version comparison funs.
2194 (integer-list-<, integer-list-=, integer-list-<=)
2195 (integer-list-not-zero): New funs for integer list comparison.
2196 (version-to-list, version=, version<, version<=): New funs for version
2197 comparison.
2198
2199 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2200
2201 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2202 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2203 time to silence the byte-compiler.
2204
2205 * ibuffer.el (ibuffer-compile-make-eliding-form)
2206 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2207 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2208 so it's silly to get warnings for it).
2209 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2210 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2211 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2212 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2213 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2214 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2215 Defvar at compile time.
2216 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2217 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2218 Declare them before use.
2219
2220 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2221 (info-xref-good, info-xref-bad): Defvar at compile time.
2222
2223 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2224 Use `let*' instead of `let'.
2225
2226 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2227 (*mouse-y*, menu, char): Defvar at compile time.
2228 (sc::menu): Declare it before use.
2229 (sc::pack-one-line): Use `let', not `let*'.
2230
2231 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2232 (mail-send-hook): Defvar at compile time.
2233
2234 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2235 Defvar at compile time.
2236
2237 * term/sun-mouse.el (current-global-mousemap)
2238 (current-local-mousemap): Declare them before use.
2239
2240 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2241
2242 * bookmark.el (bookmark-after-jump-hook): New hook.
2243 (bookmark-jump): Run `bookmark-after-jump-hook'.
2244
2245 2005-08-23 Juri Linkov <juri@jurta.org>
2246
2247 * faces.el (minibuffer-prompt): Doc fix.
2248
2249 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2250
2251 * progmodes/xscheme.el: Trivial changes to silence warnings.
2252 (xscheme-previous-mode, xscheme-previous-process-state):
2253 Add defvars.
2254 (xscheme-last-input-end, xscheme-process-command-line)
2255 (xscheme-process-name, xscheme-buffer-name)
2256 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2257 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2258 (xscheme-control-g-synchronization-p)
2259 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2260 (default-xscheme-runlight, xscheme-runlight)
2261 (xscheme-runlight-string, xscheme-process-filter-state)
2262 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2263 Move to beginning of file.
2264 (scheme-interaction-mode-commands-alist)
2265 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2266 Declare them before use. Note: the initialization code for the variables
2267 has not been moved because it uses functions that reference the variables.
2268 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2269 (xscheme-prompt-for-expression-map): Declare them before use.
2270 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2271
2272 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2273
2274 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2275
2276 2005-08-22 Juri Linkov <juri@jurta.org>
2277
2278 * faces.el (set-face-underline): Delete this duplicate function
2279 and make an obsolete alias to set-face-underline-p.
2280 (set-face-underline-p): Use docstring of set-face-underline.
2281 (describe-face): Create hyperlink to parent face.
2282
2283 * info.el (Info-insert-dir): Use save-excursion around
2284 insert-buffer-substring.
2285 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2286 (Info-escape-percent): Delete function.
2287 (Info-fontify-node): Replace Info-escape-percent by
2288 replace-regexp-in-string with REP arg set to lambda that
2289 duplicates `%' and preserves text properties.
2290
2291 * progmodes/compile.el (compilation-disable-input): Doc fix.
2292 (define-compilation-mode): Doc fix and refill.
2293 (kill-compilation): Use `mode-name' in the error message.
2294 (compilation-find-file): Use `compilation-error' in the
2295 read-file-name's prompt.
2296
2297 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2300 (smerge-auto-leave): Make undo re-enable the mode.
2301 (debug-ignored-errors): Add the user-error of impossible resolution.
2302 (smerge-resolve): Move things around a bit, in preparation for later.
2303 (smerge-diff): Don't fail if the buffer has no associated file.
2304 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2305 (smerge-conflict-overlay): New function.
2306 (smerge-match-conflict): Don't add text properties here.
2307 (smerge-find-conflict): Instead, add an overlay here.
2308 Also check for the case where we're inside a conflict already, so as to
2309 obviate the need for font-lock-multiline, which is unbearably slow with
2310 large conflicts and ciomplex font-lock patterns.
2311 (smerge-remove-props): Remove overlay rather than text-properties.
2312 (smerge-mode): Don't set font-lock-multiline.
2313 Remove overlays when turned off.
2314
2315 2005-08-21 Kim F. Storm <storm@cua.dk>
2316
2317 * ido.el (ido-ignore-item-p): Use save-match-data.
2318 Bind case-fold-search to ido-case-fold locally.
2319
2320 2005-08-20 Richard M. Stallman <rms@gnu.org>
2321
2322 * files.el (normal-mode): If font lock is on, turn it off and on.
2323
2324 * subr.el (replace-regexp-in-string): Doc fix.
2325
2326 * startup.el (command-line-1): Don't suppress startup screen
2327 due to existing processes.
2328
2329 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2330
2331 * progmodes/compile.el (compilation-disable-input): Default to nil.
2332
2333 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2334
2335 * progmodes/compile.el (compilation-disable-input): New defcustom.
2336 (compilation-start): If compilation-disable-input is non-nil, send
2337 EOF to the compilation process.
2338
2339 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2340
2341 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2342 Run the argument of tex-shell-cd-command through
2343 convert-standard-filename, to get the correct style of slashes on
2344 Windows, and enclose the result in quotes, in case the file name
2345 includes whitespace or other special characters.
2346
2347 2005-08-19 Andreas Schwab <schwab@suse.de>
2348
2349 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2350 process.
2351
2352 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2353
2354 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2355
2356 2005-08-18 Kim F. Storm <storm@cua.dk>
2357
2358 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2359
2360 2005-08-18 Richard M. Stallman <rms@gnu.org>
2361
2362 * scroll-lock.el: New file.
2363
2364 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2365
2366 * dired.el (dired-move-to-end-of-filename):
2367 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2368
2369 2005-08-18 Kim F. Storm <storm@cua.dk>
2370
2371 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2372 rather than toggle mode when custom value is nil.
2373 (ido-everywhere): Fix defun doc string.
2374
2375 2005-08-17 Richard M. Stallman <rms@gnu.org>
2376
2377 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2378 as tag instead of "Inviolable".
2379
2380 2005-08-17 Kim F. Storm <storm@cua.dk>
2381
2382 * windmove.el (windmove-coordinates-of-position): Remove.
2383 (windmove-coordinates-of-window-position): Remove.
2384 (windmove-reference-loc): Use posn-at-point instead.
2385
2386 * subr.el (insert-for-yank-1): Doc fix.
2387
2388 * ido.el (ido-enter-matching-directory): Rename from
2389 ido-enter-single-matching-directory. Change 'slash choice to
2390 'only. Add 'first choice.
2391 (ido-exhibit): Adapt to above changes.
2392
2393 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2394
2395 * Makefile.in: Expand comment about building loaddefs.el.
2396
2397 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2398
2399 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2400 Comment use of defadvice.
2401
2402 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2403
2404 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2405
2406 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2407 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2408 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2409 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2410 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2411 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2412 for backward compatibility for faces that did not appear in the
2413 previous Emacs release.
2414
2415 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2416
2417 2005-08-15 Kim F. Storm <storm@cua.dk>
2418
2419 * emulation/cua-base.el (cua-delete-region): Return t if
2420 deleted region was non-empty.
2421 (cua-replace-region): Inhibit overwrite-mode for
2422 self-insert-command if replaced region was non-empty.
2423 (cua--explicit-region-start, cua--status-string): Make them
2424 buffer-local at top-level...
2425 (cua-mode): ...rather than when mode is enabled.
2426
2427 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2428
2429 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2430 Set t for Emacs 21, 22, and so on.
2431
2432 2005-08-15 David Ponce <david@dponce.com>
2433
2434 * tree-widget.el: Update Commentary header.
2435 (tree-widget-theme): Doc fix.
2436 (tree-widget-space-width): New option.
2437 (tree-widget-image-properties): Look up in the default theme too.
2438 (tree-widget--cursors): Only for images with arrow pointer shape.
2439 (tree-widget-lookup-image): Pointer shape is hand by default.
2440 (tree-widget-icon): Rename generic icon widget from
2441 `tree-widget-control'.
2442 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2443 derive from `tree-widget-icon'.
2444 (tree-widget-handle): Improve default look and feel of the text
2445 representation.
2446 (tree-widget): Rename :*-control properties to :*-icon properties.
2447 Add :action and :help-echo properties.
2448 (tree-widget-after-toggle-functions): Move.
2449 (tree-widget-close-node, tree-widget-open-node): Remove.
2450 (tree-widget-before-create-icon-functions): New hook.
2451 (tree-widget-value-create): Update to allow customization of icons
2452 and nodes at run-time via that new hook.
2453 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2454 (tree-widget-icon-action, tree-widget-icon-help-echo)
2455 (tree-widget-action, tree-widget-help-echo): New functions.
2456
2457 2005-08-15 Kim F. Storm <storm@cua.dk>
2458
2459 * ido.el (ido-buffer-internal): Use with-no-warnings.
2460 (ido-make-merged-file-list): Use while-no-input.
2461
2462 2005-08-15 Richard M. Stallman <rms@gnu.org>
2463
2464 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2465 (flyspell-large-region): Fix doc and custom type.
2466
2467 2005-08-14 Richard M. Stallman <rms@gnu.org>
2468
2469 * files.el (interpreter-mode-alist): Doc fix.
2470
2471 * mail/rmail.el (rmail-nonignored-headers): New variable.
2472 (rmail-clear-headers): Use it.
2473 (rmail-reply): Better handling of mail-followup-to header.
2474
2475 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2476 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2477 don't try to refer to executable-font-lock-keywords.
2478 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2479 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2480 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2481 (sh-mode): Set comment-start-skip, local-abbrev-table,
2482 imenu-case-fold-search.
2483 (sh-set-shell): Don't set them here.
2484 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2485 Don't cache the results in the original alist; don't ever modify
2486 that alist.
2487
2488 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2489
2490 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2491 empty.
2492
2493 2005-08-15 Andreas Schwab <schwab@suse.de>
2494
2495 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2496
2497 * dired.el, info.el, mail/rmail.el: Revert last change.
2498
2499 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2500
2501 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2502 modification in `eval-after-load' form.
2503 * info.el: Likewise.
2504 * mail/rmail.el: Likewise.
2505
2506 2005-08-14 Juri Linkov <juri@jurta.org>
2507
2508 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2509 Remove highlighting of "Compilation started". Highlight only
2510 the word "finished" in "Compilation finished". Add highlighting
2511 of "interrupt", "killed", "terminated" and the exit code.
2512 (compilation-start): Add newline after header. Use exactly the
2513 same time stamp format as the finishing message.
2514 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2515
2516 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2517 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2518 Add highlighting of "interrupt", "killed", "terminated".
2519
2520 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2521 enabled and the current command is self-insert-command, call it
2522 explicitly with overwrite-mode bound to nil, to not allow it
2523 to delete the character after the selected region.
2524
2525 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2526
2527 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2528 move-end-of-line, end-of-line, and beginning-of-line to the list
2529 of commands after which the echo area is updated.
2530
2531 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2532
2533 * cus-edit.el (custom-save-all, custom-save-delete):
2534 Bind recentf-exclude to exclude custom-file.
2535
2536 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2537
2538 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2539 to go to the bottom of the mail message. Added to
2540 `rmail-summary-mode-map' with key "/".
2541 (rmail-summary-show-message): New (internal) function for use by
2542 both `rmail-summary-beginning/end-of-message'.
2543 (rmail-summary-beginning-of-message): Change to use
2544 rmail-summary-show-message.
2545
2546 * mail/rmail.el (rmail-end-of-message): New command to go to the
2547 end of the current message. Added to `rmail-mode-map' with key "/".
2548 (rmail-beginning-of-message): Fix to work as documented.
2549 (rmail-mode): Change documentation.
2550
2551 * progmodes/compile.el (compilation-start): Add the line
2552 "Compilation started" with compilation start time.
2553 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2554
2555 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2556
2557 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2558 of menu items.
2559
2560 2005-08-11 Richard M. Stallman <rms@gnu.org>
2561
2562 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2563
2564 * battery.el (battery-status-function): Don't use ignore-errors.
2565
2566 2005-08-11 Lute Kamstra <lute@gnu.org>
2567
2568 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2569 define-obsolete-variable-alias.
2570
2571 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2574 (ange-ftp-send-cmd): Revert last change, and expand
2575 the comment explaining the problem.
2576
2577 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2578
2579 * ldefs-boot.el: Update.
2580
2581 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2582 item to "Time, Load and Mail". Change help echo text.
2583
2584 * time.el (display-time-use-mail-icon, display-time-format)
2585 (display-time-string-forms): Shorten first line of docstrings.
2586
2587 2005-08-10 Lars Hansen <larsh@soem.dk>
2588
2589 * desktop.el (desktop-buffer-mode-handlers):
2590 Make non-customizable. Add autoload cookie. Change initial value to
2591 nil; add elements in respective modules instead. Fix doc string.
2592 (desktop-load-file): New function.
2593 (desktop-minor-mode-handlers): New autoloaded variable.
2594 (desktop-create-buffer): Call minor mode handlers.
2595 Use desktop-load-file to load major and minor mode modules prior to
2596 checking for a handler.
2597 (desktop-save): Don't add nil to desktop-minor-modes for minor
2598 modes with nil function in desktop-minor-mode-table. Don't delete
2599 desktop file before rewriting it.
2600 (desktop-locals-to-save): Add autoload cookie. Don't make
2601 automatically buffer-local. Add variables column-number-mode,
2602 size-indication-mode, indent-tabs-mode,
2603 indicate-buffer-boundaries, indicate-empty-lines and
2604 show-trailing-whitespace.
2605 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2606 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2607 (desktop-clear-preserve-buffers-regexp): Delete.
2608 (desktop-clear-preserve-buffers): Update initial value and docstring.
2609 (desktop-save-buffer): Fix doc string.
2610
2611 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2612 (hilit-chg-desktop-restore): New function.
2613 (highlight-changes-mode): Add highlight-changes-mode to
2614 desktop-locals-to-save.
2615
2616 * dired.el: Add handler to desktop-buffer-mode-handlers.
2617 (dired-restore-desktop-buffer): Remove autoload cookie.
2618 (dired-mode): Add autoload cookie.
2619
2620 * info.el: Add handler to desktop-buffer-mode-handlers.
2621 (Info-restore-desktop-buffer): Remove autoload cookie.
2622 (Info-mode): Add autoload cookie.
2623
2624 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2625 (mh-restore-desktop-buffer): Remove autoload cookie.
2626 (mh-folder-mode): Add autoload cookie.
2627
2628 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2629 (rmail-restore-desktop-buffer): Remove autoload cookie.
2630
2631 2005-08-11 Masatake YAMATO <jet@gyve.org>
2632
2633 * hexl.el (hexl-address-region):
2634 (hexl-ascii-region, hexl-font-lock-keywords):
2635 (hexl-highlight-line-range): Use the term "region"
2636 instead of "area" for consistency with the other symbols
2637 defined in hexl.el.
2638
2639 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2640
2641 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2642 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2643 out by Juri Linkov). Add `display-battery-mode'.
2644
2645 2005-08-09 Juri Linkov <juri@jurta.org>
2646
2647 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2648 Remove `-text' from face variable names.
2649 (compilation-error-file-name, compilation-warning-file-name)
2650 (compilation-info-file-name): Delete faces.
2651 (compilation-line-number, compilation-column-number):
2652 Remove face underlining.
2653 (compilation-message-face): Set to `underline' value by default.
2654 (compilation-error-face, compilation-warning-face)
2655 (compilation-info-face): Remove `-file-name' from face names.
2656 (compilation-error-text-face, compilation-warning-text-face)
2657 (compilation-info-text-face): Delete face variables.
2658 (compilation-text-face): Delete function.
2659
2660 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2661 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2662 (grep-error-face): Set to `compilation-error' instead of
2663 `compilation-error-face' (which is redefined to `grep-hit-face' in
2664 grep buffers).
2665 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2666 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2667
2668 * dired-aux.el (dired-do-query-replace-regexp):
2669 Use `query-replace-read-args'.
2670
2671 * replace.el (query-replace-read-from, query-replace-read-to)
2672 (query-replace-read-args): Rename arg `string' to `prompt'.
2673
2674 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2675
2676 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2677
2678 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2679 uploading files.
2680 (ange-ftp-canonize-filename): Handle file names beginning with ~
2681 correctly.
2682
2683 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2684
2685 * textmodes/fill.el (canonically-space-region)
2686 (fill-context-prefix, fill-french-nobreak-p)
2687 (fill-delete-newlines, fill-comment-paragraph)
2688 (justify-current-line): "?\ " -> "?\s".
2689
2690 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2691
2692 * textmodes/fill.el (fill-nonuniform-paragraphs):
2693 Improve argument/docstring consistency.
2694
2695 2005-08-09 Richard M. Stallman <rms@gnu.org>
2696
2697 * textmodes/ispell.el (ispell-word): More fboundp checks.
2698
2699 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2700 (find-file-noselect-1): Call it here, only if RAWFILE.
2701 (normal-mode): Always set some major mode.
2702 (save-some-buffers-action-alist): Change some explanation strings.
2703 (file-name-non-special): In the `quote' method, use unwind-protect.
2704
2705 2005-08-09 Magnus Henoch <mange@freemail.hu>
2706
2707 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2708 (ispell-have-aspell-dictionaries): New variable.
2709 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2710 (ispell-get-aspell-config-value): New function.
2711 (ispell-aspell-find-dictionary): New function.
2712 (ispell-aspell-add-aliases): New function.
2713 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2714 appropriate. Don't look for ispell dictionaries if we use aspell.
2715 (ispell-menu-map): Don't build a submenu of dictionaries.
2716
2717 2005-08-09 Richard M. Stallman <rms@gnu.org>
2718
2719 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2720 (sql-read-passwd): Use read-passwd.
2721
2722 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2723 (idlwave-toolbar-is-possible): Add defvars.
2724
2725 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2726 Avoid warnings.
2727
2728 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2729 (idlwave-system-class-info, idlwave-executive-commands-alist):
2730 Use defvar.
2731
2732 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2733
2734 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2735 Avoid warnings.
2736
2737 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2738 and content-type: headers.
2739
2740 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2741
2742 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2743 and rename some of them to be more self-explanatory.
2744
2745 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2746
2747 * startup.el (command-line-1): Implement -scriptload.
2748
2749 * replace.el (occur-engine): Initial *Occur* output not undoable.
2750
2751 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2752 and improve help strings.
2753
2754 * isearch.el (isearch-repeat): When changing direction,
2755 mark search successful.
2756
2757 * ediff-init.el: Use (featurep 'xemacs).
2758
2759 * comint.el (send-invisible): Identify buffer, if not selected.
2760
2761 * align.el: Delete autoload for c-guess-basic-syntax.
2762
2763 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2764
2765 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2766 Improve argument/docstring consistency. Doc fixes.
2767 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2768 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2769 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2770 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2771 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2772 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2773 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2774 Defvar at compile time.
2775
2776 2005-08-09 Juri Linkov <juri@jurta.org>
2777
2778 * info.el: Replace `info' with upper-case `Info' where appropriate.
2779 (info-title-1, info-title-2, info-title-3, info-title-4)
2780 (info-menu-header): Move up face definitions.
2781 (info-menu-star): Rename from `info-menu-5'.
2782 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2783 (Info-fontify-visited-nodes): Fix docstring.
2784 (Info-hide-note-references): Fix docstring.
2785 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2786 menu items in the same way as on cross-references.
2787 (info-apropos): Fix sorting order and formatting to be like in the
2788 stand-alone Info browser. Display error messages for 1 sec.
2789 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2790 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2791 from the menu bar.
2792 (Info-insert-dir): Restore point after calling
2793 `insert-buffer-substring'.
2794
2795 2005-08-08 Richard M. Stallman <rms@gnu.org>
2796
2797 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2798 (recompute-lucid-menubar): Add defvars.
2799
2800 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2801
2802 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2803
2804 * net/net-utils.el (run-dig): Rename from `dig'.
2805
2806 * play/gametree.el (gametree-mode): Use make-local-variable,
2807 not make-variable-buffer-local.
2808
2809 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2810
2811 * ansi-color.el (ansi-color-make-extent)
2812 (ansi-color-set-extent-face): Use fboundp, not functionp.
2813
2814 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2815 not make-variable-buffer-local.
2816
2817 * bookmark.el (Info-current-file): Add defvar.
2818 (bookmark-jump-noselect): Use with-no-warnings.
2819
2820 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2821
2822 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2823
2824 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2825
2826 * find-file.el (ada-procedure-start-regexp)
2827 (ada-package-start-regexp): Add defvars.
2828
2829 * info.el (Info-insert-dir): Use insert-buffer-substring.
2830
2831 * xml.el (xml-att-def-re): Add defvar.
2832
2833 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2834 calling convention.
2835
2836 * subr.el (while-no-input): Return t if there is input.
2837
2838 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2839
2840 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2841
2842 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2843
2844 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2845 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2846
2847 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2848
2849 * cmuscheme.el (scheme-start-file): Replace reference to
2850 `user-emacs-directory' by "~/.emacs.d/".
2851
2852 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2853
2854 * info.el (Info-dir-remove-duplicates): Avoid case folding
2855 in loop; instead, keep downcased strings for comparison.
2856 Suggested by Helmut Eller.
2857
2858 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2859
2860 Sync with Tramp 2.0.50.
2861
2862 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2863 XEmacs case; not necessary anymore.
2864 (tramp-user-regexp): Allow "@" as part of user name.
2865 (tramp-handle-set-visited-file-modtime)
2866 (tramp-handle-insert-file-contents)
2867 (tramp-handle-write-region): No special handling for
2868 `last-coding-system-used, because this is done in
2869 `tramp-accept-process-output' now.
2870 (tramp-accept-process-output): New defun.
2871 (tramp-process-one-action, tramp-process-one-multi-action)
2872 (tramp-wait-for-regexp, tramp-wait-for-output)
2873 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2874 Howells <dhowells@redhat.com>.
2875 (clear-visited-file-modtime): Defadvice removed. The check for
2876 unset buffer's modtime does not need to be based on
2877 `tramp-buffer-file-attributes'. Suggested by RMS.
2878 (tramp-message): Insert "\n" if not being at beginning of line.
2879 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2880 sequence with same logic.
2881 (tramp-completion-handle-expand-file-name): Discard call of
2882 `tramp-drop-volume-letter'. It is not necessary, and there have
2883 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2884 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2885 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2886 should always be visible.
2887 (tramp-handle-insert-directory, tramp-setup-complete)
2888 (tramp-set-process-query-on-exit-flag)
2889 (tramp-append-tramp-buffers): Pacify byte-compiler.
2890 (tramp-bug): Delete non-existing variables from list.
2891 Apply `tramp-load-report-modules' as pre-hook.
2892 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2893 `shell-prompt-pattern' because of non-7bit characters.
2894 Reported by Sebastian Luque <sluque@mun.ca>.
2895 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2896 (tramp-match-string-list): Remove function.
2897 (tramp-wait-for-regexp): Remove call of that function.
2898 Suggested by Kim F. Storm <storm@cua.dk>.
2899 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2900 instead of octal character code ?\600. The latter resulted in a
2901 syntax error with XEmacs.
2902
2903 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2904 XEmacs case; not necessary anymore.
2905 (tramp-smb-handle-write-region): No special handling for
2906 `last-coding-system-used, because this is done in
2907 `tramp-accept-process-output' now.
2908 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2909
2910 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
2911
2912 * wid-edit.el (widget-choice-value-create):
2913 Unconditionally respect user choice. Set :explicit-choice back to nil
2914 when no longer needed.
2915 (widget-choice-action): Unconditionally respect user choice.
2916 Eliminate :explicit-choice-value.
2917
2918 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2919
2920 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2921 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2922 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2923 running new function `toggle-indicate-empty-lines'.
2924 Rename "Customize" item to "Customize fringe".
2925 Rename "Indicators" item to "Buffer boundaries" and change help echo.
2926 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2927 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2928 Delete "Empty lines only" item.
2929 (menu-bar-showhide-fringe-ind-customize): New function.
2930 (menu-bar-showhide-fringe-ind-mixed)
2931 (menu-bar-showhide-fringe-ind-box)
2932 (menu-bar-showhide-fringe-ind-right)
2933 (menu-bar-showhide-fringe-ind-left)
2934 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2935 instead of `fringe-indicators'.
2936
2937 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2938
2939 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2940 Change the date of last update.
2941
2942 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2943
2944 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2945 (viper-exec-yank, viper-put-back): Don't display modification msg
2946 if in the minibuffer.
2947
2948 * viper-init.el (viper-replace-overlay-cursor-color)
2949 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
2950 Make variables frame local.
2951
2952 * viper-util.el (viper-append-filter-alist): Use append instead of
2953 nconc.
2954
2955 * viper.el (viper-vi-state-mode-list)
2956 (viper-emacs-state-mode-list): Move help-mode and
2957 completion-list-mode from the first list to the second.
2958 (viper-mode): Docstring.
2959 (viper-go-away, viper-non-hook-settings): Don't localize
2960 minor-mode-alist in newer Emacsen. Add advice to
2961 set-cursor-color. Don't bind "\C-c\\".
2962
2963 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
2964
2965 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
2966 (scheme-macro-expand-command): New user options.
2967 (scheme-trace-procedure, scheme-expand-current-form): New commands.
2968 (scheme-form-at-point, scheme-start-file)
2969 (scheme-interactively-start-process): New functions.
2970 (scheme-get-process): New function, extracted from `scheme-proc'.
2971 (run-scheme): Call `scheme-start-file' to get start file, and pass
2972 it to `make-comint'.
2973 (switch-to-scheme, scheme-proc):
2974 Call `scheme-interactively-start-process' if no Scheme buffer/process
2975 is available.
2976
2977 2005-08-06 Juri Linkov <juri@jurta.org>
2978
2979 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2980 Use `compilation-text-face', `compilation-info-text-face' and
2981 `compilation-error-text-face' instead of `font-lock-keyword-face'.
2982 (compilation-error): New face.
2983 (compilation-error-file-name): Inherit from
2984 `compilation-error' instead of `font-lock-warning-face'.
2985 (compilation-warning-file-name): Inherit from
2986 `compilation-warning' instead of `font-lock-warning-face'.
2987 (compilation-info, compilation-error-file-name)
2988 (compilation-warning-file-name, compilation-info-file-name)
2989 (compilation-line-number, compilation-column-number): Doc fix.
2990 (compilation-error-text-face, compilation-warning-text-face)
2991 (compilation-info-text-face): New face variables.
2992 (compilation-line-face, compilation-column-face)
2993 (compilation-enter-directory-face)
2994 (compilation-leave-directory-face): Doc fix.
2995 (compilation-text-face): New function.
2996
2997 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
2998 instead of 1 to display binary file names as info file links.
2999 (grep-error-face): Use `compilation-error-face' instead of
3000 `font-lock-keyword-face'.
3001 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3002 and `compilation-warning-text-face' instead of
3003 `font-lock-keyword-face'. Use `compilation-error-text-face'
3004 instead of `grep-error-face'.
3005
3006 2005-08-05 Kenichi Handa <handa@m17n.org>
3007
3008 * international/code-pages.el: Add autoload cookies for all coding
3009 systems.
3010
3011 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3012
3013 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3014
3015 2005-08-04 Juri Linkov <juri@jurta.org>
3016
3017 * progmodes/compile.el (compilation-mode-map):
3018 * progmodes/grep.el (grep-mode-map):
3019 Bind TAB to `compilation-next-error' and [backtab] to
3020 `compilation-previous-error'.
3021
3022 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3023 matching line numbers, column numbers and their ranges with regexp
3024 matching only line numbers.
3025 (grep-context-face): New face variable.
3026 (grep-mode-font-lock-keywords): Use it.
3027
3028 * faces.el (read-face-name): Delete duplicate faces.
3029
3030 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3031
3032 * thumbs.el (thumbs-find-image): Don't make variables
3033 automatically buffer local.
3034 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3035 (thumbs-image-num): Make automatically buffer local.
3036 (thumbs-show-thumbs-list): Use `make-local-variable', not
3037 `make-variable-buffer-local'.
3038 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3039
3040 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3041 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3042 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3043 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3044 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3045 (feelings-about, foullst, found, hello, history, howareyoulst)
3046 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3047 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3048 (neglst, obj, object, owner, please, problems, qlist)
3049 (random-adjective, relation, remlst, repetitive-shortness)
3050 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3051 (shortlst, something, sportslst, stallmanlst, states, subj)
3052 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3053 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3054 Defvar at compile time.
3055
3056 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3057 not `make-variable-buffer-local'.
3058
3059 2005-08-02 Kim F. Storm <storm@cua.dk>
3060
3061 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3062 rectangle overlay in selected window.
3063
3064 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3065
3066 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3067 instead of display group. Make `indicate-buffer-boundaries'
3068 customizable through Custom.
3069
3070 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3071
3072 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3073 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3074 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3075 (gdb-put-string): Fix typos in docstrings.
3076
3077 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3078
3079 Update copyright notices of files in progmodes directory for
3080 release of Emacs 22.1.
3081
3082 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3083
3084 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3085 Don't barf if the GUD buffer has been killed.
3086
3087 2005-08-01 Kim F. Storm <storm@cua.dk>
3088
3089 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3090
3091 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3092
3093 * simple.el (next-error-follow-minor-mode):
3094 make-variable-buffer-local -> make-local-variable.
3095
3096 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3097
3098 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3099 (byte-compile-form-make-variable-buffer-local): New functions to warn
3100 about misuses of make-variable-buffer-local where make-local-variable
3101 was meant.
3102
3103 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3104
3105 * bs.el (bs-attributes-list): Doc fix.
3106 (bs): Update url-link.
3107
3108 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3109 (desktop-load-default): Simplify.
3110
3111 * ibuffer.el (ibuffer-columnize-and-insert-list)
3112 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3113 (ibuffer-unmark-all, ibuffer-toggle-marks)
3114 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3115 (ibuffer-compile-make-format-form, ibuffer-format-column)
3116 (ibuffer-current-buffers-with-marks)
3117 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3118 (ibuffer): Doc fix.
3119 (ibuffer-mode): Fix typo in docstring.
3120 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3121 with `define-obsolete-variable-alias'.
3122 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3123
3124 2005-07-29 Kenichi Handa <handa@m17n.org>
3125
3126 * international/mule-cmds.el (select-message-coding-system):
3127 Be sure to use LF for end-of-line. If no coding system is decided,
3128 return iso-8859-1-unix.
3129
3130 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3133 (ange-ftp-pending-error-line): New vars.
3134 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3135 to handle the non-fatal no-route-to-host messages.
3136 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3137
3138 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3139
3140 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3141 (isearch-quote-char, isearch-printing-char)
3142 (isearch-text-char-description): "?\ " -> "?\s".
3143 (isearch-lazy-highlight-cleanup)
3144 (isearch-lazy-highlight-initial-delay)
3145 (isearch-lazy-highlight-interval)
3146 (isearch-lazy-highlight-max-at-a-time)
3147 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3148 Declare with define-obsolete-*-alias macros.
3149 (isearch-forward): Fix typo in docstring.
3150 (search-invisible, search-ring-yank-pointer)
3151 (regexp-search-ring-yank-pointer): Doc fixes.
3152
3153 * recentf.el (recentf-menu-append-commands-p): Declare with
3154 `define-obsolete-variable-alias'.
3155 (recentf-max-saved-items, recentf-menu-filter)
3156 (recentf-arrange-by-rule-subfilter): Doc fixes.
3157 (recentf-menu-append-commands-flag)
3158 (recentf-initialize-file-name-history, recentf-expand-file-name)
3159 (recentf-clear-data): Fix typos in docstrings.
3160
3161 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3162
3163 * progmodes/gdb-ui.el: Smarten comments.
3164 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3165
3166 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3167
3168 * term/apollo.el (terminal-init-apollo): New function containing
3169 all former top level forms in the file.
3170 * term/bobcat.el (terminal-init-bobcat):
3171 * term/cygwin.el (terminal-init-cygwin):
3172 * term/iris-ansi.el (terminal-init-iris-ansi):
3173 * term/linux.el (terminal-init-linux):
3174 * term/news.el (terminal-init-news):
3175 * term/rxvt.el (terminal-init-rxvt):
3176 * term/sun.el (terminal-init-sun):
3177 * term/tvi970.el (terminal-init-tvi970):
3178 * term/vt100.el (terminal-init-vt100):
3179 * term/vt102.el (terminal-init-vt102):
3180 * term/vt125.el (terminal-init-vt125):
3181 * term/vt200.el (terminal-init-vt200):
3182 * term/vt201.el (terminal-init-vt201):
3183 * term/vt220.el (terminal-init-vt220):
3184 * term/vt240.el (terminal-init-vt240):
3185 * term/vt300.el (terminal-init-vt300):
3186 * term/vt320.el (terminal-init-vt320):
3187 * term/vt400.el (terminal-init-vt400):
3188 * term/vt420.el (terminal-init-vt420):
3189 * term/wyse50.el (terminal-init-wyse50):
3190 * term/xterm.el (terminal-init-xterm): Likewise.
3191
3192 * term/README: Describe the terminal-init-* functionality.
3193
3194 * startup.el (command-line): After loading the terminal initialization
3195 file call the corresponding terminal initialization function.
3196
3197 2005-07-27 Kenichi Handa <handa@m17n.org>
3198
3199 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3200 negative.
3201
3202 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3203 (ps-mule-composition-prologue): Fix for the case that
3204 RelativeCompose is false.
3205
3206 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3209
3210 * descr-text.el (describe-char): Handle the case where the list of
3211 chars is displayed in a separate frame.
3212 Be a bit more discriminating when looking for the char.
3213
3214 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3215
3216 * bookmark.el (bookmark-automatically-show-annotations)
3217 (bookmark-read-annotation-text-func): Doc fixes.
3218 (bookmark-save): Improve argument/docstring consistency.
3219 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3220 (bookmark-alist-from-buffer)
3221 (bookmark-upgrade-file-format-from-0)
3222 (bookmark-grok-file-format-version)
3223 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3224 (bookmark-read-annotation-mode)
3225 (bookmark-insert-current-bookmark, bookmark-jump)
3226 (bookmark-exit-hook): Fix typos in docstrings.
3227 (bookmark-exit-hooks): Define as obsolete alias.
3228 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3229 not `bookmark-exit-hooks'. Fix docstring.
3230 (bookmark-bmenu-select): "?\ " -> "?\s".
3231
3232 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3233
3234 * startup.el (command-line): Fix typo.
3235
3236 2005-07-24 Richard M. Stallman <rms@gnu.org>
3237
3238 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3239 not emacs-quick-startup.
3240
3241 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3242
3243 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3244 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3245 instead of `reb-with-current-window'.
3246 (reb-prev-match): Likewise. Also, don't move left if the search
3247 was unsuccessful.
3248 (reb-initialize-buffer): New function.
3249 (re-builder, reb-change-syntax): Use it.
3250
3251 * man.el (Man-goto-page): Make second argument NOERROR optional.
3252
3253 2005-07-23 Richard M. Stallman <rms@gnu.org>
3254
3255 * man.el (Man-bgproc-sentinel): Check here for failure to find
3256 any man page in the output, and report the error here.
3257 (Man-arguments): Make it permanent local.
3258 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3259 (Man-mode): Pass t for NOERROR.
3260
3261 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3262 (grep-mode-font-lock-keywords):
3263 Don't use compilation-...-face for messages that are not file names.
3264
3265 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3266 Don't use compilation-...-face for messages that are not file names.
3267
3268 2005-07-22 Juri Linkov <juri@jurta.org>
3269
3270 * startup.el (normal-splash-screen): Update menu name.
3271
3272 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3273
3274 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3275
3276 * term/xterm.el: Load term/rxvt if the terminal is actually an
3277 rxvt terminal.
3278 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3279
3280 * term/rxvt.el (function-key-map): Use substitute-key-definition
3281 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3282
3283 * term/cygwin.el: New file.
3284
3285 2005-07-22 Kim F. Storm <storm@cua.dk>
3286
3287 * image-file.el (insert-image-file, image-file-yank-handler):
3288 Fix last change to maintain a (unique) yank-handler on yanked images.
3289
3290 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3291
3292 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3293 of the file size (as in "177B" for 177 bytes). This happens with
3294 "ls -lh" on FreeBSD.
3295
3296 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3297
3298 * hilit-chg.el (highlight-changes-global-initial-state)
3299 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3300 (hilit-chg-fixup, highlight-changes-mode):
3301 Fix typos in docstrings.
3302 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3303 Doc fixes.
3304
3305 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3306
3307 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3308 mode function using `eval-after-load'.
3309
3310 2005-07-21 Kim F. Storm <storm@cua.dk>
3311
3312 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3313 included when reporting an emacs crash, and tell about the DEBUG file.
3314
3315 * image-file.el (insert-image-file): Add yank-handler.
3316 (image-file-yank-handler): Yank handler to make unique copies of
3317 images when they are yanked into a buffer next to each other.
3318
3319 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3320
3321 * comint.el (comint-use-prompt-regexp, comint-send-input)
3322 (comint-source-default, comint-extract-string)
3323 (comint-get-source, comint-word, comint-completion)
3324 (comint-source, comint-prompt-read-only, comint-update-fence):
3325 Fix typos in docstrings.
3326 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3327 Declare with define-obsolete-*-alias macros.
3328 (comint-previous-matching-input-from-input)
3329 (comint-next-matching-input-from-input)
3330 (comint-previous-matching-input, comint-next-matching-input)
3331 (comint-forward-matching-input):
3332 Improve argument/docstring consistency.
3333
3334 * desktop.el (desktop-clear-preserve-buffers-regexp):
3335 Also preserve the *server* buffer.
3336
3337 * simple.el (clone-indirect-buffer): Doc fix.
3338 (fixup-whitespace, just-one-space)
3339 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3340 (next-error, next-error-highlight)
3341 (next-error-highlight-no-select, next-error-last-buffer)
3342 (next-error-buffer-p, next-error-find-buffer, next-error)
3343 (previous-error, next-error-no-select, previous-error-no-select)
3344 (open-line, split-line, minibuffer-prompt-width, kill-new)
3345 (binary-overwrite-mode): Fix typos in docstrings.
3346 (set-fill-column): Fix typo in message.
3347
3348 * skeleton.el (skeleton-proxy-new): Doc fix.
3349
3350 * strokes.el (strokes-load-hook): Doc fix.
3351 (strokes-grid-resolution, strokes-get-grid-position)
3352 (strokes-renormalize-to-grid, strokes-read-stroke)
3353 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3354 (strokes-global-map): Fix typos in docstrings.
3355 (strokes-help): Doc fix. Fix help message and pass it through
3356 `substitute-command-keys'.
3357
3358 * tempo.el (tempo-insert-prompt, tempo-interactive)
3359 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3360 (tempo-insert-string-functions, tempo-local-tags)
3361 (tempo-define-template, tempo-insert-template)
3362 (tempo-insert-prompt-compat, tempo-is-user-element)
3363 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3364 Fix typos in docstrings.
3365
3366 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3367 (vcursor-key-bindings, vcursor-use-vcursor-map)
3368 (vcursor-find-window, vcursor-scroll-down)
3369 (vcursor-disable, vcursor-beginning-of-buffer)
3370 (vcursor-end-of-buffer): Fix typos in docstrings.
3371 (vcursor-relative-move, vcursor-get-char-count):
3372 Improve argument/docstring consistency.
3373
3374 * version.el: "?\ " -> "?\s".
3375
3376 * wid-edit.el (widget-default-create, widget-after-change)
3377 (widget-default-format-handler, widget-checklist-add-item)
3378 (widget-radio-add-item, widget-choose, widget-specify-secret)
3379 (widget-field-value-create, widget-field-value-get)
3380 (widget-editable-list-format-handler)
3381 (widget-editable-list-entry-create, widget-group-value-create)
3382 (widget-documentation-link-add)
3383 (widget-documentation-string-value-create): "?\ " -> "?\s".
3384 (widget-convert-text): Doc fix.
3385 (widget-narrow-to-field, widget-field-find)
3386 (widget-url-link-action, widget-emacs-library-link-action)
3387 (widget-color-notify): Fix typos in docstrings.
3388
3389 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3390 (x-select-text, set-w32-system-coding-system)
3391 (w32-add-charset-info): Fix typos in docstrings.
3392
3393 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3394 (cua-enable-cua-keys, cua-use-hyper-key)
3395 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3396 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3397
3398 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3399
3400 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3401 `defalias' instead of faking it.
3402
3403 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3404 (eshell-ls-missing, eshell-ls-dired-initial-args)
3405 (eshell-ls-use-in-dired): Fix typos in docstrings.
3406
3407 2005-07-20 Kim F. Storm <storm@cua.dk>
3408
3409 * emulation/cua-base.el (cua-mode): Improve doc string.
3410
3411 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3412
3413 * abbrev.el (expand-region-abbrevs): Doc fix.
3414 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3415 Improve argument/docstring consistency.
3416
3417 * arc-mode.el (archive-get-descr, archive-alternate-display):
3418 Doc fixes.
3419 (archive-l-e): Improve argument/docstring consistency.
3420 (archive-tmpdir, archive-unixdate, archive-unixtime)
3421 (archive-chmod-entry): Fix typos in docstrings.
3422 (archive-unflag, archive-unflag-backwards)
3423 (archive-unmark-all-files): "?\ " -> "?\s".
3424
3425 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3426 (Buffer-menu-not-modified, Buffer-menu-execute)
3427 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3428 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3429
3430 * composite.el (compose-string, encode-composition-rule)
3431 (compose-last-chars): Fix typos in docstrings.
3432
3433 * desktop.el (desktop-enable, desktop-basefilename):
3434 Declare with `define-obsolete-variable-alias'.
3435 (desktop-internal-v2s): Don't quote keywords.
3436 (desktop-clear): "?\ " -> "?\s".
3437
3438 * dired.el (dired-align-file, dired-flag-backup-files)
3439 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3440 (dired-listing-switches, dired-ls-F-marks-symlinks)
3441 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3442 (dired-directory, dired-faces, dired, dired-revert)
3443 (dired-mode, dired-summary, dired-view-file)
3444 (dired-copy-filename-as-kill, dired-delete-file)
3445 (dired-no-confirm, dired-unmark-all-marks)
3446 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3447 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3448 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3449 Fix typos in message strings.
3450
3451 * dired-x.el (virtual-dired): Declare with `defalias'.
3452 (dired-mark-unmarked-files, dired-local-variables-file)
3453 (dired-omit-here-always): Doc fix.
3454 (dired-omit-mode, dired-find-subdir)
3455 (dired-enable-local-variables, dired-clean-up-buffers-too)
3456 (dired-extra-startup, dired-mark-extension, dired-jump)
3457 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3458 (dired-smart-shell-command, dired-guess-shell-alist-user)
3459 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3460 (dired-x-bind-find-file, dired-x-submit-report):
3461 Fix typos in docstrings.
3462 (dired-mark-unmarked-files): "?\ " -> "?\s".
3463
3464 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3465
3466 * faces.el (describe-face): "?\ " -> "?\s".
3467 (read-all-face-attributes, read-face-font, modify-face)
3468 (face-attr-construct, italic): Fix typos in docstrings.
3469 (frame-update-face-colors): Declare with
3470 `define-obsolete-function-alias'.
3471
3472 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3473 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3474 (magic-mode-alist, buffer-file-numbers-unique)
3475 (write-file-functions, get-free-disk-space):
3476 Fix typos in docstrings.
3477 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3478 (write-contents-hooks, write-file-hooks):
3479 Declare with `define-obsolete-variable-alias'.
3480
3481 * forms-d2.el (arch-rj): Fix typo in docstrings.
3482 (arch-tocol): Likewise. "?\ " -> "?\s".
3483
3484 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3485 Fix typo in docstring.
3486 (set-screen-width, set-screen-height): Delete redundant info in
3487 doctrings.
3488 (new-frame, screen-height, screen-width): Declare with
3489 `define-obsolete-function-alias'.
3490 (delete-frame-hook, blink-cursor): Declare with
3491 `define-obsolete-variable-alias'.
3492
3493 * paths.el (prune-directory-list): Fix typos in docstring.
3494
3495 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3496 (cvs-prefix-get): Fix typos in docstrings.
3497
3498 * ps-print.el (ps-extend-face-list, ps-extend-face)
3499 (ps-print-background-image): Fix typos in docstrings.
3500 (ps-default-fg, ps-default-bg): Doc fixes.
3501
3502 * s-region.el (s-region-bind): Doc fix.
3503 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3504
3505 * textmodes/org.el (org-table-formula-substitute-names)
3506 (org-table-get-vertical-vector): Doc fixes.
3507 (org-table-recalculate): Remove unused argument to `message'.
3508
3509 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3510
3511 * textmodes/org.el (org-table-column-names)
3512 (org-table-column-name-regexp)
3513 (org-table-named-field-locations): New variables.
3514 (org-archive-subtree): Protect `this-command' when calling
3515 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3516 the kill buffer.
3517 (org-complete): Remove fixed-formula completion.
3518 (org-edit-formulas-map): New variable.
3519 (org-table-edit-formulas): New command.
3520 (org-finish-edit-formulas, org-abort-edit-formulas)
3521 (org-show-variable, org-table-get-vertical-vector): New functions.
3522 (org-table-maybe-eval-formula): Handle `:=' fields.
3523 (org-table-get-stored-formulas, org-table-store-formulas)
3524 (org-table-get-formula, org-table-modify-formulas)
3525 (org-table-replace-in-formulas): Handle named field formulas.
3526 (org-table-get-specials): Store locations of named fields.
3527
3528 2005-07-19 Juri Linkov <juri@jurta.org>
3529
3530 * progmodes/grep.el (grep-regexp-alist)
3531 (grep-mode-font-lock-keywords, grep-process-setup):
3532 Use default GNU grep match color "01;31m" instead of "01;41m".
3533 (grep-regexp-alist, grep-mode-font-lock-keywords):
3534 Use `\\[[0-9]*m' instead of `\\[00m'.
3535 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3536 sgr_start where its handling is more important. Use the real
3537 length of sgr_start instead of constant 8.
3538 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3539 specially. Delete all remaining escape sequences.
3540 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3541 (grep-regexp-alist): Make hyperlink only for binary file name
3542 instead of the whole line.
3543 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3544 (grep-mode): Add autoload.
3545
3546 * emacs-lisp/find-func.el (find-function-regexp):
3547 Add `define-compilation-mode'.
3548
3549 2005-07-19 Juri Linkov <juri@jurta.org>
3550
3551 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3552 (compare-windows-sync-string-size, compare-windows-recenter)
3553 (compare-windows-highlight, compare-windows): Add version 22.1.
3554 (compare-windows) <defface>: Inherit from lazy-highlight instead
3555 of duplicating its default value.
3556
3557 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3558 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3559
3560 * descr-text.el (describe-char): Create link buttons for `charset'
3561 and `code point'. Add the current input method name with a link
3562 button to `to input' field. Print face names of display table
3563 characters in `The display table entry is displayed by' section
3564 instead of printing face-id in the `display' field.
3565 Guess hardcoded faces and create a link button for them.
3566 Skip empty fields when calculating max-width.
3567 Treat `widget-create' specially while inserting strings from the
3568 collected field list.
3569 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3570
3571 * diff-mode.el (diff-file-header): Change foreground color from
3572 yellow to green on light backgrounds.
3573 (diff-context): Inherit from `shadow' only for color/grayscale
3574 with more than 88 colors.
3575 (diff-indicator-removed, diff-indicator-added)
3576 (diff-indicator-changed): New faces.
3577 (diff-font-lock-keywords): Use new faces. Regroup rules.
3578 Add "^---$" for `normal' diff format. Fontify `#' lines with
3579 font-lock-comment-delimiter-face and font-lock-comment-face.
3580 Add `#' to ^[^...] in the rule for `diff-context-face'.
3581
3582 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3583 a button-like box. Inherit from `highlight' on low colors.
3584 (shadow): Use shades of gray only for color/grayscale with
3585 more than 88 colors. Use green for light backgrounds with
3586 8 colors, and yellow for dark backgrounds with 8 colors.
3587
3588 * font-lock.el (font-lock-regexp-grouping-backslash):
3589 Don't inherit from escape-glyph (use bold for all cases).
3590
3591 * info.el (info-xref-visited): Use light foreground color `violet'
3592 for dark backgrounds instead of dark color `magenta3'.
3593 (info-title-1): Use `yellow' color for dark backgrounds.
3594
3595 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3596 too-light magenta2.
3597
3598 * replace.el (match): Use slightly more light RoyalBlue3 instead
3599 of dark RoyalBlue4.
3600
3601 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3602
3603 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3604
3605 * novice.el (disabled-command-hook): Declare it with
3606 `define-obsolete-variable-alias'.
3607
3608 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3609 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3610 (desktop-load-default): Add release to obsolescence info.
3611 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3612 (desktop-append-buffer-args, desktop-read):
3613 Fix typos in docstrings.
3614 (desktop-kill): Fix typo in message.
3615 (desktop-save): Doc fix.
3616
3617 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3618
3619 * viper-cmd.el (viper-escape-to-state): Bug fix.
3620 (viper-envelop-ESC-key): Change the definition of fast
3621 keysequence so it'll work with keyboard macros.
3622
3623 * ediff.el (ediff-patch-buffer): Change the docstring.
3624
3625 2005-07-19 Kenichi Handa <handa@m17n.org>
3626
3627 * international/mule-cmds.el (select-safe-coding-system): Try to
3628 use an auto-coding (if any) before anything else. If the found
3629 auto-coding is invalid, show a warning message.
3630
3631 * international/mule.el (find-auto-coding): New function created
3632 by modifying the body of set-auto-coding.
3633 (set-auto-coding): Use find-auto-coding to find a coding.
3634
3635 2005-07-18 Richard M. Stallman <rms@gnu.org>
3636
3637 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3638 not isearch-mode-end-hook-error.
3639 (allout-before-change-protect): Fix error message.
3640
3641 2005-07-18 Juri Linkov <juri@jurta.org>
3642
3643 * allout.el (allout-mode):
3644 * calculator.el (calculator-copy):
3645 * custom.el (custom-known-themes):
3646 * dired.el (dired-desktop-buffer-misc-data)
3647 (dired-restore-desktop-buffer):
3648 * dired-x.el (dired-omit-marker-char):
3649 * files.el (basic-save-buffer):
3650 * font-core.el (font-lock-mode):
3651 * calendar/calendar.el (calendar-goto-hebrew-date)
3652 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3653 (calendar-goto-persian-date):
3654 * language/ethio-util.el (ethio-sera-to-fidel-region):
3655 * textmodes/picture.el (picture-mode):
3656 Delete duplicate duplicate words.
3657
3658 2005-07-18 Juri Linkov <juri@jurta.org>
3659
3660 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3661 chars * ? } |.
3662 (isearch-fallback): Don't call `isearch-process-search-char'.
3663 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3664 (isearch-process-search-char): Call `isearch-fallback' for regexp
3665 chars * ? } |.
3666 (isearch-return-char): Make obsolete with `make-obsolete' instead
3667 of simply documenting it as obsolete in the docstring.
3668 (isearch-fallback): Refill docstring.
3669
3670 * international/isearch-x.el
3671 (isearch-process-search-multibyte-characters): Remove unneeded
3672 `concat'. Add intermediate values to `junk-hist' instead of
3673 `minibuffer-history'. Test the length of `str'.
3674
3675 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3676
3677 * allout.el (allout-resolve-xref): Fix typos in error strings.
3678 (allout-before-change-protect): Remove unneeded `concat'.
3679
3680 * array.el (array-mode, array-reconfigure-rows)
3681 (untabify-backward): Fix typos in docstrings.
3682 (array-reconfigure-rows): Use `insert-buffer-substring', not
3683 `insert-buffer'.
3684
3685 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3686 * progmodes/ada-mode.el (ada-make-body):
3687 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3688
3689 * dired.el (dired-log):
3690 * tar-mode.el (tar-subfile-save-buffer):
3691 * play/zone.el (zone-pgm-stress-destress):
3692 Use `insert-buffer-substring', not `insert-buffer'.
3693
3694 2005-07-17 Simon Josefsson <jas@extundo.com>
3695
3696 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3697
3698 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3699
3700 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3701 Add plain auth method.
3702 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3703
3704 2005-07-17 Kim F. Storm <storm@cua.dk>
3705
3706 * ido.el (dired-other-window): Add ido property.
3707
3708 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3709
3710 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3711 Fix typo in docstring.
3712 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3713 `insert-file-literally'.
3714
3715 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3716 info and delete redundant message. Doc fix.
3717 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3718 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3719
3720 2005-07-16 Richard M. Stallman <rms@gnu.org>
3721
3722 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3723 (byte-compile-and): Use byte-compile-and-recursion.
3724 (byte-compile-or-recursion): New function.
3725 (byte-compile-or): Use that.
3726 (byte-compile-if): Guard the else-clause too.
3727 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3728
3729 * isearch.el (isearch-mode-end-hook-quit): New variable.
3730 (isearch-done): Bind it.
3731 (isearch-mode-end-hook): Doc fix.
3732
3733 * allout.el (allout-isearch-did-quit): Variable deleted.
3734 (allout-real-isearch-abort): Function name no longer used.
3735 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3736 (allout-isearch-rectification): isearch-mode always exists.
3737 Don't set allout-isearch-did-quit.
3738 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3739 allout-isearch-did-quit.
3740 (allout-enwrap-isearch): Just add the hook.
3741 (allout-isearch-abort): Function deleted.
3742 (allout-pre-command-business): Avoid warning.
3743
3744 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3745 Correctly avoid warnings.
3746 (pascal-outline): Likewise.
3747
3748 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3749
3750 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3751
3752 * play/tetris.el (tetris-mode): Avoid warning.
3753
3754 * play/snake.el (snake-mode): Avoid warning.
3755
3756 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3757 (gamegrid-set-display-table): Avoid warning.
3758 (gamegrid-set-timer): Likewise.
3759 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3760 (gamegrid-add-score-with-update-game-score-1): Take FILE
3761 as argument.
3762 (gamegrid-add-score-with-update-game-score): Pass that argument.
3763 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3764
3765 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3766
3767 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3768 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3769
3770 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3771 and insert-file.
3772
3773 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3774 (sc-ask): Avoid warnings.
3775
3776 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3777 (eshell-hist-initialize): Use that var the natural way.
3778
3779 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3780
3781 * emacs-lisp/re-builder.el (reb-cook-regexp):
3782 Avoid warning calling lre-compile-string.
3783 (reb-color-display-p): Avoid warning.
3784
3785 * calculator.el (calculator-last-input): Guard uses
3786 of event-key and key-press-event-p.
3787 (event-key, key-press-event-p): Delete definitions.
3788
3789 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3790 (find-gc-source-directory, find-gc-subrs-callers)
3791 (find-gc-noreturn-list, find-gc-source-files)
3792 (find-gc-subrs-called): Vars renamed and defvar'd.
3793
3794 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3795 (checkdoc-overlay-put, checkdoc-delete-overlay)
3796 (checkdoc-overlay-start, checkdoc-overlay-end)
3797 (checkdoc-mode-line-update, checkdoc-char=):
3798 Define such that compiler knows they are defined.
3799 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3800 (checkdoc-read-event): Delete. Use read-event directly.
3801
3802 * whitespace.el (whitespace-make-overlay)
3803 (whitespace-overlay-put, whitespace-delete-overlay)
3804 (whitespace-overlay-start, whitespace-overlay-end):
3805 Define such that compiler knows they are defined.
3806 (whitespace): Move conditional inside.
3807
3808 * tempo.el (tempo-insert-template): Suppress warning.
3809
3810 * ediff-diff.el (longlines-mode): Add defvar.
3811
3812 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3813
3814 * server.el: Bind "C-x #" in a way that works even if C-x is
3815 redefined to a command key, not a prefix key.
3816
3817 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3818
3819 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3820 cl-make-type-test till execution time.
3821
3822 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3823
3824 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3825 arg ARG and use it.
3826
3827 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3828
3829 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3830
3831 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3832
3833 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3834 a defcustom with two :set or :type keywords.
3835
3836 2005-07-15 Richard M. Stallman <rms@gnu.org>
3837
3838 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3839 Don't give ^M comment-end syntax.
3840
3841 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3842
3843 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3844 Don't consider gdbmi (gdb-mi.el has its own update functions).
3845 (gdb-var-delete): Make it work for gdbmi as well.
3846 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3847
3848 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3849 (gud-speedbar-menu-items): Correct logic for enabling items.
3850
3851 2005-07-15 Kim F. Storm <storm@cua.dk>
3852
3853 * ido.el: Fix commentary.
3854 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3855 Use with-no-warnings around ffap-guesser.
3856 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3857 Let bind minibuffer-completing-file-name to t.
3858
3859 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3860
3861 * startup.el (site-run-file, keyboard-type): Doc fixes.
3862 (command-line): Check for "--basic-display" argument; also for
3863 "--quick", not "--bare-bones" (which was renamed).
3864 (fancy-splash-text): Add missing item "Getting New Versions".
3865 (normal-splash-screen): Fix typos and improve consistency with
3866 `fancy-splash-text'. Update copyright year.
3867
3868 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3869 valid binding for `help-char'.
3870
3871 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3872
3873 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3874
3875 * term.el (term-mode): Disable cua-mode for term buffers.
3876
3877 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3878
3879 * add-log.el (add-log-mailing-address, change-log-merge):
3880 Doc fixes.
3881 (change-log-get-method-definition): Fix typo in docstring.
3882
3883 2005-07-14 Kim F. Storm <storm@cua.dk>
3884
3885 * emulation/cua-base.el:
3886 (cua--pre-command-handler-1, cua--pre-command-handler)
3887 (cua--post-command-handler-1, cua--post-command-handler):
3888 Split in two. Check (buffer local) value of cua-mode.
3889 (cua-selection-mode): New command.
3890
3891 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3892
3893 * custom.el (custom-initialize-safe-set)
3894 (custom-initialize-safe-default): Doc fixes.
3895
3896 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3897 and simplify :init-value again.
3898
3899 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3900 and simplify :init-value again. Delete autoload.
3901
3902 * startup.el (command-line): Use `custom-reevaluate-setting' again
3903 for tooltip-mode.
3904
3905 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3906 a defcustom with two :initialize keywords.
3907
3908 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
3909
3910 * allout.el (my-mark-marker, allout-isearch-prior-pos)
3911 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3912 (allout-post-command-business, allout-flag-region)
3913 (isearch-reenable-font-lock, allout-yank)
3914 (allout-insert-latex-header, allout-insert-latex-trailer)
3915 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3916 (allout-latex-verb-quote): Fix typos in docstrings.
3917 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3918 (allout-unprotected, allout-prefix-data):
3919 Improve argument/docstring consistency.
3920 (allout-chart-subtree): Fix argument spec.
3921 (allout-open-topic): Rename `use_sib_bullet' argument to
3922 `use-sib-bullet'. Doc fix.
3923
3924 * whitespace.el (whitespace-check-buffer-leading)
3925 (whitespace-check-buffer-trailing)
3926 (whitespace-check-buffer-indent)
3927 (whitespace-check-buffer-spacetab)
3928 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3929 (whitespace-check-leading-whitespace)
3930 (whitespace-check-trailing-whitespace)
3931 (whitespace-check-spacetab-whitespace)
3932 (whitespace-check-indent-whitespace)
3933 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3934 (whitespace-modes): Fix typos in docstrings.
3935 (defgroup, defcustom): Doc fixes.
3936
3937 * winner.el (winner-mode, winner-boring-buffers)
3938 (winner-pending-undo-ring): Doc fixes.
3939 (winner-ring): Remove unneeded `progn'.
3940 (winner-equal): `defsubst' it.
3941 (winner-redo): Fix message.
3942
3943 2005-07-13 Kim F. Storm <storm@cua.dk>
3944
3945 * simple.el (line-move-1): Always use vertical-motion to
3946 do the last (or only) line move to ensure some movement.
3947 Undo 2005-06-23 change--don't check for overlays.
3948
3949 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3950
3951 * term/mac-win.el (ccl-encode-mac-roman-font)
3952 (ccl-encode-mac-centraleurroman-font)
3953 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
3954 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
3955 Change charset-id boundary of dimension to ?\xef.
3956 (mac-char-fontspec-list): New constant.
3957 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
3958 argument. Nil uses itself as family in font-spec. Previous
3959 behavior for nil is now provided by non-nil non-string argument.
3960 All callers changed. Add font-specs for Mac fonts to
3961 "fontset-default" unless iso8859-1 fonts are installed.
3962
3963 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3964
3965 * progmodes/sh-script.el (sh-get-indent-info): Only indent
3966 a continuation line if the \ is preceded by SPC or TAB.
3967 (sh-get-indent-info): Simplify.
3968 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
3969 Use with-current-buffer.
3970
3971 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
3972 when the matched text is empty.
3973
3974 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
3975
3976 * startup.el (command-line): Revert to previous handling of
3977 tooltip-mode. Explain in comment why the complexity is needed.
3978
3979 * tooltip.el (tooltip-mode): Revert to previous implementation of
3980 its defcustom.
3981
3982 * frame.el (blink-cursor-mode): Revert to previous implementation
3983 of its defcustom. Update comment.
3984
3985 2005-07-12 Lars Hansen <larsh@soem.dk>
3986
3987 * desktop.el: Update e-mail address.
3988
3989 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3990
3991 * term/mac-win.el (mac-services-mail-selection)
3992 (mac-services-mail-to): New functions.
3993 (mac-application-menu-map): Bind them.
3994
3995 2005-07-12 wulei <milton@wulei.net> (tiny change)
3996
3997 * progmodes/gdb-ui.el: Add note about buffering with Windows.
3998
3999 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4000
4001 * custom.el (custom-reevaluate-setting): Doc fix.
4002
4003 2005-07-11 Jay Belanger <belanger@truman.edu>
4004
4005 * calc/calc.el (calc-embedded-announce-formula-alist)
4006 (calc-embedded-open-close-plain-alist)
4007 (calc-embedded-open-close-mode-alist): Add checks for additional
4008 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4009
4010 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4011
4012 * custom.el (custom-enable-theme): Don't add theme to
4013 `custom-enabled-themes' with `push' because there is no
4014 setf-method for `delq'.
4015
4016 2005-07-11 Richard M. Stallman <rms@gnu.org>
4017
4018 * custom.el (custom-declare-variable): Doc fix.
4019
4020 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4021 from the alists.
4022
4023 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4024 Do nothing if edebug-active.
4025
4026 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4027 (edebug-display): Do it here instead.
4028
4029 2005-07-10 Richard M. Stallman <rms@gnu.org>
4030
4031 * cus-face.el (custom-theme-set-faces): Make it work.
4032 (custom-reset-faces): Doc fix.
4033 (custom-theme-reset-internal-face, custom-theme-face-value):
4034 Functions deleted.
4035
4036 * custom.el (custom-push-theme): Maintain list of the settings
4037 of a given theme in its theme-settings property.
4038 Maintain position of old settings in the theme-value
4039 or theme-face property.
4040 (custom-enabled-themes): New variable.
4041 (custom-theme-enabled-p): New function.
4042 (provide-theme): Update custom-enabled-themes.
4043 Disable and reenable the `user' theme.
4044 (require-theme): Doc fix.
4045 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4046 (custom-theme-value, custom-theme-variable-value): Likewise.
4047 (custom-theme-reset-internal): Likewise.
4048 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4049 (custom-enable-theme, custom-disable-theme): New functions.
4050 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4051 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4052 (custom-theme-reset-variables): Simplify.
4053 (deftheme, custom-declare-theme, custom-make-theme-feature):
4054 Definitions moved.
4055
4056 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * longlines.el (longlines-show-region)
4059 (longlines-unshow-hard-newlines): Recognize hard newlines by
4060 non-nil hard property, instead of t.
4061
4062 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4063
4064 * viper-cmd.el (viper--key-maps): New variable.
4065 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4066 emulation-mode-map-alists.
4067 (viper-envelop-ESC-key): Use viper-subseq.
4068 (viper-search-forward/backward/next): Disable debug-on-error.
4069
4070 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4071 (viper-ESC-key): New defcustoms.
4072
4073 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4074
4075 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4076 (viper-subseq): Copy of subseq from cl.el.
4077
4078 * viper.el (viper-go-away, viper-set-hooks): Use
4079 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4080
4081 * viper-mous.el (viper-current-frame-saved): Use defvar.
4082
4083 * viper-init.el: Get rid of -face in face names.
4084
4085 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4086 Make it work with longlines mode
4087
4088 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4089
4090 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4091
4092 * ediff-init.el: Get rid of -face in face names.
4093
4094 2005-07-10 Richard M. Stallman <rms@gnu.org>
4095
4096 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4097 and with-timeout-unsuspend.
4098
4099 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4100 and with-timeout-unsuspend.
4101
4102 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4103 (with-timeout): Bind that variable to record timers.
4104 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4105
4106 * emacs-lisp/debug.el (debug-help-follow): New function.
4107 (debugger-mode-map): Use that instead of help-follow.
4108 (debugger-setup-buffer): Use eval-buffer-list
4109 to handle eval-buffer frames.
4110
4111 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4112
4113 * timezone.el (timezone-parse-date): Change first regexp
4114 so it will not mistakenly match dates with no time zone.
4115
4116 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4117
4118 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4119
4120 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4121
4122 * custom.el (custom-initialize-safe-set)
4123 (custom-initialize-safe-default): New functions.
4124
4125 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4126 and simplify :init-value.
4127
4128 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4129 and simplify :init-value. Delete obsolete comment.
4130
4131 * startup.el (command-line): Use `custom-reevaluate-setting' to
4132 handle `tooltip-mode'. Delete obsolete comment.
4133
4134 * files.el (set-visited-file-name): Avoid calling
4135 `file-name-nondirectory' with a nil argument.
4136
4137 2005-07-09 Richard M. Stallman <rms@gnu.org>
4138
4139 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4140 was called with nil for the buffer, handle the read position right.
4141 Handle read position for eval-region, too.
4142
4143 2005-07-09 Juri Linkov <juri@jurta.org>
4144
4145 * fringe.el (fringe-mode): Add period in docstring.
4146 (fringe-query-style): Build prompt depending on `all-frames' arg.
4147
4148 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4149 to not create links to unrelated functions in the Help buffer.
4150
4151 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4152 Doc fix.
4153
4154 * simple.el (next-error-hook): New variable.
4155 (next-error): Use it. Doc fix.
4156
4157 * textmodes/ispell.el (ispell-command-loop): Add current
4158 dictionary name and program name to mode-line-format.
4159 (ispell-region, ispell-process-line): Add current dictionary name
4160 and program name to messages.
4161
4162 2005-07-08 Jay Belanger <belanger@truman.edu>
4163
4164 * calc/calc.el (calc-embedded-announce-formula-alist)
4165 (calc-embedded-open-close-formula-alist)
4166 (calc-embedded-open-close-word-alist)
4167 (calc-embedded-open-close-plain-alist)
4168 (calc-embedded-open-close-new-formula-alist)
4169 (calc-embedded-open-close-mode-alist)
4170 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4171 (calc-embedded-mode-hook): New variables.
4172
4173 * calc/calc-embed.el (calc-embedded-firsttime)
4174 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4175 New variables.
4176 (calc-do-embedded): Use calc-embedded-firsttime,
4177 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4178 determine whether or not to run hooks.
4179 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4180 calc-embedded-firsttime-formula appropriately.
4181 Set calc-embedded delimiter variables according to mode.
4182
4183 2005-07-08 Richard M. Stallman <rms@gnu.org>
4184
4185 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4186 Check for "emacs", etc., as entire symbol, not just as word.
4187 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4188
4189 * files.el (set-visited-file-name): Report the error
4190 for "empty filename" earlier.
4191 (kill-some-buffers): Ignore buffers already dead.
4192
4193 * fringe.el (fringe-mode): Doc fix.
4194
4195 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4196 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4197 Use unwind-protect to ensure byte-compile-unresolved-functions
4198 is updated.
4199
4200 * whitespace.el (whitespace-buffer-leading-cleanup):
4201 Simplify w/ skip-chars-forward.
4202 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4203
4204 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4205 Unconditionally try to leave point at the same old place.
4206
4207 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4208
4209 * comint.el (comint-postoutput-scroll-to-bottom)
4210 (comint-show-maximum-output): Take scroll-margin into consideration.
4211
4212 2005-07-08 Kim F. Storm <storm@cua.dk>
4213
4214 * ido.el (ido-use-filename-at-point): New choice `guess'.
4215 (ido-file-internal): Try ffap-guesser if selected.
4216
4217 * ido.el (ido-before-fallback-functions): New hook.
4218 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4219 (ido-read-file-name): Run it.
4220
4221 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4224 strings rather than a list of symbols to the completion function.
4225
4226 2005-07-07 Jay Belanger <belanger@truman.edu>
4227
4228 * calc/calc-units.el (math-apply-units): Change the places in
4229 which units are simplified.
4230
4231 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4232
4233 * cus-edit.el (customize-option, customize-option-other-window):
4234 Make them handle aliases.
4235
4236 * custom.el (custom-variable-p): Make it recursively follow
4237 aliases. Mention that in the docstring.
4238
4239 2005-07-07 Richard M. Stallman <rms@gnu.org>
4240
4241 * cus-start.el (exec-path): Use `directory' instead of `file'.
4242 Fix tag for nil.
4243
4244 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4245
4246 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4247 when called non-interactively. Doc fix.
4248
4249 2005-07-07 Lute Kamstra <lute@gnu.org>
4250
4251 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4252 new address as well.
4253
4254 2005-07-07 Kenichi Handa <handa@m17n.org>
4255
4256 * international/mule.el (make-coding-system):
4257 Describe `ascii-incompatible' property in the docstring.
4258 (set-file-name-coding-system): Signal an error if coding-system is
4259 ascii-incompatible.
4260 (set-keyboard-coding-system): Likewise.
4261
4262 * international/mule-cmds.el (set-default-coding-systems):
4263 Don't set default-file-name-coding-system and
4264 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4265
4266 * international/utf-16.el: Declare that all UTF-16-based coding
4267 systems are ASCII-incompatible.
4268
4269 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4270
4271 * progmodes/gud.el: Require font-lock for displaying errors.
4272 Used by gdb-ui.el.
4273
4274 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4275
4276 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4277 values for the pattern lists which are `read'able but not
4278 `append'able (like symbols).
4279
4280 2005-07-06 Richard M. Stallman <rms@gnu.org>
4281
4282 * progmodes/flymake.el (flymake-float-time): Instead of
4283 with-no-warnings, test for xemacs.
4284 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4285 to avoid warning.
4286
4287 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4288
4289 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4290
4291 2005-07-05 Lute Kamstra <lute@gnu.org>
4292
4293 * battery.el: Add support for Darwin (with much debugging help
4294 from Samuel Lauber <sam124@operamail.com>).
4295 (battery-status-function, battery-echo-area-format)
4296 (battery-mode-line-format): Add support for pmset on Darwin.
4297 (battery-load-low, battery-load-critical): New user options.
4298 (battery-pmset): New function.
4299
4300 2005-07-05 Lute Kamstra <lute@gnu.org>
4301
4302 Update FSF's address in GPL notices.
4303
4304 * textmodes/page-ext.el: Update FSF's address.
4305
4306 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4309 filling from using prefix when filling a single-line docstring.
4310
4311 * progmodes/flymake.el: Remove useless eval-when-compile.
4312
4313 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4314
4315 2005-07-04 Richard M. Stallman <rms@gnu.org>
4316
4317 * textmodes/org.el (org-file-apps-defaults-gnu):
4318 Rename from org-file-apps-defaults-linux.
4319 (org-default-apps): Don't test system-type for `linux'.
4320 (org-file-apps): Doc fix.
4321
4322 2005-07-04 David Ponce <david@dponce.com>
4323
4324 * tree-widget.el: Improve header Commentary section.
4325 (tree-widget) [defgroup]
4326 (tree-widget-image-enable, tree-widget-themes-directory)
4327 (tree-widget-theme, tree-widget-image-properties-emacs)
4328 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4329 (tree-widget-image-formats, tree-widget-control)
4330 (tree-widget-empty-control, tree-widget-leaf-control
4331 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4332 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4333 (tree-widget-keep, tree-widget-after-toggle-functions)
4334 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4335 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4336 :help-echo message.
4337 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4338 (tree-widget-image-properties): Doc fix. Clearer implementation.
4339 (tree-widget--cursors): New constant.
4340 (tree-widget-lookup-image): New function split from
4341 `tree-widget-find-image'. Clearer implementation.
4342 (tree-widget-find-image): Use it.
4343 (tree-widget-button-keymap): Use `set-keymap-parent'.
4344 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4345 Define the sub-widgets here.
4346 (tree-widget-node): Check that :node is not a tree-widget.
4347 (tree-widget-get-super, tree-widget-open-control)
4348 (tree-widget-close-control, tree-widget-empty-control)
4349 (tree-widget-leaf-control, tree-widget-guide)
4350 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4351 (tree-widget-no-handle, tree-widget-value-delete)
4352 (tree-widget-map): Remove.
4353 (tree-widget-children-value-save): Doc fix. Simplified.
4354 (tree-widget-value-create): Update according to previous changes.
4355
4356 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4357
4358 * textmodes/org.el: Leading space replaced by TABS.
4359 (org-recalc-marks, org-table-rotate-recalc-marks)
4360 (org-table-get-specials): Treat "^" and "_" marks.
4361 (org-table-justify-field-maybe): Optional argument NEW.
4362 (org-table-eval-formula): Parsing of the format simplified.
4363 New modes C,I. Honor the %= parameter in the current table.
4364 Avoid unnecessary re-align by using the NEW argument to
4365 `org-table-justify-field-maybe'.
4366 (org-calc-default-modes): Default for date-format mimicks org-mode.
4367 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4368
4369 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4370
4371 * cus-face.el (custom-theme-set-faces): Make it handle face
4372 aliases whose alias declarations are pre- or autoloaded.
4373
4374 2005-07-04 Juri Linkov <juri@jurta.org>
4375
4376 * faces.el (read-face-name): Put the code for getting a face name
4377 from the buffer before adding the faces from the `face' property.
4378 Use `completing-read-multiple' instead of `completing-read'.
4379 Require `crm'. Add default value and post-process the returned
4380 list of faces.
4381
4382 * emacs-lisp/crm.el (crm-find-current-element)
4383 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4384
4385 * emacs-lisp/lisp-mode.el (eval-defun-1):
4386 * emacs-lisp/edebug.el (edebug-eval-defun):
4387 Remove unnecessary quotes.
4388
4389 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4390
4391 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4392 (prolog-indent-level): Fix typo in docstring.
4393
4394 * info.el (Info-history, Info-history-forward)
4395 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4396
4397 * add-log.el (add-change-log-entry):
4398 * comint.el (comint-dynamic-list-input-ring)
4399 (comint-dynamic-list-completions):
4400 * dabbrev.el (dabbrev-expand):
4401 * delim-col.el (delimit-columns-rectangle-line):
4402 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4403 (diff-unified->context):
4404 * ediff-init.el (ediff-abbrev-jobname):
4405 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4406 (ediff-replace-session-activity-marker-in-meta-buffer):
4407 * info.el (Info-summary):
4408 * lpr.el (printify-region):
4409 * printing.el (pr-create-interface):
4410 * ps-print.el (ps-print-quote):
4411 * ses.el (ses-column-widths, ses-print-cell)
4412 (ses-adjust-print-width, ses-center):
4413 * shell.el (shell-file-name-quote-list):
4414 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4415 (strokes-fill-current-buffer-with-whitespace)
4416 (strokes-xpm-for-stroke, strokes-list-strokes)
4417 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4418 * term.el (term-dynamic-list-input-ring)
4419 (term-dynamic-list-completions):
4420 * calc/calc.el (math-format-stack-value):
4421 * emacs-lisp/edebug.el (edebug-display-freq-count):
4422 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4423 (delphi-new-comment-line):
4424 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4425 * progmodes/executable.el (executable-set-magic):
4426 * progmodes/python.el (inferior-python-mode):
4427 * progmodes/scheme.el (scheme-mode-syntax-table):
4428 * progmodes/sh-script.el (sh-maybe-here-document):
4429 * progmodes/sql.el (sql-copy-column):
4430 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4431 * textmodes/bibtex.el (bibtex-mode):
4432 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4433 (sgml-auto-attributes):
4434 * textmodes/table.el (table-insert, table-shorten-cell)
4435 (table--generate-source-scan-lines, table-delete-row)
4436 (*table--cell-delete-char, table--spacify-frame)
4437 (table--horizontally-shift-above-and-below)
4438 (table--cell-insert-char, table--cell-blank-str)
4439 (table--fill-region-strictly):
4440 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4441 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4442
4443 * add-log.el (change-log):
4444 * apropos.el (apropos):
4445 * comint.el (comint-completion, comint-source):
4446 * dabbrev.el (dabbrev):
4447 * delim-col.el (columns):
4448 * diff-mode.el (diff-mode):
4449 * ediff.el (ediff):
4450 * ediff-diff.el (ediff-diff):
4451 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4452 * ediff-mult.el (ediff-mult):
4453 * ediff-ptch.el (ediff-ptch):
4454 * ediff-wind.el (ediff-window):
4455 * facemenu.el (facemenu):
4456 * indent.el (indent):
4457 * info.el (info):
4458 * jka-cmpr-hook.el (compression, jka-compr):
4459 * lpr.el (lpr):
4460 * outline.el (outlines):
4461 * pcmpl-cvs.el (pcmpl-cvs):
4462 * pcmpl-rpm.el (pcmpl-rpm):
4463 * printing.el (printing):
4464 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4465 (ps-print-vertical, ps-print-headers, ps-print-font)
4466 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4467 (ps-print-background, ps-print-printer, ps-print-page)
4468 (ps-print-miscellany):
4469 * ses.el (ses):
4470 * shell.el (shell, shell-directories, shell-faces):
4471 * startup.el (initialization):
4472 * strokes.el (strokes):
4473 * term.el (term):
4474 * uniquify.el (uniquify):
4475 * w32-vars.el (w32):
4476 * calc/calc.el (calc):
4477 * emacs-lisp/bytecomp.el (bytecomp):
4478 * emacs-lisp/cl-indent.el (lisp-indent):
4479 * emacs-lisp/edebug.el (edebug):
4480 * emacs-lisp/elp.el (elp):
4481 * emacs-lisp/testcover.el (testcover):
4482 * emacs-lisp/trace.el (trace):
4483 * emulation/viper-ex.el (viper-ex):
4484 * emulation/viper-mous.el (viper-mouse):
4485 * mail/mailalias.el (mailalias):
4486 * mail/supercite.el (supercite, supercite-frames)
4487 (supercite-attr, supercite-cite, supercite-hooks):
4488 * net/rcompile.el (remote-compile):
4489 * net/rlogin.el (rlogin):
4490 * obsolete/ooutline.el (outlines):
4491 * progmodes/delphi.el (delphi):
4492 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4493 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4494 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4495 (ebnf-optimization):
4496 * progmodes/etags.el (etags):
4497 * progmodes/executable.el (executable):
4498 * progmodes/idlwave.el (idlwave):
4499 * progmodes/pascal.el (pascal):
4500 * progmodes/prolog.el (prolog):
4501 * progmodes/python.el (python):
4502 * progmodes/scheme.el (scheme):
4503 * progmodes/sh-script.el (sh, sh-script):
4504 * progmodes/sql.el (SQL):
4505 * progmodes/tcl.el (tcl):
4506 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4507 * textmodes/enriched.el (enriched):
4508 * textmodes/makeinfo.el (makeinfo):
4509 * textmodes/sgml-mode.el (sgml):
4510 * textmodes/table.el (table-hooks):
4511 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4512 * textmodes/texinfo.el (texinfo):
4513 * textmodes/two-column.el (two-column):
4514 Finish `defgroup' description with period.
4515
4516 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4517 * eshell/esh-var.el (eshell-var):
4518 * progmodes/vhdl-mode.el (vhdl-testbench):
4519 * textmodes/org.el (org): Fix typos in docstrings.
4520
4521 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4522 consistency.
4523
4524 * progmodes/flymake.el (flymake-find-file): Remove.
4525 (flymake-float-time): Use `with-no-warnings'.
4526 (flymake-check-start-time, flymake-check-was-interrupted)
4527 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4528 (flymake-new-err-info): `defvar' at compile time.
4529
4530 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4531
4532 * replace.el (occur-hook): Doc fix.
4533 (occur-1): Don't call `occur-hook' if there are no matches.
4534
4535 2005-07-03 Richard M. Stallman <rms@gnu.org>
4536
4537 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4538 global-map, save the same map.
4539 (global-map): Don't alter it at top level.
4540 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4541 Then alter it here instead.
4542 (tpu-edt-off): Set global-map to the saved one.
4543
4544 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4545 All references simplified.
4546 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4547 (zmacs-regions): Add defvar.
4548 (repeat-complex-command-map): Everything about that deleted.
4549
4550 * textmodes/artist.el (artist-key-is-drawing)
4551 (artist-key-endpoint1, artist-key-poly-point-list)
4552 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4553 (artist-key-compl-table, artist-rb-save-data)
4554 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4555 Don't put them in eval-when-compile.
4556 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4557
4558 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4559 Use with-no-warnings.
4560
4561 * net/browse-url.el (dos-windows-version): Add defvar.
4562
4563 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4564
4565 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4566 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4567 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4568 Add defvar.
4569 (rmail-summary-beginning-of-message): Use with-no-warnings.
4570 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4571
4572 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4573 Use with-no-warnings.
4574
4575 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4576 (c-mark-function): Add point-moving-unit property.
4577 (vi-goto-line): Use with-no-warnings.
4578
4579 * emulation/edt.el (edt-last-copied-word): Add defvar.
4580 (zmacs-region-stays): Likewise.
4581 (edt-mark-section-wisely): Use c-mark-function for C.
4582 Use makr-defun for Fortran.
4583 (time-string): defvar deleted.
4584 (edt-display-the-time): Don't set time-string.
4585
4586 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4587
4588 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4589 Don't warn when name is not constant
4590 or for defining the group `emacs'.
4591
4592 * tooltip.el (gud-tooltip-mode): Add defvar.
4593
4594 * startup.el (default-frame-background-mode): Add defvar.
4595
4596 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4597
4598 * info.el (tool-bar-map): Add defvar.
4599
4600 * dired.el (dnd-protocol-alist): Add defvar.
4601
4602 * dired-aux.el (dired-query): Display question with answer, when
4603 the user answers.
4604
4605 * custom.el (custom-add-option): Doc fix.
4606
4607 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4608
4609 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4610
4611 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4612 bogus name from the last change.
4613
4614 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4615
4616 * custom.el (custom-declare-variable): Fix typos in comment.
4617 (custom-known-themes): Doc fix.
4618 (custom-theme-directory): New defcustom.
4619 (require-theme): Make it check `custom-theme-directory'.
4620
4621 * cus-theme.el (custom-new-theme-mode): New function.
4622 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4623 (custom-theme-description): Add compiler defvars.
4624 (customize-create-theme): Add doc to the "*New Custom Theme*"
4625 buffer. Use `custom-new-theme-mode'.
4626 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4627 and save it to the `custom-theme-directory'. Make this the
4628 default directory of the buffer.
4629
4630 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4631
4632 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4633 Fix unbalanced parentheses.
4634
4635 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4638 into flymake-mode and delegate to flymake-mode.
4639
4640 * find-file.el (ff-which-function-are-we-in): Clean up.
4641
4642 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4643
4644 * replace.el (occur-rename-buffer): Fix docstring.
4645
4646 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4647 (edt-last-copied-word, edt-learn-macro-count)
4648 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4649 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4650 (time-string, zmacs-region-stays):
4651 * emulation/edt-mapper.el (edt-save-function-key-map)
4652 (EDT-key-name): `defvar' to silence the byte-compiler.
4653
4654 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4655
4656 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4657 font-lock-regexp-backslash. Doc fix.
4658 (font-lock-regexp-backslash-grouping-construct): Rename from
4659 font-lock-regexp-backslash-construct. Doc fix.
4660 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4661 grouping constructs.
4662
4663 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4664
4665 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4666 updating all the prerequisites.
4667
4668 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4669
4670 * textmodes/org.el (org-agenda-start-on-weekday)
4671 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4672 (org-agenda-use-time-grid, org-archive-location)
4673 (org-allow-space-in-links, org-usenet-links-prefer-google)
4674 (org-enable-table-editor, org-export-default-language)
4675 (org-export-html-show-new-buffer, org-fill-paragraph)
4676 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4677 (org-goto-quit, org-occur, org-eval-in-calendar)
4678 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4679 (org-agenda-diary-entry, org-remember-help)
4680 (org-table-convert-region, org-at-table-p)
4681 (org-table-move-row-down, org-table-move-row-up)
4682 (org-table-copy-region, org-table-toggle-vline-visibility)
4683 (org-table-get-stored-formulas, org-table-get-specials)
4684 (org-recalc-commands, org-table-eval-formula)
4685 (org-table-formula-substitute-names, orgtbl-make-binding)
4686 (org-format-org-table-html, org-format-table-table-html)
4687 (org-format-table-table-html-using-table-generate-source)
4688 (org-customize): Fix typos in docstrings.
4689 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4690 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4691 (org-back-to-heading): Doc fixes.
4692 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4693 (org-agenda-change-all-lines, org-get-header):
4694 Improve argument/docstring consistency.
4695 (orgtbl-error): Fix error message.
4696
4697 * progmodes/flymake.el (flymake-find-possible-master-files)
4698 (flymake-master-file-compare, flymake-get-line-err-count)
4699 (flymake-highlight-line, flymake-gui-warnings-enabled):
4700 Fix typos in docstrings.
4701 (flymake-parse-line, flymake-get-project-include-dirs-function)
4702 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4703 Doc fixes.
4704 (flymake-get-project-include-dirs-function)
4705 (flymake-make-err-menu-data):
4706 Improve argument/docstring consistency.
4707
4708 2005-07-01 Lute Kamstra <lute@gnu.org>
4709
4710 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4711 Catch errors with ignore-errors. Use temporary buffer.
4712 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4713
4714 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4715 background color faces.
4716 (facemenu-set-foreground, facemenu-set-background):
4717 Use facemenu-set-face-from-menu.
4718 (facemenu-set-face-from-menu): Treat face names that start with
4719 "fg:" or "bg:" as special.
4720 (facemenu-add-new-color): Don't create faces. Simplify.
4721
4722 2005-06-30 Richard M. Stallman <rms@gnu.org>
4723
4724 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4725 (crm-find-current-element): Likewise.
4726
4727 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4728
4729 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4730
4731 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4734 (archive-mouse-extract): Make it an obsolete alias.
4735 (archive-mode-map): Don't use archive-mouse-extract any more.
4736 (archive-mode, archive-extract): write-contents-hooks ->
4737 write-contents-functions.
4738 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4739 first arg.
4740 (archive-rename-entry): Update the call.
4741 (archive-zip-summarize): Remove unused var `method'.
4742 (archive-lzh-summarize): Remove unused var `creator'.
4743
4744 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4745 dedicated frame upon exit.
4746
4747 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4748 (archive-zip-extract, archive-zip-expunge)
4749 (archive-zip-update, archive-zip-update-case): Use executable-find.
4750 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4751 Use restore-buffer-modified-p.
4752 (archive-extract, archive-add-new-member, archive-write-file-member):
4753 Use with-current-buffer.
4754 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4755
4756 2005-06-30 Andreas Schwab <schwab@suse.de>
4757
4758 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4759
4760 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4761
4762 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4763
4764 2005-06-30 Juri Linkov <juri@jurta.org>
4765
4766 * faces.el (vertical-border): Inherit from mode-line-inactive
4767 only on tty.
4768
4769 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4770
4771 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4772 example, -NLINES in the `occur' docstring).
4773
4774 * replace.el (occur-1): When no matches are found, do not set the
4775 `buffer-read-only' and modified flags for the occur buffer,
4776 because it is deleted.
4777
4778 * emulation/cua-base.el (cua-check-pending-input)
4779 (cua-repeat-replace-region, cua-mode, cua-debug)
4780 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4781 Fix typos in docstrings.
4782
4783 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4784 (cua-cut-region-to-global-mark)
4785 (cua--cut-rectangle-to-global-mark):
4786 Remove period from end of messages.
4787
4788 * emulation/cua-rect.el (cua-do-rectangle-padding):
4789 Remove period from end of messages.
4790 (cua--rectangle-seq-format): Fix typo in docstring.
4791 (cua-sequence-rectangle, cua-fill-char-rectangle):
4792 Improve argument/docstring consistency.
4793
4794 2005-06-29 Juri Linkov <juri@jurta.org>
4795
4796 * faces.el (default-frame-background-mode): New internal variable.
4797 (frame-set-background-mode): Use it.
4798
4799 * startup.el (normal-top-level): Set default-frame-background-mode
4800 instead of frame-background-mode. Before setting it, test for its
4801 nil value. Remove tests for frame-background-mode and frame
4802 parameter `reverse'. Add test for "unspecified-fg".
4803
4804 * term/xterm.el (xterm-rxvt-set-background-mode):
4805 * term/rxvt.el (rxvt-set-background-mode):
4806 Set default-frame-background-mode instead of frame-background-mode.
4807
4808 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4809
4810 * simple.el (set-variable): Warn about obsolete user variables.
4811
4812 * imenu.el (imenu--completion-buffer):
4813 * mouse.el (mouse-buffer-menu-alist):
4814 * msb.el (msb-invisible-buffer-p):
4815 * calendar/diary-lib.el (diary-header-line-format):
4816 * emacs-lisp/pp.el (pp-buffer):
4817 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4818 * textmodes/picture.el (picture-replace-match):
4819 Change space constants followed by a sexp to "?\s ".
4820
4821 * play/decipher.el (decipher-loop-with-breaks):
4822 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4823 constants "protected" from end of line by a comment to "?\s".
4824
4825 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * font-lock.el (save-buffer-state): Use `declare'.
4828
4829 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4830 reset the syntax-table to cperl-mode-syntax-table.
4831 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4832 "foo_print_bar" is not matched as a reserved keyword.
4833
4834 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4835
4836 * textmodes/org.el (orgtbl-setup): New function, for delayed
4837 setup for the orgtbl commands.
4838 (org-calc-default-modes): New option.
4839 (orgtbl-make-binding): Use `defun' to get better help display.
4840 (org-diary): Call `org-compile-prefix-format'.
4841 (org-table-formula-substitute-names): New function.
4842 (org-agenda-day-view, org-agenda-week-view): New commands.
4843 (org-agenda-toggle-week-view): Command removed.
4844 (org-tbl-menu): Split off from org-org-menu.
4845 (org-mode): Move removal of outline-mode menus to here.
4846 (org-table-formula-debug): New option.
4847 (org-table-insert-row): Keep first field if just "#" or "*".
4848 (org-mode): Paragraph regexps fixed.
4849 (org-table-recalculate-regexp): New constant.
4850 (org-table-justify-field-maybe): Avoid replace if not necessary.
4851 (org-copy-special, org-cut-special): Use `call-interactively'.
4852 (org-table-copy-region): Take region from `interactive' call.
4853 (org-trim): Return string even if no match.
4854 (org-formula): New face.
4855 (org-set-font-lock-defaults): No longer highlight "FIXME".
4856 But highlight formula-related fields in table.
4857 (org-table-p): Use regexp, not fontification.
4858 (org-table-align): Handle white space at end of line.
4859 (org-table-formula-evaluate-inline): New option.
4860 (org-mode): Auto-wrapping in comment lines turned off.
4861 (org-table-copy-down): Evaluate only in copied field, not in
4862 destination.
4863 (org-table-current-formula): Variable removed.
4864 (org-table-store-formulas, org-table-get-stored-formulas)
4865 (org-table-modify-formulas, org-table-replace-in-formulas)
4866 (org-table-maybe-eval-formula): New functions.
4867 (org-table-get-formula): Modify to use stored formulas.
4868 (org-table-insert-column, org-table-delete-column)
4869 (org-table-move-column): Call `org-table-modify-formulas'.
4870 (org-complete): Add completion for keyword formulas.
4871 (orgtbl-mode): Pull orgtbl-mode-map to start of
4872 minor-mode-map-alist.
4873
4874 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * progmodes/python.el (python-check): Require `compile' before
4877 modifying its variables.
4878
4879 * newcomment.el (comment-indent-default): Don't get fooled by an early
4880 end of buffer.
4881
4882 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4883
4884 * ps-print.el (ps-print-version): Fix version number.
4885
4886 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4887
4888 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4889
4890 2005-06-28 Richard M. Stallman <rms@gnu.org>
4891
4892 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4893 (flyspell-local-mouse-map): Declaration deleted.
4894 (flyspell-mouse-map): Bind only mouse-2.
4895 (flyspell-mode-map): Don't test flyspell-use-local-map.
4896 (flyspell-overlay-keymap-property-name): Var deleted.
4897 (flyspell-mode-on): Don't make local bindings for
4898 flyspell-mouse-map and flyspell-mode-map.
4899 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4900
4901 * textmodes/ispell.el (ispell-word): Do not ignore short words.
4902
4903 * progmodes/compile.el (compilation-next-error-function):
4904 Don't switch buffers; operate on the current buffer.
4905
4906 * progmodes/compile.el (compilation-error-file-name)
4907 (compilation-warning-file-name, compilation-info-file-name)
4908 (compilation-line-number, compilation-column-number): New faces.
4909 (compilation-error-face, compilation-warning-face)
4910 (compilation-info-face, compilation-line-face)
4911 (compilation-column-face): Use them.
4912
4913 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4914
4915 * comint.el (comint-password-prompt-regexp): Accept ", try again".
4916
4917 * bindings.el (global-map): Bind insertchar and its variants.
4918
4919 2005-06-27 Richard M. Stallman <rms@gnu.org>
4920
4921 * textmodes/artist.el (artist-text-overwrite)
4922 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4923
4924 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4925
4926 * ps-print.el: It was not working the page selection for printing.
4927 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4928 (ps-print-version): New version 6.6.7.
4929 (ps-end-sheet): New fun.
4930 (ps-header-sheet, ps-end-job): Call it.
4931
4932 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4933
4934 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4935
4936 2005-06-27 Lute Kamstra <lute@gnu.org>
4937
4938 * facemenu.el (facemenu-unlisted-faces): Add foreground and
4939 background color faces.
4940 (facemenu-get-face): Delete function.
4941 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4942 (facemenu-add-new-color): Make second argument mandatory.
4943 Create the appropriate face and return it. Simplify.
4944 (facemenu-set-foreground, facemenu-set-background): Don't check if
4945 color is defined. Use return value of facemenu-add-new-color.
4946
4947 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
4948
4949 * progmodes/gud.el (gud-filter): Add missing argument to
4950 with-selected-window.
4951
4952 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4955 a :require to the defcustom.
4956
4957 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
4958 defcustoms corresponding to minor modes.
4959
4960 2005-06-26 David Ponce <david@dponce.com>
4961
4962 * recentf.el: Require tree-widget instead of wid-edit.
4963 (recentf-filename-handler): Fix widget :type.
4964 (recentf-cancel-dialog, recentf-open-more-files)
4965 (recentf-open-files-action): Doc fix.
4966 (recentf-dialog-goto-first): New function.
4967 (recentf-dialog-mode-map): Set parent keymap first.
4968 (recentf-dialog-mode): Define with define-derived-mode.
4969 Don't display continuation lines in dialogs.
4970 (recentf-edit-list): Rename from recentf-edit-selected-items.
4971 (recentf-edit-list-select): Rename from recentf-edit-list-action.
4972 Simplify.
4973 (recentf-edit-list-validate): New function.
4974 (recentf-edit-list): Update accordingly.
4975 (recentf-open-files-item-shift): Remove.
4976 (recentf-open-files-item): Convert menu elements into tree and
4977 link widgets. Don't create the widgets.
4978 (recentf-open-files): Update accordingly.
4979 (recentf-save-list): Untabify.
4980
4981 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4982
4983 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4984 (keep-lines): Add INTERACTIVE arg. Never delete lines only
4985 partially contained in the active region. Do not take active
4986 region into account when called from Lisp, unless INTERACTIVE arg
4987 is non-nil. Use `forward-line' instead of `beginning-of-line' to
4988 avoid trouble with fields. Make marker point nowhere when no
4989 longer used. Always return nil. Doc fix.
4990 (flush-lines): Add INTERACTIVE arg. Do not take active region
4991 into account when called from Lisp, unless INTERACTIVE arg is
4992 non-nil. Use `forward-line' instead of `beginning-of-line' to
4993 avoid trouble with fields. Make marker point nowhere when no
4994 longer used. Always return nil. Doc fix.
4995 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
4996 interchangeable. Do not take active region into account when
4997 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
4998 message in echo area when called from Lisp, unless INTERACTIVE arg
4999 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5000 Return the number of matches. Doc fix.
5001 (occur): Doc fix.
5002 (perform-replace): Make comment follow double space convention for
5003 the sake of `outline-minor-mode'.
5004
5005 * faces.el (facep): Doc fix.
5006
5007 2005-06-25 Richard M. Stallman <rms@gnu.org>
5008
5009 * facemenu.el (facemenu-enable-faces-p): New function.
5010 (facemenu-background-menu, facemenu-foreground-menu)
5011 (facemenu-face-menu): Add menu-enable property.
5012
5013 * jka-compr.el (jka-compr-insert-file-contents):
5014 Special handling if cannot find the uncompression program.
5015
5016 * cus-face.el (custom-face-attributes): Add autoload.
5017
5018 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5019 Bind comment-indent-function locally.
5020
5021 * window.el (save-selected-window): Use save-current-buffer.
5022
5023 * subr.el (with-selected-window): Use save-current-buffer.
5024
5025 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5026 and with-current-buffer.
5027
5028 2005-06-24 Richard M. Stallman <rms@gnu.org>
5029
5030 * simple.el (line-move-1): Fix previous change.
5031
5032 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5033
5034 * replace.el (occur-1): Set `buffer-read-only' and the
5035 buffer-modified flag before running `occur-hook' to protect
5036 against unintentional buffer switches that can lead to data loss.
5037
5038 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5039
5040 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5041 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5042 initial error.
5043
5044 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5045 after fresh input.
5046 (gdb-var-create-handler): Put name of expression in quotes.
5047
5048 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5049
5050 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5051 elements of RING in order, and without bogus nil elements.
5052
5053 2005-06-23 Richard M. Stallman <rms@gnu.org>
5054
5055 * simple.el (set-variable): Args renamed; doc fix.
5056 (line-move-1): When there are overlays around, use vertical-motion.
5057
5058 * faces.el (escape-glyph): Use brown against light background.
5059 (nobreak-space): Rename from no-break-space.
5060 Fix previous change.
5061
5062 * dired-aux.el (dired-do-copy): Fix arg prompt.
5063
5064 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5065
5066 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5067
5068 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5069 rather than "Distributor".
5070
5071 2005-06-23 Lute Kamstra <lute@gnu.org>
5072
5073 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5074 (debug-on-entry): Use it. New interactive declaration that uses
5075 function-called-at-point.
5076
5077 2005-06-23 Kim F. Storm <storm@cua.dk>
5078
5079 * subr.el (save-match-data): Add comment about using evaporate arg
5080 to set-match-data.
5081
5082 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5083
5084 * cus-edit.el (customize-face)
5085 (customize-face-other-window): Handle face aliases.
5086
5087 * faces.el (face-documentation, set-face-attribute)
5088 (face-spec-set): Handle face aliases.
5089
5090 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5091
5092 * help-mode.el (help-make-xrefs): If a symbol representing a face
5093 name is not followed by the word "face", it could still be a
5094 function or variable name, so don't bypass other checks.
5095
5096 2005-06-22 Juri Linkov <juri@jurta.org>
5097
5098 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5099 Replace aliased functions with calls where second arg `inherit' is t.
5100
5101 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5102
5103 * progmodes/gdb-ui.el (gdb-error): New variable.
5104 (gdb-error): New function.
5105 (gdb-annotation-rules): Act on error-begin and error annotations.
5106 (gdb-concat-output): Use font-lock-warning-face for errors.
5107
5108 2005-06-22 Miles Bader <miles@gnu.org>
5109
5110 * bindings.el (propertized-buffer-identification): Use renamed
5111 `Buffer-menu-buffer' face.
5112
5113 * faces.el (vertical-border): Rename from `vertical-divider'.
5114 (escape-glyph): Change dark-background color back to `cyan'.
5115
5116 2005-06-21 Juri Linkov <juri@jurta.org>
5117
5118 * faces.el (face-user-default-spec): Try getting `customized-face'
5119 prior to `saved-face'.
5120 (frame-background-mode): Refill docstring.
5121
5122 * emacs-lisp/lisp-mode.el (eval-defun-1):
5123 * emacs-lisp/edebug.el (edebug-eval-defun):
5124 Set `saved-face' temporarily to nil before calling form.
5125 Set `customized-face' to the new spec after that.
5126
5127 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5128
5129 * subr.el (1value, lambda, key-substitution-in-progress):
5130 Doc fixes.
5131
5132 * autoinsert.el (auto-insert-alist):
5133 * ses.el (ses-call-printer):
5134 * subr.el (noreturn):
5135 * emacs-lisp/lisp.el (check-parens):
5136 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5137 * net/browse-url.el (browse-url-mosaic):
5138 * progmodes/cc-defs.el (c-safe-scan-lists):
5139 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5140 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5141 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5142 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5143 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5144 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5145
5146 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5147
5148 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5149
5150 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5151
5152 * calendar/appt.el (appt-make-list): Activate the package, if
5153 not already active (for backwards compatibility).
5154
5155 2005-06-20 Kim F. Storm <storm@cua.dk>
5156
5157 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5158
5159 2005-06-20 Miles Bader <miles@gnu.org>
5160
5161 * faces.el (vertical-divider): New face.
5162
5163 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5164
5165 * simple.el (kill-whole-line): Doc fix.
5166 (next-error-buffer-p, next-error-find-buffer)
5167 (clone-indirect-buffer): Fix typos in docstrings.
5168 (comment-line-break-function): Doc fix: don't say variable
5169 is automatically buffer-local (it isn't).
5170
5171 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5172
5173 * net/tramp-ftp.el (top):
5174 * net/tramp-smb.el (top):
5175 * net/tramp-util.el (top):
5176 * net/tramp-uu.el (top):
5177 * net/tramp-vc.el (top):
5178 * net/tramp.el (top): Revert copyright years back to original
5179 ones. Tramp has a life outside GNU Emacs.
5180
5181 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5182
5183 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5184
5185 2005-06-18 Juri Linkov <juri@jurta.org>
5186
5187 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5188 end of first regexp to limit the match to the position between
5189 line number and source line with same separator character as used
5190 between file name and line number. In the second regexp limit
5191 mouse-face area to file name and line number by adding new group
5192 for them and referring it in HYPERLINK arg.
5193 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5194 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5195 previous line where grep markers may be already removed.
5196
5197 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5198
5199 * progmodes/ps-mode.el: Update version and maintainer's email address.
5200
5201 2005-06-18 Steve Youngs <steve@xemacs.org>
5202
5203 * net/browse-url.el (browse-url-browser-function)
5204 (browse-url-default-browser): Add firefox.
5205 (browse-url-firefox-program, browse-url-firefox-arguments)
5206 (browse-url-firefox-startup-arguments)
5207 (browse-url-firefox-new-window-is-tab): New defcustoms.
5208 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5209
5210 2005-06-17 Richard M. Stallman <rms@gnu.org>
5211
5212 * startup.el (command-line): Warn if specified user name has
5213 no home directory.
5214
5215 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5216 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5217
5218 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5219 Doc fixes.
5220
5221 * faces.el (underline): Try bold if terminal doesn't support underline.
5222
5223 * mail/sendmail.el (mail-setup-with-from): New variable.
5224 (mail-insert-from-field): New function.
5225 (sendmail-send-it): Call it.
5226 (mail-setup): Optionally call it here.
5227
5228 * term/linux.el: Call tty-no-underline.
5229
5230 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5231
5232 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5233
5234 2005-06-17 Miles Bader <miles@gnu.org>
5235
5236 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5237 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5238 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5239 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5240 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5241 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5242 Remove "-face" suffix from face names.
5243 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5244 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5245 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5246 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5247 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5248 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5249 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5250 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5251 New backward-compatibility aliases for renamed faces.
5252 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5253 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5254 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5255 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5256 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5257 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5258 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5259 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5260 Use renamed ediff faces.
5261
5262 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5263 Remove "-face" suffix from face names.
5264 (eshell-test-ok-face, eshell-test-failed-face):
5265 New backward-compatibility aliases for renamed faces.
5266 (eshell-run-test): Use renamed eshell-test faces.
5267
5268 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5269 face name.
5270 (eshell-prompt-face): New backward-compatibility alias for renamed
5271 face.
5272 (eshell-emit-prompt): Use renamed eshell-prompt face.
5273
5274 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5275 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5276 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5277 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5278 Remove "-face" suffix from face names.
5279 (eshell-ls-directory-face, eshell-ls-symlink-face)
5280 (eshell-ls-executable-face, eshell-ls-readonly-face)
5281 (eshell-ls-unreadable-face, eshell-ls-special-face)
5282 (eshell-ls-missing-face, eshell-ls-archive-face)
5283 (eshell-ls-backup-face, eshell-ls-product-face)
5284 (eshell-ls-clutter-face):
5285 New backward-compatibility aliases for renamed faces.
5286 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5287
5288 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5289 Remove "-face" suffix from face name.
5290 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5291 instead of literal face.
5292
5293 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5294
5295 * emacs-lisp/warnings.el (display-warning, lwarn)
5296 (warning-minimum-log-level): Doc fixes.
5297 (warning-minimum-level, warning-minimum-log-level):
5298 Add :debug to :type choices.
5299
5300 * progmodes/ada-mode.el (ada-format-paramlist)
5301 (ada-get-indent-case, ada-check-matching-start)
5302 (ada-check-defun-name, ada-goto-matching-decl-start)
5303 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5304 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5305 (ada-make-subprogram-body): Follow error conventions.
5306 (ada-case-exception-file, ada-indent-comment-as-code)
5307 (ada-indent-handle-comment-special, ada-indent-renames)
5308 (ada-indent-return, ada-search-directories-internal)
5309 (ada-tab-policy, ada-case-exception-substring)
5310 (ada-other-file-alist, ada-matching-start-re)
5311 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5312 (ada-imenu-generic-expression, ada-compile-goto-error)
5313 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5314 (ada-popup-menu, ada-add-extensions, ada-mode)
5315 (ada-region-selected, ada-create-case-exception)
5316 (ada-create-case-exception-substring, ada-after-keyword-p)
5317 (ada-activate-keys-for-case, ada-adjust-case-region)
5318 (ada-adjust-case-buffer, ada-format-paramlist)
5319 (ada-scan-paramlist, ada-insert-paramlist)
5320 (ada-indent-newline-indent)
5321 (ada-indent-newline-indent-conditional)
5322 (ada-justified-indent-current, ada-goto-previous-word)
5323 (ada-indent-current, ada-get-indent-open-paren)
5324 (ada-get-indent-paramlist, ada-get-indent-end)
5325 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5326 (ada-get-indent-block-start, ada-get-indent-subprog)
5327 (ada-get-indent-noindent, ada-get-indent-label)
5328 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5329 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5330 (ada-goto-stmt-end, ada-goto-next-word)
5331 (ada-check-matching-start, ada-check-defun-name)
5332 (ada-goto-matching-decl-start, ada-goto-matching-start)
5333 (ada-goto-matching-end, ada-search-ignore-string-comment)
5334 (ada-in-decl-p, ada-looking-at-semi-or)
5335 (ada-looking-at-semi-private, ada-in-paramlist-p)
5336 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5337 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5338 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5339 (ada-previous-package, ada-create-menu)
5340 (ada-fill-comment-paragraph-justify)
5341 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5342 (ada-other-file-name, ada-last-which-function-line)
5343 (ada-last-which-function-subprog, ada-which-function)
5344 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5345 (ada-gen-treat-proc, ada-check-emacs-version)
5346 (ada-continuation-indent, ada-align-region-separate):
5347 Fix typos in docstrings.
5348 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5349
5350 2005-06-16 Lute Kamstra <lute@gnu.org>
5351
5352 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5353 conditionally.
5354
5355 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5356
5357 * comint.el (comint-replace-by-expanded-filename)
5358 (comint-prompt-regexp, comint-delimiter-argument-list)
5359 (comint-preinput-scroll-to-bottom):
5360 * info.el (Info-hide-cookies-node):
5361 * ls-lisp.el (ls-lisp-classify):
5362 * find-file.el (ff-search-directories, ff-special-constructs)
5363 (ff-find-other-file):
5364 * font-lock.el (font-lock-keywords):
5365 * shell.el (shell-prompt-pattern)
5366 (shell-dynamic-complete-functions, shell-mode)
5367 (shell-delimiter-argument-list):
5368 * term.el (term-replace-by-expanded-filename)
5369 (term-prompt-regexp, term-delimiter-argument-list):
5370 * woman.el (woman-ignore, woman0-if):
5371 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5372 * emacs-lisp/elint.el (elint-init-env):
5373 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5374 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5375 * language/ethio-util.el (ethio-tilde-escape)
5376 (ethio-use-three-dot-question):
5377 * net/zone-mode.el (zone-mode-load-time-setup):
5378 * progmodes/cc-align.el (c-lineup-argcont):
5379 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5380 * progmodes/cperl-mode.el (cperl-set-style-back):
5381 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5382 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5383 Fix spellings in docstrings.
5384
5385 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5386 * progmodes/modula2.el (m2-for): Fix spellings.
5387
5388 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5389
5390 * simple.el (undo-more): Don't use `format' on `error' arguments.
5391 Improve argument/docstring consistency.
5392 (pending-undo-list): Doc fix.
5393
5394 * smerge-mode.el (smerge-ensure-match):
5395 * emulation/vip.el (vip-ex):
5396 * net/zone-mode.el (zone-mode-update-serial):
5397 * progmodes/idlwave.el (idlwave-complete):
5398 * progmodes/vhdl-mode.el (vhdl-visit-file)
5399 (vhdl-compose-wire-components):
5400 Don't use `format' on `error' arguments.
5401
5402 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5403 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5404 (tooltip-help-tips): Fix typos in docstrings.
5405
5406 2005-06-16 David Ponce <david@dponce.com>
5407
5408 * tree-widget.el (tree-widget-value-create): Simplify last change.
5409
5410 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5411
5412 * ido.el (ido-incomplete-regexp): New variable.
5413 (ido-set-matches-1): Handle invalid-regexp error and set
5414 ido-incomplete-regexp.
5415 (ido-incomplete-regexp): New face.
5416 (ido-completions): Use it.
5417 (ido-complete, ido-exit-minibuffer, ido-completions):
5418 Handle incomplete regexps.
5419 (ido-completions): Add check for complete match when entering a regexp.
5420
5421 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5424
5425 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5426
5427 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5428 by field delimiters.
5429
5430 2005-06-15 David Ponce <david@dponce.com>
5431
5432 * tree-widget.el: eval-and-compile inlined functions so they will
5433 be available at run-time too.
5434 (tree-widget-super-format-handler)
5435 (tree-widget-format-handler): Remove.
5436 (tree-widget-value-create): Handle the :indent property.
5437
5438 2005-06-15 Miles Bader <miles@gnu.org>
5439
5440 * progmodes/which-func.el (which-func): Only inherit
5441 `font-lock-function-name-face' when that makes sense against the
5442 default mode-line face, otherwise set the face color explicitly.
5443
5444 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5445 faces instead of (non-existent) variables.
5446
5447 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5450 (iswitchb-get-matched-buffers): Likewise. Simplify.
5451
5452 2005-06-14 Miles Bader <miles@gnu.org>
5453
5454 * progmodes/ld-script.el (ld-script-location-counter):
5455 Remove "-face" suffix from face name.
5456 (ld-script-location-counter-face):
5457 New backward-compatibility alias for renamed face.
5458 (ld-script-location-counter-face): Use renamed face.
5459
5460 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5461 (cperl-hash): Remove "-face" suffix from face names.
5462 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5463 New backward-compatibility aliases for renamed faces.
5464 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5465 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5466
5467 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5468 name.
5469 (which-func-face): New backward-compatibility alias for renamed face.
5470 (which-func-format): Use renamed which-func face.
5471
5472 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5473 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5474 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5475 names.
5476 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5477 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5478 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5479 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5480 (vhdl-speedbar-architecture-selected)
5481 (vhdl-speedbar-configuration-selected)
5482 (vhdl-speedbar-package-selected)
5483 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5484 names.
5485 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5486 Use renamed faces.
5487 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5488 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5489 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5490 Use renamed faces.
5491 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5492 names.
5493 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5494 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5495 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5496 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5497 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5498 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5499
5500 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5501 face name.
5502 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5503 (sh-heredoc-face): Use renamed sh-heredoc face.
5504
5505 * progmodes/idlw-help.el (idlwave-help-link):
5506 Remove "-face" suffix from face name.
5507 (idlwave-help-link-face):
5508 New backward-compatibility alias for renamed face.
5509 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5510
5511 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5512 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5513 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5514 New backward-compatibility aliases for renamed faces.
5515 (idlwave-shell-disabled-breakpoint-face)
5516 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5517
5518 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5519 Remove "-face" suffix from face names.
5520 (flymake-errline-face, flymake-warnline-face):
5521 New backward-compatibility aliases for renamed faces.
5522 (flymake-highlight-line): Use renamed flymake faces.
5523
5524 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5525 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5526 (ebrowse-member-class, ebrowse-progress):
5527 Remove "-face" suffix from face names.
5528 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5529 (ebrowse-file-name-face, ebrowse-default-face)
5530 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5531 (ebrowse-progress-face):
5532 New backward-compatibility aliases for renamed faces.
5533 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5534 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5535 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5536 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5537
5538 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5539 antlr-syntax)
5540 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5541 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5542 names.
5543 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5544 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5545 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5546 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5547 backward-compatibility aliases for renamed faces.
5548 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5549 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5550 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5551 remove "font-lock-". Use renamed antlr-mode faces.
5552 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5553 literal face-names with face variable references.
5554
5555 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5556 face name.
5557 (Buffer-menu-buffer-face): New backward-compatibility alias for
5558 renamed face.
5559 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5560
5561 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5562
5563 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5564 Eliminate "-face" suffix.
5565 (makefile-targets): Inherit from font-lock-function-name-face and
5566 eliminate "-face" suffix.
5567 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5568 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5569 actions, instead of prepending, to make it less visible.
5570 (makefile-previous-dependency, makefile-match-dependency):
5571 Don't match a target on a continuation line.
5572
5573 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5574
5575 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5576
5577 * progmodes/gdb-ui.el (menu): Re-order menu items.
5578 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5579
5580 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5581 Define in tooltip.el.
5582 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5583 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5584 gud-tooltip-echo-area.
5585
5586 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5587 backward compatibility and make obsolete.
5588 (tooltip-help-tips): Use tooltip-use-echo-area.
5589 (tooltip-show-help-function): Rename to...
5590 (tooltip-show-help): ...this, because it is a function.
5591 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5592
5593 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5594
5595 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5596 (edebug-print-length, edebug-print-level, edebug-print-circle)
5597 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5598 (edebug-eval-print-last-sexp): Doc fixes.
5599
5600 2005-06-14 Kim F. Storm <storm@cua.dk>
5601
5602 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5603 as the coverage buffer/file/both may change.
5604
5605 2005-06-14 Lute Kamstra <lute@gnu.org>
5606
5607 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5608 and run-mode-hooks. Simplify.
5609
5610 * mail/rmailedit.el (rmail-edit-mode):
5611 * progmodes/octave-inf.el (inferior-octave-mode):
5612 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5613
5614 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5615 and run-mode-hooks.
5616 (recentf-edit-list, recentf-open-files): Don't call
5617 kill-all-local-variables directly.
5618
5619 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5620
5621 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5622
5623 * emacs-lisp/byte-run.el (make-obsolete)
5624 (define-obsolete-function-alias): Rename arguments FUNCTION and
5625 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5626 (make-obsolete-variable, define-obsolete-variable-alias):
5627 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5628 respectively.
5629
5630 * isearchb.el (isearchb-activate):
5631 * pcvs.el (cvs-mode):
5632 * ses.el (ses-load):
5633 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5634 * net/tramp.el (tramp-find-file-exists-command)
5635 (tramp-find-shell):
5636 * progmodes/ada-mode.el (ada-create-case-exception)
5637 (ada-create-case-exception-substring, ada-make-subprogram-body):
5638 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5639 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5640 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5641 * textmodes/org.el (org-promote, org-evaluate-time-range)
5642 (org-agenda-next-date-line, org-agenda-previous-date-line)
5643 (org-agenda-error, org-open-at-point, org-table-move-row)
5644 (org-format-table-table-html-using-table-generate-source)
5645 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5646 * textmodes/reftex.el (reftex-access-scan-info):
5647 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5648 (reftex-toc-promote-prepare): Follow error conventions.
5649
5650 * diff-mode.el (diff-mode): Fix typo in docstring.
5651
5652 * forms.el (forms--intuit-from-file): Fix reference to
5653 `forms-number-of-fields' in error message.
5654 (forms-print): Fix quoting in error message.
5655
5656 * forms.el (forms-mode):
5657 * emulation/vi.el (vi-goto-insert-state):
5658 * progmodes/flymake.el (flymake-new-err-info)
5659 (flymake-start-syntax-check-for-current-buffer)
5660 (flymake-simple-cleanup):
5661 * eshell/esh-var.el (eshell/export):
5662 * progmodes/gud.el (xdb):
5663 * textmodes/flyspell.el (flyspell-incorrect-hook)
5664 (flyspell-maybe-correct-transposition)
5665 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5666
5667 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5668
5669 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5670 minibuffer prompt.
5671
5672 2005-06-13 Kim F. Storm <storm@cua.dk>
5673
5674 * subr.el (add-to-ordered-list): New defun.
5675
5676 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5677 add cua--keymap-alist to emulation-mode-map-alists.
5678
5679 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * subr.el (complete-in-turn): New macro.
5682 (dynamic-completion-table, lazy-completion-table): Add debug info.
5683
5684 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5685 in preference to face aliases.
5686
5687 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5688 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5689 Remove unused vars `start' and `firstline'.
5690 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5691 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5692
5693 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5694
5695 * cus-start.el (all): Don't complain about missing GTK-related
5696 variables, unless either `gtk' is boundp or this isn't a
5697 `windows-nt' build.
5698
5699 2005-06-13 Lute Kamstra <lute@gnu.org>
5700
5701 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5702 run-mode-hooks.
5703
5704 * ediff-mult.el (ediff-meta-mode):
5705 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5706
5707 * ledit.el (ledit-mode): Use delay-mode-hooks.
5708
5709 * woman.el (woman-mode-line-format): Delete constant.
5710 (woman-mode-map): Initialize it properly.
5711 (woman-mode): Set mode-class property to special.
5712 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5713 Set major-mode and mode-name. Don't set mode-line-format directly.
5714 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5715
5716 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5717 string argument obsolete.
5718
5719 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5720
5721 * textmodes/org.el (org-CUA-compatible): New option.
5722 (org-disputed-keys): New variable.
5723 (org-key): New function.
5724 (orgtbl-make-binding): Add docstring to the created function.
5725 (org-mode): Set paragraph start/separate regexps.
5726 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5727 (org-archive-location, org-archive-mark-done)
5728 (org-archive-stamp-time): New options.
5729 (org-archive-subtree): New command.
5730 (org-fill-paragraph): New function.
5731 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5732 (org-fake-empty-table-line): Function removed.
5733 (org-format-org-table-html): Do not create empty table lines at
5734 separator lines. Improved table header treatment.
5735 (org-link-format): New option.
5736 (org-make-link): New function.
5737 (org-insert-link, org-store-link): Use org-make-link.
5738 (org-open-file): Quote file name for shell command, to allow
5739 spaces in file names.
5740 (org-link-regexp): Fix bug with mailto link.
5741 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5742 New constants.
5743 (org-export-as-html): Deal with the optional angles around a link.
5744 Better treatment of file: links.
5745 (org-open-at-point): Replace @{ and @} with < and >.
5746 (org-run-mode-hooks): Function removed.
5747 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5748
5749 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5750
5751 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5752 MI command -data-list-register-values.
5753 (gdb-post-prompt): Indent properly.
5754
5755 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5756
5757 * hilit-chg.el (highlight-changes-colors): Rename from
5758 `highlight-changes-colours'.
5759 (highlight-changes-colours): Keep as obsolete alias.
5760 (highlight-changes-face-list): Doc fix.
5761 (hilit-chg-make-list): Use `highlight-changes-colors'.
5762
5763 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5764
5765 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5766 defun-prompt-regexp.
5767
5768 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5769
5770 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5771 and cygwin.
5772
5773 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5774 Don't use an old loaddefs.el, as in Makefile.in.
5775
5776 2005-06-12 Lute Kamstra <lute@gnu.org>
5777
5778 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5779
5780 * man.el (Man-mode-map): Initialize it properly.
5781 (Man-mode): Set mode-class property to special.
5782
5783 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5784
5785 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5786
5787 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5788 A newline is needed in the docstring there.
5789
5790 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5791 Doc fixes.
5792
5793 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5794
5795 * printing.el: Doc fix. The menubar is no more changed when printing
5796 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5797 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5798 (pr-version): New version number (6.8.4).
5799 (pr-menu-bind): New command.
5800 (pr-update-menus): Docstring and code fix.
5801 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5802 Docstring fix.
5803 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5804 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5805
5806 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5807
5808 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5809 "Returns" to "return", document useful return values, etc.
5810
5811 2005-06-11 Alan Mackenzie <acm@muc.de>
5812
5813 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5814 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5815 (adaptive-file-function): Minor amendment to doc-string.
5816
5817 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5818
5819 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5820 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5821 Fix :type--it is `integer', not `string'.
5822
5823 * faces.el (modeline-highlight): Rename from (the erroneous)
5824 `modeline-higilight'.
5825
5826 2005-06-11 Lute Kamstra <lute@gnu.org>
5827
5828 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5829 lisp-interaction-mode-map but make it the parent.
5830 (edebug-eval-mode): Use define-derived-mode.
5831
5832 2005-06-11 Andreas Schwab <schwab@suse.de>
5833
5834 * bindings.el: Add binding of `ESC functionkey' for every
5835 `M-functionkey'.
5836 * hexl.el (hexl-mode-map): Likewise.
5837
5838 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5839
5840 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5841 [msft]: update regexp for newer msft compilers.
5842
5843 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5844
5845 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5846 ATTLIST portions of included DTDs.
5847 (xml-parse-dtd): Eliminate use of inefficient match-data.
5848
5849 2005-06-10 Miles Bader <miles@gnu.org>
5850
5851 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5852 (mpuz-text): Remove "-face" suffix from face names.
5853 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5854 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5855 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5856
5857 * play/gomoku.el (gomoku-O, gomoku-X):
5858 Remove "-face" suffix from face names.
5859 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5860 New backward-compatibility aliases for renamed faces.
5861 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5862
5863 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5864
5865 * thumbs.el: Fixes for changes of 2005-06-09.
5866 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5867 as a directory.
5868 (thumbs-thumbname): Remove directory separator from format string;
5869 `thumbs-thumbsdir' now returns a valid directory name.
5870 (thumbs-temp-dir): New defsubst.
5871 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5872 Use it.
5873
5874 * cus-edit.el (minibuffer):
5875 * files.el (make-backup-file-name-function):
5876 * filesets.el (filesets-external-viewers):
5877 * hilit-chg.el (highlight-changes-colours)
5878 (highlight-changes-face-list, highlight-changes-rotate-faces):
5879 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5880 * kmacro.el (kmacro-call-macro):
5881 * log-edit.el (log-edit-changelog-full-paragraphs):
5882 * mouse.el (mouse-1-click-follows-link):
5883 * skeleton.el (skeleton-autowrap):
5884 * subr.el (insert-for-yank-1):
5885 * tempo.el (tempo-insert-region):
5886 * terminal.el (terminal-emulator):
5887 * time.el (display-time-mail-face):
5888 * vc.el (vc-annotate):
5889 * vcursor.el (vcursor-copy-line):
5890 * woman.el (woman-bold-headings, woman-ignore)
5891 (woman-default-faces, woman-monochrome-faces):
5892 * calendar/todo-mode.el (todo-insert-threshold):
5893 * emulation/pc-select.el (pc-select-selection-keys-only)
5894 (pc-selection-mode):
5895 * emulation/vip.el (vip-find-char-forward):
5896 * emulation/viper-cmd.el (viper-find-char-forward):
5897 * international/mule-cmds.el
5898 (select-safe-coding-system-accept-default-p)
5899 (input-method-exit-on-invalid-key):
5900 * international/mule-diag.el (describe-coding-system):
5901 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5902 * net/browse-url.el (browse-url-xterm-program):
5903 * obsolete/lazy-lock.el (lazy-lock-mode):
5904 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5905 (cperl-mode):
5906 * progmodes/cpp.el (cpp-face-light-name-list)
5907 (cpp-face-dark-name-list):
5908 * progmodes/delphi.el (delphi-newline-always-indents):
5909 Fix spellings in docstrings.
5910
5911 * ido.el (ido-mode, ido-file-extensions-order)
5912 (ido-default-file-method, ido-default-buffer-method)
5913 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5914 (ido-decorations, ido-read-file-name-as-directory-commands)
5915 (ido-read-file-name-non-ido, ido-work-directory-list)
5916 (ido-ignore-item-temp-list, ido-current-directory)
5917 (ido-magic-forward-char, ido-enter-find-file)
5918 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5919 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5920
5921 2005-06-10 Lute Kamstra <lute@gnu.org>
5922
5923 * play/dunnet.el (dun-mode): Use define-derived-mode.
5924 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
5925 obsolete alias.
5926
5927 * play/doctor.el (doctor-mode-map): Remove defvar.
5928 (doctor-mode): Use define-derived-mode.
5929
5930 * mail/mspools.el (mspools-mode):
5931 * net/eudc-hotlist.el (eudc-hotlist-mode):
5932 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5933
5934 2005-06-10 Miles Bader <miles@gnu.org>
5935
5936 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5937 Remove "-face" suffix from face names.
5938 (flyspell-incorrect-face, flyspell-duplicate-face):
5939 New backward-compatibility aliases for renamed faces.
5940 (flyspell-mode-on, make-flyspell-overlay)
5941 (flyspell-highlight-incorrect-region)
5942 (flyspell-highlight-duplicate-region)
5943 (flyspell-display-next-corrections)
5944 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5945
5946 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
5947 from face name.
5948 (texinfo-heading-face): New backward-compatibility alias for
5949 renamed face.
5950 (texinfo-heading-face): Use renamed texinfo-heading face.
5951
5952 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
5953 suffix from face names.
5954 (tex-math-face, tex-verbatim-face):
5955 New backward-compatibility aliases for renamed faces.
5956 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
5957 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
5958 literal face name.
5959
5960 * textmodes/table.el (table-cell): Remove "-face" suffix from face
5961 name.
5962 (table-cell-face): New backward-compatibility alias for renamed face.
5963 (table--put-cell-face-property, table--update-cell-face):
5964 Use renamed table-cell face.
5965
5966 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
5967 from face name.
5968 (sgml-namespace-face): New backward-compatibility alias for
5969 renamed face.
5970 (sgml-namespace-face): Use renamed sgml-namespace face.
5971
5972 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
5973 (org-level-4, org-level-5, org-level-6, org-level-7)
5974 (org-level-8, org-warning, org-headline-done)
5975 (org-deadline-announce, org-scheduled-today)
5976 (org-scheduled-previously, org-link, org-done, org-table)
5977 (org-time-grid): Remove "-face" suffix from face names.
5978 (org-level-1-face, org-level-2-face, org-level-3-face)
5979 (org-level-4-face, org-level-5-face, org-level-6-face)
5980 (org-level-7-face, org-level-8-face, org-warning-face)
5981 (org-headline-done-face, org-deadline-announce-face)
5982 (org-scheduled-today-face, org-scheduled-previously-face)
5983 (org-link-face, org-done-face, org-table-face)
5984 (org-time-grid-face):
5985 New backward-compatibility aliases for renamed faces.
5986 (org-level-faces, org-set-font-lock-defaults, org-timeline)
5987 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
5988 (org-agenda-get-timestamps, org-agenda-get-scheduled)
5989 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
5990
5991 * emulation/viper-init.el (viper-search, viper-replace-overlay)
5992 (viper-minibuffer-emacs, viper-minibuffer-insert)
5993 (viper-minibuffer-vi): Remove "-face" suffix from face names.
5994 (viper-search-face, viper-replace-overlay-face)
5995 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5996 (viper-minibuffer-vi-face):
5997 New backward-compatibility aliases for renamed faces.
5998 (viper-search-face, viper-replace-overlay-face)
5999 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6000 (viper-minibuffer-vi-face): Use renamed viper faces.
6001
6002 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6003 Remove "-face" suffix from face names.
6004 (testcover-nohits-face, testcover-1value-face):
6005 New backward-compatibility aliases for renamed faces.
6006 (testcover-mark): Use renamed testcover faces.
6007
6008 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6009 face name.
6010 (diary-button-face): New backward-compatibility alias for renamed face.
6011 (diary-entry): Use renamed diary-button face.
6012
6013 * calendar/calendar.el (diary, calendar-today, holiday)
6014 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6015 (diary-face, calendar-today-face, holiday-face):
6016 New backward-compatibility aliases for renamed faces.
6017 (eval-after-load "facemenu", diary-entry-marker)
6018 (calendar-today-marker, calendar-holiday-marker, diary-face):
6019 Use renamed calendar faces.
6020
6021 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6022 (compare-windows-face): New backward-compatibility alias for
6023 renamed face.
6024 (compare-windows-highlight): Use renamed compare-windows face.
6025
6026 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6027 (strokes-char-face): New backward-compatibility alias for renamed face.
6028 (strokes-encode-buffer): Use renamed strokes-char face.
6029
6030 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6031 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6032 Remove "-face" suffix from face names.
6033 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6034 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6035 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6036 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6037 Use renamed pcvs faces.
6038 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6039 * pcvs-defs.el (cvs-mode-map): Likewise.
6040 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6041
6042 * info.el (info-title-1, info-title-2, info-title-3)
6043 (info-title-4): Remove "-face" suffix from and downcase face names.
6044 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6045 (Info-title-4-face):
6046 New backward-compatibility aliases for renamed faces.
6047 (Info-fontify-node): Use renamed info faces.
6048
6049 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6050 Remove "-face" suffix from face names.
6051 (highlight-changes-face, highlight-changes-delete-face):
6052 New backward-compatibility aliases for renamed faces.
6053 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6054 (hilit-chg-make-list): Use renamed highlight-changes faces.
6055
6056 * generic-x.el (show-tabs-tab, show-tabs-space):
6057 Remove "-face" suffix from face names.
6058 (show-tabs-tab-face, show-tabs-space-face):
6059 New backward-compatibility aliases for renamed faces.
6060 (show-tabs-generic-mode-font-lock-defaults-1)
6061 (show-tabs-generic-mode-font-lock-defaults-2):
6062 Use renamed show-tabs faces.
6063
6064 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6065 (smerge-markers): Remove "-face" suffix from face names.
6066 (smerge-mine-face, smerge-other-face, smerge-base-face)
6067 (smerge-markers-face):
6068 New backward-compatibility aliases for renamed faces.
6069 (smerge-mine-face, smerge-other-face, smerge-base-face)
6070 (smerge-markers-face): Use renamed smerge faces.
6071
6072 * log-view.el (log-view-file, log-view-message): Remove "-face"
6073 suffix from face names.
6074 (log-view-file-face, log-view-message-face):
6075 New backward-compatibility aliases for renamed faces.
6076 (log-view-file-face, log-view-message-face): Use renamed log-view
6077 faces.
6078
6079 * paren.el (show-paren-match, show-paren-mismatch):
6080 Remove "-face" suffix from face names.
6081 (show-paren-match-face, show-paren-mismatch-face):
6082 New backward-compatibility aliases for renamed faces.
6083 (show-paren-function): Use renamed show-paren faces.
6084
6085 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6086 (ruler-mode-margins, ruler-mode-fringes)
6087 (ruler-mode-column-number, ruler-mode-fill-column)
6088 (ruler-mode-comment-column, ruler-mode-goal-column)
6089 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6090 suffix from face names.
6091 (ruler-mode-default-face, ruler-mode-pad-face)
6092 (ruler-mode-margins-face, ruler-mode-fringes-face)
6093 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6094 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6095 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6096 New backward-compatibility aliases for renamed faces.
6097 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6098 (ruler-mode-column-number, ruler-mode-fill-column)
6099 (ruler-mode-comment-column, ruler-mode-goal-column)
6100 (ruler-mode-tab-stop, ruler-mode-current-column)
6101 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6102 faces.
6103
6104 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6105 face name.
6106 (whitespace-highlight-the-space): Use renamed face.
6107 (whitespace-highlight-face): New backward-compatibility alias for
6108 renamed face.
6109
6110 * woman.el (woman-italic, woman-bold, woman-unknown)
6111 (woman-addition, woman-symbol-face):
6112 Remove "-face" suffix from face names.
6113 (woman-italic-face, woman-bold-face, woman-unknown-face)
6114 (woman-addition-face):
6115 New backward-compatibility aliases for renamed faces.
6116 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6117 (woman-decode-region, woman-replace-match)
6118 (woman-display-extended-fonts, woman-special-characters)
6119 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6120 Use renamed woman faces.
6121
6122 * longlines.el (longlines-visible-face): Face removed.
6123
6124 * diff-mode.el (diff-header, diff-file-header, diff-index)
6125 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6126 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6127 suffix from face names.
6128 (diff-header-face, diff-file-header-face, diff-index-face)
6129 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6130 (diff-changed-face, diff-function-face, diff-context-face)
6131 (diff-nonexistent-face): New backward-compatibility aliases for
6132 renamed faces.
6133 (diff-header-face, diff-file-header-face)
6134 (diff-index, diff-index-face, diff-hunk-header)
6135 (diff-hunk-header-face, diff-removed, diff-removed-face)
6136 (diff-added, diff-added-face, diff-changed-face, diff-function)
6137 (diff-function-face, diff-context-face, diff-nonexistent)
6138 (diff-nonexistent-face): Use renamed diff-mode faces.
6139
6140 * progmodes/compile.el (compilation-warning-face)
6141 (compilation-info-face): Remove "-face" suffix from face names.
6142 (compilation-warning-face, compilation-info-face):
6143 New backward-compatibility aliases for renamed faces.
6144 (compilation-warning-face, compilation-info-face):
6145 Use renamed compilation faces.
6146
6147 * add-log.el (change-log-date, change-log-name)
6148 (change-log-email, change-log-file, change-log-list)
6149 (change-log-conditionals, change-log-function)
6150 (change-log-acknowledgement): Remove "-face" suffix from face names.
6151 (change-log-date-face, change-log-name-face)
6152 (change-log-email-face, change-log-file-face)
6153 (change-log-list-face, change-log-conditionals-face)
6154 (change-log-function-face, change-log-acknowledgement-face):
6155 New backward-compatibility aliases for renamed faces.
6156 (change-log-font-lock-keywords): Use renamed change-log faces.
6157
6158 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6159 (custom-set, custom-changed, custom-saved, custom-button)
6160 (custom-button-pressed, custom-documentation, custom-state)
6161 (custom-comment, custom-comment-tag, custom-variable-tag)
6162 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6163 (custom-group-tag): Remove "-face" suffix from face names.
6164 (custom-magic-alist, custom-magic-value-create)
6165 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6166 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6167 (custom-set-face, custom-changed-face, custom-saved-face)
6168 (custom-button-face, custom-button-pressed-face)
6169 (custom-documentation-face, custom-state-face)
6170 (custom-comment-face, custom-comment-tag-face)
6171 (custom-variable-tag-face, custom-variable-button-face)
6172 (custom-face-tag-face, custom-group-tag-face-1)
6173 (custom-group-tag-face):
6174 New backward-compatibility aliases for renamed faces.
6175
6176 * wid-edit.el (widget-documentation, widget-button)
6177 (widget-field, widget-single-line-field, widget-inactive)
6178 (widget-button-pressed): "-face" suffix removed from face names.
6179 (widget-documentation-face, widget-button-face)
6180 (widget-field-face, widget-single-line-field-face)
6181 (widget-inactive-face, widget-button-pressed-face):
6182 New backward-compatibility aliases for renamed faces.
6183 (widget-documentation-face, widget-button-face)
6184 (widget-button-pressed-face, widget-specify-field)
6185 (widget-specify-inactive): Use renamed widget faces.
6186
6187 2005-06-10 Kenichi Handa <handa@m17n.org>
6188
6189 * term/x-win.el (x-clipboard-yank): Remove condition-case
6190 wrapping.
6191
6192 2005-06-11 Kenichi Handa <handa@m17n.org>
6193
6194 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6195 date lines stricter.
6196
6197 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6198
6199 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6200 of x-get-selection.
6201
6202 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6203
6204 * comint.el (comint-mode, comint-snapshot-last-prompt):
6205 * frame.el (frame-current-scroll-bars):
6206 * term.el (term-mode, term-check-proc, term-input-sender)
6207 (term-simple-send, term-extract-string, term-word)
6208 (term-match-partial-filename):
6209 * window.el (window-current-scroll-bars):
6210 * emulation/cua-base.el (cua-normal-cursor-color)
6211 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6212 (cua-global-mark-cursor-color):
6213 * mail/undigest.el (rmail-forward-separator-regex):
6214 Fix typos in docstrings.
6215
6216 * comint.el (comint-check-proc, make-comint-in-buffer)
6217 (comint-source-default): Doc fixes.
6218
6219 * term.el (term-send-string): Improve argument/docstring consistency.
6220
6221 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6222
6223 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6224 call to `delete-region'.
6225 (comint-mode-hook): Do not enable Font Lock by default.
6226
6227 2005-06-09 Lute Kamstra <lute@gnu.org>
6228
6229 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6230 could be void.
6231
6232 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6235 (debug): Use it.
6236 (debugger-step-through, debugger-continue, debugger-jump)
6237 (debugger-return-value): Set it when needed.
6238 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6239 Use inhibit-read-only.
6240
6241 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6242
6243 * window.el (shrink-window-if-larger-than-buffer)
6244 (window-size-fixed): Fix typo in docstring.
6245
6246 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6247 thumbnails directory on loading.
6248 (thumbs-conversion-program): Use `eq' to check the system type,
6249 not `equal'.
6250 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6251 not "/tmp". Fix docstring.
6252 (thumbs-thumbsdir): New function to return the thumbnails
6253 directory, creating it if needed.
6254 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6255 (thumbs-temp-file): Delete variable and make it into a function.
6256 (thumbs-resize-image, thumbs-modify-image): Use it.
6257 (thumbs-kill-buffer): Simplify.
6258 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6259 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6260 docstrings.
6261
6262 2005-06-09 Kim F. Storm <storm@cua.dk>
6263
6264 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6265 set-match-data to free markers in match-data.
6266
6267 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6268 match-data to unchain markers in match-data.
6269
6270 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6271
6272 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6273 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6274 unnecessary now.
6275
6276 2005-06-08 Richard M. Stallman <rms@gnu.org>
6277
6278 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6279 give the variable a doc string that doesn't say don't set it directly.
6280
6281 * textmodes/ispell.el (ispell-check-version):
6282 Use match-string-no-properties.
6283 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6284 (ispell-buffer-local-words): Likewise.
6285
6286 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6287 except on terminals with enough colors to really display it.
6288 (makefile-dependency-regex): Delete spurious `bb'.
6289
6290 * faces.el (escape-glyph): Use blue once again in last case.
6291 (no-break-space): Redefine so that it isn't invisible on a tty.
6292
6293 2005-06-08 Kim F. Storm <storm@cua.dk>
6294
6295 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6296 also when reading directory name.
6297
6298 2005-06-08 Lute Kamstra <lute@gnu.org>
6299
6300 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6301 (flyspell-mode-line-string): Remove autoload cookie.
6302 (flyspell-mode): Remove defvar.
6303
6304 2005-06-07 Lute Kamstra <lute@gnu.org>
6305
6306 * textmodes/org.el (org-run-mode-hooks): New function.
6307 (org-agenda-mode): Use it.
6308
6309 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6310
6311 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6312
6313 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6314
6315 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6316
6317 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6318
6319 * font-lock.el (font-lock-add-keywords): Doc fix.
6320
6321 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6324 (tex-compile-default): In the absence of any history, use the order in
6325 tex-compile-alist to choose the preferred command.
6326 (tex-compile-commands): Reorder a bit.
6327
6328 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6329 (flyspell-incorrect-face, flyspell-duplicate-face):
6330 Use (X)Emacs-agnostic code.
6331 (flyspell-mode-map): Don't overwrite at each load. Remove code
6332 redundant with the subsequent add-minor-mode. Merge Emacs and
6333 XEmacs code.
6334 (flyspell-word): Minor simplification.
6335 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6336 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6337 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6338 Merge the corresponding Emacs code.
6339 (flyspell-correct-word, flyspell-xemacs-popup):
6340 Use flyspell-do-correct.
6341
6342 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6343 a dedicated window.
6344
6345 * international/latexenc.el (latexenc-find-file-coding-system):
6346 Undo part of last patch, to turn off a compiler warning.
6347
6348 2005-06-06 Juri Linkov <juri@jurta.org>
6349
6350 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6351 Rename `tmm-inactive-face' to `tmm-inactive'.
6352
6353 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6354
6355 * iswitchb.el: Rename faces.
6356
6357 2005-06-06 Kim F. Storm <storm@cua.dk>
6358
6359 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6360 (cua-global-mark): Remove -face suffix from face names.
6361
6362 * emulation/cua-gmrk.el (cua--init-global-mark):
6363 Remove cua-global-mark face setup.
6364
6365 2005-06-06 Richard M. Stallman <rms@gnu.org>
6366
6367 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6368 just like other allowed characters.
6369 (makefile-match-dependency): Exclude leading and training whitespace
6370 from the range of regexp subexp 1.
6371 (makefile-macroassign-regex): Don't try to match the body,
6372 just the name of the macro being defined.
6373
6374 * info.el (Info-read-node-name-2): New function.
6375 (Info-read-node-name-1): Use that.
6376 Add a completion-base-size-function property.
6377
6378 * simple.el (completion-setup-function): Look for
6379 completion-base-size-function property of minibuffer-completion-table.
6380
6381 * files.el (locate-file-completion): Doc fix.
6382
6383 * printing.el: Don't call pr-update-menus; user must do that.
6384
6385 * emacs-lisp/debug.el (debugger-window): New variable.
6386 (debug): Use debugger-window if it is set and still alive.
6387 Record debugger-window for next entry.
6388
6389 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6390
6391 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6392
6393 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6394 (hack-one-local-variable, hack-local-variables)
6395 (hack-local-variables-prop-line): Pass that arg.
6396
6397 2005-06-06 Kim F. Storm <storm@cua.dk>
6398
6399 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6400 (ido-indicator): Remove -face suffix from face names.
6401
6402 2005-06-06 Juri Linkov <juri@jurta.org>
6403
6404 * font-lock.el (font-lock-regexp-backslash)
6405 (font-lock-regexp-backslash-construct): New faces.
6406 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6407 after `('. Add `while-no-input' to control structures.
6408
6409 * faces.el (no-break-space, shadow): New faces.
6410 (escape-glyph): Use less loud colors pink2 and red4.
6411
6412 * diff-mode.el (diff-context-face)
6413 * dired.el (dired-ignored)
6414 * rfn-eshadow.el (file-name-shadow)
6415 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6416
6417 * info.el (Info-title-1-face): Use green instead of yellow because
6418 bold yellow is not readable on light backgrounds.
6419
6420 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6421 before selecting the desired mode to not spend time fontifying
6422 old contents.
6423
6424 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6425
6426 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6427 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6428
6429 * ps-print.el (ps-default-fg, ps-default-bg):
6430 Fix typos in docstrings.
6431
6432 * isearchb.el (isearchb): Don't pass a spurious second argument to
6433 `iswitchb-completions'.
6434
6435 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6436
6437 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6438 to preserve point.
6439 (gdb-find-file-hook): Add doc string.
6440
6441 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6442 C dereferenced pointer expression.
6443 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6444
6445 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6446
6447 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6448 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6449 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6450 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6451 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6452 Make background transparent.
6453
6454 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6455
6456 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6457 (font-lock-remove-keywords): Doc fix.
6458 (font-lock-mode-major-mode): Compiler defvar.
6459 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6460
6461 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6462 (font-lock-mode): Update `font-lock-mode-major-mode'.
6463 (font-lock-set-defaults): Compiler defvar.
6464 (font-lock-default-function): Take `font-lock-mode-major-mode'
6465 into account.
6466
6467 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6468 keep track of which major mode it enabled the minor mode for.
6469 Use find-file-hook again. Update docstring.
6470
6471 * simple.el (eval-expression-print-level)
6472 (eval-expression-print-length, eval-expression-debug-on-error):
6473 Doc fixes.
6474
6475 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6476
6477 * iswitchb.el (iswitchb-single-match-face)
6478 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6479 (iswitchb-invalid-regexp-face): New faces.
6480 (iswitchb-completions): Use them.
6481 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6482 now marked as an obsolete alias.
6483 (iswitchb-read-buffer): Remove check for bound font variables.
6484 (iswitchb-invalid-regexp): New free variable.
6485 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6486 set iswitchb-invalid-regexp.
6487 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6488 invalid regexps.
6489 (iswitchb-completions): Add check for complete match when entering
6490 a regexp.
6491 (iswitchb-completions): Remove require-match argument.
6492 (iswitchb-exhibit): Fix caller.
6493 (iswitchb-common-match-inserted): New variable.
6494 (iswitchb-complete, iswitchb-completion-help): Use it.
6495
6496 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6497
6498 * url-http.el (url-http-chunked-encoding-after-change-function):
6499 Use `url-http-debug' instead of `message'.
6500
6501 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6502
6503 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6504 callback argument.
6505
6506 2005-06-04 Kim F. Storm <storm@cua.dk>
6507
6508 * simple.el (line-move): Only call sit-for when moving backwards.
6509
6510 * ido.el (ido-make-merged-file-list-1): New defun split from
6511 ido-make-merged-file-list.
6512 (ido-make-merged-file-list): Bind throw-on-input around call to
6513 ido-make-merged-file-list-1. Return input-pending-p if
6514 interrupted by more input available.
6515 (ido-read-internal): Handle input-pending-p return value from
6516 ido-make-merged-file-list.
6517
6518 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6519
6520 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6521 compatibility code.
6522
6523 * international/latexenc.el (latexenc-find-file-coding-system):
6524 Don't inherit the EOL part of the coding-system from the
6525 tex-main buffer. Fit within 80 columns.
6526
6527 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6528
6529 * tmm.el (tmm-inactive-face): New face.
6530 (tmm-remove-inactive-mouse-face): New function.
6531 (tmm-prompt, tmm-add-one-shortcut)
6532 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6533 but not selectable.
6534
6535 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6536
6537 * faces.el (face-equal): Improve argument/docstring consistency.
6538
6539 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6540
6541 * progmodes/make-mode.el (makefile-targets-face)
6542 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6543 (makefile-bsdmake-dependency-regex)
6544 (makefile-makepp-rule-action-regex)
6545 (makefile-bsdmake-rule-action-regex): New constants.
6546 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6547
6548 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6549 Allow (...) within `...' for makepp messages.
6550
6551 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6552
6553 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6554
6555 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6556 "." files are deleted from all file lists before comparison.
6557
6558 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6559 (viper-ESC-key): Made them customizable.
6560
6561 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6562
6563 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6564
6565 * autorevert.el (auto-revert-buffers): Use save-match-data.
6566
6567 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6570 menu items with a nil command binding.
6571
6572 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6573
6574 * emacs-lisp/cl-macs.el (defsetf):
6575 Improve argument/docstring consistency.
6576
6577 * faces.el (list-faces-display): Improve the formatting by
6578 computing the maximum length required for any face-name (reworked
6579 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6580 (internal-find-face): Remove redundant info in docstring.
6581
6582 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6583
6584 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6585 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6586 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6587 (gdb-assembler-custom): Improve regexps.
6588 (def-gdb-auto-update-handler): Use window point to preserve point.
6589
6590 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6591
6592 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6593
6594 2005-05-31 Jay Belanger <belanger@truman.edu>
6595
6596 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6597 to calc-embedded.
6598 (calc-embedded-make-info): Have plain prefix argument select
6599 entire line.
6600
6601 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6602
6603 * faces.el (list-faces-display): Signal error if passed a regexp
6604 that matches no face name.
6605
6606 * simple.el (filter-buffer-substring): Fix typo in docstring.
6607
6608 2005-05-31 Richard M. Stallman <rms@gnu.org>
6609
6610 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6611 (vhdl-emacs-21): Doc fix.
6612 (vhdl-mode): Unconditionally set comment-padding.
6613 (vhdl-fixup-whitespace-region): Insert spaces only where
6614 there are none.
6615 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6616
6617 2005-05-30 John Wiegley <johnw@newartisans.com>
6618
6619 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6620 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6621 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6622 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6623 `string-to-number'.
6624
6625 2005-05-30 Jay Belanger <belanger@truman.edu>
6626
6627 * calc/calc.el (calc-bug-address): Fix docstring.
6628 (calc-window-hook, calc-trail-window-hook): New variables.
6629 (calc-trail-display): Restore use of calc-trail-window-hook.
6630 (calc): Restore use of calc-window-hook.
6631
6632 2005-05-31 Masatake YAMATO <jet@gyve.org>
6633
6634 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6635
6636 * help-fns.el (help-C-file-name): Add autoload mark for
6637 `find-function-noselect'.
6638
6639 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6640
6641 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6642 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6643
6644 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6645
6646 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6647 included diary buffer if it was not already being visited.
6648 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6649
6650 * calendar/icalendar.el (top-level): Do not require 'appt.
6651
6652 * mail/supercite.el (sc-select-attribution): Only use a list
6653 element from sc-attrib-selection-list if it returns a string.
6654 Reported by Davide G. M. Salvetti <salve@debian.org>.
6655
6656 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6657
6658 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6659 includes a hash value to improve its uniqueness, and has a ".jpg"
6660 extension. Also, it is now a valid filename on all systems.
6661 (thumbs-make-thumb): Use `let', not `let*'.
6662 (thumbs-show-thumbs-list): Check for JPEG availability.
6663
6664 2005-05-30 Richard M. Stallman <rms@gnu.org>
6665
6666 * filesets.el (filesets-menu-ensure-use-cached):
6667 Prevent warning when emacs-version>= is undefined.
6668
6669 * printing.el (pr-interactive-n-up): Use string-to-number.
6670
6671 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6672
6673 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6674 Warn only when name to be defined is quoted.
6675
6676 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6677
6678 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6679 Make regexp more robust.
6680 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6681 Force regeneration of disassembly.
6682
6683 2005-05-29 Jay Belanger <belanger@truman.edu>
6684
6685 * calc/calc.el (calc-user-invocation): Check if
6686 calc-invocation-macro is non-nil.
6687
6688 2005-05-29 Juri Linkov <juri@jurta.org>
6689
6690 * add-log.el (change-log-font-lock-keywords):
6691 Add `+' to e-mail regexp to accept mail address with keywords.
6692
6693 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6694
6695 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6696
6697 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6698
6699 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6700
6701 2005-05-29 Richard M. Stallman <rms@gnu.org>
6702
6703 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6704 Undo the change that moves to end of the current word.
6705
6706 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6707
6708 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6709 Throw error when count <= 0 to ensure input is a number.
6710 (gdb-read-memory-custom): Pick up address from buffer.
6711 (gdb-memory-mode): Allow user to increment and decrement
6712 memory address from header line.
6713
6714 2005-05-29 Richard M. Stallman <rms@gnu.org>
6715
6716 * flyspell.el (flyspell-version): Function deleted.
6717 (flyspell-auto-correct-previous-hook): Doc fix.
6718
6719 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6720 Do nothing if memory is full.
6721
6722 * font-lock.el (font-lock-fontify-syntactically-region):
6723 Pass t for GREEDY to looking-back.
6724
6725 * saveplace.el (save-place-alist-to-file): Write the file
6726 using write-region.
6727
6728 * subr.el (looking-back): New argument GREEDY.
6729
6730 * progmodes/compile.el (compilation-start): Set the mode
6731 before inserting the initial text.
6732
6733 * progmodes/which-func.el (which-func-update-1): Turn the mode
6734 off in case of error by setting which-func-mode.
6735
6736 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6737
6738 * flyspell.el (flyspell-auto-correct-previous-word):
6739 Narrow down to what's on the screen, and recenter overlays
6740 at the end of the next word.
6741
6742 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6743
6744 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6745 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6746 (flyspell-abbrev-p): Default to nil.
6747 (flyspell-use-global-abbrev-table-p): Doc fix.
6748 (flyspell-large-region): Allow nil as value.
6749 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6750
6751 (mail-mode-flyspell-verify): More robust handling
6752 of `mail-header-separator'. More efficient signature detection.
6753 Allow for regexp metacharacters in message-header-separator.
6754 Adding `To' not to be checked in mail-mode-flyspell-verify.
6755
6756 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6757 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6758 Bind flyspell-auto-correct-binding.
6759 Bind C-. and C-, .
6760 (flyspell-mode-map): Likewise.
6761 (flyspell-mode): Doc fix.
6762 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6763 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6764 (flyspell-word-cache-result): New var, always local.
6765 (flyspell-check-pre-word-p): Doc fix.
6766 (flyspell-check-changed-word-p): Handle spc like newline.
6767 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6768 (flyspell-word-search-backward, flyspell-word-search-forward):
6769 New functions.
6770 (flyspell-word): Return t if nothing to check.
6771 When parsing TeX code, check for after } or \.
6772 Use flyspell-word-search-backward to find previous word.
6773 Return nil if duplicated word.
6774 For word already checked, return same value as last time.
6775 Set flyspell-word-cache-result after checking.
6776 Don't clobber the return value.
6777 (flyspell-get-word): Major rewrite.
6778 (flyspell-external-point-words): New locals pword, pcount.
6779 Fix size used in progress message.
6780 Find the proper corresponding word in flyspell-large-region-buffer.
6781 (flyspell-region): Check for flyspell-large-region = nil.
6782 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6783 (flyspell-auto-correct-word): Check that WORD is a cons.
6784 (flyspell-correct-word): Likewise.
6785
6786 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6787
6788 * progmodes/make-mode.el (makefile-rule-action-regex)
6789 (makefile-macroassign-regex, makefile-makepp-mode)
6790 (makefile-bsdmake-mode): Continuation lines may be empty.
6791 Reported by Joshua Varner.
6792 (makefile-makepp-font-lock-keywords): Add $(stem).
6793
6794 2005-05-28 Karl Berry <karl@gnu.org>
6795
6796 * textmodes/tex-mode.el: Now that tex-send-command calls
6797 shell-quote-argument (2005-03-31 change), remove all calls to
6798 shell-quote-argument; they all end up invoking tex-send-command.
6799 The double quoting loses on filenames with non-safe characters,
6800 such as "@". Reported by Frederik Fouvry.
6801
6802 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6803
6804 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6805 about preserving point.
6806
6807 2005-05-27 Jay Belanger <belanger@truman.edu>
6808
6809 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6810 Info-goto-node.
6811
6812 * calc/calc-embed.el (calc-embed-arg): New variable.
6813 (calc-do-embedded-activate, calc-embedded-activate-formula)
6814 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6815 variable by new variable.
6816 (calc-embedded-make-info): Replace undeclared variable by new
6817 variable. When selecting region with positive prefix
6818 argument, use end of previous line instead of beginning of line.
6819
6820 * calc/calc-aent.el (calc-arg-values): Declare it.
6821
6822 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6823 Declare them.
6824
6825 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6826
6827 * calc/calc.el (calc-alg-map): Declare it.
6828
6829 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6830
6831 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6832
6833 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6834 (gdb-registers-buffer, toggle-gdb-all-registers):
6835 Toggle display of floating point registers.
6836 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6837
6838 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6839 (toggle-gud-tooltip-dereference):
6840 Rename from gud-toggle-tooltip-dereference.
6841
6842 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6845
6846 2005-05-27 Jay Belanger <belanger@truman.edu>
6847
6848 * calc/calc-prog.el (calc-kbd-report): Remove.
6849 (calc-kbd-query): Rewrite.
6850
6851 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6852
6853 * image.el (image-library-alist): Move to image.c.
6854 (image-type-available-p): Doc fix.
6855
6856 2005-05-27 Lute Kamstra <lute@gnu.org>
6857
6858 * calc/calc.el (calc):
6859 * outline.el (outline-1, outline-2, outline-3, outline-4)
6860 (outline-5, outline-6, outline-7, outline-8):
6861 * textmodes/dns-mode.el (dns-mode):
6862 * textmodes/sgml-mode.el (sgml-namespace-face):
6863 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6864 (tex-verbatim-face, tex-use-reftex):
6865 * textmodes/texinfo.el (texinfo-heading-face):
6866 Specify customization group.
6867
6868 * longlines.el: Don't require easy-mmode.
6869 (longlines-visible-face): Specify customization group.
6870
6871 2005-05-27 Kenichi Handa <handa@m17n.org>
6872
6873 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6874 encoding table of windows-1251.
6875
6876 * international/ucs-tables.el (ucs-set-table-for-input):
6877 If translation-table-for-input of a coding system is a symbol, get
6878 its translation-table property.
6879
6880 * international/code-pages.el: Don't register a coding system into
6881 non-iso-charset-alist more than once.
6882 (cp-make-coding-system): Likewise.
6883
6884 2005-05-26 John Wiegley <johnw@newartisans.com>
6885
6886 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6887 `eshell-resume-eval' is wrapped in a list, it indicates that the
6888 command was run asynchronously. In that case, unwrap the value
6889 before checking the delimiter value.
6890
6891 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6892 character before a space at the end of a line is \, assume the space
6893 is part of the last argument rather than a final argument separator.
6894
6895 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6896 is in use, and the target is `t' or `nil' (which are the most common
6897 values), don't assume that the symbol target is a buffer.
6898
6899 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6900
6901 * calendar/calendar.el (calendar-mode-line-format):
6902 Use mode-line-highlight as mouse-face.
6903
6904 * time.el (display-time-string-forms, display-time-update):
6905 Use mode-line-highlight as mouse-face.
6906
6907 2005-05-26 Jay Belanger <belanger@truman.edu>
6908
6909 * calc/calc.el (calc-language-alist): Remove extra defvar.
6910
6911 2005-05-26 Lute Kamstra <lute@gnu.org>
6912
6913 * arc-mode.el (archive-mode):
6914 * bookmark.el (bookmark-read-annotation-mode)
6915 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6916 * bs.el (bs-mode):
6917 * calc/calc-yank.el (calc-edit-mode):
6918 * calc/calc.el (calc-mode, calc-trail-mode):
6919 * calculator.el (calculator-mode):
6920 * chistory.el (command-history-mode):
6921 * comint.el:
6922 * cus-edit.el (custom-mode):
6923 * descr-text.el (describe-text-mode):
6924 * ebuff-menu.el (Electric-buffer-menu-mode):
6925 * ediff-util.el (ediff-mode):
6926 * emacs-lisp/re-builder.el (reb-mode):
6927 * emulation/vi.el (vi-mode-setup):
6928 * emulation/ws-mode.el (wordstar-mode):
6929 * eshell/esh-mode.el (eshell-mode):
6930 * forms.el (forms-mode):
6931 * help-mode.el (help-mode):
6932 * hexl.el (hexl-mode):
6933 * ibuffer.el (ibuffer-mode):
6934 * ielm.el (inferior-emacs-lisp-mode):
6935 * info.el (Info-mode, Info-edit-mode):
6936 * international/swedish.el:
6937 * ledit.el (ledit-from-lisp-mode):
6938 * locate.el (locate-mode):
6939 * mail/rmail.el (rmail-mode):
6940 * mail/rmailedit.el (rmail-edit-mode):
6941 * mail/rmailsum.el (rmail-summary-mode):
6942 * mail/supercite.el (sc-electric-mode):
6943 * net/eudc.el (eudc-mode):
6944 * net/quickurl.el (quickurl-list-mode):
6945 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6946 * obsolete/ooutline.el (outline-mode):
6947 * obsolete/options.el (Edit-options-mode):
6948 * obsolete/rnews.el (news-mode):
6949 * obsolete/rnewspost.el (news-reply-mode):
6950 * play/5x5.el (5x5-mode):
6951 * play/decipher.el (decipher-mode, decipher-stats-mode):
6952 * play/gomoku.el (gomoku-mode):
6953 * play/snake.el (snake-mode):
6954 * play/solitaire.el (solitaire-mode):
6955 * play/tetris.el (tetris-mode):
6956 * progmodes/ada-mode.el (ada-mode):
6957 * progmodes/antlr-mode.el (antlr-mode):
6958 * progmodes/autoconf.el (autoconf-mode):
6959 * progmodes/dcl-mode.el (dcl-mode):
6960 * progmodes/delphi.el (delphi-mode):
6961 * progmodes/ebrowse.el (ebrowse-tree-mode)
6962 (ebrowse-electric-list-mode, ebrowse-member-mode)
6963 (ebrowse-electric-position-mode):
6964 * progmodes/f90.el (f90-mode):
6965 * progmodes/fortran.el (fortran-mode):
6966 * progmodes/icon.el (icon-mode):
6967 * progmodes/idlw-help.el (idlwave-help-mode):
6968 * progmodes/idlw-shell.el (idlwave-shell-mode):
6969 * progmodes/idlwave.el (idlwave-mode):
6970 * progmodes/inf-lisp.el (inferior-lisp-mode):
6971 * progmodes/m4-mode.el (m4-mode):
6972 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
6973 * progmodes/modula2.el (modula-2-mode):
6974 * progmodes/octave-inf.el (inferior-octave-mode):
6975 * progmodes/octave-mod.el (octave-mode):
6976 * progmodes/pascal.el (pascal-mode):
6977 * progmodes/sh-script.el (sh-mode):
6978 * progmodes/sql.el (sql-mode, sql-interactive-mode):
6979 * progmodes/vhdl-mode.el (vhdl-mode):
6980 * progmodes/xscheme.el (scheme-interaction-mode):
6981 * replace.el (occur-mode):
6982 * ses.el (ses-mode):
6983 * simple.el (completion-list-mode):
6984 * skeleton.el:
6985 * speedbar.el (speedbar-mode):
6986 * term.el (term-mode):
6987 * terminal.el (terminal-edit-mode):
6988 * textmodes/reftex-index.el (reftex-index-mode)
6989 (reftex-index-phrases-mode):
6990 * textmodes/reftex-sel.el (reftex-select-label-mode)
6991 (reftex-select-bib-mode):
6992 * textmodes/reftex-toc.el (reftex-toc-mode):
6993 * wdired.el (wdired-change-to-wdired-mode):
6994 * wid-browse.el (widget-browse-mode):
6995 Use run-mode-hooks.
6996
6997 * array.el (array-mode):
6998 * calendar/todo-mode.el (todo-mode):
6999 * man.el (Man-mode):
7000 * play/landmark.el (lm-mode):
7001 * play/mpuz.el (mpuz-mode):
7002 Use kill-all-local-variables and run-mode-hooks.
7003
7004 * subr.el (delay-mode-hooks): Specify indentation.
7005
7006 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7007
7008 * xml.el (xml-substitute-special): Don't die for undefined xml
7009 entities.
7010
7011 2005-05-26 Jay Belanger <belanger@truman.edu>
7012
7013 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7014 of nil.
7015
7016 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7017
7018 * progmodes/gdb-ui.el (gdb-frame-address):
7019 Rename from gdb-current-address.
7020 (gdb-previous-frame-address): Rename from gdb-previous-address.
7021 (gdb-selected-frame): Rename from gdb-current-frame.
7022 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7023 (gdb-frame-number): Rename from gdb-current-stack-level.
7024 (gdb-ann3): Match new mode-name for disassembly buffer.
7025 Extend initialization of variables.
7026 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7027 (gdb-memory-mode): Use mouse-face in header line.
7028 (gdb-assembler-buffer-name): Call it disassembly and give frame
7029 in mode line.
7030 (gdb-source-spec-regexp, gdb-assembler-custom)
7031 (gdb-invalidate-assembler, gdb-frame-handler):
7032 Make robust to leading zeroes in address format.
7033
7034 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7035
7036 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7037 define `org-mode'.
7038 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7039
7040 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * log-edit.el (log-edit-changelog-entries): Distinguish between
7043 filenames like xfns.c and fns.c.
7044
7045 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7046
7047 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7048 point after reverting.
7049 (Buffer-menu-make-sort-button): Handle the case where
7050 `Buffer-menu-use-header-line' is nil.
7051
7052 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7053
7054 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7055 New funcs. In minibuffer-local-completion-map bind `]', `/'
7056 and `:' to them.
7057
7058 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7059
7060 * startup.el (normal-top-level): Allow modification of load-path while
7061 we're iterating over it.
7062
7063 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7064
7065 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7066 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7067 (thumbs-resize-interactive, thumbs-insert-image)
7068 (thumbs-insert-thumb, thumbs-dired-show-marked)
7069 (thumbs-find-image-at-point, thumbs-delete-images)
7070 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7071 (thumbs-increment-image-size, thumbs-decrement-image-size):
7072 Fix typos in docstrings.
7073
7074 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7075
7076 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7077 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7078 (cperl-mode): Use them.
7079
7080 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7081
7082 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7083 Doc fixes.
7084
7085 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7086
7087 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7088 Bind C-d to gdb-inferior-io-eof.
7089
7090 * dired.el (dired-dnd-popup-notice): Use message-box.
7091
7092 2005-05-23 Masatake YAMATO <jet@gyve.org>
7093
7094 * bindings.el (mode-line-major-mode-keymap):
7095 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7096
7097 * faces.el (mode-line-highlight): New face.
7098
7099 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7100 as mouse-face.
7101
7102 * bindings.el (top-level, help-echo, mode-line-modified)
7103 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7104 as mouse-face.
7105
7106 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7107
7108 * progmodes/cc-engine.el (c-guess-basic-syntax):
7109 Remove spurious call to `zerop'.
7110
7111 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7112
7113 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7114
7115 CC Mode update to 5.30.10:
7116
7117 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7118 could go past the limit in decoration level 2, thereby causing
7119 errors during interactive fontification.
7120
7121 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7122 the file is evaluated interactively.
7123
7124 * cc-engine.el (c-guess-basic-syntax): Handle operator
7125 declarations somewhat better in C++.
7126
7127 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7128 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7129 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7130 (awk-mode): Use it.
7131 (make-local-hook): Suppress warning about obsoleteness.
7132
7133 * cc-engine.el, cc-align.el, cc-cmds.el
7134 (c-append-backslashes-forward, c-delete-backslashes-forward)
7135 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7136 Compensate for return value from `forward-line' when it has moved
7137 but not to a different line due to eob.
7138
7139 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7140 `objc-method-intro' and `objc-method-args-cont'.
7141
7142 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7143
7144 CC Mode update to 5.30.10:
7145
7146 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7147 in the copyright statement. Incidentally, change "along with GNU
7148 Emacs" to "along with this program" where it occurs.
7149
7150 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7151 so that it is interactive, hence can be found by M-x awk-mode
7152 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7153 <gmorris+emacs@ast.cam.ac.uk>.
7154
7155 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7156 Mode's regexps.
7157
7158 2005-05-23 Kevin Ryde <user42@zip.com.au>
7159
7160 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7161 c-parse-state, to avoid a lisp error (on bad code).
7162
7163 2005-05-23 Lute Kamstra <lute@gnu.org>
7164
7165 * subr.el (font-lock-defaults): Remove defvar as it's already
7166 defined in font-core.el.
7167
7168 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7169
7170 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7171
7172 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7173 more general and work when GDB variable "print pretty" is on,
7174 as with Emacs, for example.
7175
7176 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7177
7178 * font-core.el: Update comment.
7179
7180 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7181 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7182
7183 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7184
7185 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7186
7187 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7188 and `yank-handler' in the doc strings.
7189
7190 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7193
7194 2005-05-22 Richard M. Stallman <rms@gnu.org>
7195
7196 * help.el (describe-key): Move print-help-return-message call
7197 out of conditional.
7198
7199 * progmodes/etags.el (list-tags): Use with-no-warnings.
7200
7201 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7202 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7203 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7204
7205 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7206
7207 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7208 Add defvar.
7209
7210 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7211 Use defvar, not defconst.
7212
7213 * hexl.el (hexl-follow-line): Use with-no-warnings.
7214
7215 * emulation/tpu-extras.el: Use write-file-functions instead of
7216 write-file-hooks.
7217
7218 * dired.el (dired-font-lock-keywords): Fontify files with junk
7219 extensions even if marked by -F.
7220
7221 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7222
7223 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7224 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7225 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7226 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7227 (concatenate, list-length, get*, getf, cl-remprop):
7228 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7229 (etypecase, progv, lexical-let, lexical-let*)
7230 (multiple-value-bind, multiple-value-setq, shiftf):
7231 Improve argument/docstring consistency.
7232
7233 * subr.el (focus-frame, unfocus-frame):
7234 Revert deletion on 2005-05-01.
7235
7236 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7237
7238 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7239 doesn't exist.
7240
7241 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7242 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7243
7244 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7245
7246 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7247 already deleted variables: auto-fill-hook, blink-paren-hook,
7248 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7249 suspend-hooks, comment-indent-hook, meta-flag,
7250 before-change-function, after-change-function,
7251 font-lock-doc-string-face.
7252
7253 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7254
7255 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7256
7257 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7258
7259 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7260 rmail-dont-reply-to.
7261
7262 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7263
7264 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7265 literal blank when splitting new-header-values.
7266
7267 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7268
7269 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7270 string so that tmm doesn't create a completion entry for it.
7271
7272 * textmodes/table.el (table-disable-menu): Ditto.
7273
7274 2005-05-21 Richard M. Stallman <rms@gnu.org>
7275
7276 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7277
7278 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7279
7280 * net/rcompile.el (remote-compile): Use compilation-start.
7281
7282 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7283
7284 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7285
7286 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7287 Default to makefile-bsdmake-mode on BSD systems.
7288
7289 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7290 REGEXP may also be a search function now. The part of doc-string
7291 for describing the structure was 95% identical to that of
7292 `imenu--generic-function'. Unify it there.
7293
7294 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7295 Use function to find dependencies, because regexp alone is so complex,
7296 it easily goes into an endless loop.
7297 (makefile-makepp-mode): Also add submenu for Perl functions
7298 defined in the makefile.
7299 (makefile-bsdmake-mode): Special imenu-generic-expression no
7300 longer needed, due to function call.
7301 (makefile-match-dependency): Take BOUND into account when checking
7302 if we're through.
7303
7304 2005-05-20 Jay Belanger <belanger@truman.edu>
7305
7306 * calc/calc-units.el (calc-invalidate-units-table):
7307 Use inhibit-read-only.
7308 (math-build-units-table-buffer): Use view-mode.
7309
7310 2005-05-20 David Kastrup <dak@gnu.org>
7311
7312 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7313 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7314
7315 2005-05-20 Lute Kamstra <lute@gnu.org>
7316
7317 * diff-mode.el (diff-header-face, diff-file-header-face)
7318 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7319 (diff-added-face, diff-changed-face, diff-function-face)
7320 (diff-context-face, diff-nonexistent-face): Put them in the
7321 diff-mode customization group.
7322
7323 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7326
7327 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7328
7329 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7330 Minor regexp-optimization.
7331
7332 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7333
7334 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7335 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7336 (org-agenda-add-time-grid-maybe): New function.
7337 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7338 (org-table-create): `dotimes' instead of `mapcar'.
7339 (org-xor): Simplify implementation.
7340 (org-agenda): `inhibit-redisplay' turned on.
7341 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7342 a consistent line after a state change.
7343 (org-agenda-remove-times-when-in-prefix): New option.
7344 (org-prefix-has-time): New variable.
7345 (org-parse-time-string): Optional argument NODEFAULT.
7346 (org-format-agenda-item): Parse items for time-of-day
7347 specifications and move these into the prefix if possible.
7348 (org-agenda-priority): Get current heading, not previous heading
7349 during agenda remote editing.
7350
7351 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7352
7353 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7354 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7355 (remove-duplicates, delete-duplicates, substitute)
7356 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7357 (nsubstitute-if-not, find, find-if, find-if-not, position)
7358 (position-if, position-if-not, count, count-if, count-if-not)
7359 (mismatch, search, sort*, stable-sort, merge, member*)
7360 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7361 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7362 (intersection, nintersection, set-difference, nset-difference)
7363 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7364 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7365 (nsublis, tree-equal): Improve argument/docstring consistency.
7366
7367 * subr.el (send-string, send-region):
7368 Remove obsolescence declaration.
7369 (window-dot, set-window-dot, read-input, show-buffer)
7370 (eval-current-buffer, string-to-int):
7371 Add release number to obsolescence declarations.
7372
7373 2005-05-19 Kim F. Storm <storm@cua.dk>
7374
7375 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7376 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7377
7378 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7379
7380 * faces.el (list-faces-display): Make back button respect optional
7381 regexp arg.
7382
7383 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7384
7385 * calculator.el (calculator-radix-grouping-mode)
7386 (calculator-radix-grouping-digits, calculator-displayer)
7387 (calculator-radix-grouping-separator, calculator-copy-displayer):
7388 * dabbrev.el (dabbrev-search-these-buffers-only):
7389 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7390 (diff-advance-after-apply-hunk, diff-mode-hook)
7391 (diff-minor-mode-prefix):
7392 * imenu.el (imenu-use-popup-menu):
7393 * jit-lock.el (jit-lock-context-time):
7394 * newcomment.el (comment-fill-column, comment-column)
7395 (comment-style, comment-padding, comment-multi-line)
7396 (comment-empty-lines, comment-auto-fill-only-comments):
7397 * reveal.el (reveal-around-mark):
7398 * uniquify.el (uniquify-buffer-name-style)
7399 (uniquify-after-kill-buffer-p)
7400 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7401 (uniquify-min-dir-content, uniquify-separator)
7402 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7403 * w32-vars.el (w32-fixed-font-alist):
7404 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7405 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7406 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7407 * progmodes/perl-mode.el (perl-indent-level)
7408 (perl-continued-statement-offset, perl-continued-brace-offset)
7409 (perl-brace-offset, perl-brace-imaginary-offset)
7410 (perl-label-offset, perl-indent-continued-arguments)
7411 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7412 * progmodes/tcl.el (tcl-indent-level)
7413 (tcl-continued-indent-level, tcl-auto-newline)
7414 (tcl-tab-always-indent, tcl-electric-hash-style)
7415 (tcl-help-directory-list, tcl-use-smart-word-finder)
7416 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7417 (inferior-tcl-source-command):
7418 * textmodes/fill.el (enable-kinsoku):
7419 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7420 * textmodes/table.el (table-yank-handler):
7421 Specify missing group (and type, if simple) in defcustom.
7422
7423 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7424
7425 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7426
7427 2005-05-19 Richard M. Stallman <rms@gnu.org>
7428
7429 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7430
7431 * subr.el (event-basic-type): Don't get an error.
7432 (left-fringe-p): Function deleted.
7433
7434 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7435 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7436
7437 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7438 in recursive copy.
7439
7440 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7441
7442 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7443
7444 * emacs-lisp/bytecomp.el
7445 (byte-compile-file-form-custom-declare-variable): Call
7446 byte-compile-nogroup-warn if appropriate.
7447
7448 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7449 (compilation-set-window): Don't call left-fringe-p; do it directly.
7450
7451 2005-05-19 Jay Belanger <belanger@truman.edu>
7452
7453 * calc/calc-graph.el (calc-graph-format-data): Make sure
7454 var-PlotRejects is bound before trying to check its value.
7455
7456 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7457
7458 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7459 definition of this variable from reftex-global.el to reftex.el,
7460 because it is needed in the menu.
7461
7462 2005-05-19 Lute Kamstra <lute@gnu.org>
7463
7464 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7465 years are fixed. Don't insert a space after a dash.
7466
7467 2005-05-19 Kim F. Storm <storm@cua.dk>
7468
7469 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7470
7471 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7472
7473 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7474 strings, because (eq ... ?\\) is fairly frequent.
7475
7476 * progmodes/make-mode.el (makefile-add-this-line-targets):
7477 Simplify and integrate into `makefile-pickup-targets'.
7478 (makefile-add-this-line-macro): Simplify and integrate into
7479 `makefile-pickup-macros.
7480 (makefile-pickup-filenames-as-targets): Simplify.
7481 (makefile-previous-dependency, makefile-match-dependency):
7482 Don't stumble over `::'.
7483
7484 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7485
7486 * subr.el (post-command-idle-hook, post-command-idle-delay):
7487 Remove obsoletion of post-command-idle-hook and
7488 post-command-idle-delay.
7489
7490 * faces.el (list-faces-display): Provide button when describe-face
7491 is called to take user back to the list of faces.
7492
7493 * help-fns.el (describe-variable): Remove hyperlinks in a
7494 variable's value as these are quite frequently inappropriate.
7495
7496 * follow.el (follow-submit-feedback, follow-mode):
7497 Remove references to post-command-idle-hook.
7498
7499 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7500
7501 * progmodes/make-mode.el (makefile-previous-dependency)
7502 (makefile-match-dependency): Check for := (and in bsd mode also
7503 !=) to give a better result, even when font-lock is not on.
7504
7505 2005-05-18 Jay Belanger <belanger@truman.edu>
7506
7507 * calc/calc-help.el (calc-s-prefix-help):
7508 Add `calc-copy-special-constant' to help string.
7509
7510 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7511
7512 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7513
7514 2005-05-18 Jay Belanger <belanger@truman.edu>
7515
7516 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7517 in linear factors are in proper order.
7518
7519 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7520
7521 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7522 Support for jurabib.
7523
7524 * textmodes/reftex.el (featurep): Define aliases for overlay
7525 commands, for XEmacs compatibility, and use these aliases in
7526 overlay initializations.
7527 (reftex-highlight): Use `reftex-move-overlay'.
7528 (reftex-unhighlight): Use `reftex-delete-overlay'.
7529 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7530 (reftex-access-search-path): Use `reftex-uniquify' instead of
7531 `reftex-uniq'
7532
7533 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7534 `before-string' property modification enables for Emacs as well.
7535 (reftex-select-item): Use `reftex-delete-overlay'.
7536 (reftex-select-mark): Use `reftex-make-overlay' and
7537 `reftex-overlay-put'.
7538 (reftex-select-unmark): Use `reftex-delete-overlay' and
7539 `reftex-overlay-put'.
7540
7541 2005-05-18 Lute Kamstra <lute@gnu.org>
7542
7543 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7544
7545 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7546
7547 * add-log.el (add-change-log-entry):
7548 * array.el (array-make-template, array-reconfigure-rows)
7549 (array-init-max-row, array-init-max-column)
7550 (array-init-columns-per-line, array-init-field-width):
7551 * replace.el (replace-match-maybe-edit, perform-replace):
7552 * textmodes/spell.el (spell-region):
7553 Replace `read-input' by `read-string'.
7554
7555 * forms.el (forms-mode):
7556 * finder.el (finder-compile-keywords):
7557 * shadowfile.el (shadow-read-files):
7558 Replace `eval-current-buffer' by `eval-buffer'.
7559
7560 * terminal.el (te-pass-through):
7561 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7562 (ange-ftp-raw-send-cmd):
7563 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7564 (send-process-next-char, telnet-initial-filter, telnet):
7565 Replace `send-string' by `process-send-string'.
7566
7567 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7568 (prolog-consult-region): Replace `send-string' by
7569 `process-send-string'; replace `send-region' by `process-send-region'.
7570
7571 * progmodes/delphi.el (delphi-log-msg):
7572 Replace `set-window-dot' by `set-window-point'.
7573
7574 * subr.el (window-dot, set-window-dot, read-input, send-string)
7575 (send-region, show-buffer, eval-current-buffer):
7576 Make really obsolete, as the comment says.
7577
7578 2005-05-17 Kim F. Storm <storm@cua.dk>
7579
7580 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7581 (cua--init-keymaps): Bind C-return instead of S-return to set
7582 rectangle mark.
7583
7584 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7585 instead of S-return to toggle/clear rectangle mark.
7586
7587 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7588
7589 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7590 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7591 Also fontify plain strings assigned to variables, mostly so that a
7592 colon has a face and is thus not taken as a dependency separator.
7593 (makefile-previous-dependency): Inline the new matcher, because it
7594 is too complex to work in both directions.
7595 (makefile-match-dependency): Eliminate `backward' arg (see above).
7596 Completely reimplemented so as to not sometimes go into an endless
7597 loop. It should also be more efficient, because first it only
7598 searches for `:', instead of applying the very complex regexp.
7599 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7600 to be fontified in one piece can be too long for JIT.
7601 Makefiles are never *that* big.
7602
7603 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7604
7605 * dired.el (dired-mode): Simplify.
7606
7607 2005-05-17 Lute Kamstra <lute@gnu.org>
7608
7609 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7610 defcustom for the mode hook variable.
7611
7612 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7613 Emacs Lisp Reference Manual.
7614
7615 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7616
7617 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7618 (evenp, list*):
7619 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7620 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7621
7622 * net/tramp-smb.el (tramp-smb-open-connection):
7623 Pass `tramp-chunksize' as fifth (required) argument.
7624
7625 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7626
7627 * font-lock.el (lisp-font-lock-keywords-1):
7628 Set `font-lock-negation-char-face' for [^...] char group.
7629 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7630
7631 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7632 a var, and refine it to mask one more level of nested vars.
7633 (makefile-rule-action-regex): Turn it into a var, and refine it so
7634 it recognizes backslashed continuation lines as belonging to the
7635 same command.
7636 (makefile-macroassign-regex): Refine it so it recognizes
7637 backslashed continuation lines as belonging to the same command.
7638 (makefile-var-use-regex): Don't look at the next char, because it
7639 might be the same one to be skipped by the initial [^$], leading
7640 to an overlooked variable use.
7641 (makefile-make-font-lock-keywords): Remove two parameters, which
7642 are now variables that some of the modes set locally.
7643 Handle dependency and rule action matching through functions, because
7644 regexps alone match too often. Dependency matching now comes
7645 last, so it can check, whether a colon already matched something else.
7646 (makefile-mode): Inform that font-lock improves makefile parsing
7647 capabilities.
7648 (makefile-match-dependency, makefile-match-action): New functions.
7649
7650 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7651
7652 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7653
7654 * align.el (align-regexp):
7655 * ansi-color.el (ansi-color-get-face):
7656 * array.el (array-reconfigure-rows, array-init-max-row)
7657 (array-init-max-column, array-init-columns-per-line)
7658 (array-init-field-width):
7659 * dired-aux.el (dired-trample-file-versions):
7660 * dired-x.el (dired-mark-sexp):
7661 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7662 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7663 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7664 * faces.el (face-read-integer):
7665 * files.el (backup-extract-version, insert-directory):
7666 * hexl.el (hexl-insert-decimal-char):
7667 * server.el (server-process-filter):
7668 * shell.el (shell-extract-num):
7669 * startup.el (command-line-1):
7670 * term.el (term-command-hook):
7671 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7672 (time-stamp-do-number):
7673 * time.el (display-time-update):
7674 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7675 (timezone-fix-time):
7676 * vms-patch.el (vms-suspend-resume-hook):
7677 * calendar/appt.el (appt-convert-time):
7678 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7679 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7680 * calendar/cal-islam.el (mark-islamic-diary-entries):
7681 * calendar/calendar.el (calendar-cursor-to-date)
7682 (calendar-star-date):
7683 * calendar/diary-lib.el (diary-attrtype-convert)
7684 (mark-diary-entries, diary-entry-time):
7685 * calendar/solar.el (solar-get-number):
7686 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7687 * emacs-lisp/re-builder.el (reb-display-subexp):
7688 * emulation/edt.el (edt-set-scroll-margins):
7689 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7690 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7691 (vip-get-ex-count):
7692 * emulation/viper-ex.el (viper-get-ex-token)
7693 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7694 * international/fontset.el (fontset-plain-name):
7695 * mail/feedmail.el (feedmail-look-at-queue-directory):
7696 * mail/mailalias.el (mail-get-names):
7697 * mail/rmail.el (rmail-convert-to-babyl-format):
7698 * mail/rmailsum.el (rmail-make-basic-summary-line)
7699 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7700 (rmail-summary-goto-msg):
7701 * mail/smtpmail.el (smtpmail-read-response):
7702 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7703 (ange-ftp-vms-add-file-entry):
7704 * play/gametree.el (gametree-looking-at-ply)
7705 (gametree-current-branch-score):
7706 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7707 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7708 * progmodes/cperl-mode.el (condition-case):
7709 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7710 (ebrowse-set-member-buffer-column-width)
7711 (ebrowse-select-1st-to-9nth):
7712 * progmodes/etags.el (etags-snarf-tag):
7713 * progmodes/flymake.el (flymake-parse-line):
7714 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7715 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7716 (idlwave-shell-menu-def):
7717 * progmodes/ps-mode.el (ps-run-goto-error):
7718 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7719 (vhdl-speedbar-contract-level):
7720 * term/mac-win.el (x-handle-numeric-switch):
7721 * term/sun-mouse.el (sun-get-frame-data):
7722 * term/w32-win.el (x-handle-numeric-switch):
7723 * term/x-win.el (x-handle-numeric-switch):
7724 * textmodes/ispell.el (ispell-parse-output):
7725 * textmodes/nroff-mode.el (nroff-outline-level):
7726 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7727 (reftex-bib-sort-year-reverse, reftex-format-citation):
7728 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7729 (reftex-section-number):
7730 * textmodes/texinfmt.el (texinfo-paragraphindent):
7731 Replace `string-to-int' by `string-to-number'.
7732
7733 * international/latexenc.el: Add page marker to force the "Local
7734 Variables:" string out of the last page.
7735
7736 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7737
7738 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7739 tooltip-change-major-mode.
7740 (gud-tooltip-print-command): Remove case where gud-minor-mode
7741 is gdb ("--fullname").
7742 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7743 explain to user.
7744
7745 2005-05-16 Jay Belanger <belanger@truman.edu>
7746
7747 * calc/calc-store.el (calc-copy-special-constant): New function.
7748
7749 * calc/calc-ext.el (calc-init-extensions): Add binding for
7750 `calc-copy-special-constant'.
7751
7752 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7753 for the `calc-copy-special-constant' command.
7754
7755 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7756
7757 * subr.el (left-fringe-p): New function.
7758
7759 * progmodes/compile.el (compilation-setup): Set local value of
7760 overlay-arrow-string to "" always.
7761 (compilation-set-window): Left fringe then don't scroll.
7762 No left fringe then no arrow and scroll message to top.
7763 (compilation-context-lines): Adjust doc string accordingly.
7764
7765 2005-05-16 Kim F. Storm <storm@cua.dk>
7766
7767 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7768 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7769 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7770 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7771 (ido-read-file-name): Handle commands with ido property value
7772 equal to find-file as reading a file name, to allow C-d to enter dired.
7773 (ibuffer-find-file): Add ido property with value find-file.
7774
7775 2005-05-15 Kim F. Storm <storm@cua.dk>
7776
7777 * subr.el (open-network-stream-nowait): Remove.
7778 (open-network-stream-server): Remove.
7779
7780 2005-05-15 Richard M. Stallman <rms@gnu.org>
7781
7782 * faces.el (describe-face): Output a definition link button.
7783
7784 * help-mode.el (help-face-def): New button type.
7785
7786 * emacs-lisp/copyright.el (copyright-fix-years):
7787 Match properly if the first year is 2-digit.
7788 Don't mess up the whitespace after the years by filling.
7789
7790 * dired-aux.el (dired-mark-confirm):
7791 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7792
7793 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7794 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7795 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7796
7797 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7798 Set font-lock-comment-start-skip.
7799
7800 * font-lock.el (font-lock-comment-start-skip): New variable.
7801 (font-lock-comment-end-skip): New variable.
7802 (font-lock-fontify-syntactically-region): Use them if non-nil.
7803
7804 2005-05-15 Jay Belanger <belanger@truman.edu>
7805
7806 * calc/calc-store.el (calc-store-value): Return a string rather
7807 than display it as a message.
7808 Use calc-var-name for variable name.
7809 (calc-store-into): Add the result of calc-store-value to message.
7810 (calc-copy-variable): Add a message.
7811 (calc-store-exchange): Improve error messages.
7812 (calc-store-binary, calc-store-map): Don't reset the values of
7813 special constants.
7814
7815 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7816
7817 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7818 manual to docstring.
7819
7820 * files.el (hack-local-variables-confirm): Add STRING argument.
7821 Make the function handle non file visiting buffers correctly.
7822 (hack-local-variables-prop-line, hack-local-variables)
7823 (hack-one-local-variable): Use STRING arg of
7824 `hack-local-variables-confirm'.
7825
7826 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7827
7828 Sync with Tramp 2.0.49.
7829
7830 * net/tramp.el (tramp-handle-dired-call-process)
7831 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7832 because the contents of the Tramp buffer is changed before
7833 insertion (`expand-file' and alike).
7834 (tramp-handle-insert-directory): If `localname' has an empty
7835 nondirectory name, it must not be quoted.
7836 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7837 variable `tramp-chunksize'. Change callees.
7838 (tramp-open-connection-setup-interactive-shell): Check remote host
7839 for buggy `send-process-string' implementation.
7840 Set `tramp-chunksize' if found. Reported by Michael Kifer
7841 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7842 (tramp-handle-shell-command): `insert-buffer' cannot be used
7843 because the contents of the Tramp buffer is changed before
7844 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7845 <frederic.bothamy@free.fr>.
7846 (tramp-set-auto-save): Actions should be done for Tramp file name
7847 handler only. Ange-FTP has its own auto-save mechanism.
7848 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7849 (tramp-set-auto-save-file-modes): Set file modes of
7850 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7851 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7852 (tramp-bug): Remove obsolete variable.
7853 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7854 for presence of `mml-mode'. Make it running for older Emacsen as well.
7855
7856 2005-05-14 John Paul Wallington <jpw@pobox.com>
7857
7858 * ibuf-ext.el (define-ibuffer-filter filename):
7859 If `dired-directory' is a list, use its car.
7860
7861 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7862
7863 * ibuffer.el (define-ibuffer-column filename):
7864 If `dired-directory' is a list, use its car.
7865
7866 2005-05-14 Richard M. Stallman <rms@gnu.org>
7867
7868 * subr.el (symbol-file): Doc fix.
7869
7870 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7871 (byte-compile-form): Call byte-compile-nogroup-warn.
7872 (byte-compile-warning-types): Doc fix.
7873
7874 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7875
7876 * progmodes/cc-engine.el (c-literal-faces):
7877 Add font-lock-comment-delimiter-face.
7878
7879 * net/net-utils.el (dig): Use with-no-warnings.
7880
7881 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7882 (sc-recite-frame-alist, sc-default-cite-frame)
7883 (sc-default-uncite-frame, sc-default-recite-frame)
7884 (sc-attrib-selection-list, sc-rewrite-header-list):
7885 Mark as risky-local-variable.
7886
7887 * international/ogonek.el (ogonek-jak, ogonek-how):
7888 Don't use beginning-of-buffer.
7889
7890 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7891
7892 * calendar/solar.el (solar-data-list): Move definition up.
7893
7894 * dnd.el (dnd-protocol-alist): Add autoload.
7895
7896 * progmodes/sh-script.el: Many doc usage fixes.
7897 (sh-indent-after-do): Change default to match common styles.
7898
7899 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7900
7901 * files.el (interpreter-mode-alist)
7902 (auto-mode-interpreter-regexp): Doc fixes.
7903
7904 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
7905
7906 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7907
7908 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7909
7910 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7911
7912 * dired.el (dired-mode): make-variable-buffer-local =>
7913 make-local-variable.
7914
7915 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7916
7917 * term/mac-win.el (mac-select-convert-to-string): Try coding
7918 systems in mac-script-code-coding-systems if specified one cannot
7919 encode string for `com.apple.traditional-mac-plain-text'.
7920
7921 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
7922
7923 * progmodes/make-mode.el (makefile-targets-face)
7924 (makefile-shell-face, makefile-makepp-perl-face): New faces.
7925 (makefile-dependency-regex): Fix it to not make the colon in
7926 $(var:a=b) special.
7927 (makefile-rule-action-regex): New regexp for highlighting embedded
7928 Shell strings.
7929 (makefile-macroassign-regex): Handle != for highlighting as
7930 embedded Shell strings.
7931 (makefile-var-use-regex): New const.
7932 (makefile-statements, makefile-automake-statements)
7933 (makefile-gmake-statements, makefile-makepp-statements)
7934 (makefile-bsdmake-statements): New consts.
7935 (makefile-make-font-lock-keywords): New function.
7936 (makefile-automake-font-lock-keywords)
7937 (makefile-gmake-font-lock-keywords)
7938 (makefile-makepp-font-lock-keywords)
7939 (makefile-bsdmake-font-lock-keywords): New consts.
7940 (makefile-mode-map): Add switchers between the various submodes.
7941 (makefile-mode): Document the availability of the variants.
7942 (makefile-automake-mode, makefile-gmake-mode)
7943 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7944
7945 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7946 new variants of makefile-mode.
7947
7948 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * font-lock.el (font-lock-comment-delimiter-face): Fix up
7951 the inheritance.
7952
7953 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
7954
7955 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
7956 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
7957
7958 * files.el (normal-mode): Extend the scope of the
7959 `enable-local-variables' binding to include the `set-auto-mode' call.
7960 (magic-mode-alist): Doc fix.
7961
7962 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7963
7964 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
7965 font-lock-comment-face rather than copying its setting.
7966
7967 2005-05-12 Andreas Schwab <schwab@suse.de>
7968
7969 * eshell/esh-mode.el (eshell-send-input): Doc fix.
7970
7971 2005-05-12 Lute Kamstra <lute@gnu.org>
7972
7973 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
7974 defcustom for the mode hook variable. Delete the last argument.
7975 * generic-x.el: Fix callers of define-generic-mode.
7976 (generic-x-modes): Delete group.
7977 (show-tabs-tab-face, show-tabs-space-face): Put them in the
7978 generic-x customization group.
7979
7980 2005-05-12 Kim F. Storm <storm@cua.dk>
7981
7982 * font-lock.el (font-lock-negation-char-face): Default to "off".
7983
7984 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
7985 font-lock-negation-char-face to ! in !=.
7986
7987 2005-05-12 Masatake YAMATO <jet@gyve.org>
7988
7989 * add-log.el (find-change-log): Fix typos in the docstring
7990 of function.
7991
7992 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7993
7994 * international/latexenc.el (latexenc-find-file-coding-system):
7995 Avoid `re-search-forward' when looking for input encoding because
7996 of speed and safety. Better regular expressions for recognizing
7997 input encoding. Limit a search for TeX-master/tex-main-file to
7998 the local variable section.
7999
8000 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8001
8002 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8003 syntax of $ to "'" (quote).
8004
8005 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8006
8007 * dnd.el (dnd-protocol-alist): Improve custom type.
8008
8009 * dired.el (dired-dnd-protocol-alist): New variable.
8010 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8011 `dired-mode-hook' to the end.
8012
8013 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8014
8015 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8016 comment-end if comment-start-skip is not set.
8017 Obey the font-lock-comment-delimiter-face variables.
8018
8019 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8020
8021 * files.el (executable-find): Move from executable.el. Use
8022 locate-file.
8023 * progmodes/executable.el (executable-find): Move to files.el.
8024
8025 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8026 when trying to ensure forward progress.
8027
8028 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8029
8030 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8031 (mouse-select, mouse-select-internal, mouse-extend-internal):
8032 Use it to implement mouse-1-click-follows-link functionality.
8033
8034 2005-05-11 Richard M. Stallman <rms@gnu.org>
8035
8036 * font-lock.el (font-lock-fontify-syntactically-region):
8037 Use font-lock-comment-delimiter-face for comment delimiters.
8038
8039 2005-05-10 Jay Belanger <belanger@truman.edu>
8040
8041 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8042 preserving embedded modes.
8043
8044 2005-05-10 Richard M. Stallman <rms@gnu.org>
8045
8046 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8047
8048 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8049 Move from ada-stmt.el.
8050 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8051
8052 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8053 Move to ada-mode.el.
8054 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8055
8056 * cus-edit.el (custom-file): Call file-chase-links.
8057
8058 * files.el (read-directory-name): Fix previous change.
8059 (hack-local-variables-confirm): New function.
8060 (hack-local-variables-prop-line, hack-local-variables)
8061 (hack-one-local-variable): Use it.
8062
8063 2005-05-10 Lute Kamstra <lute@gnu.org>
8064
8065 * font-lock.el (font-lock-keywords-alist)
8066 (font-lock-removed-keywords-alist): Clarify docstrings.
8067
8068 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8069
8070 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8071 (gdb-source-info): Check for preprocessor info.
8072 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8073 a macro for a function.
8074 (gdb-info-breakpoints-custom): Try to find file again if not already
8075 found (user might have used GDB dir command).
8076 (gdb-get-location): Update gdb-location-alist correctly for change
8077 to gdb-info-breakpoints-custom.
8078
8079 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8080 (gud-tooltip-print-command): Add gdbmi case.
8081 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8082 preprocessor info.
8083
8084 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8085
8086 * startup.el (fancy-splash-insert): Fix typo in doc string.
8087
8088 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8089
8090 * obsolete/float.el (string-to-float):
8091 * obsolete/hilit19.el (hilit-add-pattern):
8092 * obsolete/rnews.el (news-parse-range, news-select-message)
8093 (news-get-pruned-list-of-files): Replace `string-to-int' by
8094 `string-to-number'.
8095
8096 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8097 `find-file-not-found-hooks'; use `add-hook'.
8098 (uncompress-while-visiting): Set `write-file-functions', not
8099 `write-file-hooks'; use `add-hook'.
8100
8101 2005-05-09 Kim F. Storm <storm@cua.dk>
8102
8103 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8104 (cua-paste): Handle clipboard action.
8105 (cua--init-keymaps): Remap clipboard-kill-region and
8106 clipboard-kill-ring-save.
8107
8108 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8109
8110 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8111 Improve commentary.
8112
8113 * simple.el (next-error-overlay-arrow-position): Revert the change
8114 made on 2005-04-30.
8115
8116 2005-05-07 Jay Belanger <belanger@truman.edu>
8117
8118 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8119 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8120 `calc-sel-reselect'.
8121
8122 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8123 Calc is in embedded mode.
8124
8125 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8126
8127 * progmodes/compile.el (compilation-setup):
8128 Set overlay-arrow-string to an empty string on text terminals.
8129
8130 * textmodes/ispell.el (ispell-program-name): Try looking for
8131 "aspell" along exec-path, and if found, use it as the default
8132 speller program.
8133
8134 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8135
8136 * international/mule.el (sgml-xml-auto-coding-function):
8137 Recognize encoding='FOO' in single quotes as well as in double quotes.
8138
8139 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8140
8141 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8142 as well as `interactive', so that defmacro* would recognize
8143 `declare' forms.
8144
8145 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8146
8147 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8148 Explain more about the LIGHTER arg's usage in the doc string.
8149 Add commentary to clarify what the code does. Fix the regexp that
8150 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8151 since it could have characters special to regular expressions.
8152
8153 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8154
8155 * replace.el (occur-1): Bind inhibit-read-only so that
8156 erase-buffer doesn't barf on read-only text properties (likewise
8157 for add-text-properties in occur-engine). Mark buffer as unmodified.
8158 (occur-engine): Don't set buffer-read-only here.
8159
8160 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8163 list-buffers-directory. This caused the *cvs-commit* buffer to be
8164 sometimes mistakenly reused as a *cvs* buffer.
8165
8166 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8167
8168 * tooltip.el: Move code for GUD tooltips into gud.el.
8169 (require): CL no longer needed to compile case.
8170 (tooltip-mode): Do not toggle functions for GUD tooltips.
8171 (tooltip-gud-tips-p): Remove. Replace with minor mode
8172 gud-tooltip-mode in gud.el.
8173 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8174 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8175 tooltip-gud prefix with gud-tooltip and obsolete.
8176 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8177 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8178 (tooltip-mouse-motion): Mouse movement functions/variable.
8179 Rename in gud.el by adding gud prefix.
8180 (tooltip-gud-original-filter, tooltip-gud-dereference)
8181 (tooltip-gud-event, tooltip-toggle-gud-tips)
8182 (tooltip-gud-process-output, tooltip-gud-print-command)
8183 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8184 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8185 (gdb-tooltip-print): Move to gdb-ui.el.
8186
8187 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8188 (require): CL needed to compile case.
8189 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8190 tooltip-gud-tips-p. Make it a minor-mode.
8191 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8192 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8193 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8194 (gud-tooltip-change-major-mode)
8195 (gud-tooltip-activate-mouse-motions-if-enabled)
8196 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8197 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8198 (gud-tooltip-original-filter, gud-tooltip-dereference)
8199 (gud-tooltip-event, tooltip-toggle-gud-tips)
8200 (gud-tooltip-process-output, gud-tooltip-print-command)
8201 (gud-tooltip-tips): Move from tooltip.el.
8202
8203 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8204 (gdb-cpp-define-alist-flags): Doc fix.
8205 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8206 gud-tooltip-mode is t.
8207
8208 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8211 evaporate if their text is deleted.
8212 (goto-address-at-point): Make it work as a mouse binding as well.
8213 (goto-address-at-mouse): Obsolete it. Update users.
8214
8215 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8216
8217 * calendar/appt.el (top-level): No longer activate on load.
8218
8219 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8220
8221 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8222 * net/webjump.el (webjump):
8223 * progmodes/idlw-help.el (idlwave-do-context-help1)
8224 (idlwave-highlight-linked-completions):
8225 * textmodes/po.el (po-find-file-coding-system-guts):
8226 Replace `assoc-ignore-case' by `assoc-string'.
8227
8228 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8229
8230 * files.el (locate-file): Doc fix.
8231
8232 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8233 Remove the redundant test for ms-dos.
8234
8235 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8236 look for the preprocessor with exec-suffixes. If not found in
8237 standard places, look in exec-path. Remove most of the tests that
8238 used system-type.
8239
8240 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8241
8242 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8243
8244 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8245 file-name clash with jka-compr.el on 8+3 filesystems.
8246
8247 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8248
8249 * term/mac-win.el: Don't define or bind scroll bar functions if
8250 x-toolkit-scroll-bars is t.
8251 (x-select-text, x-get-selection-value): Clear
8252 x-last-selected-text-clipboard if x-select-enable-clipboard is
8253 nil.
8254 (PRIMARY): Put mac-scrap-name property.
8255 (mac-select-convert-to-file-url): New function.
8256 (public.file-url): New selection target type. Add to
8257 selection-converter-alist.
8258 (x-get-selection, x-selection-value): Handle it.
8259 (x-cut-buffer-or-selection-value): New alias.
8260
8261 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8262
8263 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8264 entry to avoid calling bibtex-find-entry with arg global
8265 being t. Remove arg key.
8266 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8267 (bibtex-copy-summary-as-kill): Change accordingly.
8268
8269 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8270
8271 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8272 (org-agenda-date-later): Use with-current-buffer.
8273
8274 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8275
8276 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8277 (define-obsolete-variable-alias): Doc Fixes.
8278
8279 2005-05-06 Kim F. Storm <storm@cua.dk>
8280
8281 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8282 vertical-motion when selective-display is active.
8283
8284 * ido.el (ido-setup-hook): New hook.
8285 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8286 (ido-input-stack): New var.
8287 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8288 ido-next-work-file binding to M-O.
8289 Bind M-f to ido-wide-find-file-or-pop-dir.
8290 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8291 (ido-read-internal): Run ido-setup-hook.
8292 Catch quit in read-file-name and read-string to cancel edit.
8293 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8294 Automatically pop-all when completing a directory name (RET).
8295 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8296 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8297 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8298 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8299 New functions for M-b/M-f to move among the directory components.
8300 (ido-make-merged-file-list): Catch quit to cancel merge.
8301 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8302 (ido-completion-help): No warnings for ido-completion-buffer-full.
8303
8304 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8305
8306 * font-lock.el (font-lock-negation-char-face): New face and variable.
8307 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8308 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8309 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8310 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8311
8312 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8313
8314 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8315 Fix typo in docstring.
8316
8317 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8318 (ebrowse-print-statistics-line)
8319 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8320
8321 * term/w32-win.el (image-library-alist): Add additional name for
8322 Xpm library.
8323
8324 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8325
8326 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8327 use gcc instead of cpp.
8328
8329 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8330 (gdb-create-define-alist): Use it.
8331 (gdb-cpp-define-alist-program): Update for MS-DOS.
8332
8333 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8334
8335 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8336
8337 2005-05-04 Richard M. Stallman <rms@gnu.org>
8338
8339 * help.el (describe-key): No error when UNTRANSLATED is nil.
8340
8341 * simple.el (line-move-1): Fix previous change to signal errors
8342 appropriately.
8343
8344 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8345
8346 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8347 (icalendar-duration-correction): Remove.
8348 (icalendar--get-event-properties): Split result at commas.
8349 (icalendar--decode-isoduration): New optional argument
8350 DURATION-CORRECTION.
8351 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8352 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8353 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8354 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8355 (icalendar--convert-anniversary-to-ical): New functions, extracted
8356 from icalendar-export-region, with bug fixes.
8357 (icalendar-export-region): Use the above functions.
8358 (icalendar-import-buffer): Check before saving diary file.
8359 (icalendar--convert-recurring-to-diary)
8360 (icalendar--convert-non-recurring-all-day-to-diary)
8361 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8362 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8363 (icalendar--convert-ical-to-diary): Use the above functions.
8364
8365 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8366
8367 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8368 Remove these recent additions.
8369 (c-mode): Restore to before 2005-04-28.
8370
8371 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8372 recent addition.
8373
8374 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8375 (gdb-define-alist): New variables.
8376 (gdb-create-define-alist): New function.
8377 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8378 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8379 with string-to-number.
8380 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8381
8382 * progmodes/gud.el: Replace string-to-int with string-to-number.
8383 (gud-find-file): Handle gdb-define-alist.
8384
8385 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8386
8387 2005-05-02 Jay Belanger <belanger@truman.edu>
8388
8389 * calc/calc-aent.el (math-read-token):
8390 * calc/calc-bin.el (calc-word-size):
8391 * calc/calc-ext.el (calc-read-number-fancy):
8392 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8393 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8394 * calc/calc-frac.el (calc-over-notation):
8395 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8396 (calc-graph-num-points, calc-graph-init):
8397 * calc/calc-prog.el (calc-read-parse-table-part)
8398 (calc-edit-macro-repeats):
8399 * calc/calc-yank.el (calc-do-grab-rectangle):
8400 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8401 Replace `string-to-int' by `string-to-number'.
8402
8403 2005-05-02 Kim F. Storm <storm@cua.dk>
8404
8405 * kmacro.el: Use executing-kbd-macro-index variable.
8406
8407 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8408
8409 * net/rlogin.el (rlogin-parse-words): Delete func.
8410 (rlogin): Use split-string, not rlogin-parse-words.
8411 Also, if there are option-like elements in the parsed args,
8412 take the host to be the first arg immediately following them.
8413 Suggested by Michael Mauger.
8414
8415 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8416
8417 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8418
8419 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8420
8421 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8422 (cc-mode-cpp-program): Rename to cc-define-list-program and
8423 move to cc-vars.el.
8424
8425 * progmodes/cc-vars.el (cc-define-list-program):
8426 Change to "gcc -E -dM -". Make customizable.
8427
8428 2005-05-02 Kim F. Storm <storm@cua.dk>
8429
8430 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8431
8432 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8433
8434 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8435
8436 * international/mule-util.el (truncate-string): Remove alias and
8437 obsolete declaration.
8438
8439 * international/mule-cmds.el (update-iso-coding-systems):
8440 Remove alias and obsolete declaration.
8441
8442 * international/mule.el (coding-system-parent): Remove alias and
8443 obsolete declaration.
8444
8445 * subr.el (define-function, sref): Remove aliases and obsolete
8446 declarations.
8447 (chars-in-region): Remove obsolete declaration.
8448
8449 2005-05-01 Richard M. Stallman <rms@gnu.org>
8450
8451 * info.el (Info-mode): Set widen-automatically to nil, locally.
8452
8453 * simple.el (widen-automatically): New variable.
8454 (pop-global-mark): Obey widen-automatically.
8455
8456 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8457
8458 * term/xterm.el (function-key-map): Call substitute-key-definition
8459 before the keymap size is increased by a lot of define-key calls.
8460
8461 2005-05-01 Richard M. Stallman <rms@gnu.org>
8462
8463 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8464 Rename ARG to ELEMENT. Doc fix.
8465
8466 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8467
8468 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8469 Remove references to allout-exposure/change to allout-new-exposure.
8470
8471 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8472 bytecode symbols.
8473
8474 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8475 (compiled-function-p, focus-frame, unfocus-frame):
8476 Remove aliases and obsolete declarations.
8477 Back out inadvertent changes from previous commit.
8478
8479 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8480
8481 * files.el (require-final-newline): Make Custom tags consistent
8482 with mode-require-final-newline.
8483 (mode-require-final-newline): Doc fix.
8484
8485 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8486
8487 * international/latexenc.el (latexenc-find-file-coding-system):
8488 Fix regular expressions.
8489
8490 2005-05-01 David Kastrup <dak@gnu.org>
8491
8492 * international/latexenc.el (latexenc-find-file-coding-system):
8493 Fix regular expressions.
8494
8495 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8496
8497 * subr.el (string-to-int): Make obsolete.
8498
8499 2005-04-30 Richard M. Stallman <rms@gnu.org>
8500
8501 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8502
8503 * loadup.el: load jka-comp-hook.
8504
8505 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8506 (jka-compr-handler): Add autoload. `put' calls moved
8507 to jka-comp-hook.el.
8508 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8509 (jka-compr-inhibit): Autoload.
8510
8511 * jka-comp-hook.el: New file.
8512 Enable the mode by default.
8513
8514 * files.el (backup-buffer-copy): Use copy-file instead
8515 of write-region, and put back the 'excl.
8516
8517 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8518
8519 * progmodes/flymake.el (flymake-split-string)
8520 (flymake-split-string, flymake-log, flymake-pid-to-names)
8521 (flymake-reg-names, flymake-get-source-buffer-name)
8522 (flymake-unreg-names, flymake-add-line-err-info)
8523 (flymake-add-err-info): Clarify docstrings.
8524 (flymake-popup-menu, flymake-make-emacs-menu)
8525 (flymake-make-xemacs-menu): Add docstrings.
8526 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8527 Set variables directly throughout.
8528
8529 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8530
8531 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8532 exists. Initialize cc-define-alist.
8533 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8534 If there is no file (Macroexpansion) don't create an alist.
8535
8536 2005-04-29 Sam Steingold <sds@gnu.org>
8537
8538 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8539 (cc-create-define-alist): Use it instead of the hard-coded string.
8540
8541 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8542
8543 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8544 for latexenc.
8545
8546 2005-04-29 Lute Kamstra <lute@gnu.org>
8547
8548 * emacs-lisp/generic.el: Improve commentary section.
8549 (define-generic-mode): Improve docstring.
8550
8551 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8552
8553 * textmodes/org.el (many places): Change to quiet the byte compiler.
8554 (org-prefix-format-compiled): New variable.
8555 (org-compile-prefix-format): New function.
8556 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8557 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8558 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8559 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8560 consistency with entries from `org-mode' files.
8561 (org-get-time-of-day): Fix bug with partial matches early in a line.
8562 (org-non-link-chars): New constant.
8563 (org-link-regexp): Respect `org-non-link-chars'.
8564 (org-agenda-day-view): Remove command.
8565 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8566 (org-follow-bbdb-link, org-store-link): Search also company field.
8567 (org-highlight-overlay): New variable.
8568 (org-highlight, org-unhighlight): New functions.
8569 (org-agenda-mode): Add pre-command-hook to remove highlight.
8570 (org-evaluate-time-range): Behavior depends upon whether time stamp
8571 contains a time or not.
8572 (org-show-subtree, org-show-entry): New functions.
8573 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8574
8575 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8576
8577 * comint.el (comint-output-filter-functions): Add autoload cookie.
8578
8579 2005-04-28 Kim F. Storm <storm@cua.dk>
8580
8581 * ido.el (ido-everywhere): Fix last change.
8582
8583 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8584
8585 * international/latexenc.el: New file.
8586 * international/mule-conf.el (file-coding-system-alist): For .tex,
8587 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8588
8589 2005-04-28 Lute Kamstra <lute@gnu.org>
8590
8591 * font-lock.el (font-lock-add-keywords)
8592 (font-lock-remove-keywords): Clarify docstring.
8593 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8594 Don't start docstrings with a `*'.
8595 (font-lock-update-removed-keyword-alist): Give it a docstring.
8596
8597 * generic-x.el: Update commentary section.
8598 Only require font-lock when compiling.
8599 Define all modes conditionally.
8600 Place all generic modes in the generic-x-modes customization group.
8601 (generic-x-modes): New customization group.
8602 (generic-default-modes, generic-mswindows-modes)
8603 (generic-unix-modes, generic-other-modes): New constants.
8604 (generic-define-mswindows-modes, generic-define-unix-modes):
8605 Update docstrings. Make them obsolete.
8606 (generic-extras-enable-list): New default value. Update docstring.
8607 Improve :type. Change :set function.
8608 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8609 Fix docstring.
8610
8611 * emacs-lisp/generic.el (generic-mode-internal):
8612 Simplify font-lock-defaults.
8613 (define-generic-mode): Fix docstring.
8614
8615 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8616
8617 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8618 font-lock-face property to highlight matches.
8619
8620 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8621
8622 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8623 (cc-define-alist): New variable.
8624 (c-mode): Make it local and initialize it.
8625
8626 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8627 (gdb-exited): New function.
8628 (gdb-annotation-rules): Use it.
8629 (gdb-starting): Set gdb-active-process to t.
8630 (gdb-stopping): Amend doc string.
8631 (gdb-reset): Set gdb-active-process to nil.
8632
8633 * tooltip.el (tooltip-gud-tips): Show the associated #define
8634 directives when a C program under GDB is not executing.
8635
8636 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8639 font-lock-fontify-syntactic-keywords.
8640
8641 * font-lock.el (font-lock-default-fontify-region): Don't force
8642 parse-sexp-lookup-properties to nil.
8643
8644 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8645
8646 * man.el (man-mode-syntax-table): Set up `:' to have
8647 word-constituent syntax.
8648
8649 2005-04-27 Lute Kamstra <lute@gnu.org>
8650
8651 * novice.el (disable-command): Don't add spurious newlines to the
8652 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8653
8654 2005-04-26 Jay Belanger <belanger@truman.edu>
8655
8656 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8657 than one window before deleting window.
8658
8659 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8660
8661 * shell.el (shell-prompt-pattern): Doc fix.
8662 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8663
8664 * comint.el (comint-prompt-regexp, comint-get-old-input)
8665 (comint-use-prompt-regexp)
8666 (comint-use-prompt-regexp-instead-of-fields)
8667 (comint-replace-by-expanded-history, comint-send-input)
8668 (comint-output-filter, comint-get-old-input-default)
8669 (comint-line-beginning-position, comint-bol, comint-show-output)
8670 (comint-backward-matching-input, comint-forward-matching-input)
8671 (comint-next-prompt, comint-previous-prompt):
8672 Rename `comint-use-prompt-regexp-instead-of-fields' to
8673 `comint-use-prompt-regexp'. Keep old name as alias and declare
8674 obsolete.
8675 (comint-use-prompt-regexp): Shorten first line of doc string.
8676
8677 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8678 Set paragraph-separate buffer locally to "\\'".
8679
8680 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8681 Adapt to above name change.
8682
8683 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8684 (smbclient-prompt-regexp): Ditto.
8685
8686 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8687
8688 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8689
8690 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8691 gdb-location-list.
8692 Break lines that are over 80 characters wide.
8693
8694 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8695
8696 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8697 New fun and var, to preserve compatibility.
8698
8699 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8700
8701 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8702
8703 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8704 name to file-newer-than-file-p.
8705
8706 2005-04-26 Richard M. Stallman <rms@gnu.org>
8707
8708 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8709
8710 * progmodes/python.el (python-mode):
8711 Use new name eldoc-documentation-function.
8712
8713 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8714
8715 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8716 (eldoc-documentation-function):
8717 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8718
8719 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8720
8721 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8722
8723 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8724
8725 * term/xterm.el (function-key-map): Fix strings for
8726 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8727 {C,S,A,C-S}-{f1-f12}.
8728
8729 2005-04-26 Kenichi Handa <handa@m17n.org>
8730
8731 * international/mule-cmds.el (select-safe-coding-system):
8732 Fix previous change.
8733
8734 2005-04-26 Lute Kamstra <lute@gnu.org>
8735
8736 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8737
8738 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8739 (font-lock-comment-delimiter-face): Ditto.
8740
8741 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8742
8743 2005-04-25 Jay Belanger <belanger@truman.edu>
8744
8745 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8746 to t while inserting information; use help-mode.
8747
8748 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8749
8750 * term.el (ansi-term-color-vector): Use the xterm colors.
8751 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8752
8753 2005-04-25 Lute Kamstra <lute@gnu.org>
8754
8755 * font-core.el (font-lock-defaults): Fix docstring.
8756
8757 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8758
8759 2005-04-25 Kenichi Handa <handa@m17n.org>
8760
8761 * international/mule-cmds.el (select-safe-coding-system):
8762 Don't check consistency with coding: spec, etc if raw-text or
8763 no-conversion was found to be safe.
8764
8765 2005-04-24 Richard M. Stallman <rms@gnu.org>
8766
8767 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8768 citation markers at start of each line.
8769
8770 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8771 citation markers at start of each line.
8772
8773 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8774
8775 * files.el (mode-require-final-newline): Fix previous change.
8776 (require-final-newline): Fix type label.
8777
8778 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8779
8780 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8781 statement in buffer (broken by 2004-11-24 change).
8782
8783 2005-04-24 Kim F. Storm <storm@cua.dk>
8784
8785 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8786 and read-file-name-function values. Don't overwrite existing
8787 non-nil values if ido-mode is enabled without ido-everywhere.
8788
8789 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8790
8791 * files.el (mode-require-final-newline): Minor doc fix.
8792
8793 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8794
8795 * subr.el (syntax-after): Doc fix.
8796 (syntax-class): If argument is nil, return nil. Mask off upper 16
8797 bits, not 8 bits.
8798
8799 * files.el (mode-require-final-newline): Doc fix.
8800 (backup-buffer-copy): Fix last change.
8801
8802 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8803
8804 * term/mac-win.el: Require select. Set selection-coding-system to
8805 mac-system-coding-system. Call menu-bar-enable-clipboard.
8806 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8807 (x-select-enable-clipboard): New variables.
8808 (x-select-text, x-get-selection, x-selection-value)
8809 (x-get-selection-value, mac-select-convert-to-string)
8810 (mac-services-open-file, mac-services-open-selection)
8811 (mac-services-insert-text): New functions.
8812 (CLIPBOARD, FIND): Put mac-scrap-name property.
8813 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8814 (public.tiff): Put mac-ostype property.
8815 (selection-converter-alist): Add entries for them.
8816 (mac-application-menu-map): New keymap.
8817 (interprogram-cut-function, interprogram-paste-function): Set to
8818 x-select-text and x-get-selection-value, respectively.
8819 (split-window-keep-point): Set to t.
8820
8821 2005-04-23 Richard M. Stallman <rms@gnu.org>
8822
8823 * files.el (read-directory-name): Always pass non-nil
8824 DEFAULT-FILENAME arg to read-file-name.
8825 (backup-buffer-copy, basic-save-buffer-2): Take care against
8826 writing thru an unexpected existing symlink.
8827 (revert-buffer): In indirect buffer, revert the base buffer.
8828 (magic-mode-alist): Doc fix.
8829 (buffer-stale-function): Doc fix.
8830 (minibuffer-with-setup-hook): Avoid warning.
8831 (mode-require-final-newline): Doc and custom fix.
8832
8833 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8834
8835 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8836 use the default appearance.
8837 (font-lock-comment-delimiter-face): New face, new variable.
8838
8839 * imenu.el (imenu--generic-function): The official position of a
8840 definition is the start of the line that BEG is in.
8841
8842 * midnight.el (midnight-timer): Move defvar up.
8843
8844 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8845
8846 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8847
8848 * startup.el (command-line): Use with-no-warnings.
8849
8850 * window.el (window-size-fixed): New defvar.
8851
8852 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8853
8854 * mail/rmail.el (rmail-font-lock-keywords):
8855 Use font-lock-comment-delimiter-face.
8856
8857 * mail/sendmail.el (mail-font-lock-keywords):
8858 Use font-lock-comment-delimiter-face.
8859
8860 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8861
8862 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8863
8864 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8865 Specify t for LAXMATCH when matching directories.
8866 Save match data around compilation-compat-error-properties form.
8867
8868 2005-04-23 David Kastrup <dak@gnu.org>
8869
8870 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8871 Mention that the autoloaded aliases should be kept for AUCTeX.
8872
8873 2005-04-23 Andreas Schwab <schwab@suse.de>
8874
8875 * isearch.el (isearch-forward): Doc fix.
8876
8877 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8878
8879 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8880 (jit-lock-stealth-nice): Change default value to 0.5.
8881
8882 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8883
8884 * abbrev.el (write-abbrev-file): Write table entries in
8885 alphabetical order by table name.
8886
8887 2005-04-22 Kim F. Storm <storm@cua.dk>
8888
8889 * ido.el (ido-read-internal): Fix `list' completion.
8890
8891 2005-04-22 Kenichi Handa <handa@m17n.org>
8892
8893 * recentf.el (recentf-save-file-coding-system): New variable.
8894 (recentf-save-list): Encode the file by
8895 recentf-save-file-coding-system and add coding: tag.
8896
8897 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8898
8899 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8900
8901 2005-04-21 Lute Kamstra <lute@gnu.org>
8902
8903 * loadhist.el (unload-feature): Don't remove a function from hooks
8904 if it is about to be restored to an autoload . Remove functions
8905 that will become unbound from auto-mode-alist. Simplify the code.
8906
8907 * subr.el (assq-delete-all): New implementation that is linear,
8908 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
8909 (rassq-delete-all): New function.
8910
8911 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8912 Add size-indication-mode.
8913
8914 2005-04-21 Kenichi Handa <handa@m17n.org>
8915
8916 * international/mule-cmds.el: Add autoload for widget-value in
8917 eval-when-compile.
8918
8919 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
8920
8921 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8922 Add tooltip-mode.
8923
8924 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8925
8926 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
8927
8928 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8929 (inferior-lisp-filter-regexp, inferior-lisp-program)
8930 (inferior-lisp-load-command, inferior-lisp-prompt)
8931 (inferior-lisp-mode-hook, lisp-source-modes)
8932 (inferior-lisp-load-hook): defvar->defcustom.
8933 (inferior-lisp-program, inferior-lisp-prompt)
8934 (inferior-lisp-load-hook): Doc fixes.
8935 (inferior-lisp-install-letter-bindings): Small change in
8936 introductory comment.
8937
8938 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8939
8940 * vc.el (vc-annotate-color-map): Change some colors so that text
8941 using them as foreground is readable on both white and black
8942 backgrounds.
8943
8944 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8945
8946 * international/mule-conf.el (translation-table-for-input):
8947 Remove redundant declaration.
8948
8949 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8950
8951 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
8952
8953 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
8954 (tooltip-toggle-gud-tips): New function.
8955
8956 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8957
8958 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
8959 right angle brackets.
8960
8961 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8962
8963 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
8964
8965 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8966
8967 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
8968 Remove. Update callers to use expand-file-name instead.
8969
8970 * subr.el (syntax-class): New function.
8971
8972 * simple.el (blink-matching-open): Use it.
8973
8974 * paren.el (show-paren-function): Use it to recognize parens that are
8975 also used in 2-char comment markers.
8976
8977 2005-04-19 Lute Kamstra <lute@gnu.org>
8978
8979 * loadhist.el (unload-feature): Update for new format of
8980 load-history. Simplify the code.
8981
8982 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8983
8984 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
8985 (mac-add-charset-info): New function. Initialize variable
8986 mac-charset-info-alist using it.
8987 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
8988 for translation.
8989 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
8990 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
8991 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
8992 New CCL programs.
8993
8994 2005-04-19 Kim F. Storm <storm@cua.dk>
8995
8996 * simple.el (next-buffer, prev-buffer, next-error)
8997 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8998 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
8999
9000 * bindings.el (next-buffer, prev-buffer, next-error)
9001 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9002 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9003 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9004 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9005
9006 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9007
9008 * isearch.el (isearch-edit-string): Make the search-ring available for
9009 minibuffer history commands.
9010 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9011 the default history commands now work just as well.
9012 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9013
9014 2005-04-18 Kim F. Storm <storm@cua.dk>
9015
9016 * emulation/cua-base.el (cua--pre-command-handler): Add more
9017 elaborate check for shift modifier on non-window systems.
9018
9019 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9020
9021 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9022
9023 2005-04-18 Kim F. Storm <storm@cua.dk>
9024
9025 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9026 and make it optional. Don't test tooltip-gud-echo-area here.
9027 (tooltip-gud-process-output, gdb-tooltip-print):
9028 Pass tooltip-gud-echo-area to tooltip-show.
9029 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9030
9031 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9032
9033 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9034 `display-graphic-p' may not be bound yet.
9035
9036 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9037
9038 * startup.el (command-line): No longer enable Xterm Mouse mode by
9039 default in terminals compatible with xterm.
9040
9041 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9042
9043 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9044
9045 * tooltip.el (tooltip-gud-echo-area): Rename from
9046 tooltip-use-echo-area.
9047 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9048 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9049 area independently of where help tooltips are displayed.
9050
9051 2005-04-17 David Kastrup <dak@gnu.org>
9052
9053 * cus-theme.el (custom-theme-write-variables): Quote variables
9054 where necessary.
9055
9056 2005-04-17 Richard M. Stallman <rms@gnu.org>
9057
9058 * simple.el (yank-excluded-properties): Add follow-link to value.
9059
9060 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9061
9062 * startup.el (fancy-splash-max-time): Just 30 seconds.
9063 (fancy-splash-delay): Just 7.
9064 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9065
9066 * loadhist.el (unload-feature): Update for new format of load-history.
9067 Simplify the code.
9068
9069 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9070 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9071
9072 * mail/sendmail.el (mail-font-lock-keywords):
9073 Don't fontify subject text.
9074 Don't fontify the text of a citation.
9075
9076 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9077
9078 * comint.el (comint-output-filter): Run comint-output-filter-functions
9079 with point where the user had it.
9080
9081 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * international/ucs-tables.el (ucs-set-table-for-input):
9084 Disable when using unify-on-decoding.
9085
9086 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9087
9088 * emulation/cua-base.el (cua-global-mark-face): Add special case
9089 for displays supporting a high number of colors.
9090
9091 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9092
9093 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9094
9095 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9096
9097 * filesets.el (filesets-add-buffer): If user supplies a name of a
9098 non-existing fileset, create a new fileset.
9099
9100 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9101
9102 * textmodes/org.el (org-up-heading-all): Fix bug with
9103 `outline-up-heading-all'.
9104
9105 2005-04-16 Andreas Schwab <schwab@suse.de>
9106
9107 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9108 /etc/permissions.d/* and /etc/aliases.d/*.
9109
9110 2005-04-16 Kenichi Handa <handa@m17n.org>
9111
9112 * international/code-pages.el (cp-make-coding-system):
9113 Set `translation-table-for-input' property value to the symbol
9114 ucs-mule-to-mule-unicode, not to that value.
9115 (pt154): Escape guillemet by `\'.
9116
9117 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9118
9119 * loadup.el: Load tooltip if x-show-tip is fboundp.
9120
9121 * startup.el (command-line): Add comment.
9122
9123 * tooltip.el (tooltip-mode): Specify correct standard value for
9124 Custom in init-value.
9125
9126 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9127
9128 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9129 possible.
9130
9131 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9132
9133 * textmodes/org.el (org-agenda-date-prompt): Rename from
9134 `org-agenda-date-today'.
9135 (org-evaluate-time-range): Insert at point instead of directly
9136 after time range.
9137 (org-first-headline-recenter, org-subtree-end-visible-p)
9138 (org-optimize-window-after-visibility-change): New functions
9139 (org-agenda-post-command-hook): Don't allow point at end of line,
9140 to make sure it always hits the text properties.
9141 (org-agenda-next-date-line, org-agenda-previous-date-line):
9142 New commands.
9143 (org-set-regexps-and-options): Category may contain white space.
9144 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9145 Improve marker positions.
9146 (org-agenda-new-marker): Argument POS made optional.
9147 (org-agenda-get-timestamps): Deadlines which are done are listed
9148 in org-done-face now.
9149 (org-agenda-get-todos, org-agenda-get-timestamps)
9150 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9151 Set `undone-face' and `done-face' properties.
9152 (org-last-todo-state-is-todo): New variable.
9153 (org-todo): Set `org-last-todo-state-is-todo'.
9154 (org-agenda-todo): Change face according to
9155 `org-last-todo-state-is-todo'. And change other lines referring to
9156 the same entry.
9157 (org-calendar-goto-agenda): New command.
9158 (org-calendar-to-agenda-key): New option.
9159 (org-startup-folded): New allowed value `content'.
9160 (org-set-regexps-and-options): Accept new value `content' for
9161 `org-startup-folded'.
9162 (org-get-current-options): Handle new value `content' for
9163 `org-startup-folded'.
9164 (org-insert-todo-heading): New command.
9165 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9166 interactively in empty file and option
9167 `org-insert-mode-line-in-empty-file' has been set.
9168 (org-agenda-todo,org-agenda-priority): Modify to use
9169 `org-agenda-change-all-lines'.
9170 (org-warning-face): Change color on dark background
9171
9172 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9173
9174 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9175 use preferences AppleLocale and AppleLanguages, and variable
9176 mac-system-locale for default locale. On Mac OS Classic, use
9177 mac-system-coding-system for default coding systems.
9178
9179 * term/mac-win.el: Don't set file-name-coding-system.
9180 Decode variables system-name, emacs-build-system, user-login-name, and
9181 user-full-name by mac-system-coding-system on Mac OS Classic.
9182 (mac-system-coding-system): New variable.
9183
9184 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9185
9186 * startup.el (command-line): Handle `xterm-mouse-mode' before
9187 reading init file.
9188
9189 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9190
9191 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9192
9193 * progmodes/sh-script.el (sh-here-document-word): Make it a
9194 defcustom. Doc fix.
9195 (sh-add): Bash uses $(( )) for arithmetic.
9196 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9197 (sh-maybe-here-document): Remove quotes and leading whitespace
9198 from heredoc word when closing. Indent heredoc with tabs if word
9199 starts with "-".
9200
9201 2005-04-13 Richard M. Stallman <rms@gnu.org>
9202
9203 * simple.el (undo): Fix previous change.
9204
9205 * custom.el (defface): Doc fix.
9206
9207 2005-04-13 Lute Kamstra <lute@gnu.org>
9208
9209 * Makefile.in (DONTCOMPILE): Remove list.
9210 (compile, compile-always): Don't use DONTCOMPILE.
9211 (update-authors): Load the library in which batch-update-authors
9212 is defined.
9213 * makefile.w32-in (DONTCOMPILE): Remove list.
9214 (compile, compile-always): Fix comments.
9215 (update-authors): Load the library in which batch-update-authors
9216 is defined.
9217
9218 * generic-x.el (generic-mode-ini-file-find-file-hook):
9219 Rename to ini-generic-mode-find-file-hook.
9220 Keep generic-mode-ini-file-find-file-hook as an alias.
9221 (ini-generic-mode-find-file-hook): Rename from
9222 generic-mode-ini-file-find-file-hook. Fix docstring.
9223 (ini-generic-mode): Docstring change.
9224 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9225
9226 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9227 called from lisp.
9228
9229 * generic.el: Move to the emacs-lisp subdir.
9230
9231 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9232
9233 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9234 and C-S- function and cursor motion keys.
9235
9236 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9237
9238 * startup.el (command-line): Enable Xterm Mouse mode by default.
9239 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9240 for Custom. No longer show "Mouse" in mode line when enabled.
9241 Doc fix.
9242
9243 2005-04-12 Kim F. Storm <storm@cua.dk>
9244
9245 * emulation/cua-base.el (cua-rectangle-face)
9246 (cua-rectangle-noselect-face): Define face attributes here.
9247
9248 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9249
9250 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9251
9252 * startup.el (command-line): Turn off blinking cursor if
9253 cursorBlink in resources is off or false.
9254
9255 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9256
9257 * term/mac-win.el (dnd): Require dnd.
9258 (mac-drag-n-drop): Call dnd-handle-one-url.
9259 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9260 (kTextEncodingISOLatin2): Remove constants.
9261 (mac-script-code-coding-systems): New constant.
9262 (mac-handle-language-change): New function.
9263 (special-event-map): Bind it to `language-change' event.
9264 (mac-centraleurroman, mac-cyrillic): New coding systems.
9265 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9266 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9267 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9268 encode-mac-cyrillic, respectively.
9269
9270 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9271
9272 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9273 Don't set overlay-arrow-string to "=>" as this is done
9274 globally in C now.
9275
9276 2005-04-12 Lute Kamstra <lute@gnu.org>
9277
9278 * generic-x.el (rc-generic-mode, rul-generic-mode):
9279 Fix auto-mode-alist entries.
9280 (etc-fstab-generic-mode): Tweak fontification.
9281
9282 * generic.el (generic-make-keywords-list): Fix docstring.
9283 (generic-mode-internal): Simplify generic-font-lock-keywords.
9284
9285 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9286
9287 * whitespace.el (whitespace-buffer-leading)
9288 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9289 However, fix the highlight area for the leading and
9290 trailing whitespaces to show space.
9291
9292 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9293
9294 * whitespace.el (whitespace-version): Bump to 3.5
9295
9296 (whitespace-buffer-leading, whitespace-buffer-trailing):
9297 Invert sense of the test to highlight the whitespace.
9298
9299 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9300
9301 * progmodes/gud.el (gud-display-line): GUD uses its own
9302 overlay arrow now so don't set overlay-arrow-string.
9303 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9304
9305 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9306
9307 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9308 (term-ansi-current-reverse, term-ansi-current-invisible)
9309 (term-ansi-face-already-done): Change to boolean.
9310 (term-reset-terminal, term-handle-colors-array): Handle the above
9311 vars accordingly.
9312 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9313 (term-emulate-terminal): Use the new name.
9314
9315 * faces.el (secondary-selection): Use yellow1, not yellow.
9316 (trailing-whitespace): Use red1, not red.
9317
9318 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9319
9320 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9321 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9322 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9323
9324 * cus-edit.el (dnd): New group.
9325
9326 * term/w32-win.el (dnd): Require dnd
9327 (w32-drag-n-drop): Call dnd-handle-one-url.
9328
9329 * x-dnd.el: Require dnd.
9330 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9331 Call dnd-handle-one-url.
9332 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9333 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9334 to dnd-insert-text.
9335 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9336 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9337 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9338 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9339
9340 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9341
9342 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9343
9344 * wdired.el: Doc fixes.
9345 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9346 (wdired-use-dired-vertical-movement): Rename from
9347 wdired-always-move-to-filename-beginning.
9348 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9349 (wdired-change-to-wdired-mode): Change mode name.
9350 (wdired-newline): Delete.
9351
9352 2005-04-11 Richard M. Stallman <rms@gnu.org>
9353
9354 * whitespace.el (whitespace-highlight-the-space):
9355 Don't call whitespace-unhighlight-the-space here.
9356
9357 * simple.el (undo): Record t in undo-equiv-table
9358 for the redo record made by an undo-in-region.
9359
9360 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9361
9362 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9363 (gdb-frame-inferior-io-buffer): New Functions to control
9364 display of separate IO buffer.
9365 (menu): Add them to menu-bar.
9366 (gdb-display-buffer): Check for buffer another frame.
9367 Protect GUD buffer.
9368 (gdb-setup-windows): Create IO buffer if not already there.
9369 (gdb-memory-mode): Remove purecopy noops.
9370
9371 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9372
9373 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9374 and pass to self-insert-command.
9375
9376 2005-04-11 Lute Kamstra <lute@gnu.org>
9377
9378 * generic.el: Commentary section cleanup.
9379 (generic): Delete.
9380 (generic-use-find-file-hook, generic-lines-to-scan)
9381 (generic-find-file-regexp, generic-ignore-files-regexp)
9382 (default-generic-mode, generic-mode-find-file-hook)
9383 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9384 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9385 (generic-use-find-file-hook, generic-lines-to-scan)
9386 (generic-find-file-regexp, generic-ignore-files-regexp)
9387 (default-generic-mode, generic-mode-find-file-hook)
9388 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9389
9390 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9391
9392 * bookmark.el (bookmark-write-file): Catch errors writing file.
9393 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9394
9395 2005-04-10 Richard M. Stallman <rms@gnu.org>
9396
9397 * startup.el (fancy-splash-tail): Update copyright year.
9398 (command-line): Split part of -Q into -D.
9399 (emacs-basic-display): New defvar.
9400 (fancy-splash-text): Correct name of menu item.
9401
9402 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9403
9404 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9405 lines in one node.
9406
9407 * comint.el (comint-send-input): New arg ARTIFICIAL.
9408 Callers in this file changed.
9409
9410 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9411
9412 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9413
9414 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9415
9416 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9417 `ldap-search-internal'.
9418
9419 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9420
9421 * files.el (set-auto-mode-1): Use line-end-position.
9422
9423 * international/latin-1.el:
9424 * international/latin-2.el:
9425 * international/latin-3.el:
9426 * international/latin-4.el:
9427 * international/latin-5.el:
9428 * international/latin-8.el:
9429 * international/latin-9.el: Give punctuation syntax to NBSP.
9430
9431 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9432 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9433 Use char-classes to accept non-ascii letters, accepted in some recent
9434 bibtex implementations.
9435
9436 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9437
9438 * custom.el (custom-set-minor-mode): Any non-nil value for the
9439 variable should enable the mode when set through Custom.
9440
9441 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9444 TAB binding so tab-always-indent is obeyed.
9445 (vhdl-minibuffer-local-map): Move initialization into declaration.
9446 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9447 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9448 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9449 (vhdl-current-line): Use line-beginning-position.
9450 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9451 with-output-to-temp-buffer, so the current position can be recorded.
9452
9453 2005-04-10 Masatake YAMATO <jet@gyve.org>
9454
9455 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9456 Add regexp for gcov.
9457
9458 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9459
9460 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9461 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9462 syntax which Emacs 20 doesn't support.
9463
9464 2005-04-09 Richard M. Stallman <rms@gnu.org>
9465
9466 * help.el (describe-key-briefly, describe-key):
9467 Replace strings as event types with "(any string)".
9468
9469 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9470
9471 * arc-mode.el (archive-mode-map): Move initialization into
9472 the declaration. Override *all* bindings of `undo'.
9473 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9474
9475 2005-04-09 Jay Belanger <belanger@truman.edu>
9476
9477 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9478
9479 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9480
9481 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9482 (xterm-register-default-colors): Update color values computation
9483 to match xterm-200.
9484
9485 2005-04-09 Kenichi Handa <handa@m17n.org>
9486
9487 * international/code-pages.el (iso-latin-7): Fix the map.
9488
9489 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9490
9491 * emacs-lisp/lisp.el (defun-prompt-regexp)
9492 (parens-require-spaces, buffer-end, end-of-defun)
9493 (insert-parentheses): Doc fixes.
9494
9495 2005-04-08 Kim F. Storm <storm@cua.dk>
9496
9497 * comint.el (comint-highlight-prompt): Fix face spec.
9498 * hi-lock.el (hi-green): Likewise.
9499
9500 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9501
9502 * cus-edit.el (custom-modified-face):
9503 * comint.el (comint-highlight-input): Fix previous changes.
9504 * term.el (term-handle-ansi-escape): Add a comment.
9505
9506 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9509 in the buffer and in whitespace-highlighted-space.
9510 (whitespace-unhighlight-the-space): Simplify.
9511 (whitespace-buffer): Simplify.
9512
9513 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9514
9515 * textmodes/table.el (table-cell-face): Add special case for
9516 displays supporting a high number of colors.
9517 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9518 (vhdl-font-lock-reserved-words-face)
9519 (vhdl-speedbar-architecture-face)
9520 (vhdl-speedbar-instantiation-face)
9521 (vhdl-speedbar-architecture-selected-face)
9522 (vhdl-speedbar-instantiation-selected-face): Likewise.
9523 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9524 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9525 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9526 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9527 (ebrowse-progress-face): Likewise.
9528 * progmodes/compile.el (compilation-info-face): Likewise.
9529 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9530 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9531 * calendar/calendar.el (diary-face): Likewise.
9532 * woman.el (woman-italic-face, woman-bold-face)
9533 (woman-unknown-face): Likewise.
9534 * wid-edit.el (widget-button-pressed-face): Likewise.
9535 * whitespace.el (whitespace-highlight-face): Likewise.
9536 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9537 * pcvs-info.el (cvs-marked-face): Likewise.
9538 * info.el (info-xref): Likewise.
9539 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9540 * hilit-chg.el (highlight-changes-face)
9541 (highlight-changes-delete-face): Likewise.
9542 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9543 (hi-red-b): Likewise.
9544 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9545 * font-lock.el (font-lock-keyword-face)
9546 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9547 * cus-edit.el (custom-invalid-face, custom-modified-face)
9548 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9549 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9550 * comint.el (comint-highlight-prompt): Likewise.
9551
9552 2005-04-08 Lute Kamstra <lute@gnu.org>
9553
9554 * font-lock.el (font-lock-keywords): Docstring fixes.
9555
9556 2005-04-08 Kenichi Handa <handa@m17n.org>
9557
9558 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9559 chars are more than a limit, print " and more..." at the tail.
9560
9561 2005-04-08 Kim F. Storm <storm@cua.dk>
9562
9563 * emacs-lisp/authors.el (authors-aliases): Update list.
9564 (authors-ignored-files): New list.
9565 (authors-fixed-entries): Fix typo.
9566 (authors-renamed-files-alist): Update list.
9567 (authors-add): Check authors-ignored-files.
9568
9569 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9570
9571 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9572 optional, to ensure backward compatibility.
9573
9574 2005-04-08 Stephen Eglen <stephen@gnu.org>
9575
9576 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9577
9578 2005-04-08 Kim F. Storm <storm@cua.dk>
9579
9580 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9581
9582 * mouse.el (mouse-on-link-p): Doc fix.
9583
9584 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9585
9586 * ielm.el (ielm-prompt-read-only): Doc fix.
9587
9588 * comint.el (comint-prompt-read-only): Doc fix.
9589
9590 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9591
9592 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9593 ensure dired always handles wildcards passed to ffap.
9594 (find-file-at-point): Use it.
9595 (ffap-dired-wildcards): Doc fix.
9596
9597 2005-04-07 Juri Linkov <juri@jurta.org>
9598
9599 * simple.el (next-error-overlay-arrow-position): New defvar.
9600 Put "=>" on its property `overlay-arrow-string'. Add it to
9601 `overlay-arrow-variable-list'.
9602
9603 * progmodes/compile.el (compilation-setup):
9604 Set `next-error-overlay-arrow-position' to nil. Also set it to
9605 nil in the local hook `kill-buffer-hook'. Make local variable
9606 `overlay-arrow-string' and set it to "=>".
9607 (compilation-goto-locus): Set BOL position to
9608 `next-error-overlay-arrow-position' instead of
9609 `overlay-arrow-position'.
9610
9611 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9612 locally instead of adding it to the global hook.
9613 (Info-kill-buffer): Move up.
9614
9615 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9616
9617 * term/xterm.el (xterm-standard-colors): Update color values from
9618 xterm-200.
9619
9620 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9623
9624 * fast-lock.el:
9625 * lazy-lock.el: Move them to the obsolete subdir.
9626
9627 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9628
9629 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9630 (wdired-add-replace-advice): Remove.
9631 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9632
9633 2005-04-06 Kim F. Storm <storm@cua.dk>
9634
9635 * startup.el (command-line): Add --bare-bones alias for -Q.
9636
9637 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9638
9639 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9640 create the startup fontset if a font specification ends with
9641 `mac-roman'.
9642
9643 2005-04-06 Lute Kamstra <lute@gnu.org>
9644
9645 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9646 change.
9647
9648 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9649 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9650
9651 2005-04-05 Lute Kamstra <lute@gnu.org>
9652
9653 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9654 (define-generic-mode): Ditto. Fix debug declaration.
9655
9656 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9657 Put them in the generic-x group.
9658
9659 * calendar/timeclock.el (timeclock): Doc fix.
9660
9661 * generic.el (define-generic-mode): Don't use custom-current-group.
9662 Document default :group value.
9663 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9664 (define-global-minor-mode): Don't use custom-current-group.
9665
9666 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9667
9668 * startup.el (command-line-1): Display startup-echo-area-message
9669 when fancy splash screen is in use.
9670
9671 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9672 (sh-escaped-newline): New face.
9673 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9674 newline, and use sh-escaped-newline face.
9675
9676 * progmodes/tcl.el (tcl-escaped-newline): New face.
9677 (tcl-builtin-list): New variable.
9678 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9679 newlines. Fix keywords subexpression number.
9680
9681 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9682
9683 * textmodes/org.el (org-diary-default-entry): Fix call to
9684 `add-to-diary-entry'.
9685
9686 2005-04-05 Kim F. Storm <storm@cua.dk>
9687
9688 * ediff-init.el: Use (featurep 'xemacs).
9689
9690 2005-04-05 David Ponce <david@dponce.com>
9691
9692 * cus-edit.el (face): Derive from symbol widget. Display sample
9693 of the current face on the fly.
9694 (widget-face-sample-face-get, widget-face-notify): New functions.
9695 (widget-face-value-create): Remove.
9696
9697 * wid-edit.el (widget-field-end): Temporarily remove field
9698 narrowing before to call `get-char-property'.
9699
9700 2005-04-04 Jay Belanger <belanger@truman.edu>
9701
9702 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9703 (math-read-subscripts): New variable.
9704 (math-read-preprocess-string): Process subscripts.
9705
9706 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9707
9708 * comint.el (comint-prompt-read-only): Doc fix.
9709
9710 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9711 `-1'. Doc fix.
9712
9713 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9714
9715 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9716 Change default value to nil.
9717
9718 2005-04-04 Lute Kamstra <lute@gnu.org>
9719
9720 * autorevert.el (auto-revert-mode): Specify :group.
9721 * battery.el (display-battery-mode): Specify :group.
9722 * diff-mode.el (diff-minor-mode): Specify :group.
9723 * font-core.el (font-lock-mode): Specify :group.
9724 * hl-line.el (hl-line-mode): Specify :group.
9725 * iimage.el (iimage): New customization group.
9726 (iimage-mode): Specify :group.
9727 * longlines.el (longlines-mode): Specify :group.
9728 * master.el: Don't require easy-mmode.
9729 (master): New customization group.
9730 (master-mode): Specify :group.
9731 * msb.el (msb-mode): Specify :group.
9732 * reveal.el (reveal-mode): Specify :group.
9733 * simple.el (next-error-follow-minor-mode): Specify :group.
9734 * smerge-mode.el (smerge-mode): Specify :group.
9735 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9736 * emulation/cua-base.el (cua-mode): Specify :group.
9737 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9738 * language/thai-util.el (thai-auto-composition-mode)
9739 (thai-word-mode): Specify :group.
9740 * mail/supercite.el (sc-minor-mode): Specify :group.
9741 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9742 * progmodes/flymake.el (flymake-mode): Specify :group.
9743 * progmodes/glasses.el (glasses-mode): Specify :group.
9744 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9745 * textmodes/enriched.el (enriched-mode): Specify :group.
9746 * textmodes/refill.el (refill-mode): Specify :group.
9747
9748 * add-log.el (change-log-font-lock-keywords): Names in
9749 parenthesized lists can contain spaces.
9750
9751 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9752
9753 * startup.el (fancy-splash-text): Shorten default text of
9754 "Emacs Tutorial" line. Also, if the current language env
9755 indicates an available tutorial file other than TUTORIAL,
9756 extract its title and append it to the line in parentheses.
9757 (fancy-splash-insert): If arg is a thunk, funcall it.
9758
9759 2005-04-04 Jay Belanger <belanger@truman.edu>
9760
9761 * calc.el (calc-language-alist): Add tags to customization type.
9762
9763 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9764
9765 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9766 Doc fix.
9767
9768 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9769
9770 * add-log.el (change-log-font-lock-keywords): The manual
9771 describing a Change Log entry, says: (...) "Aside from these
9772 header lines, every line in the change log starts with a space or
9773 a tab.". The font-lock was not highlighting lines started with
9774 spaces, added support for it.
9775
9776 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9777
9778 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9779 (bibtex-generate-url-list): Update docstring accordingly. Put the
9780 complex example in the docstring.
9781 (bibtex-font-lock-url): Use pop.
9782
9783 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9784
9785 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9786
9787 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9788
9789 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9790
9791 * filesets.el (filesets-set-default): Doc fix.
9792
9793 2005-04-03 Lute Kamstra <lute@gnu.org>
9794
9795 * generic.el (define-generic-mode): Add argument to specify
9796 keywords for defcustom.
9797 (default-generic-mode): Specify :group.
9798
9799 * generic-x.el: Specify :group for all generic modes.
9800
9801 * desktop.el (desktop-no-desktop-file-hook)
9802 (desktop-after-read-hook): Doc fix.
9803
9804 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9805
9806 * simple.el (visible-mode): Use explicit :group keyword.
9807 This changes the group of `visible-mode-hook' from paren-blinking
9808 to editing-basics.
9809
9810 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9811
9812 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9813 mailbox specifications as well as URLs.
9814 (rmail-insert-inbox-text): Remove unused conditional branches.
9815
9816 2005-04-01 Jay Belanger <belanger@truman.edu>
9817
9818 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9819 (calc-gnuplot-print-command): Move definitions to calc.el.
9820
9821 * calc/calc-embed.el (calc-embedded-announce-formula)
9822 (calc-embedded-open-formula, calc-embedded-close-formula)
9823 (calc-embedded-open-word, calc-embedded-close-word)
9824 (calc-embedded-open-plain, calc-embedded-close-plain)
9825 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9826 (calc-embedded-open-mode, calc-embedded-close-mode):
9827 Move definitions to calc.el.
9828
9829 * calc/calc.el (calc-settings-file, calc-language-alist):
9830 Make customizable.
9831 (calc-embedded-announce-formula, calc-embedded-open-formula)
9832 (calc-embedded-close-formula, calc-embedded-open-word)
9833 (calc-embedded-close-word, calc-embedded-open-plain)
9834 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9835 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9836 (calc-embedded-close-mode, calc-gnuplot-name)
9837 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9838 from other files and make customizable.
9839
9840 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9841
9842 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9843 Use buffer-live-p.
9844 (cvs-mode-run): Don't call cvs-update-header here.
9845 (cvs-run-process): Call cvs-update-header.
9846 Use process properties for cvs-postprocess and cvs-buffer so that
9847 the sentinel can behave better if the temp buffer is killed.
9848 Use a pipe rather than a tty, to better handle unexpected prompts.
9849 (cvs-sentinel): Rewrite. Call cvs-update-header.
9850
9851 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9852
9853 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9854 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9855
9856 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9857
9858 * generic.el (define-generic-mode): Add indentation rule.
9859
9860 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9861
9862 * files.el (mode-require-final-newline): Make Custom correctly
9863 report a nil value and allow to set it to nil via Custom.
9864 Doc fix.
9865
9866 2005-04-01 Kenichi Handa <handa@m17n.org>
9867
9868 * international/characters.el: Enable the correct case setting for
9869 dotless-i and dotted-I.
9870
9871 2005-04-01 Kim F. Storm <storm@cua.dk>
9872
9873 * ido.el (ido-file-internal): Fall back to non-ido command if
9874 initial directory is on slow ftp (or tramp) host.
9875
9876 2005-03-31 Richard M. Stallman <rms@gnu.org>
9877
9878 * emacs-lisp/autoload.el (make-autoload):
9879 Handle define-global-minor-mode.
9880
9881 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9882 Rename from easy-mmode-define-global-mode.
9883 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9884
9885 * progmodes/scheme.el (scheme-mode-syntax-table):
9886 Update syntax of | and # for two-character comment syntax.
9887
9888 2005-03-31 Lute Kamstra <lute@gnu.org>
9889
9890 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9891 (define-minor-mode): Call custom-current-group at load-time.
9892
9893 * generic.el (define-generic-mode): Add debug declaration.
9894 Add defcustom for the mode hook.
9895 (generic-mode-internal): Use run-mode-hooks.
9896
9897 2005-03-31 Kim F. Storm <storm@cua.dk>
9898
9899 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9900 (mouse-fixup-help-message): New defun called by show_help_echo
9901 to fixup mouse-2 prefix in help messages when applicable.
9902
9903 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9904
9905 2005-03-31 Kenichi Handa <handa@m17n.org>
9906
9907 * language/thai-word.el (thai-find-word-ends): Pay attention to
9908 the case that we reach the end of buffer.
9909
9910 * textmodes/fill.el (fill-text-properties-at): New function.
9911 (fill-newline): Use fill-text-properties-at instead of
9912 text-properties-at.
9913
9914 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9915
9916 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9917 not comint-quote-filename.
9918
9919 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
9920
9921 * help-fns.el (help-with-tutorial): Revert last change.
9922
9923 2005-03-31 Kim F. Storm <storm@cua.dk>
9924
9925 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9926
9927 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
9928
9929 * calendar/cal-china.el: Update reference to "Calendrical
9930 Calculations" book; there's a new edition.
9931 * calendar/cal-coptic.el: Likewise.
9932 * calendar/cal-french.el: Likewise.
9933 * calendar/cal-hebrew.el: Likewise.
9934 * calendar/cal-islam.el: Likewise.
9935 * calendar/cal-iso.el: Likewise.
9936 * calendar/cal-julian.el: Likewise.
9937 * calendar/cal-mayan.el: Likewise.
9938 * calendar/cal-persia.el: Likewise.
9939 * calendar/calendar.el: Likewise.
9940 * calendar/holidays.el: Likewise.
9941 * calendar/lunar.el: Likewise.
9942 * calendar/solar.el: Likewise.
9943
9944 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9945 white space from doc string.
9946
9947 2005-03-30 Jay Belanger <belanger@truman.edu>
9948
9949 * calc/calc-help.el (calc-full-help): Remove email address.
9950
9951 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
9952
9953 * help-fns.el (help-with-tutorial): Delete title line.
9954
9955 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9956
9957 * calendar/cal-x.el (calendar-one-frame-setup)
9958 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
9959 rather than 'symbol for set-window-dedicated-p.
9960
9961 * calendar/appt.el (appt-buffer-name): Make it a constant.
9962 (appt-add): Doc fix.
9963
9964 * filesets.el (filesets-menu-path, filesets-menu-before)
9965 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
9966 (filesets-menu-cache-file): Use directory ~/.emacs.d.
9967 (filesets-add-submenu): Delete and use add-submenu instead.
9968
9969 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
9970
9971 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9972 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9973 (org-diary-default-entry): New function.
9974 (org-get-entries-from-diary): Better parsing of diary entries.
9975 (org-agenda-check-no-diary): New function.
9976 ("diary-lib"): Advice to function `add-to-diary-list', to allow
9977 linking to diary entries.
9978 (org-agenda-execute-calendar-command): New function.
9979 (org-agenda): Improve visible section in window.
9980 Use `org-fit-agenda-window'.
9981 (org-fit-agenda-window): New option.
9982 (org-move-subtree-down): Better handling of empty lines
9983 at end of subtree.
9984 (org-cycle): Numeric prefix is interpreted now as show-subtree N
9985 levels up.
9986 (org-fontify-done-headline): New option.
9987 (org-headline-done-face): New face.
9988 (org-set-font-lock-defaults): Use `org-headline-done-face'.
9989 (org-table-copy-down): Rename from `org-table-copy-from-above'.
9990 When current field is non-empty, it is copied to next row.
9991 (org-table-copy-from-above): Fix bug which made it
9992 impossible to copy fields containing only a single non-white character.
9993
9994 2005-03-30 Kim F. Storm <storm@cua.dk>
9995
9996 * kmacro.el (kmacro-end-macro): Isearch may store this command
9997 into the macro -- so ignore it when executing keyboard macro.
9998
9999 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10000
10001 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10002
10003 2005-03-29 Kenichi Handa <handa@m17n.org>
10004
10005 * language/thai.el ("Thai"): Set setup-function and exit-function
10006 for Thai language environment.
10007
10008 * language/thai-util.el: Require thai-word.
10009 (thai-word-mode-map): New variable.
10010 (thai-word-mode): New minor mode.
10011 (setup-thai-language-environment-internal): New function.
10012 (exit-thai-language-environment-internal): New function.
10013
10014 * language/thai-word.el (thai-word-table): Declare it by defvar,
10015 use dolist to initialize it.
10016 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10017 (thai-fill-find-break-point): New functions.
10018
10019 2005-03-29 Richard M. Stallman <rms@gnu.org>
10020
10021 * simple.el (idle-update-delay): Move definition up.
10022 (set-mark): Doc fix.
10023
10024 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10025
10026 * longlines.el: New file.
10027
10028 * simple.el (buffer-substring-filters): New variable.
10029 (filter-buffer-substring): New function.
10030 (kill-region, copy-region-as-kill): Use it.
10031
10032 * register.el (copy-to-register, append-to-register)
10033 (prepend-to-register): Use filter-buffer-substring.
10034
10035 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10036
10037 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10038 (gud-filter-pending-text): Move in front of gdb.
10039 (gud-overlay-arrow-position): New variable.
10040 (gud-sentinel, gud-display-line): Use it in place of
10041 overlay-arrow-position.
10042
10043 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10044
10045 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10046 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10047 (fortran-font-lock-keywords-4): New variable.
10048 (fortran-blocks-re, fortran-end-block-re)
10049 (fortran-start-block-re): New constants, for hideshow.
10050 (hs-special-modes-alist): Add a Fortran entry.
10051 (fortran-mode-map): Bind fortran-end-of-block,
10052 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10053 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10054 (fortran-looking-at-if-then, fortran-end-of-block)
10055 (fortran-beginning-of-block): New functions, for hideshow.
10056
10057 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10058 Doc fix. Tweak regexp.
10059 (f90-beginning-of-block): Push mark first.
10060
10061 2005-03-29 Jay Belanger <belanger@truman.edu>
10062
10063 * calc/calc.el: Update copyright date.
10064 (calc-version): Increase to 2.1.
10065 (calc-version-date): Remove.
10066
10067 * calc/calc-help.el: Update copyright date.
10068 (calc-full-help): Remove reference to calc-version-date.
10069 Update copyright date.
10070
10071 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10072
10073 * vc.el (vc-do-command): Use a pipe for async processes, so password
10074 prompts don't show up at places where the user can't reply.
10075
10076 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10077
10078 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10079 on the file name we pass to the inferior shell.
10080
10081 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10082
10083 * progmodes/which-func.el (which-function): Be robust in the face of an
10084 imenu--make-index-alist failure.
10085
10086 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10087
10088 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10089
10090 * progmodes/python.el (python-preoutput-filter): Fix last change.
10091
10092 2005-03-29 Lute Kamstra <lute@gnu.org>
10093
10094 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10095 functions and compiled macros.
10096 (debug-convert-byte-code): Handle macros too.
10097 (debug-on-entry-1): Don't signal an error when trying to clear a
10098 function that is not set to debug on entry.
10099
10100 2005-03-29 Jay Belanger <belanger@truman.edu>
10101
10102 * calc/calc-lang.el: Add functions to math-function-table
10103 properties of tex and math.
10104
10105 2005-03-29 Kenichi Handa <handa@m17n.org>
10106
10107 * ps-mule.el (ps-mule-plot-string): Translate characters by
10108 ps-print-translation-table.
10109 (ps-mule-begin-job): Call find-charset-region/string with
10110 ps-print-translation-table.
10111 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10112
10113 * ps-print.el (ps-print-translation-table): New variable.
10114 (ps-plot-region): Translate characters by ps-print-translation-table.
10115
10116 2005-03-29 Juri Linkov <juri@jurta.org>
10117
10118 * simple.el (next-error-highlight-timer): New variable.
10119
10120 * progmodes/compile.el (compilation-goto-locus):
10121 Use `next-error-highlight-timer' instead of `sit-for'.
10122
10123 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * mail/supercite.el (sc-mail-field): Use assoc-string.
10126 (sc-get-address): Simplify regexps.
10127
10128 * files.el (minibuffer-with-setup-hook): New macro.
10129 (find-file-read-args): Use it to avoid let-binding
10130 minibuffer-with-setup-hook (which breaks turning on/off
10131 file-name-shadow-mode while in the prompt).
10132
10133 * complete.el (PC-read-include-file-name-internal): Use
10134 test-completion.
10135
10136 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10137
10138 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10139
10140 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * window.el (window-buffer-height): Use count-screen-lines.
10143
10144 * progmodes/python.el (python-preoutput-leftover): New var.
10145 (python-preoutput-filter): Use it.
10146 (python-send-receive): Loop until all the result has been received.
10147
10148 2005-03-28 Juri Linkov <juri@jurta.org>
10149
10150 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10151
10152 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10153 "Recover Crashed Session".
10154 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10155 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10156 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10157 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10158 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10159 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10160 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10161 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10162
10163 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10164 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10165 Ediff Sessions", "Toggle use of separate control buffer frame",
10166 "Use separate frame for Ediff control buffer".
10167
10168 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10169 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10170 "Rename Bookmark", "Delete Bookmark".
10171
10172 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10173 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10174 Add `:active Info-index-alternatives' to "Next Matching Item".
10175
10176 * wdired.el (wdired-change-to-wdired-mode):
10177 Mention `wdired-abort-changes' key in the initial message.
10178
10179 * international/mule.el (auto-coding-alist): Associate non-ascii
10180 image filename extensions with `no-conversion'.
10181
10182 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10183
10184 * international/iso-acc.el:
10185 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10186
10187 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10188
10189 * textmodes/sgml-mode.el (html-mode): Doc update.
10190
10191 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10192
10193 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10194
10195 * term.el (term-move-columns): Fix face after extending a line.
10196 (term-insert-spaces): Likewise.
10197 (term-reset-terminal): Fix off by one error.
10198
10199 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10200
10201 * international/mule.el (auto-coding-alist): Add .xpi files.
10202
10203 * files.el (auto-mode-alist): Add .xpi files.
10204
10205 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10206
10207 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10208
10209 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10210
10211 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10212
10213 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10214
10215 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10216 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10217
10218 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10219 cursor to Jan 1 when needed.
10220 (calendar-end-of-year): Fix -/+ typo.
10221 Reported by Chong Yidong <cyd@stupidchicken.com>.
10222
10223 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10224
10225 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10226
10227 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10228 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10229
10230 2005-03-25 Richard M. Stallman <rms@gnu.org>
10231
10232 * filesets.el (filesets-init): Add autoload.
10233
10234 * mail/mailalias.el (mail-directory): Doc fix.
10235
10236 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10237
10238 * mail/mailalias.el (mail-directory-process): Do nothing if
10239 mail-directory-process is an atom.
10240 (mail-get-names): Ignore mail-directory-names if it is an atom.
10241 (mail-directory-process defvar): Doc fix.
10242 (mail-names): Doc fix.
10243
10244 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10245
10246 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10247
10248 2005-03-26 Kenichi Handa <handa@m17n.org>
10249
10250 * international/mule-util.el (detect-coding-with-priority):
10251 Call update-coding-systems-internal before detect-coding-region.
10252
10253 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10254
10255 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10256 (gdb-frames-mode-map): Add follow-link property.
10257
10258 2005-03-25 Jay Belanger <belanger@truman.edu>
10259
10260 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10261 for variables.
10262
10263 2005-03-25 Juri Linkov <juri@jurta.org>
10264
10265 * image-mode.el: Optimize image filename extension regexps in
10266 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10267 in `auto-mode-alist'.
10268 (image-mode): Add `image-toggle-display-text' to local hook
10269 `change-major-mode-hook'. Display the image as an image by
10270 default. Set `cursor-type' and `truncate-lines' if the image
10271 is already displayed. Take into account the current mode (image
10272 or text) in message.
10273 (image-minor-mode): New minor mode.
10274 (image-mode-maybe, image-toggle-display-text): New functions.
10275 (image-toggle-display): Use called-interactively-p.
10276 Let-bind `inhibit-read-only' to t.
10277
10278 * image-mode.el (image-minor-mode): Set `cursor-type' and
10279 `truncate-lines' if the image is already displayed. Add turning
10280 image-minor-mode off to `change-major-mode-hook'. Add message.
10281 Call `image-toggle-display-text' after turning image-minor-mode off.
10282
10283 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10286 Terminal.app, use utf-8.
10287 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10288 (set-locale-environment): Use it.
10289
10290 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10291
10292 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10293
10294 * progmodes/python.el (python-close-block-statement-p)
10295 (python-outdent-p, python-current-defun): Use symbol-end.
10296
10297 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10298
10299 * files.el (save-some-buffers): Doc fix.
10300
10301 2005-03-25 Werner Lemberg <wl@gnu.org>
10302
10303 * complete.el, thumbs.el: Replace `legal' with `valid'.
10304 * calendar/calendar.el: Replace `legal' with `valid'.
10305 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10306 * mail/supercite.el: Replace `legal' with `valid'.
10307 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10308 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10309 Replace `legal' with `valid'.
10310 * textmodes/reftex-vars.el, textmodes/reftex.el:
10311 Replace `legal' with `valid'.
10312
10313 2005-03-25 Werner Lemberg <wl@gnu.org>
10314
10315 * calc/calc-forms.el, calc/calc-sel.el:
10316 * midnight.el, vc-cvs.el:
10317 * emacs-lisp/cl-macs.el:
10318 * emulation/vip.el:
10319 * eshell/esh-io.el, eshell/esh-var.el:
10320 * mail/supercite.el:
10321 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10322 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10323 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10324 * progmodes/sh-script.el, progmodes/xscheme.el:
10325 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10326 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10327 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10328 * textmodes/reftex.el, textmodes/org.el:
10329 Replace `illegal' with `invalid'.
10330
10331 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10332
10333 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10334 (flymake-find-buildfile, flymake-find-possible-master-files)
10335 (flymake-check-include, flymake-parse-line): Replace loops over the
10336 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10337
10338 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10339 Substitute file-name-as-directory in the rest of the file.
10340 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10341 (flymake-replace-region): Remove unused arg `buffer'.
10342 (flymake-check-patch-master-file-buffer): Update calls to it.
10343 (flymake-add-err-info): Remove unused var `count'.
10344 (flymake-mode): Use define-minor-mode.
10345
10346 * progmodes/flymake.el: Use with-current-buffer.
10347 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10348 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10349 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10350 Avoid testing for `xemacs'.
10351 (flymake-nop): Move.
10352 (flymake-region-has-flymake-overlays): Return the computed value.
10353 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10354 Remove unused var `endline'.
10355 (flymake-get-line-count): Remove unused function.
10356 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10357
10358 * emulation/vi.el:
10359 * generic.el:
10360 * hilit-chg.el (global-highlight-changes):
10361 * hi-lock.el (hi-lock-mode):
10362 * follow.el: find-file-hooks -> find-file-hook.
10363
10364 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10365
10366 2005-03-24 Juri Linkov <juri@jurta.org>
10367
10368 * dired.el (dired-mode-map): Add menu item "Compare directories"
10369 for dired-compare-directories.
10370
10371 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10372 Doc fix. Replace `read-file-name' with `read-directory-name'.
10373
10374 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10375
10376 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10377
10378 2005-03-24 Jay Belanger <belanger@truman.edu>
10379
10380 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10381 relevant mode settings in calc-embedded-original-modes when modes
10382 are permanently changed.
10383
10384 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10385
10386 * autoinsert.el: find-file-hooks -> find-file-hook.
10387
10388 2005-03-24 Lute Kamstra <lute@gnu.org>
10389
10390 * generic.el (generic-font-lock-defaults): Make it obsolete.
10391 (generic-font-lock-keywords): New variable to replace
10392 generic-font-lock-defaults.
10393 (generic-mode-set-font-lock): Delete it.
10394 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10395 (generic-bracket-support): Add docstring.
10396
10397 * generic-x.el: Rename generic-font-lock-defaults to
10398 generic-font-lock-keywords throughout.
10399 (mailagent-rules-setup-function): Delete it.
10400 (mailagent-rules-generic-mode): Use anonymous function instead.
10401 (show-tabs-generic-mode-font-lock-defaults-1)
10402 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10403 Quote faces.
10404 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10405 not foreground.
10406
10407 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10408 Recognize define-generic-mode.
10409
10410 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10411
10412 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10413 if there's no completion table.
10414
10415 2005-03-23 Miles Bader <miles@gnu.org>
10416
10417 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10418 Remove tty-specific variants, as they're no longer needed.
10419
10420 2005-03-23 Lute Kamstra <lute@gnu.org>
10421
10422 * generic-x.el: Code cleanup: make args constant whenever possible.
10423 (installshield-statement-keyword-list)
10424 (installshield-system-functions-list)
10425 (installshield-system-variables-list, installshield-types-list)
10426 (installshield-funarg-constants-list): Make them constants.
10427
10428 * generic.el (generic-make-keywords-list): Add autoload cookie.
10429
10430 * calendar/time-date.el: Add comment on time value formats.
10431 Don't require parse-time.
10432 (with-decoded-time-value): New macro.
10433 (encode-time-value): New function.
10434 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10435 (days-to-time): Return a valid time value when arg is huge.
10436 (time-since): Use time-subtract.
10437 (time-to-number-of-days): Use time-to-seconds.
10438
10439 2005-03-23 David Ponce <david@dponce.com>
10440
10441 * recentf.el: (recentf-keep): New option.
10442 (recentf-menu-action): Default to `find-file'.
10443 (recentf-keep-non-readable-files-flag)
10444 (recentf-keep-non-readable-files-p)
10445 (recentf-file-readable-p, recentf-find-file)
10446 (recentf-cleanup-remote): Remove.
10447 (recentf-include-p): More robust.
10448 (recentf-keep-p): New function.
10449 (recentf-remove-if-non-kept): Rename from
10450 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10451 All callers updated.
10452 (recentf-menu-items-for-commands): Fix help string.
10453 (recentf-track-closed-file): Update. Doc fix.
10454 (recentf-cleanup): Update. Count removed files. Doc fix.
10455
10456 2005-03-23 Kim F. Storm <storm@cua.dk>
10457
10458 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10459 Don't inherit from fringe face (now happens automatically).
10460
10461 2005-03-22 Kim F. Storm <storm@cua.dk>
10462
10463 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10464 position values.
10465
10466 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10467
10468 * menu-bar.el (showhide-date-time): Remove.
10469 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10470 (menu-bar-make-mm-toggle): Simplify.
10471
10472 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10473
10474 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10475 Accept qualified variable and function names.
10476
10477 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10478
10479 * bindings.el (completion-ignored-extensions):
10480 Remove ".lis" for `vax-vms'.
10481
10482 2005-03-22 Andreas Schwab <schwab@suse.de>
10483
10484 * generic-x.el: Revert last change.
10485 * ldefs-boot.el: Update.
10486
10487 2005-03-22 Jay Belanger <belanger@truman.edu>
10488
10489 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10490 (calc-embedded-save-original-modes)
10491 (calc-embedded-restore-original-modes): New functions.
10492 (calc-do-embedded): Save original modes when entering embedded mode
10493 and restore when leaving embedded mode.
10494 (calc-embedded-modes-change): Change the value of
10495 calc-embedded-original-modes to reflect permanent changes.
10496
10497 2005-03-22 Lute Kamstra <lute@gnu.org>
10498
10499 * generic-x.el: Require generic again.
10500
10501 2005-03-22 Miles Bader <miles@gnu.org>
10502
10503 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10504 Tweak details to look good on both ttys and bitmap displays, light
10505 or dark background, etc.
10506
10507 2005-03-21 Kim F. Storm <storm@cua.dk>
10508
10509 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10510 mouse position.
10511
10512 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10513
10514 * icomplete.el: Don't forcibly turn on the mode upon load.
10515 (icomplete-mode): Use define-minor-mode.
10516 (icomplete-eoinput): Default to nil.
10517 (icomplete-minibuffer-setup): Remove autoload.
10518 (icomplete-tidy): Simplify.
10519 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10520 in the initial state or if the user has modified the field.
10521 Fix handling of icomplete-max-delay-chars.
10522 Remove code that handles the oddball case where
10523 minibuffer-completion-table is an integer.
10524 Wrap icomplete-completions in while-no-input in case building
10525 completions takes more time than expected.
10526 (icomplete-completions): Simplify.
10527
10528 2005-03-21 Richard M. Stallman <rms@gnu.org>
10529
10530 * jka-compr.el (jka-compr-really-do-compress):
10531 Make variable buffer-local.
10532
10533 * image-mode.el: Handle .xpm files too.
10534 (image-toggle-display): Preserve modification flag.
10535
10536 * help.el (where-is): Don't mention aliases with no key bindings.
10537
10538 2005-03-21 Lute Kamstra <lute@gnu.org>
10539
10540 * generic.el: Fix commentary section. Don't require cl for
10541 compilation.
10542 (generic-mode-list): Add autoload cookie.
10543 (generic-use-find-file-hook, generic-lines-to-scan)
10544 (generic-find-file-regexp, generic-ignore-files-regexp)
10545 (generic-mode, generic-mode-find-file-hook)
10546 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10547 (define-generic-mode): Make it a defmacro. Fix docstring.
10548 (generic-mode-internal): Code cleanup. Add autoload cookie.
10549 (generic-mode-set-comments): Code cleanup.
10550 * generic-x.el: Don't prevent compilation. Don't require generic.
10551 Follow coding conventions. Minor code cleanup.
10552 (etc-fstab-generic-mode): Add some keywords.
10553 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10554 define-generic-mode like a function declaration.
10555
10556 2005-03-21 Jay Belanger <belanger@truman.edu>
10557
10558 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10559 changing modes.
10560
10561 2005-03-21 Sam Steingold <sds@gnu.org>
10562
10563 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10564
10565 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10566
10567 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10568 Add underscore to "f$ lexicals" regexp.
10569
10570 2005-03-20 Juri Linkov <juri@jurta.org>
10571
10572 * subr.el (progress-reporter-do-update): When `min-value' is equal
10573 to `max-value', set `percentage' to 0 and prevent division by zero.
10574
10575 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10576
10577 Sync with Tramp 2.0.48.
10578
10579 * net/tramp.el (all): Change all addresses to .gnu.org.
10580 (tramp-append-tramp-buffers): New defun.
10581 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10582 Catch `dont-send' signal.
10583 (tramp-set-auto-save-file-modes): Set always permissions, because
10584 there might be an old auto-saved file belonging to another
10585 original file. This could be a security threat. Reported by
10586 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10587 Check for Emacs 21.3.50 removed.
10588
10589 * net/tramp-smb.el (all): Remove debug construct for
10590 `with-parsed-tramp-file-name'.
10591 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10592 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10593 No error message if DIRECTORY or FILENAME doesn't exist.
10594 (tramp-smb-open-connection): Check existence of
10595 `tramp-smb-program'.
10596
10597 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10598
10599 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10600 Properly handle the case where the `m' or `s' command's argument is not
10601 yet terminated.
10602 (perl-indent-new-calculate): New function.
10603 (perl-indent-line): Use it.
10604
10605 2005-03-20 Miles Bader <miles@gnu.org>
10606
10607 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10608 in text-mode too. Change to new face names.
10609 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10610 Add `:weight bold' attribute.
10611 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10612
10613 2005-03-19 Juri Linkov <juri@jurta.org>
10614
10615 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10616
10617 * international/mule.el (auto-coding-alist): Sync with
10618 `auto-mode-alist' by adding upper case archive file extensions
10619 and adding ear/war to jar extension.
10620
10621 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10622
10623 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10624 running, restart it.
10625
10626 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10627
10628 * finder.el (finder-current-item): Throw an error on an empty line.
10629
10630 * man.el (Man-follow-manual-reference): If current-word returns
10631 nil, use "".
10632
10633 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10634
10635 * simple.el (goto-line): Doc fix.
10636
10637 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10638
10639 * files.el (save-buffer): Doc fix.
10640
10641 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10642
10643 * recentf.el (recentf-cleanup-remote): New variable.
10644 (recentf-cleanup): Use it to conditionally check availability of
10645 remote files.
10646
10647 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10648
10649 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10650 function names.
10651
10652 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10653
10654 * language/thai-word.el: New file.
10655
10656 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10657
10658 * files.el (backup-buffer): If the file's directory is not
10659 writable, use copy instead of move to backup the file.
10660
10661 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10662
10663 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10664
10665 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10666
10667 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10668 Use functionp instead of symbolp and fboundp. Reported by Drkm
10669 <darkman_spam@yahoo.fr>.
10670 (ps-print-version): New version 6.6.6.
10671
10672 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10673
10674 * textmodes/table.el (table--line-column-position): New idiom.
10675 (table--row-column-insertion-point-p): New function to test
10676 validity of row and column insertion operation at a location.
10677 (table-global-menu, table-cell-menu): Use above functions for
10678 deterministic test operation.
10679 (table--editable-cell-p): Behave in deterministic fashion.
10680
10681 2005-03-18 Juri Linkov <juri@jurta.org>
10682
10683 * isearch.el (isearch-lazy-highlight-new-loop):
10684 Make arguments beg and end optional.
10685 (isearch-update): Remove optional arguments nil from
10686 isearch-lazy-highlight-new-loop.
10687 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10688 isearch-lazy-highlight-case-fold-search instead of
10689 isearch-case-fold-search, and let-bind isearch-regexp to
10690 isearch-lazy-highlight-regexp.
10691 Use isearch-lazy-highlight-last-string instead of isearch-string.
10692
10693 * replace.el (perform-replace): Remove bindings of global
10694 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10695 Add three new arguments to `replace-highlight'.
10696 (replace-highlight): Add arguments string, regexp, case-fold.
10697 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10698 to allow isearch-lazy-highlight-new-loop to use these values
10699 to set corresponding isearch-lazy-highlight-* internal
10700 variables whose values lazy highlighting will use regardless of
10701 changes to global variables isearch-string, isearch-regexp,
10702 isearch-case-fold-search during lazy highlighting loop.
10703 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10704 to `lazy-highlight-cleanup'.
10705
10706 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10707 (ispell-highlight-face): Set default face to `isearch' when
10708 lazy highlighting is enabled.
10709 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10710 priority to 1. Add lazy highlighting.
10711 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10712 from `isearch-dehighlight'.
10713
10714 2005-03-18 David Ponce <david@dponce.com>
10715
10716 * files.el (hack-local-variables): Do a case-insensitive search
10717 for End.
10718
10719 2005-03-18 Juri Linkov <juri@jurta.org>
10720
10721 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10722 `isearch-lazy-highlight-cleanup', add alias to old name and
10723 declare obsolete. Add release numbers to other obsolete vars.
10724 (isearch-done, isearch-lazy-highlight-new-loop):
10725 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10726 (lazy-highlight-cleanup) <variable>: Doc fix.
10727 (isearch-lazy-highlight-update): Rename obsolete
10728 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10729
10730 2005-03-18 Kenichi Handa <handa@m17n.org>
10731
10732 * language/thai-util.el: Fix categorization of Thai characters in
10733 thai-category-table.
10734 (thai-composition-pattern): Adjust it for the above change.
10735 (thai-self-insert-command, thai-compose-syllable): New functions.
10736 (thai-compose-region): Use thai-compose-syllable.
10737 (thai-compose-string): Likewise.
10738 (thai-composition-function): Likewise.
10739 (thai-auto-composition): New function.
10740 (thai-auto-composition-mode): New minor mode.
10741
10742 * language/thai.el: Fix patterns to be registered in
10743 composition-function-table.
10744
10745 * international/quail.el (quail-input-method): Locally bind
10746 inhibit-modification-hooks to t.
10747
10748 2005-03-17 Richard M. Stallman <rms@gnu.org>
10749
10750 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10751 (perl-mode): Use run-mode-hooks.
10752
10753 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10754 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10755 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10756
10757 * mail/sendmail.el (sendmail-send-it): Reenable the code
10758 to compute resend-to-address and use it.
10759
10760 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10761
10762 * image-mode.el: New file.
10763
10764 * image.el (insert-sliced-image): Add autoload cookie.
10765
10766 * font-lock.el (font-lock-lines-before): New user option.
10767 (font-lock-after-change-function): Obey it.
10768
10769 * bindings.el (esc-map): Make M-g a prefix.
10770 Bind M-g g and M-g M-g to goto-line.
10771
10772 * faces.el (face-id): Doc fix.
10773
10774 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10775
10776 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10777 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10778 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10779
10780 * mail/sendmail.el (mail-yank-ignored-headers)
10781 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10782 Add Mail-Followup-To and Mail-Reply-To headers.
10783 (mail-citation-hook): Add autoload cookie.
10784 (mail-mode): Doc fix.
10785 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10786 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10787 (mail-mode-fill-paragraph): Handle those headers.
10788 (mail-mailing-lists): New variable.
10789 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10790
10791 2005-03-17 Juri Linkov <juri@jurta.org>
10792
10793 * isearch.el (isearch-fallback): Check for `(car previous)'
10794 before calling `isearch-other-end-state'.
10795
10796 2005-03-17 Kim F. Storm <storm@cua.dk>
10797
10798 * simple.el (move-beginning-of-line): Move to beginning of buffer
10799 line, as well as beginning of screen line.
10800
10801 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10802
10803 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10804 argument REDRAW rather than calendar-redrawing variable.
10805 * calendar/calendar.el (calendar-redrawing): Delete.
10806 (redraw-calendar): Do not bind calendar-redrawing.
10807
10808 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10809
10810 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10811 diary-file buffer.
10812
10813 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10814
10815 * help.el (describe-mode): Allow a :minor-mode-function property to
10816 specify a different minor mode toggle function than the variable.
10817 * simple.el (auto-fill-function):
10818 * subr.el (add-minor-mode): Use it.
10819
10820 2005-03-16 Kenichi Handa <handa@m17n.org>
10821
10822 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10823 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10824 (ethio-fidel-to-sera-buffer): Likewise.
10825
10826 2005-03-16 Juri Linkov <juri@jurta.org>
10827
10828 * emacs-lisp/find-func.el (find-function-regexp):
10829 Add defun-emitting macro `menu-bar-make-toggle'.
10830
10831 * isearch.el: Put `isearch-scroll' property to
10832 `split-window-horizontally'.
10833
10834 * info.el: Update error messages for `debug-ignored-errors'.
10835 (Info-isearch-search): Doc fix.
10836 (Info-find-node): Move up code to go into info buffer before
10837 recording the node to the history.
10838 (Info-fontify-node): Fontify titles only if the next line
10839 has two or more `*', `=', `-', `.'.
10840 Display "go to this node" for empty (match-string 3).
10841
10842 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10843
10844 * term/mac-win.el: Add mouse pointer shape constants.
10845
10846 2005-03-15 Kim F. Storm <storm@cua.dk>
10847
10848 * simple.el (move-beginning-of-line): Use vertical-motion.
10849
10850 2005-03-15 Juri Linkov <juri@jurta.org>
10851
10852 * isearch.el (isearch-error): New variable.
10853 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10854 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10855 (isearch-within-brackets-state): Remove.
10856 (isearch-case-fold-search-state, isearch-pop-fun-state):
10857 Decrease frame index.
10858 (isearch-mode, isearch-top-state, isearch-push-state)
10859 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10860 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10861 (isearch-search, isearch-lazy-highlight-new-loop):
10862 Replace `isearch-invalid-regexp' with `isearch-error'.
10863 Remove `isearch-within-brackets'.
10864 (isearch-search): Add `search-failed' handler to `condition-case'.
10865 (isearch-lazy-highlight-search): Add `condition-case' to catch
10866 errors and allow `isearch-lazy-highlight-update' to try
10867 highlighting from the beginning of the window.
10868 (isearch-repeat): Move up code to set isearch-wrapped to t
10869 before calling isearch-wrap-function.
10870
10871 * info.el (Info-isearch-initial-node): New internal variable.
10872 (Info-search): Signal an error in isearch mode when search leaves
10873 the initial node. Signal an error when `bound' is non-nil and
10874 nothing was found in the current subfile.
10875 (Info-isearch-search): Remove `condition-case'.
10876 (Info-isearch-wrap): Don't wrap when search failed during leaving
10877 the initial node. If `Info-isearch-search' is nil, wrap around
10878 the current node.
10879 (Info-isearch-start): New fun.
10880 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10881 `isearch-mode-hook'.
10882
10883 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10884
10885 * simple.el (normal-erase-is-backspace): Set default to t if
10886 running on Mac.
10887
10888 * term/mac-win.el (function-key-map): Sync with x-win.el.
10889
10890 2005-03-15 Kenichi Handa <handa@m17n.org>
10891
10892 * international/mule-cmds.el (locale-language-names): Modify the
10893 format of elements and add more entries.
10894 (locale-preferred-coding-systems): Add more entries.
10895 (set-locale-environment): Adjust for the change of
10896 locale-language-names.
10897
10898 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10899
10900 * pcvs.el (smerge-ediff): Remove bogus autoload.
10901
10902 2005-03-14 Lute Kamstra <lute@gnu.org>
10903
10904 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10905 Ignore a `*' at the beginning of a line.
10906
10907 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10908 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10909 subr.el.
10910 (dont-compile, eval-when-compile, eval-and-compile): Use declare
10911 to specify indentation.
10912
10913 * generic.el (define-generic-mode): Let generic-mode-list be a
10914 list of strings; test membership with equal.
10915
10916 2005-03-14 Kim F. Storm <storm@cua.dk>
10917
10918 * simple.el (next-line, previous-line): Add optional try-vscroll
10919 arg to recognize interactive use. Pass it on to line-move.
10920 (line-move): Don't perform auto-window-vscroll when defining or
10921 executing keyboard macro to ensure consistent behavior.
10922
10923 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10926
10927 2005-03-13 Lute Kamstra <lute@gnu.org>
10928
10929 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10930 debugger-setup-buffer so that backtrace marks the frames set to
10931 debug-on-exit and we don't have to do it manually. Set an extra
10932 debug-on-exit for macro's.
10933 (debugger-setup-buffer): Don't mark the top frame manually.
10934
10935 2005-03-12 Lute Kamstra <lute@gnu.org>
10936
10937 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10938 lisp-indent-function throughout.
10939 (with-no-warnings): Set lisp-indent-function property.
10940
10941 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
10942
10943 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10944 Add entry for backslash.
10945
10946 2005-03-12 Juri Linkov <juri@jurta.org>
10947
10948 * info.el (Info-search): Four fixes for backward search.
10949
10950 2005-03-11 Jay Belanger <belanger@truman.edu>
10951
10952 * calc/calc.el (calc-language-alist): New variable.
10953 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
10954 (calc-embedded-find-modes): Use calc-language-alist instead of
10955 calc-embedded-language-alist.
10956
10957 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10958
10959 * calendar/calendar.el (calendar-redrawing): New internal
10960 variable.
10961 (redraw-calendar): Remove bogus save-excursion from previous
10962 change. Bind calendar-redrawing to t for mark-diary-entries.
10963 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
10964 calendar if that is why we were called.
10965
10966 2005-03-11 Kenichi Handa <handa@m17n.org>
10967
10968 * international/mule.el (make-coding-system): Set property
10969 coding-system-define-form to nil.
10970 (define-coding-system-alias): Likewise.
10971
10972 2005-03-11 Kenichi Handa <handa@m17n.org>
10973
10974 These changes are suggested by Dave Love <fx@gnu.org>.
10975
10976 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
10977 coding: tag.
10978 (adaptive-fill-regexp): Add more bullets.
10979 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
10980 regexps.
10981
10982 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10983
10984 * help.el (describe-mode): Properly handle non-trivial lighters.
10985 Don't ignore minor modes that are not listed in minor-mode-list.
10986
10987 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
10988 feature ON when the user requests to turn it OFF.
10989
10990 2005-03-10 Lute Kamstra <lute@gnu.org>
10991
10992 * emacs-lisp/debug.el (debug-entry-code): Delete it.
10993 (implement-debug-on-entry): New function to replace debug-entry-code.
10994 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
10995 second argument as the 2005-03-07 change makes it obsolete.
10996 (debug-on-entry, cancel-debug-on-entry): Update call to
10997 debug-on-entry-1.
10998 (debug, debugger-setup-buffer): Comment update.
10999 (debugger-frame-number): Update to work with implement-debug-on-entry.
11000
11001 2005-03-10 Jay Belanger <belanger@truman.edu>
11002
11003 * calc/calc-embed.el (math-ms-args): Declare it.
11004 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11005 math-ms-args.
11006 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11007 variables.
11008
11009 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11010
11011 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11012 Use message-box.
11013
11014 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11015 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11016 (tooltip-gud-tips): Simplify.
11017 (tooltip-gud-tips-p): Remove superfluous :set.
11018 (tooltip-gud-modes): Add fortran-mode.
11019 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11020
11021 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11022
11023 2005-03-09 Kim F. Storm <storm@cua.dk>
11024
11025 * play/animate.el (animate-place-char): Use forward-line instead
11026 of next-line to improve performance.
11027
11028 2005-03-09 Simon Josefsson <jas@extundo.com>
11029
11030 * net/browse-url.el (browse-url-default-browser): Doc fix.
11031
11032 2005-03-09 Miles Bader <miles@gnu.org>
11033
11034 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11035 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11036
11037 2005-03-09 Kenichi Handa <handa@m17n.org>
11038
11039 * international/latin-1.el: Set case and syntax for 255 only if
11040 set-case-syntax-set-multibyte is nil.
11041
11042 * textmodes/ispell.el (ispell-insert-word): New function.
11043 (ispell-word): Use ispell-insert-word to insert a new word.
11044 (ispell-process-line): Likewise.
11045 (ispell-complete-word): Likewise.
11046
11047 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11048
11049 * calendar/calendar.el (redraw-calendar): Preserve point.
11050 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11051 (calendar-week-start-day): Move after definition of
11052 redraw-calendar. Delete buffer test, since redraw-calendar has
11053 that now.
11054
11055 * calendar/diary-lib.el (mark-diary-entries): Only call
11056 redraw-calendar in the first of any recursive calls.
11057 Reported by Alan Shutko <ats@acm.org>.
11058
11059 2005-03-08 Juri Linkov <juri@jurta.org>
11060
11061 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11062 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11063 (html-radio-buttons): Add a space before the trailing `/>' where
11064 sgml-xml-mode is non-nil.
11065 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11066 the subsequent tag of the empty XML tag.
11067 (html-href-anchor): Don't set initial input to "http:".
11068 (html-image): Ask for the image URL and set point inside alt="".
11069 (html-name-anchor): Duplicate the name in the `id' attribute when
11070 sgml-xml-mode is non-nil.
11071 (html-paragraph): Remove \n before <p>.
11072 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11073 instead of `checked' when sgml-xml-mode is non-nil.
11074
11075 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11076 Remove 1 space before #RRGGBB to not truncate it on terminal
11077 windows w/o fringes. Remove 1 space between bg and fg examples
11078 to get more space.
11079 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11080 avoid byte-compile warnings.
11081
11082 * image-file.el (image-file-handler): Put `safe-magic' property to
11083 `image-file-handler'.
11084
11085 * info.el (Info-isearch-search): Emulate word search in
11086 isearching through multiple Info nodes with Info-search.
11087 (Info-isearch-wrap): Allow isearch-word.
11088
11089 2005-03-08 Lute Kamstra <lute@gnu.org>
11090
11091 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11092 stepping into the debugger's code is not possible.
11093 (debugger-jumping-flag): Docstring update.
11094
11095 2005-03-08 Jay Belanger <belanger@truman.edu>
11096
11097 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11098 embedded mode begins.
11099 (calc-embedded-language-alist): New variable.
11100 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11101 set default language mode.
11102
11103 2005-03-08 Kenichi Handa <handa@m17n.org>
11104
11105 * international/ccl.el (define-ccl-program): Fix docstring about
11106 extra 256 bytes assured for the output buffer.
11107
11108 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11109 Fix BUFFER_MAGNIFICATION to 2.
11110 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11111
11112 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11113
11114 * align.el (align-rules-list): Added an alignment rule for CSS
11115 declarations (applies to css-mode and html-mode buffers).
11116
11117 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11118
11119 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11120
11121 2005-03-07 Kim F. Storm <storm@cua.dk>
11122
11123 * simple.el (move-beginning-of-line): New command.
11124
11125 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11126
11127 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11128
11129 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11130 and move-beginning-of-line.
11131
11132 * apropos.el (apropos-print): Omit command from M-x ... RET.
11133
11134 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11135
11136 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11137 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11138
11139 2005-03-06 Richard M. Stallman <rms@gnu.org>
11140
11141 * bindings.el (esc-map): Bind M-g to goto-line.
11142
11143 * facemenu.el (global-map): Bind M-o, not M-g.
11144
11145 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11146
11147 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11148 "Open Directory" as for "Open File".
11149
11150 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11151
11152 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11153 (push-mark-command): Run activate-mark-hook.
11154
11155 2005-03-06 Richard M. Stallman <rms@gnu.org>
11156
11157 * help-mode.el (help-mode-finish): Don't alter the element
11158 in view-return-to-alist if there already is one.
11159
11160 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11161 make sure the current buffer is the expected one.
11162
11163 * novice.el (disabled-command-function): Output in *Disabled Command*.
11164 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11165
11166 * textmodes/flyspell.el (flyspell-large-region):
11167 Pass args differently for aspell.
11168
11169 * files.el (mode-require-final-newline): Doc fix.
11170
11171 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11172
11173 * progmodes/which-func.el (which-function):
11174 Specify NOERROR when calling imenu--make-index-alist.
11175
11176 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11177
11178 * simple.el (normal-erase-is-backspace): Define default value.
11179
11180 * custom.el (custom-theme-set-variables): Remove unused var
11181 `immediate'.
11182 (custom-reevaluate-setting): Simple function to handle variables
11183 that are defined before their default value can really be
11184 computed.
11185
11186 * startup.el (command-line): Use it for temporary-file-directory,
11187 small-emporary-file-directory, auto-save-file-name-transforms,
11188 blink-cursor-mode, and normal-erase-is-backspace.
11189
11190 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11191 progress, even with buggy anchored keywords.
11192
11193 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11194
11195 * simple.el (goto-line): Remove unbalanced final parenthesis.
11196
11197 2005-03-05 Richard M. Stallman <rms@gnu.org>
11198
11199 * simple.el (goto-line): Use a number at point as the default.
11200 With C-u as arg, switch buffers.
11201
11202 2005-03-05 Juri Linkov <juri@jurta.org>
11203
11204 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11205 with `no-blinking-cursor'.
11206
11207 * startup.el (no-blinking-cursor): New defvar.
11208 (command-line): Add `--no-blinking-cursor' to longopts.
11209 Set `no-blinking-cursor' to t for command line arguments
11210 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11211 with `no-blinking-cursor' in the condition for calling
11212 `blink-cursor-mode'.
11213
11214 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11215
11216 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11217 (menu-bar-options-save): Add blink-cursor-mode.
11218 (menu-bar-options-menu): Add blink-cursor-mode.
11219
11220 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11221
11222 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11223 (icalendar-export-file, icalendar-export-region)
11224 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11225 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11226
11227 2005-03-04 Lute Kamstra <lute@gnu.org>
11228
11229 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11230 (debug-function-list): Ditto.
11231
11232 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11233
11234 * textmodes/texinfmt.el (texinfo-append-refill):
11235 Redefine the types of line to which @refill
11236 is not appended by replacing a search for `@refill\\|@bye' with
11237 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11238 itemize@refill' bug and the unfilled long lines bug.
11239 (texinfmt-version): Update number and date.
11240
11241 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11242
11243 * international/code-pages.el (windows-1250, windows-125[2-8])
11244 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11245
11246 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11247
11248 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11249 bound yet.
11250
11251 2005-03-02 Romain Francoise <romain@orebokech.com>
11252
11253 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11254 buffer after removing limits.
11255 (ibuffer-pop-filter): Ditto.
11256 Update copyright.
11257
11258 2005-03-02 Miles Bader <miles@gnu.org>
11259
11260 * button.el (make-text-button): If the user doesn't specify a
11261 type, use the default. Rewrite to use `add-text-properties' and
11262 plist functions.
11263
11264 2005-03-01 Lute Kamstra <lute@gnu.org>
11265
11266 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11267 (debugger-jumping-flag): New var.
11268 (debug-entry-code): Use it.
11269 (debugger-jump): Use debugger-jumping-flag and add
11270 debugger-reenable to post-command-hook.
11271 (debugger-reenable): Use debugger-jumping-flag and remove itself
11272 from post-command-hook.
11273 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11274 debugger-reenable.
11275
11276 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11277
11278 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11279 inclusion of "itemize\\|", which may be unnecessary, is certainly
11280 inelegant, and stops refilling in itemize lists when formatting
11281 Japanese Texinfo files to Info.
11282 Update copyright to 2005.
11283
11284 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11285
11286 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11287 of an error if GDB can't find the source file.
11288
11289 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11290
11291 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11292 not just the calendar.
11293
11294 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11295 first.
11296 (diary-redraw-calendar): New function.
11297 (make-diary-entry): Add diary-redraw-calendar to local
11298 write-contents-functions. Turn off selective display before
11299 inserting in diary.
11300
11301 2005-03-01 Kim F. Storm <storm@cua.dk>
11302
11303 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11304
11305 2005-03-01 Lute Kamstra <lute@gnu.org>
11306
11307 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11308 that debug-entry-code can be safely removed from a function while
11309 this code is being evaluated. Revert the 2005-02-27 change as the
11310 new implementation no longer requires it. Make sure that a
11311 function body containing just a string is not mistaken for a docstring.
11312 (debug): Skip one more frame in case of debug on entry.
11313 (debugger-setup-buffer): Delete one more frame line in case of
11314 debug on entry.
11315 (debugger-frame-number): Update to use the new text introduced by
11316 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11317
11318 2005-02-28 Kim F. Storm <storm@cua.dk>
11319
11320 * double.el (double-translate-key): Call force-window-update after
11321 read-event to avoid crash in redisplay.
11322
11323 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11326 (debug): Use it. Move the inhibit-trace earlier.
11327 (debug-entry-code): New const.
11328 (debug-on-entry-1): Use it.
11329
11330 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11331
11332 * international/utf-16.el (ccl-encode-mule-utf-16le):
11333 Fix BUFFER_MAGNIFICATION to 2.
11334 (ccl-encode-mule-utf-16be): Likewise.
11335
11336 2005-02-28 Kenichi Handa <handa@m17n.org>
11337
11338 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11339 Fix BUFFER_MAGNIFICATION to 4.
11340 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11341
11342 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11343
11344 * speedbar.el (speedbar-update-flag): Doc fix.
11345 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11346 argument.
11347
11348 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11349
11350 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11351 have a non-nil `invisible' property but are actually visible.
11352
11353 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11354 for perldoc sections.
11355 (perl-outline-regexp, perl-outline-level): New var and function.
11356 (perl-mode): Use them.
11357
11358 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11359
11360 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11361 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11362
11363 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11364
11365 * cus-edit.el: Comment change.
11366 (custom-buffer-create-internal): Slightly reword text at top of
11367 Custom buffers. Mention there that saving an option edits the
11368 init file. Add link to Emacs manual node on `custom-file'.
11369 (custom-magic-alist): Rewrite individual State messages to use
11370 capitalized keywords. Doc fix.
11371
11372 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11373
11374 * calendar/calendar.el (calendar-buffer): Move above
11375 calendar-week-start-day.
11376 (calendar-week-start-day): Doc fix. Add :set function.
11377 (calendar-minimum-window-height): New variable.
11378 (generate-calendar-window): Only resize window if selected-window
11379 is displaying the calendar buffer. Use new variable
11380 calendar-minimum-window-height.
11381 (generate-calendar): Reword error message.
11382 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11383
11384 2005-02-27 Andreas Schwab <schwab@suse.de>
11385
11386 * vc.el (vc-do-command): Don't run command asynchronously when
11387 operating in a remote directory.
11388
11389 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11390 change from sync with Tramp 2.0.47.
11391
11392 2005-02-27 Richard M. Stallman <rms@gnu.org>
11393
11394 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11395
11396 * textmodes/flyspell.el (flyspell-mode-on):
11397 Call ispell-change-dictionary only if necessary.
11398
11399 * emacs-lisp/re-builder.el (regexp-builder): New function.
11400
11401 * register.el (describe-register-1): Explicitly handle
11402 yank-excluded-properties = t.
11403
11404 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11405 (custom-magic-alist): Change the status descriptions again.
11406 (face widget-type): Total rewrite based on `restricted-sexp'
11407 to eliminate the confusing double hiding levels.
11408
11409 * emacs-lisp/debug.el (debug-on-entry-1):
11410 If function body is empty, add nil as body form.
11411
11412 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11413
11414 * emacs-lisp/trace.el (inhibit-trace): New var.
11415 (trace-make-advice): Use it.
11416
11417 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11418
11419 2005-02-26 Kim F. Storm <storm@cua.dk>
11420
11421 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11422 (mouse-on-link-p, mouse-drag-region-1): Use it.
11423
11424 2005-02-25 Lute Kamstra <lute@gnu.org>
11425
11426 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11427
11428 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11429
11430 * frame.el (blink-cursor-mode): Add :group keyword.
11431
11432 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11433
11434 * calendar/icalendar.el (icalendar--decode-isodatetime):
11435 New optional argument DAY-SHIFT.
11436 (icalendar-export-region): Fix coding-system-for-write.
11437 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11438 events by one.
11439
11440 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11441
11442 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11443
11444 2005-02-24 Kim F. Storm <storm@cua.dk>
11445
11446 * international/iso-acc.el (iso-accents-compose): Fix crash
11447 during redisplay. Call force-window-update after read-event
11448 and delete-region to signal that window is not accurate.
11449
11450 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11451
11452 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11453 Remove unused and inexistent var `inhibit-trace'.
11454 (debugger-mode): Use run-mode-hooks.
11455 (debugger-list-functions): Add buttons; setup xref stack.
11456
11457 2005-02-23 Richard M. Stallman <rms@gnu.org>
11458
11459 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11460 appointment says it was explicitly made.
11461 (appt-add): Set the 3rd element.
11462 (appt-make-list): Preserve explicit appointments.
11463
11464 * subr.el (find-tag-default): Catch errors in forward-sexp.
11465
11466 2005-02-23 Juri Linkov <juri@jurta.org>
11467
11468 * info.el (Info-isearch-search): New defcustom.
11469 (Info-isearch-search): Call the default isearch function
11470 when Info-isearch-search is nil.
11471 (Info-isearch-wrap): Use variable Info-isearch-search.
11472
11473 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11474
11475 * cus-edit.el: Comment change.
11476
11477 2005-02-22 Kim F. Storm <storm@cua.dk>
11478
11479 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11480 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11481
11482 2005-02-22 Simon Josefsson <jas@extundo.com>
11483
11484 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11485 New variable.
11486 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11487 Oskarsson" <myrkraverk@users.sourceforget.net>.
11488
11489 2005-02-22 Kim F. Storm <storm@cua.dk>
11490
11491 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11492 check that window of that event is the selected window.
11493 (mouse-drag-region-1): Compare mouse event window to selected
11494 window before setting point.
11495
11496 * tooltip.el (tooltip-show-help-function): Pass event to
11497 mouse-on-link-p so it can check selected window.
11498
11499 2005-02-22 Kenichi Handa <handa@m17n.org>
11500
11501 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11502 (ps-mule-show-warning): New function.
11503 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11504 characters are found.
11505
11506 * ps-print.el (ps-header-footer-string): Return a list of header
11507 and footer strings.
11508
11509 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11510
11511 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11512
11513 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11514
11515 * frame.el (blink-cursor-mode): Use define-minor-mode.
11516
11517 * term/mac-win.el (function-key-map): Use char-names more consistently.
11518 (file-name-coding-system): Only set it for MacOS-9. The other case is
11519 already handled in mule-cmds.el (where it also works when mac-win.el
11520 is not used).
11521
11522 2005-02-21 Kenichi Handa <handa@m17n.org>
11523
11524 * international/mule.el (ctext-pre-write-conversion): Always use
11525 " *code-converting-work*" buffer for work.
11526
11527 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11528
11529 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11530
11531 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11532
11533 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11534
11535 * ses.el (undo-more): Restore defadvice, but only the part that
11536 allows changes outside the restricted area of the buffer.
11537
11538 2005-02-20 Kim F. Storm <storm@cua.dk>
11539
11540 * simple.el (line-move): Add fourth optional arg try-vscroll which
11541 must be set to perform auto-window-vscroll.
11542 When moving backwards and doing auto-window-vscroll, automatically
11543 vscroll to the last part of lines which are taller than the window.
11544 (next-line, previous-line): Set try-vscroll arg on line-move.
11545
11546 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11547
11548 * replace.el (query-replace, query-replace-regexp)
11549 (replace-string, replace-regexp): When operating on region, make
11550 the minibuffer prompt say so.
11551
11552 * isearch.el (isearch-forward): Document isearch-query-replace and
11553 isearch-query-replace-regexp keybindings.
11554
11555 2005-02-19 Jay Belanger <belanger@truman.edu>
11556
11557 * calc/calc-aent.el (math-read-token): Add local variable.
11558
11559 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11560 (calc-edit-top): Move declaration to earlier in file.
11561 (calc-edit-macro-repeats): Add local variables.
11562
11563 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11564 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11565 calcFunc-tanh.
11566 Adjust integration rule for calcFunc-tan.
11567
11568 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11569
11570 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11571 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11572 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11573 (viper-skip-separators): Bug fix.
11574 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11575 particular major mode.
11576 (viper-del-backward-char-in-replace): Don't put deleted char on the
11577 kill ring.
11578
11579 * viper-ex.el (viper-color-display-p): New function.
11580 (viper-has-face-support-p): Use viper-color-display-p.
11581
11582 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11583
11584 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11585
11586 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11587 (viper-file-remote-p): Make equivalent to file-remote-p.
11588
11589 * viper.el (viper-major-mode-modifier-list):
11590 Use viper-gnus-modifier-map.
11591
11592 2005-02-19 David Kastrup <dak@gnu.org>
11593
11594 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11595 quoting.
11596
11597 2005-02-19 Jay Belanger <belanger@truman.edu>
11598
11599 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11600 Remove extra definitions.
11601 (calc-coth): New function.
11602 (calcFunc-cot): Fix `let'.
11603
11604 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11605
11606 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11607 the reasons we use "type pc" in these faces.
11608
11609 * button.el (button): Ditto.
11610
11611 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11612
11613 * replace.el (query-replace-read-from): Set the value of
11614 query-replace-from-history-variable to handle the case of an empty
11615 string entered to accept the suggested default.
11616
11617 * net/tramp.el (tramp-file-name-for-operation):
11618 Use dired-call-process instead of dired-call-process-command.
11619
11620 2005-02-19 Jay Belanger <belanger@truman.edu>
11621
11622 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11623 (math-div-non-trig): New variables.
11624 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11625 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11626 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11627 trig expressions.
11628
11629 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11630
11631 * progmodes/gdb-ui.el (gdb-var-update-handler)
11632 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11633 for watch expressions,
11634 (gdb-var-create-handler): Don't set speedbar-update-flag.
11635 (gdb-post-prompt): Simplify test for speedbar.
11636
11637 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11638
11639 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11640 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11641 we use the syntax table of the correct buffer.
11642 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11643 Felix Gatzemeier.
11644
11645 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11646 (ediff-file-remote-p): Make synonymous with file-remote-p.
11647 In all deffaces ediff-*-face-*, use min-colors.
11648
11649 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11650 ediff-recurse-to-subdirectories.
11651 (ediff-mark-if-equal): Check that the arguments are strings, use
11652 ediff-same-contents (after to Felix Gatzemeier).
11653
11654 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11655 nil.
11656
11657 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11658
11659 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11660
11661 2005-02-18 David Kastrup <dak@gnu.org>
11662
11663 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11664 use `mark-active' when defined.
11665
11666 2005-02-18 Kenichi Handa <handa@m17n.org>
11667
11668 * ps-print.el (ps-font-info-database): New entry
11669 ZapfChancery-MediumItalic with correct font name. Fix font name
11670 of the entry Zapf-Chancery-MediumItalic.
11671
11672 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11673
11674 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11675
11676 2005-02-16 Kim F. Storm <storm@cua.dk>
11677
11678 * ido.el (ido-fallback-command): Pass user input to fallback command.
11679
11680 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11681
11682 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11683 (gdb-find-file-hook): Add server prefix.
11684
11685 2005-02-16 Richard M. Stallman <rms@gnu.org>
11686
11687 * replace.el (perform-replace): Pass new args to replace-highlight.
11688 (replace-highlight): Take region args,
11689 and pass them to isearch-lazy-highlight-new-loop.
11690
11691 * novice.el (disabled-command-hook): Autoload the defalias
11692 and the make-obsolete-variable call.
11693
11694 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11695
11696 * isearch.el (isearch-lazy-highlight-start-limit)
11697 (isearch-lazy-highlight-end-limit): New variables limit
11698 the region for highlighting.
11699 (isearch-lazy-highlight-new-loop): New args BEG and END.
11700 (isearch-lazy-highlight-search): Use the new vars.
11701 (isearch-lazy-highlight-update): Likewise.
11702
11703 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11704
11705 * cus-start.el (all): Use default-boundp.
11706
11707 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11708
11709 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11710
11711 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11712
11713 * autorevert.el (auto-revert-stop-on-user-input)
11714 (auto-revert-verbose): Doc fixes.
11715
11716 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11717
11718 * international/mule-cmds.el (set-locale-environment): Remove call
11719 to set-selection-coding-system on Windows.
11720
11721 2005-02-15 Jay Belanger <belanger@truman.edu>
11722
11723 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11724 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11725 calcFunc-coth.
11726 (math-simplify-sqrt): Add simplifications.
11727
11728 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11729 to list.
11730
11731 * calc/calc-ext.el: Add functions to autoloads.
11732
11733 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11734 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11735 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11736 (math-csc-raw, math-cot-raw): New functions.
11737
11738 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11739
11740 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11741 the variable name in a message.
11742
11743 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11744 calcFunc-csc, calcFunc-cot.
11745
11746 * calc/calcalg2.el: Add derivative and integration rules for
11747 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11748 calcFunc-csch, calcFunc-coth.
11749 (math-do-integral-methods): Add to checks for when to use
11750 substitutions.
11751
11752 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11753
11754 2005-02-15 Lute Kamstra <lute@gnu.org>
11755
11756 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11757 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11758 <monnier@iro.umontreal.ca>
11759 (lisp-outline-level): Improve efficiency. Suggested by David
11760 Kastrup <dak@gnu.org>.
11761
11762 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11763
11764 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11765 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11766 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11767 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11768 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11769
11770 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11771
11772 * cus-start.el (all): Comment change.
11773
11774 2005-02-14 Lute Kamstra <lute@gnu.org>
11775
11776 * cus-start.el (all): Check if symbol is void.
11777
11778 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11779
11780 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11781 optional argument to \cite.
11782
11783 2005-02-14 Richard M. Stallman <rms@gnu.org>
11784
11785 * cus-edit.el (custom-buffer-create-internal): Update help message.
11786 (custom-magic-alist): Update help messages.
11787
11788 * cus-start.el (all): Allow a var to specify a standard value.
11789
11790 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11791
11792 * custom.el (custom-theme-set-variables): Handle variable aliases.
11793
11794 * frame.el (blink-cursor-timer): Doc fix.
11795 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11796 declare obsolete.
11797 (blink-cursor-mode): Define with defcustom and use correct
11798 standard expression in that defcustom.
11799 * startup.el (command-line): Adapt to above changes in frame.el.
11800
11801 2005-02-11 Lute Kamstra <lute@gnu.org>
11802
11803 * apropos.el (apropos-score-doc): Prevent division by zero.
11804
11805 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11806
11807 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11808 (icalendar--get-event-property-attributes)
11809 (icalendar--get-event-properties)
11810 (icalendar--datetime-to-diary-date): New functions.
11811 (icalendar--split-value): Doc fix.
11812 (icalendar--datetime-to-noneuropean-date)
11813 (icalendar--datetime-to-european-date): New optional argument
11814 SEPARATOR. Return result as a string instead of a list.
11815 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11816 (icalendar--convert-string-for-export): Rename arg S to STRING.
11817 (icalendar-export-region): Doc fix. Change name of error buffer.
11818 Save output buffer.
11819 (icalendar-import-file): Add blank at end of prompt.
11820 (icalendar-import-buffer): Doc fix. Do not switch to error
11821 buffer. Indicate status in return value.
11822 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11823 buffer. Save output buffer. Handle exception from recurrence
11824 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11825 events. Fix problems with weekly all-day events.
11826
11827 2005-02-10 Richard M. Stallman <rms@gnu.org>
11828
11829 * simple.el (eval-expression-print-format):
11830 Avoid warning about edebug-active.
11831
11832 * help.el (help-for-help-internal): Rename from help-for-help.
11833 (help-for-help): Define with defalias.
11834
11835 * font-core.el (font-lock-default-function): Use with-no-warnings.
11836
11837 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11838
11839 * custom.el (defface): Doc fix.
11840
11841 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11842
11843 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11844 width 0" to prevent word wrapping problems.
11845
11846 2005-02-09 Kim F. Storm <storm@cua.dk>
11847
11848 * ido.el (ido-file-extensions-order): New defcustom.
11849 (ido-file-extension-lessp, ido-file-extension-aux)
11850 (ido-file-extension-order): New advanced file ordering.
11851 (ido-file-lessp): New simple file ordering.
11852 (ido-sort-list): Remove.
11853 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11854 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11855
11856 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11857
11858 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11859 that some versions of grep produce.
11860 (grep-mode-font-lock-keywords): Likewise.
11861
11862 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11863
11864 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11865 (gdb-cdir): Delete.
11866 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11867 (gdb-source-info): Treat case when source file is in another
11868 directory properly.
11869 (gdb-get-location): New function.
11870
11871 2005-02-07 Jay Belanger <belanger@truman.edu>
11872
11873 * calc/calc-prog.el (calc-write-parse-table-part)
11874 (calc-fix-token-name): Fix a check for language type.
11875
11876 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11877
11878 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11879
11880 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11881 as directory not writable.
11882
11883 2005-02-07 Kim F. Storm <storm@cua.dk>
11884
11885 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11886 (cua--standard-movement-commands): Remove list.
11887 Instead, set CUA property value to move for movement commands.
11888 (cua-movement-commands): Remove. Users must set CUA prop instead.
11889 (cua--pre-command-handler): Check CUA property.
11890 (cua--init-keymaps): Don't remap undo commands.
11891 (cua-mode): Don't call cua--rectangle-on-off.
11892
11893 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11894 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11895 (cua--rect-undo-set-point): New var.
11896 (cua--rectangle-undo-boundary): Setup undo apply entry.
11897 (cua--rect-undo-handler): New function for rectangle undo.
11898 (cua--rect-start-position, cua--rect-end-position): Add.
11899 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11900 for restored rectangle. Set point if cua--rect-undo-set-point.
11901
11902 2005-02-06 Jay Belanger <belanger@truman.edu>
11903
11904 * calc/calc-lang.el (calc-tex-language): Display more information
11905 in messages.
11906
11907 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11908 in TeX mode.
11909
11910 2005-02-06 Richard M. Stallman <rms@gnu.org>
11911
11912 * emacs-lisp/lisp.el (buffer-end): Doc fix.
11913
11914 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11915
11916 * net/ldap.el (ldap-search-internal): Support attributes with
11917 optional descriptions separated by a semi-colon, as in
11918 "userCertificate;binary".
11919
11920 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11921
11922 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11923 isn't a cons (i.e. the version is 0).
11924
11925 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11926
11927 * help.el (help-for-help): Doc fix.
11928
11929 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
11930
11931 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
11932 GDB-Windows on the menu-bar as this works better.
11933
11934 2005-02-04 Jay Belanger <belanger@truman.edu>
11935
11936 * calc/calc-embed.el (calc-embedded-update): Don't put in
11937 unnecessary newlines. Adjust the end of formula marker.
11938
11939 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11940 (math-latex-parse-two-args): New function.
11941
11942 2005-02-03 Lute Kamstra <lute@gnu.org>
11943
11944 * help-fns.el (help-with-tutorial): Make sure that users cannot
11945 remove the entire text of the tutorial by means of `undo'.
11946
11947 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11948
11949 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
11950 in recent changes, where the ispell process was repeatedly
11951 killed & restarted.
11952
11953 * international/mule-cmds.el (set-locale-environment): Set file-name
11954 coding system to utf-8 on Darwin systems.
11955 (set-default-coding-systems): Don't set default-file-name-coding-system
11956 on Darwin systems.
11957
11958 2005-02-03 Richard M. Stallman <rms@gnu.org>
11959
11960 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
11961
11962 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
11963
11964 * faces.el (list-faces-display): Add optional argument.
11965
11966 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11967
11968 * font-core.el (font-lock-default-function): Handle the rare case where
11969 only font-lock-keywords is set.
11970
11971 2005-02-02 Kenichi Handa <handa@m17n.org>
11972
11973 * international/characters.el: Cancel previous change for
11974 I-WITH-DOT-ABOVE and DOTLESS-i.
11975
11976 * international/latin-5.el: Cancel previous change.
11977
11978 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11979
11980 * progmodes/gud.el: Correction to syntax in gud-menu-map.
11981
11982 2005-02-02 Kenichi Handa <handa@m17n.org>
11983
11984 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
11985 DOTLESS-i.
11986
11987 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
11988 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
11989
11990 * case-table.el (get-upcase-table): New function.
11991 (copy-case-table): Copy upcaes table too if non-nil.
11992 (set-case-syntax-delims): Maintain upcase table too.
11993 (set-case-syntax-pair): Likewise.
11994 (set-upcase-syntax, set-downcase-syntax): New functions.
11995 (set-case-syntax): Maintain upcase table too.
11996
11997 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11998
11999 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12000
12001 * progmodes/gud.el (gud-goto-info): New function.
12002 (gud-tool-bar-map): Use correct icon.
12003
12004 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12005
12006 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12007 When delegating, order args in the funcall correctly.
12008
12009 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12010
12011 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12012
12013 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12014
12015 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12016 buffer not visiting a file.
12017
12018 2005-01-31 Jay Belanger <belanger@truman.edu>
12019
12020 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12021 bound on the line with the formula.
12022
12023 2005-01-31 Kim F. Storm <storm@cua.dk>
12024
12025 * ses.el (ses-create-cell-variable-range)
12026 (ses-destroy-cell-variable-range, ses-reset-header-string)
12027 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12028 (ses-insert-row): Fix format of apply undo entries.
12029
12030 2005-01-31 Jay Belanger <belanger@truman.edu>
12031
12032 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12033 parts.
12034
12035 * calc/calc-embed.el (calc-embedded-open-formula)
12036 (calc-embedded-close-formula): Ignore matrix environments.
12037
12038 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12039 TeX mode.
12040
12041 * calc/calc-lang.el (math-function-table, math-oper-table)
12042 (math-variable-table): Adjust the LaTeX portions.
12043
12044 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12045 (math-latex-ignore-words): New constant.
12046
12047 2005-01-31 Richard M. Stallman <rms@gnu.org>
12048
12049 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12050 (ispell-local-dictionary): Doc fix.
12051 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12052 Don't reinitialize at run time. Don't defcustom.
12053 All uses changed to append ispell-local-dictionary-alist,
12054 or check it first.
12055 (ispell-current-dictionary): New variable for dictionary in use.
12056 (ispell-dictionary): Now used only for global default.
12057 (ispell-start-process): Set ispell-current-dictionary,
12058 not ispell-dictionary.
12059 (ispell-change-dictionary): Use this only for setting
12060 user preferences.
12061 (ispell-internal-change-dictionary): New function
12062 to change the current dictionary in use.
12063 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12064 Use ispell-current-dictionary.
12065 Handle ispell-local-dictionary-overridden.
12066 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12067
12068 2005-01-31 Jay Belanger <belanger@truman.edu>
12069
12070 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12071
12072 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12073 (calc-mode-map): Add calc-latex-language.
12074
12075 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12076 (math-latex-print-frac): New functions.
12077 (math-oper-table, math-function-table, math-variable-table)
12078 (math-complex-format, math-input-filter): Add latex properties.
12079 (calc-set-language): Set math-expr-special-function-mapping.
12080
12081 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12082 (calc-write-parse-table-part): Add LaTeX support.
12083
12084 * calc/calc.el (calc-language): Adjust docstring.
12085 (calc-set-mode-line): Add LaTeX support.
12086 (math-expr-special-function-mapping): New variable.
12087 (math-tex-ignore-words): Add to list.
12088
12089 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12090 Add LaTeX support.
12091 (math-compose-expr): Add support for special functions.
12092
12093 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12094
12095 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12096
12097 * progmodes/gdb-ui.el (gdb-memory-address)
12098 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12099 (gdb-memory-mode-map, gdb-memory-format-keymap)
12100 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12101 (gdb-memory-unit-menu): New variables for a buffer
12102 that lets the user examine program memory.
12103 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12104 (gdb-memory-format-binary, gdb-memory-format-octal)
12105 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12106 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12107 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12108 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12109 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12110 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12111 (gdb-memory-mode, gdb-memory-buffer-name)
12112 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12113 New functions for above buffer.
12114
12115 2005-01-30 Richard M. Stallman <rms@gnu.org>
12116
12117 * cus-edit.el (custom-bury-buffer): Function deleted.
12118 (custom-buffer-done-function): Option deleted.
12119 (custom-buffer-done-kill): New (replacement option.
12120 (Custom-buffer-done): Call quit-window.
12121 (custom-buffer-create-internal): Update for above changes.
12122
12123 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12124
12125 * simple.el (undo-ask-before-discard): New var.
12126 (undo-outer-limit-truncate): Implement it.
12127 (undo-extra-outer-limit): Doc update.
12128
12129 2005-01-29 Richard M. Stallman <rms@gnu.org>
12130
12131 * ses.el (undo-more): Delete defadvice.
12132 (ses-begin-change): Doc fix.
12133
12134 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12135 instead of rebinding C-x u and C-_.
12136
12137 * files.el (normal-backup-enable-predicate): Return nil for files
12138 in /tmp, regardless of temporary-file-directory.
12139
12140 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12141
12142 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12143 (open-rectangle, delete-whitespace-rectangle-line)
12144 (clear-rectangle-line): If FILL, pass t instead of FILL
12145 for move-to-column's 2nd arg.
12146
12147 * simple.el (undo): Fix the test for continuing a series of undos.
12148 (undo-more): Set pending-undo-list to t when we reach end.
12149 (pending-undo-list): Move up defvar.
12150
12151 * wid-edit.el (widget-button-click):
12152 Shorten the range of the track-mouse binding.
12153
12154 * comint.el (comint-insert-input): Undo previous changes;
12155 use last-input-event in interactive spec.
12156
12157 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12158
12159 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12160 to nil before invoking call-process. Reset buffer's modified flag
12161 after fontifying it in the no-async branch.
12162
12163 * wid-edit.el (widget-specify-button): If mouse pointer shape
12164 cannot be changed, use mouse face instead.
12165
12166 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12167
12168 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12169 (gdb-goto-breakpoint): Make breakpoint handling work on template
12170 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12171 (gdb-assembler-custom): Update to recognize breakpoint information
12172 added on 2005-01-19.
12173
12174 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12175
12176 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12177 (dsssl-mode): Use define-derived-mode.
12178 (scheme-mode-initialize): Remove.
12179 (scheme-mode): Use run-mode-hooks.
12180
12181 * cus-edit.el (customize-group-other-window)
12182 (custom-buffer-create-other-window): Don't override special-display-*.
12183 (custom-mode-map): Make it dense.
12184
12185 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12186 sets the default value.
12187
12188 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12189
12190 * descr-text.el: Add more keywords.
12191
12192 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * speedbar.el: Avoid unnecessary use of locate-library.
12195
12196 * international/mule-cmds.el (standard-display-european-internal):
12197 Don't fiddle with latin-1 non-break space any more since it's now
12198 special cased in the C code.
12199 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12200
12201 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12202
12203 * cus-start.el (all): Add `undo-outer-limit'.
12204
12205 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12206
12207 * textmodes/bibtex.el (bibtex-format-entry):
12208 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12209 field lines.
12210 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12211 not on part of a buffer.
12212
12213 2005-01-25 Lute Kamstra <lute@gnu.org>
12214
12215 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12216 nonempty field text strings like "{letters\\macro{}more letters}".
12217 Clarify docstring.
12218 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12219 (bibtex-entry-offset, bibtex-parse-association)
12220 (bibtex-parse-field-name): Fix typos in docstrings.
12221 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12222
12223 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12224
12225 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12226 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12227 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12228 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12229
12230 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12231 isearch minor mode.
12232
12233 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12234
12235 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12236
12237 2005-01-24 Lute Kamstra <lute@gnu.org>
12238
12239 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12240 CASECHARS and NOT-CASECHARS regular expressions of the
12241 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12242 striding over charsets" error.
12243
12244 2005-01-24 Jay Belanger <belanger@truman.edu>
12245
12246 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12247 display variable name.
12248
12249 2005-01-24 Kenichi Handa <handa@m17n.org>
12250
12251 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12252 Fix setting of the element of encoded-kbd-iso2022-invocations.
12253
12254 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12255
12256 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12257 (gdb-threads-select): Change to also accept mouse events.
12258 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12259 (gdb-threads-mouse-select): Delete.
12260
12261 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12262
12263 * files.el (insert-directory): Take care of empty directory,
12264 listed without -a switch.
12265
12266 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12267
12268 * textmodes/refill.el (refill-post-command-function):
12269 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12270 to the list of functions that we should be careful not to undo.
12271 (refill-late-fill-paragraph-function): Remove.
12272 (refill-saved-state): New var.
12273 (refill-mode): Use it to save fill-paragraph-function.
12274 Save also the value of auto-fill-function.
12275
12276 * term/w32-win.el: Simplify code.
12277
12278 2005-01-23 Kim F. Storm <storm@cua.dk>
12279
12280 * simple.el (line-move): Adapt to new return value from
12281 pos-visible-in-window-p.
12282
12283 * simple.el (line-move): Fix last change. Check partial
12284 visibility at point rather than at window-start.
12285
12286 2005-01-22 Jason Rumney <jasonr@gnu.org>
12287
12288 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12289
12290 2005-01-22 David Kastrup <dak@gnu.org>
12291
12292 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12293
12294 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12295
12296 * type-break.el (type-break-mode): Add a test for
12297 type-break-file-name being non-nil.
12298
12299 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12300
12301 * net/eudc.el (top level): Call (message "") via progn, so that
12302 eudc-options-file is loaded.
12303
12304 2005-01-22 Kim F. Storm <storm@cua.dk>
12305
12306 * simple.el (line-move-1): Rename from line-move.
12307 (line-move): New function that adjusts vscroll for partially
12308 visible rows, and calls line-move-1 otherwise.
12309
12310 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12311
12312 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12313 since it's not a complete read-event implementation
12314
12315 2005-01-20 Jay Belanger <belanger@truman.edu>
12316
12317 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12318 for called function.
12319
12320 2005-01-20 Steven Tamm <steventamm@mac.com>
12321
12322 * term/mac-win.el (process-connection-type): Remove.
12323 Controlled now by s/darwin.h:PTY_ITERATION.
12324
12325 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12326
12327 * window.el (handle-select-window): Don't switch window when we're
12328 in the minibuffer.
12329
12330 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12331
12332 * subr.el (dotimes-with-progress-reporter): New macro.
12333
12334 * ses.el (ses-dotimes-msg): Remove macro.
12335 Use `dotimes-with-progress-reporter' instead.
12336
12337 2005-01-19 Steven Tamm <steventamm@mac.com>
12338
12339 * term/mac-win.el (process-connection-type): Use new
12340 operating-system-release variable to use ptys on Darwin 7 (OS X
12341 10.3) when using carbon build.
12342
12343 2005-01-19 Jay Belanger <belanger@truman.edu>
12344
12345 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12346 flags if the last command was a tab or M-tab.
12347
12348 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12349 in formula editing buffer.
12350
12351 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12352
12353 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12354 breakpoint image symbol in margin.
12355
12356 2005-01-19 Jay Belanger <belanger@truman.edu>
12357
12358 * calc/calc-prog.el (calc-execute-kbd-macro):
12359 Ignore calc-keep-arg-flag.
12360
12361 2005-01-19 Kenichi Handa <handa@m17n.org>
12362
12363 * textmodes/ispell.el (ispell-looking-at): New function.
12364 (ispell-process-line): Use ispell-looking-at to compare the ispell
12365 output and the buffer contents.
12366
12367 2005-01-18 Jay Belanger <belanger@truman.edu>
12368
12369 * calc/calc.el (calc-display-raw): Fix docstring.
12370
12371 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12372
12373 * simple.el (blink-matching-open): Strip extra info from syntax.
12374
12375 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12376 funny chars in the end-of-here-doc marker.
12377
12378 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12379
12380 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12381 that enable/disabled state of breakpoints is shown correctly in
12382 fringe and on ttys.
12383 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12384 Add breakpoint information as text properties.
12385 (gdb-mouse-toggle-breakpoint):
12386 Rename to gdb-mouse-set-clear-breakpoint.
12387 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12388 breakpoints in the margin.
12389 (gdb-remove-strings): Simplify.
12390
12391 2005-01-17 Jay Belanger <belanger@truman.edu>
12392
12393 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12394 erasing buffer.
12395
12396 2005-01-17 Richard M. Stallman <rms@gnu.org>
12397
12398 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12399 for calling grep-compute-defaults.
12400
12401 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12402 if buffer is empty.
12403
12404 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12405
12406 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12407
12408 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12409
12410 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12411 non-preloaded variables.
12412
12413 2005-01-17 Steven Tamm <steventamm@mac.com>
12414
12415 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12416 tex-shell cause to force interactivity when using pipes.
12417
12418 2005-01-17 Kim F. Storm <storm@cua.dk>
12419
12420 * simple.el (just-one-space): Make arg optional.
12421
12422 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12423
12424 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12425 posn-at-x-y to t to access left-margin.
12426
12427 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12428
12429 Sync with Tramp 2.0.47.
12430
12431 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12432 catching keep-date problems in cp/scp operations.
12433 (tramp-handle-copy-file): Don't call `set-file-modes'
12434 unconditionally. Specialized functions should know better what is
12435 necessary. This improves performance a little bit, and the
12436 functions could catch errors with `cp -p' and `scp -p'.
12437 (tramp-do-copy-or-rename-file-via-buffer)
12438 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12439 when appropriate.
12440 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12441 Call `set-file-modes' when appropriate.
12442 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12443 Johnsson <isak@hypergene.com>
12444 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12445 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12446 <joakim@verona.se>
12447 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12448 Emacs only.
12449
12450 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12451 `find-file-hooks' and `dired-mode-hook'.
12452 (tramp-minor-mode-map): Respective map. Add remapping for
12453 `compile' and `recompile'.
12454 (tramp-remap-command, tramp-recompile): New defuns.
12455 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12456 in buffer "*Compilation*". Call the commands asynchronously.
12457
12458 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12459 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12460 `shell-command', because it isn't magic in XEmacs. Reported by
12461 Adrian Aichner <adrian@xemacs.org>.
12462
12463 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12464 `substitute-in-file-name.
12465 (tramp-smb-handle-substitute-in-file-name): New defun.
12466 (tramp-smb-advice-PC-do-completion): Delete advice.
12467
12468 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12469
12470 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12471 Fix error in deleting region.
12472
12473 2005-01-15 Richard M. Stallman <rms@gnu.org>
12474
12475 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12476 In non-temp buffer, switch syntax table temporarily.
12477
12478 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12479
12480 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12481
12482 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12483
12484 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12485 (imenu--generic-function): Use START, not BEG, as pos of definition.
12486
12487 * simple.el (just-one-space): Argument specifies number of spaces.
12488
12489 * simple.el (eval-expression-print-format): Avoid warning
12490 about edebug-active.
12491
12492 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12493
12494 * progmodes/sh-script.el: Code copied from make-mode.el
12495 with small changes,
12496 (sh-mode-map): Bind C-c C-\.
12497 (sh-backslash-column, sh-backslash-align): New variables.
12498 (sh-backslash-region, sh-append-backslash): New functions.
12499
12500 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12501
12502 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12503 (rmail-pop-password, rmail-pop-password-required): Move to
12504 rmail-obsolete group.
12505 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12506 All callers updated.
12507 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12508 Take an argument specifying whether it is POP or IMAP mailbox we
12509 are using. All callers updated.
12510 (rmail-pop-password-error): Rename to
12511 rmail-remote-password-error. Added mailutils-specific error message.
12512 (rmail-movemail-search-path)
12513 (rmail-movemail-variant-in-use): New variables.
12514 (rmail-remote-password, rmail-remote-password-required):
12515 New customization variables.
12516 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12517 (rmail-parse-url): New function.
12518 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12519 with GNU mailutils movemail.
12520
12521 2005-01-15 Kevin Ryde <user42@zip.com.au>
12522
12523 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12524 suffix to space, $ or '$, to correctly position point when going
12525 to @table style constants like DBL_MAX.
12526
12527 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12528
12529 * type-break.el (type-break-mode, type-break-file-time)
12530 (type-break-file-keystroke-count, type-break-choose-file):
12531 Don't store data in or load data from the file if type-break-file-name
12532 is nil.
12533 (type-break-file-name): Doc update as per the above.
12534
12535 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12536
12537 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12538 lookup-key might return nil; handle that.
12539
12540 2005-01-15 Alan Mackenzie <acm@muc.de>
12541
12542 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12543 rather than the element found, thus enabling the tree to be setcar'd.
12544
12545 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12546
12547 * textmodes/org.el (org-show-following-heading): New option.
12548 (org-show-hierarchy-above): Use `org-show-following-heading'.
12549 (org-cycle): Documentation fix.
12550
12551 * textmodes/org.el (orgtbl-optimized): New option
12552 (orgtbl-mode): New command, a minor mode.
12553 (orgtbl-mode-map): New variable.
12554 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12555 (orgtbl-error, orgtbl-self-insert-command)
12556 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12557
12558 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12559 a local variable in each org-mode buffer.
12560
12561 * textmodes/org.el (org-set-regexps-and-options): Rename from
12562 `org-set-regexps'. Added checking for STARTUP keyword.
12563 (org-get-current-options): Add STARTUP options.
12564 (org-table-insert-row): Make mode intelligent about when
12565 realignment is needed.
12566 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12567 New commands.
12568 (org-enable-table-editor): New default value `optimized'.
12569 (org-table-blank-field): Support blanking regions if active.
12570
12571 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12572
12573 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12574 if the year is not given.
12575
12576 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12577 Add new escapes %m and %M, fixed bug with %F by adding
12578 save-match-data.
12579 (reftex-reference): Remove ?. from list of spaces.
12580 (reftex-label-info): Add automatic label prefix recognition.
12581
12582 * textmodes/reftex-index.el (reftex-index-next-phrase):
12583 Add slave parameter to call of `reftex-index-this-phrase'.
12584 (reftex-index-this-phrase): New optional argument.
12585 (reftex-index-region-phrases): Add slave parameter to call of
12586 `reftex-index-this-phrase'.
12587 (reftex-display-index): New argument redo.
12588 (reftex-index-rescan): Add 'redo to arguments of
12589 `reftex-display-index'.
12590 (reftex-index-Rescan, reftex-index-revert)
12591 (reftex-index-switch-index-tag): Add 'redo to arguments of
12592 `reftex-display-index'.
12593 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12594 indexing. Fix bug with matching is there is a quote before or
12595 after the word.
12596
12597 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12598 Fix bug when collecting citation keys in lines with comments.
12599 (reftex-citation): Prefix argument no longer rescans the document,
12600 but forces prompting for optional arguments of cite macros.
12601 (reftex-do-citation): Prompting for optional arguments implemented.
12602
12603 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12604 Add optional arguments to most cite commands.
12605 (reftex-cite-cleanup-optional-args): New option
12606 (reftex-cite-prompt-optional-args): New option.
12607 (reftex-trust-label-prefix): New option.
12608
12609 * textmodes/reftex-toc.el (reftex-toc-find-section):
12610 Add push-mark before changing the position in the buffer.
12611
12612 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12613 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12614
12615 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12616
12617 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12618 more carefully.
12619
12620 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12621
12622 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12623 (sgml-mode): Use it.
12624 (sgml-get-context): Better keep track of implicitly closed tags.
12625
12626 2005-01-13 Kenichi Handa <handa@m17n.org>
12627
12628 * textmodes/ispell.el: These changes are to fix misalignment error
12629 caused by equivalent characters of different Emacs charsets.
12630 (ispell-unified-chars-table): New variable.
12631 (ispell-get-decoded-string): New function.
12632 (ispell-get-casechars, ispell-get-not-casechars)
12633 (ispell-get-otherchars): Call ispell-get-decoded-string.
12634
12635 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12636
12637 * custom.el (custom-declare-variable): Just put symbol instead
12638 of (defvar . symbol) in `current-load-list'.
12639
12640 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12641
12642 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12643
12644 2005-01-12 Jay Belanger <belanger@truman.edu>
12645
12646 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12647 to create a Calc summary.
12648
12649 2005-01-12 Kim F. Storm <storm@cua.dk>
12650
12651 * mouse.el (mouse-on-link-p): Change functionality and doc
12652 string to comply with latest description in lisp ref.
12653
12654 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12655
12656 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12657 Enable mouse clicks on mode-line, header-line and margin.
12658 (event-type): Give mouse event symbols an 'event-kind property
12659 with value 'mouse-click.
12660
12661 2005-01-12 Juri Linkov <juri@jurta.org>
12662
12663 * facemenu.el (list-colors-display): Add new arg buffer-name.
12664 Use it. Fix docstring. Replace code for identifying duplicate
12665 colors by the name with call to `list-colors-duplicates' which
12666 identifies duplicate colors by the value unless the color
12667 is one of special Windows colors. Set truncate-lines to t.
12668 Print sorted duplicate color names on each line. Indent to 22
12669 \(the longest color name in rgb.txt) instead of 20. Optimize.
12670 (list-colors-duplicates): New function.
12671 (facemenu-color-name-equal): Delete function.
12672
12673 * facemenu.el (list-colors-print): New function created from code
12674 in list-colors-display. Print #RRGGBB at the window right edge.
12675 (list-colors-display): When temp-buffer-show-function is not
12676 defined, call list-colors-print from temp-buffer-show-hook
12677 to get the right value of window-width in list-colors-print
12678 after the buffer is displayed.
12679
12680 * simple.el (pop-mark): Move deactivate-mark out of conditional
12681 part to deactivate the active mark regardless of the state of the
12682 mark ring.
12683
12684 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12685 variables line in desktop files.
12686
12687 2005-01-12 Juri Linkov <juri@jurta.org>
12688
12689 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12690 Bring together isearch highlight related options.
12691 (lazy-highlight): Replace group `replace' by `matching'.
12692 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12693 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12694 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12695 and declare them obsolete.
12696 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12697 (isearch-faces): Remove defgroup.
12698 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12699 Move isearch highlighting code closer to lazy highlighting code.
12700
12701 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12702 (query-replace-highlight, query-replace-lazy-highlight)
12703 (query-replace): Move definitions to the beginning of the file.
12704
12705 2005-01-11 Juri Linkov <juri@jurta.org>
12706
12707 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12708 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12709 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12710
12711 * info.el (Info-history-forward): New variable.
12712 (Info-select-node): Reset Info-history-forward to nil.
12713 (Info-last): Turn into defalias.
12714 (Info-history-back): Rename from Info-last.
12715 Add current node to Info-history-forward.
12716 (Info-history-forward): New fun.
12717 (Info-mode-map): Replace Info-last by Info-history-back.
12718 Bind Info-history-forward to "r".
12719 (Info-mode-menu): Replace Info-last by Info-history-back.
12720 Fix menu item text. Add menu item for Info-history-forward.
12721 (info-tool-bar-map): Replace Info-last by Info-history-back.
12722 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12723 for Info-history-forward.
12724 (Info-mode): Replace Info-last by Info-history-back in docstring.
12725 Add local variable Info-history-forward.
12726 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12727
12728 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12731 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12732 Ignore select-window events rather than fiddle with
12733 mouse-autoselect-window.
12734
12735 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12736
12737 * type-break.el (type-break-mode): Fix previous change.
12738
12739 2005-01-10 Jay Belanger <belanger@truman.edu>
12740
12741 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12742 calculator; only reset when point is inside a calculator.
12743 Don't adjust the window height if the window takes up the whole height
12744 of the frame.
12745
12746 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12747
12748 * ebuff-menu.el (Electric-buffer-menu-mode):
12749 Preserve value of buffer-local var header-line-format.
12750
12751 2005-01-09 Jay Belanger <belanger@truman.edu>
12752
12753 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12754 Make sure settings file exists before accessing it.
12755
12756 * calc/calc-embed.el (calc-embedded-subst):
12757 Replace math-multi-subst-rec, which is only supposed to be called
12758 by math-multi-subst, by math-multi-subst.
12759
12760 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12761
12762 * vc.el (vc-allow-async-revert): New user option.
12763 (vc-disable-async-diff): New internal variable.
12764 (vc-revert-buffer): Use them to disable asynchronous diff.
12765
12766 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12767 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12768 asynchronously if vc-disable-async-diff is t.
12769
12770 2005-01-09 Jay Belanger <belanger@truman.edu>
12771
12772 * calc/calc.el (defcalcmodevar): New macro.
12773 (calc-mode-var-list-restore-default-values)
12774 (calc-mode-var-list-restore-saved-values): New functions.
12775 (calc-mode-var-list): Use defcalcmodevar to define it.
12776 (calc-always-load-extensions, calc-line-numbering)
12777 (calc-line-breaking, calc-display-just, calc-display-origin)
12778 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12779 (calc-group-char, calc-point-char, calc-frac-format)
12780 (calc-prefer-frac, calc-hms-format, calc-date-format)
12781 (calc-float-format, calc-full-float-format, calc-complex-format)
12782 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12783 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12784 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12785 (calc-matrix-brackets, calc-language, calc-language-option)
12786 (calc-left-label, calc-right-label, calc-word-size)
12787 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12788 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12789 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12790 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12791 (calc-window-height, calc-display-trail, calc-show-selections)
12792 (calc-use-selections, calc-assoc-selections)
12793 (calc-display-working-message, calc-auto-why, calc-timing)
12794 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12795 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12796 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12797 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12798 (calc-gnuplot-geometry, calc-graph-default-resolution)
12799 (calc-graph-default-resolution-3d, calc-invocation-macro)
12800 (calc-show-banner): Use defcalcmodevar to declare them and set
12801 their default values.
12802
12803 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12804 instead of default values (but restore default values if there is
12805 an argument of 0).
12806
12807 2005-01-09 David Kastrup <dak@gnu.org>
12808
12809 * desktop.el (desktop-restore-eager): Fix typo in type.
12810
12811 2005-01-08 Richard M. Stallman <rms@gnu.org>
12812
12813 * cus-edit.el (customize): Delete :link.
12814
12815 2005-01-08 Jay Belanger <belanger@truman.edu>
12816
12817 * calc/calc.el (calc-mode): Remove the extension from the
12818 `calc-settings-file' file name when loading it.
12819
12820 2005-01-08 Kim F. Storm <storm@cua.dk>
12821
12822 * info.el (Info-mode-map, Info-next-link-keymap)
12823 (Info-prev-link-keymap, Info-up-link-keymap):
12824 Map follow-link to mouse-face.
12825 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12826
12827 2005-01-08 Jay Belanger <belanger@truman.edu>
12828
12829 * calc/calc.el (calc-settings-file): Change default value.
12830 Suggested by cgw in a comment in calc-mode.el.
12831
12832 * calc/calc-mode.el (calc-settings-file-name):
12833 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12834 Replace ~/.emacs in a prompt by calc-settings-file.
12835
12836 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12837
12838 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12839 (desktop-lazy-idle-delay): New customizable variables.
12840 (desktop-buffer-args-list): New variable.
12841 (desktop-append-buffer-args): New function.
12842 (desktop-save): Call desktop-append-buffer-args for some buffers.
12843 (desktop-lazy-create-buffer): New function.
12844 (desktop-idle-create-buffers): New function.
12845 (desktop-read): Add message about buffers to restore lazily.
12846 (desktop-lazy-abort): New command.
12847 (desktop-clear): Call desktop-lazy-abort.
12848 (desktop-lazy-complete): New command.
12849
12850 2005-01-06 Richard M. Stallman <rms@gnu.org>
12851
12852 * emacs-lisp/find-func.el (find-face-definition):
12853 Rename from find-face.
12854
12855 2005-01-06 Kim F. Storm <storm@cua.dk>
12856
12857 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12858
12859 * man.el (Man-xref-man-page, Man-xref-header-file)
12860 (Man-xref-normal-file): Add follow-link property.
12861
12862 2005-01-06 Jay Belanger <belanger@truman.edu>
12863
12864 * calc/calc-units.el: Make sure the proper macro definitions are
12865 available when compiling.
12866
12867 2005-01-06 Juri Linkov <juri@jurta.org>
12868
12869 * isearch.el (isearch-lazy-highlight-update):
12870 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12871
12872 2005-01-06 Miles Bader <miles@gnu.org>
12873
12874 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12875 (isearch-lazy-highlight-face): Use new name.
12876
12877 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12878
12879 * uniquify.el (uniquify-rationalize-file-buffer-names):
12880 Re-add an interactive spec.
12881 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12882 to the same name.
12883
12884 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12885 (isearch-update, isearch-done): Adjust calls accordingly.
12886
12887 2005-01-05 Richard M. Stallman <rms@gnu.org>
12888
12889 * custom.el (custom-set-variables, custom-theme-set-variables):
12890 Clarify documentation.
12891
12892 * emacs-lisp/find-func.el (find-variable)
12893 (find-variable-other-window, find-variable-other-frame):
12894 Fix the TYPE args to find-function-read and find-function-do-it.
12895 (find-function): Doc fix.
12896 (find-function-at-point): Replace function-at-point alias.
12897
12898 2005-01-04 Richard M. Stallman <rms@gnu.org>
12899
12900 * cus-face.el (custom-declare-face):
12901 Record defface in current-load-list.
12902
12903 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12904
12905 * emacs-lisp/find-func.el: Doc fixes.
12906 (find-face-regexp): New variable.
12907 (find-function-regexp-alist): New variable.
12908 (find-function-C-source): Third arg is now TYPE.
12909 (find-function-search-for-symbol): Handle general TYPE.
12910 (find-function-read, find-function-do-it): Handle general TYPE.
12911 (find-definition-noselect, find-face): New functions.
12912 (function-at-point): Alias deleted.
12913
12914 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12915
12916 * battery.el (display-battery-mode): Rename from display-battery.
12917 Handle the case where it gets turned off.
12918
12919 2005-01-04 Richard M. Stallman <rms@gnu.org>
12920
12921 * cus-edit.el (customize): Make :link point to user doc.
12922
12923 * man.el (Man-fontify-manpage): Turn off undo generation.
12924
12925 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12926
12927 2005-01-04 Andreas Schwab <schwab@suse.de>
12928
12929 * files.el (insert-directory): Only look for error lines in
12930 inserted text. Don't move too far after processing --dired markers.
12931
12932 2005-01-04 Richard M. Stallman <rms@gnu.org>
12933
12934 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12935 Don't expand if the character is @, period, dash, etc.
12936 (define-mail-abbrev): Quote names that contain problem characters.
12937
12938 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
12939
12940 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12941
12942 2005-01-03 Richard M. Stallman <rms@gnu.org>
12943
12944 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12945 (query-replace-highlight, query-replace-lazy-highlight)
12946 (query-replace): Definitions moved up. Doc fix.
12947
12948 2005-01-03 Richard M. Stallman <rms@gnu.org>
12949
12950 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
12951 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12952 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12953 (lazy-highlight-face): Rename from isearch-lazy-...
12954 Change all references to them.
12955
12956 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
12957
12958 * cus-edit.el (custom-file): Doc fix for defcustom.
12959 (custom-file): The function no longer sets the variable
12960 `custom-file' to its return value.
12961
12962 * startup.el (command-line): No longer load `custom-file'.
12963
12964 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12967
12968 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
12969 Don't confuse module-prefixed identifiers for labels.
12970 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
12971
12972 2005-01-02 Richard M. Stallman <rms@gnu.org>
12973
12974 * files.el (basic-save-buffer-1): Fix previous change.
12975
12976 * loadhist.el (file-loadhist-lookup): New function.
12977 (file-provides, file-requires): Use it.
12978
12979 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
12980 instead of calculating the right size.
12981
12982 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12983
12984 * vc-svn.el (vc-svn-diff): Stay local if possible.
12985
12986 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
12987
12988 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
12989
12990 * files.el (hack-local-variables): Fix last change.
12991
12992 2005-01-02 Jay Belanger <belanger@truman.edu>
12993
12994 * calc/calc-yank.el (calc-edit-top): New variable.
12995 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
12996 object. Change header properties.
12997 (calc-edit-finish, calc-edit-finish-stack-object)
12998 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
12999 edited object.
13000 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13001 for the beginning of the edited object.
13002 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13003 for the beginning of the edited object.
13004 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13005 (calc-finish-formula-edit, calc-macro-repeats)
13006 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13007 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13008 beginning of the edited object.
13009 (calc-user-define-edit): Change the header for editing macros.
13010 Remove unnecessary variable.
13011
13012 2005-01-01 Jay Belanger <belanger@truman.edu>
13013
13014 * calc/calc-yank.el (calc-edit-mode): Change default header.
13015 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13016 * calc/calc-store.el (calc-edit-variable): Change title to match new
13017 header.
13018 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13019 mode to match new header.
13020 (calc-user-define-edit): Change titles to include names of commands.
13021 (calc-finish-formula-edit): Adjust to handle new header.
13022 (calc-finish-macro-edit): Remove.
13023 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13024 (calc-edit-macro-command, calc-edit-macro-command-type)
13025 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13026 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13027 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13028 (calc-edit-macro-finish-edit): New functions.
13029 (calc-user-define-edit): Use new functions to edit named calc macros.
13030
13031 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13032
13033 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13034
13035 * ses.el (copy-region-as-kill): Deactivate mark.
13036
13037 2005-01-01 Richard M. Stallman <rms@gnu.org>
13038
13039 * replace.el (occur-1): If the output buffer is also an input,
13040 don't kill it, rename it.
13041
13042 * faces.el (set-face-background, set-face-foreground): Doc fix.
13043
13044 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13045 for :foreground and :background.
13046
13047 * dired.el (dired-view-command-alist): Variable deleted.
13048 (dired-view-file, dired-mouse-find-file-other-window):
13049 Delete the code to use it.
13050
13051 2005-01-01 Kim F. Storm <storm@cua.dk>
13052
13053 * image.el (insert-sliced-image): Use t for line-height property.
13054
13055 See ChangeLog.11 for earlier changes.
13056
13057 ;; Local Variables:
13058 ;; coding: iso-2022-7bit
13059 ;; End:
13060
13061 Copyright (C) 2005 Free Software Foundation, Inc.
13062 Copying and distribution of this file, with or without modification,
13063 are permitted provided the copyright notice and this notice are preserved.
13064
13065 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1