]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* message.el (message-expand-group): Pass the common
[gnu-emacs] / lisp / ChangeLog
1 2005-10-16 Masatake YAMATO <jet@gyve.org>
2
3 * dabbrev.el (dabbrev-completion): Pass the common
4 prefix substring of completion to `display-completion-list'.
5
6 * filecache.el (file-cache-minibuffer-complete)
7 (file-cache-complete): Ditto.
8
9 * tempo.el (tempo-display-completions): Ditto.
10
11 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12
13 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14
15 * eshell/em-hist.el (eshell-list-history): Ditto.
16
17 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
18
19 * mail/mailalias.el (mail-complete): Ditto.
20
21 * progmodes/etags.el (complete-tag): Ditto.
22
23 * progmodes/make-mode.el (makefile-complete): Ditto.
24
25 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
26
27 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
28
29 * progmodes/pascal.el (pascal-complete-word)
30 (pascal-show-completions): Ditto.
31
32 * progmodes/python.el (python-complete-symbol): Ditto.
33
34 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
35
36 * textmodes/org.el (org-complete): Ditto.
37
38 * simple.el (completion-common-substring): New variable.
39 (completion-setup-function): Use `completion-common-substring'
40 to put faces.
41
42 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
43
44 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
45 (x-get-selection, mac-select-convert-to-string): Convert from/to
46 UTF-16 clipboard data as in native byte order, no BOM.
47
48 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
49
50 * progmodes/gud.el (gud-tool-bar-map): Rename the images
51 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
52 (gud-sentinel): Use speedbar-frame to check for speedbar.
53
54 2005-10-15 Richard M. Stallman <rms@gnu.org>
55
56 * savehist.el (savehist-history-variables): New file.
57
58 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
59
60 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Fix
61 bug in \bf fontification.
62
63 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * pcvs.el (cvs-edit-log-files): New var.
66 (cvs-mode-edit-log): New arg `file'.
67 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
68 Instead force the use of the original file and nothing else.
69 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
70 the cvs-minor-wrap-function is set.
71 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
72
73 2005-10-14 Bill Wohler <wohler@newt.com>
74
75 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
76 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
77 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
78 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
79 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
80 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
81 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
82 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
83 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
84 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
85 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
86 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
87 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
88 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
89 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
90
91 * progmodes/gud.el (gud-tool-bar-map): Renamed the images
92 appropriately (for example, gud-break to gud/break).
93
94 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
95
96 * longlines.el (longlinges-search-function)
97 (longlines-search-forward, longlines-search-backward): New
98 functions.
99 (longlines-mode): Set isearch-search-fun-function to
100 longlinges-search-function.
101
102 * mouse.el (mouse-drag-region-1): Handle the case where a
103 double-click event is bound to an arbitrary function.
104
105 2005-10-14 David Ponce <david@dponce.com>
106
107 * recentf.el (recentf-track-opened-file)
108 (recentf-track-closed-file, recentf-update-menu)
109 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
110 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
111 mouse-1-click-follows-link.
112
113 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
114
115 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
116 Gnome file-manager.png. Suggested by
117 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
118
119 * toolbar/README: Add diropen.xpm.
120
121 2005-10-13 Bill Wohler <wohler@newt.com>
122
123 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
124 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
125
126 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
129 Don't waste the byte-compiler's time on constant data.
130
131 2005-10-13 Kenichi Handa <handa@m17n.org>
132
133 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
134 byte with `escape-glyph' face.
135
136 * international/fontset.el (ccl-encode-unicode-font):
137 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
138 Handle the case that ucs-mule-to-mule-unicode translates a character to
139 ASCII (usually for IPA characters).
140
141 2005-10-12 Bill Wohler <wohler@newt.com>
142
143 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
144 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
145 files in MH-E-SRC have been updated.
146 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
147
148 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
151 (mixal-mode-syntax-table): Add \n as end-comment.
152 (mixal-operation-codes-alist): Immediately initialize to full value.
153 (mixal-add-operation-code): Remove.
154 (mixal-describe-operation-code): Make the arg non-optional.
155 Use the interactive spec instead.
156 Use mixal-operation-codes-alist rather than mixal-operation-codes.
157 (mixal-font-lock-keywords): Don't highlight comments here any more.
158 (mixal-font-lock-syntactic-keywords): New var.
159 (mixal-mode): Use it. Fix comment-start-skip.
160
161 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
162
163 * startup.el (command-line-x-option-alist): -nb => -nbi
164
165 2005-10-12 Kim F. Storm <storm@cua.dk>
166
167 * startup.el (fancy-splash-default-action): Discard mouse click in
168 the spash screen window, as it has no sensible meaning in the
169 next window to be selected. Fixes error reported by Jan D.
170
171 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
172
173 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
174
175 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
178 Try to fix up minor layout issues like indentation, line break, etc...
179 (mixal-mode-syntax-table): Don't try to specify comment syntax,
180 because it doesn't work.
181 (mixal-operation-codes): Add some more codes.
182 (mixal-font-lock-keywords): Process comments here.
183 (mixal-mode): mixasm no longer needs -g option.
184
185 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
186
187 * progmodes/sh-script.el (sh-tmp-file):
188 Use mktemp -t. Finish support for es and rc shells.
189
190 2005-10-11 Jay Belanger <belanger@truman.edu>
191
192 * calc/calcalg2.el (calc-integral): With an argument, compute the
193 definite integral.
194
195 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
196
197 * mouse.el (mouse-drag-region-1): Don't try to catch a
198 double-click when doing follow-link (it's overridden anyway).
199
200 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
201
202 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
203 (autoload-print-form-outbuf): Add docstring.
204
205 2005-10-11 Juri Linkov <juri@jurta.org>
206
207 * info.el (Info-mode-menu): Delete menu item "Edit".
208 (Info-mode): Delete description of Info-edit from docstring,
209 and rearrange descriptions of Info commands in the order
210 they are documented in the Info manual.
211
212 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * calendar/appt.el (appt-check): Use diary-selective-display var.
215
216 2005-10-10 Richard M. Stallman <rms@gnu.org>
217
218 * net/newsticker.el (newsticker-start, newsticker-show-news):
219 Add autoload cookies.
220
221 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
222
223 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
224
225 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
226
227 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
228
229 2005-10-10 Jay Belanger <belanger@truman.edu>
230
231 * calc/calc-arith.el (math-check-known-scalarp)
232 (math-check-known-matrixp): Check the values of arguments that are
233 variables.
234 (math-check-known-square-matrixp): New function.
235 (math-known-square-matrixp): Use math-check-known-square-matrixp.
236 (math-super-types): Add sqmatrix type.
237
238 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
239 mode name `square' to 'sqmatrix'.
240
241 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
242 mode name `square' to 'sqmatrix'.
243
244 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * progmodes/etags.el (select-tags-table-mode): Don't use
247 selective-display.
248 (tags-select-tags-table): Pass `button' to the action function.
249 (select-tags-table): Place the side-info on button properties rather
250 than in hidden text. Abbreviate file names.
251 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
252 (select-tags-table-select): Add `button' argument.
253 Get side-info from the button property rather than from hidden text.
254
255 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
256
257 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
258 (gud-speedbar-buttons): Preserve point if possible.
259 (gud-sentinel): Restore previous speedbar display type.
260
261 * progmodes/gdb-ui.el (gdba): Improve diagram.
262 (def-gdb-auto-update-handler, gdb-info-locals-handler)
263 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
264 Call get-buffer-window once.
265
266 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
269 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
270 (pascal-indent-command): Remove unused var `ind'.
271 (pascal-indent-case): Remove unused var `oldpos'.
272 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
273 since it's now used as a proper minor mode map.
274 (pascal-outline): Rename to pascal-outline-mode.
275 (pascal-outline-mode): Use define-minor-mode.
276 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
277 selective-display.
278
279 2005-10-10 Andreas Schwab <schwab@suse.de>
280
281 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
282 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
283
284 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
285 outside source directory.
286
287 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
288
289 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
290 C-x' as a prefix.
291 (orgtbl-mode-map): Full keymap instead of sparse, because all
292 `self-insert-command' keys are redefined in this map.
293 (org-export-as-html): Specify charset for HTML file, by taking it
294 from the coding system.
295
296 2005-10-10 Kenichi Handa <handa@m17n.org>
297
298 * textmodes/flyspell.el (flyspell-check-word-p):
299 If unread-command-events is non-empty, don't call sit-for.
300
301 2005-10-09 Richard M. Stallman <rms@gnu.org>
302
303 * font-lock.el (font-lock-syntactic-keywords)
304 (font-lock-keywords): Doc fixes.
305
306 * textmodes/flyspell.el (flyspell-external-point-words):
307 Simplify logic, and don't try to check for consecutive appearances
308 of one incorrect word.
309
310 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
311
312 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
313 separator.
314
315 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
316 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
317 (gud-expansion-speedbar-buttons): New function.
318 (gud-speedbar-buttons): Check for gud-comint-buffer.
319
320 2005-10-09 Bill Wohler <wohler@newt.com>
321
322 * Makefile.in (updates): Add mh-loaddefs dependency.
323
324 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
325
326 * speedbar.el (speedbar-file-key-map): Fix typo.
327
328 2005-10-09 Daniel Brockman <daniel@brockman.se>
329
330 * cus-start.el (line-spacing): Add custom spec.
331
332 2005-10-09 Romain Francoise <romain@orebokech.com>
333
334 * textmodes/ispell.el (ispell-check-version): Fix last change.
335
336 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
337
338 * term/x-win.el: Remove -i, --icon-type from comment.
339
340 * startup.el (command-line-x-option-alist): Remove options -i,
341 -itype, --icon-type, added -nb, --no-bitmap-icon
342
343 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
344
345 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
346 instead of :active.
347
348 2005-10-08 Eric Hanchrow <offby1@blarg.net>
349
350 * textmodes/ispell.el (ispell-check-version):
351 Ignore hyphen, and all that follows, in aspell's version text.
352
353 2005-10-08 Jay Belanger <belanger@truman.edu>
354
355 * calc/calc-arith.el (math-known-square-matrixp): New function.
356 (math-pow-fancy): Check for matrices before distributing exponent
357 across products.
358
359 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
360 fullscreen keypad. Suggested by Luc Teirlinck.
361 (calc-keypad-show-input): Add space for formatting.
362
363 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
364 Add square matrix option.
365
366 * calc/calc-poly.el (math-expand-term): Check for matrices instead
367 of checking calc-matrix-mode when deciding how to expand.
368
369 * calc/calc.el (calc-set-mode-line): Add square matrix option.
370
371 2005-10-08 Lars Hansen <larsh@soem.dk>
372
373 * net/tramp.el (tramp-perl-directory-files-and-attributes):
374 Add error handling.
375 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
376
377 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
378
379 Sync with Tramp 2.0.51.
380
381 * net/tramp.el (tramp-handle-set-visited-file-modtime)
382 (tramp-handle-insert-file-contents, tramp-handle-write-region):
383 Insert special handling for `last-coding-system-used', again
384 it still seems to be necessary (unlike stated before).
385 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
386 (tramp-password-prompt-regexp): There might be other words before
387 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
388 (tramp-chunksize): Improve docstring.
389 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
390 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
391 Christian Joergensen <bugs@razor.dk>.
392
393 2005-10-07 Glenn Morris <rgm@gnu.org>
394
395 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
396 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
397 precision'.
398
399 2005-10-07 Romain Francoise <romain@orebokech.com>
400
401 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
402 (ibuffer-do-shell-command-pipe-replace)
403 (ibuffer-do-shell-command-file, ibuffer-do-eval)
404 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
405 (ibuffer-do-revert, ibuffer-do-replace-regexp)
406 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
407 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
408 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
409 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
410 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
411 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
412 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
413 Autoload file sans suffix.
414
415 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
416
417 2005-10-07 David Ponce <david@dponce.com>
418
419 * recentf.el (recentf-menu-open-all-flag): New option.
420 (recentf-digit-shortcut-command-name): New function.
421 (recentf--shortcuts-keymap): New variable.
422 (recentf-menu-shortcuts): New variable.
423 (recentf-make-menu-items): Initialize it. Replace the "More..."
424 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
425 (recentf-menu-value-shortcut): New function.
426 (recentf-make-menu-item): Use it. No more in-lined.
427 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
428 (recentf-open-most-recent-file): Rename from
429 `recentf-open-file-with-key'. Don't depend on key binding.
430 (recentf-mode-map): New variable.
431 (recentf-mode): Use it.
432
433 2005-10-06 Bill Wohler <wohler@newt.com>
434
435 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
436
437 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
438 (MH-E-SRC): New. Used by mh-autoloads.
439 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
440 files in MH-E-SRC have been updated.
441 (compile, recompile, bootstrap): Depend on mh-autoloads.
442
443 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
444
445 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
446 gud-break and gud-remove icons when the fringe is not available.
447
448 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
449 Typo.
450
451 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
452
453 * play/zone.el (zone): Wrap body with save-window-excursion.
454
455 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
456
457 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
458 Use the new `list-only' arg to diary-list-entries.
459
460 * calendar/diary-lib.el: Use overlays rather than selective-display.
461 (diary-selective-display): New var.
462 (diary-header-line-format): Use it.
463 (diary-list-entries): Add argument `list-only'.
464 Put the buffer in diary-mode. Don't add \^M at beg and end.
465 Replace \^M by invisible overlays.
466 (diary-unhide-everything): Replace \^M by invisible overlays.
467 (print-diary-entries): Look for overlays rather than \^M.
468 Add a space to the temp buffer name.
469 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
470 Put the buffer in diary-mode.
471 (list-sexp-diary-entries): Replace \^M by invisible overlays.
472 (diary-anniversary): Make the year arg optional.
473 (diary-time-regexp): New const.
474 (diary-font-lock-keywords): Use it to accept a few more time formats.
475
476 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
477
478 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
479
480 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
481 Fix bug introduced 2005-07-03: Use (car (last ...))
482 to faithfully reproduce replaced artist-last.
483 (artist-set-arrow-points-for-poly): Likewise.
484 Suggested by Johan Bockg\e,Ae\e(Brd.
485
486 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
487
488 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
489 * wid-edit.el (widget):
490 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
491 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
492
493 2005-10-06 Kenichi Handa <handa@m17n.org>
494
495 * international/mule-cmds.el (set-language-environment):
496 Fix setting up of case-table for unibyte mode.
497
498 * simple.el (what-cursor-position): If the character is displayed
499 by some `display' text property, show that. Don't use
500 single-key-description for eight-bit characters in multibyte mode.
501
502 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
503
504 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
505 (gdb-ann3): Set it.
506 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
507 (gdb-info-frames-custom): Use inverse-video for first five
508 characters of selected frame only.
509 (gdb-get-frame-number): Select frame even when point is on frame
510 number.
511
512 2005-10-06 Masatake YAMATO <jet@gyve.org>
513
514 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
515 Put `font-lock-function-name-face'.
516 (gdb-info-frames-custom): Put `font-lock-function-name-face'
517 and `font-lock-variable-name-face'
518 (gdb-registers-font-lock-keywords): New font lock keywords definition.
519 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
520 (gdb-memory-font-lock-keywords): New font lock keywords definition.
521 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
522 (gdb-local-font-lock-keywords): New font lock keywords definition.
523 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
524 (gdb-threads-font-lock-keywords): New font lock keywords definition.
525 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
526
527 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
528
529 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
530 (ediff-merge-region-is-non-clash-to-skip): Previously called
531 ediff-merge-region-is-non-clash.
532
533 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
534 Use insert-buffer-substring.
535
536 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
537 selecting files to patch. Also bug fixes.
538
539 * ediff-util.el (ediff-setup): Bug fix.
540 (ediff-next-difference): Never skip clashes that differ in white
541 space only.
542
543 * ediff-wind.el (ediff-setup-control-frame)
544 (ediff-destroy-control-frame): Check the menubar feature.
545
546 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
547 (viper-refresh-mode-line): Use make-local-variable to localize
548 some vars instead of make-variable-buffer-local. Suggested by
549 Stefan Monnier.
550
551 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
552 (viper-restore-cursor-type, viper-set-insert-cursor-type):
553 Use make-local-variable instead of make-variable-buffer-local.
554 Suggested by Stefan Monnier.
555
556 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
557 (viper-comint-mode-hook): Use make-local-variable on
558 require-final-newline.
559 (viper-non-hook-settings): Don't use make-variable-buffer-local.
560
561 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
562
563 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
564 also the second char of a comment-start sequence.
565 (scheme-sexp-comment-syntax-table): New var.
566 (lambda, define): Set their scheme-doc-string-elt property.
567 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
568 Use lisp-font-lock-syntactic-face-function now that it properly
569 handles |...| symbols.
570 (scheme-mode-variables): Set lisp-doc-string-elt-property,
571 parse-sexp-lookup-properties and font-lock-extra-managed-props.
572
573 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
574 bit from # to |.
575 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
576
577 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
578 (lisp-doc-string-elt-property): New var.
579 (lisp-font-lock-syntactic-face-function): Use it.
580 Rewrite to recognize docstrings even for forms not at toplevel.
581
582 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
583 annotation on the | part of #| rather than on the # part.
584 (scheme-font-lock-syntactic-face-function): New function, to
585 distinguish strings from |...| symbols.
586 (scheme-mode-variables): Use it. Also fix up the font-lock-time
587 syntax-table so that #|...|# is properly highlighted.
588
589 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
590 Don't mark as docstring the 3rd elem of an unknown toplevel form.
591
592 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
595 and C-e.
596
597 * emacs-lisp/eldoc.el: Move comments into docstrings.
598 (eldoc-message-commands): Initialize in its declaration.
599 Add move-beginning-of-line and move-end-of-line.
600 (eldoc-add-command, eldoc-add-command-completions)
601 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
602
603 * outline.el (outline-mark-subtree): Activate the mark.
604
605 * calendar/appt.el (appt-time-regexp): New var.
606 (appt-add, appt-make-list): Use it.
607 (appt-convert-time): Clean up.
608
609 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
610 Don't set any syntax-table property here.
611 (tex-font-lock-verb): New function. Do it here.
612 (tex-font-lock-syntactic-keywords): Use it.
613
614 2005-10-04 Richard M. Stallman <rms@gnu.org>
615
616 * wid-edit.el (widget-file-complete): Get the widget start point
617 the right way. Default directory to `/' if file has none.
618
619 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
620
621 * textmodes/flyspell.el (flyspell-mode-on):
622 Call ispell-maybe-find-aspell-dictionaries.
623
624 * textmodes/ispell.el (ispell-word, ispell-region):
625 Call ispell-maybe-find-aspell-dictionaries.
626 (ispell-accept-buffer-local-defs):
627 Don't call ispell-maybe-find-aspell-dictionaries
628
629 2005-10-04 Richard M. Stallman <rms@gnu.org>
630
631 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
632
633 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
634
635 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
636 instead of `fboundp' in order to allow for anonymous functions.
637
638 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
639
640 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
641 case the user clicks on the link while another window is selected.
642 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
643
644 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
645 functionality.
646 (dframe-help-echo): Save point in case mouse tracking is off.
647
648 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
649
650 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
651
652 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
655 not change the global value of those vars.
656
657 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
658 make-local-variable which we do not need any more.
659
660 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
661
662 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
663 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
664 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
665 (speedbar-path-line): Define obsolete aliases.
666 (speedbar-line-directory): Doc fix.
667
668 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
669 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
670 instead of speedbar-line-path.
671
672 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
673
674 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
675 to nil if dropping on a window. Handle dropping on a minibuffer window
676 like dropping on a non-window part of Emacs.
677
678 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
679
680 * net/ange-ftp.el: Use with-current-buffer.
681 (ange-ftp-insert-directory): Do not follow symlinks any more.
682
683 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
684 Remove interactive spec.
685
686 2005-10-03 Kim F. Storm <storm@cua.dk>
687
688 * ido.el (ido-mode): Use custom-initialize-set.
689
690 2005-10-02 Richard M. Stallman <rms@gnu.org>
691
692 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
693 Use insert-buffer-substring.
694
695 * net/tramp.el: Pacify byte compiler warnings in pacification code.
696 (tramp-handle-file-local-copy): Use insert-buffer-substring.
697
698 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
701 in last change.
702 (ange-ftp-insert-directory): Fix up the search for the case where
703 `file' is absolute.
704
705 2005-10-02 Romain Francoise <romain@orebokech.com>
706
707 * progmodes/compile.el (compile-goto-error): Delete extra paren.
708
709 2005-10-02 Andreas Schwab <schwab@suse.de>
710
711 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
712 directory component in the session info.
713
714 2005-10-01 Richard M. Stallman <rms@gnu.org>
715
716 * comint.el (comint-redirect-subvert-readonly): Doc fix.
717
718 * simple.el (next-error-internal): New function.
719
720 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
721 (compilation-start): Pass new arg to compilation-buffer-name.
722 (compile-goto-error): Use next-error-internal.
723
724 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
725
726 * speedbar.el: Remove RCS tag.
727 (speedbar-check-read-only): Handle non-existent files.
728
729 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
730
731 * info.el (Info-speedbar-hierarchy-buttons)
732 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
733
734 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
735
736 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
737 Do not match newline.
738 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
739 (bibtex-summary): Remove unnecessary save-excursion.
740 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
741
742 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
743
744 * term/mac-win.el: Add charset info for "iso10646-1".
745 Modify default fontset to use ATSUI-compatible fonts for some charsets
746 if available.
747
748 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
749
750 * speedbar.el: Re-apply arch tag.
751 (speedbar-version): Rename to version 1.0. Suggested by Eric
752 M. Ludlam.
753 Reapply two changes from Emacs CVS' version of speedbar lost
754 during the merge:
755 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
756 (speedbar-frame-parameters): Improve customize type.
757
758 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
761 (ange-ftp-file-directory-p): Fix the symlink case.
762 (ange-ftp-insert-directory): When listing a single file, get a list of
763 the parent buffer and extract the relevant line. Inspired from a patch
764 by Katsumi Yamaoka <yamaoka@jpl.org>.
765 (ange-ftp-file-name-sans-versions): Simplify.
766
767 2005-09-30 Bill Wohler <wohler@newt.com>
768
769 Move MH-E image files from toolbar and mail directories into
770 etc/images.
771
772 * mail/reply2.*: Move to etc/images/mail/reply*.
773
774 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
775 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
776 etc/images.
777
778 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
779 * toolbar/reply*: Move to etc/images/mail.
780
781 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
782
783 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
784
785 * speedbar.el: New version 1.0pre3.
786
787 Frame management code (including timer, and mouse click specifics)
788 moved to dframe.el:
789 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
790 (speedbar-timer): Removed. Use dframe-timer.
791 (speedbar-close-frame): Removed. Use dframe-close-frame.
792 (speedbar-activity-change-focus-flag): Removed. Use
793 dframe-activity-change-focus-flag.
794 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
795 dframe-update-speed.
796
797 (speedbar-current-frame): New macro. Use this instead of the
798 variable speedbar-frame.
799
800 (speedbar-use-images, speedbar-expand-image-button-alist)
801 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
802
803 (speedbar-find-image-on-load-path): Removed. Replaced by
804 defezimage in ezimage.el.
805 (speedbar-expand-image-button-alist): Removed. Replaced by
806 ezimage-expand-image-button-alist in ezimage.el.
807
808 (speedbar-ignored-directory-regexp)
809 (speedbar-add-ignored-directory-regexp)
810 (speedbar-ignored-directory-expressions)
811 (speedbar-line-directory, speedbar-buffers-line-directory)
812 (speedbar-directory-line, speedbar-buffers-line-directory):
813 Renamed, replacing `path' with `directory'.
814
815 (speedbar-create-directory, speedbar-expand-line-descendants)
816 (speedbar-toggle-line-expansion)
817 (speedbar-contract-line-descendants): New commands.
818
819 (speedbar-query-confirmation-method, speedbar-select-frame-method)
820 (speedbar-use-tool-tips-flag): New options.
821
822 (speedbar-check-read-only, speedbar-require-version)
823 (speedbar-insert-separator, speedbar-buffers-tail-notes)
824 (speedbar-handle-delete-frame, speedbar-try-completion)
825 (speedbar-update-localized-contents): New functions.
826
827 (speedbar-incompatible-version, speedbar-ro-to-do-point)
828 (speedbar-object-read-only-indicator): New variables.
829
830 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
831 New hooks.
832
833 (speedbar-separator-face): New face.
834
835 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
836 (speedbar-ignored-modes): Add fundamental-mode.
837 (speedbar-directory-unshown-regexp): Add . directories.
838
839 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
840 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
841 `]' for full expand/close.
842 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
843
844 (speedbar-check-vc): Support hidden files.
845 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
846 (speedbar-this-file-in-vc): Use vc-state if available. If VC
847 state is nil, it is not checked out.
848
849 (speedbar-line-text, speedbar-line-token): Support expand buttons
850 with no text.
851 (speedbar-refresh): Universal argument acts as power-click.
852 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
853 that buffer to get variable values.
854
855 And many other bugfixes.
856
857 * dframe.el, ezimage.el, sb-image.el: New files.
858
859 * sb-*.xpm: Remove files. New image files installed into
860 etc/images/ezimage.
861
862 2005-09-30 Kenichi Handa <handa@m17n.org>
863
864 * ps-mule.el (ps-mule-show-warning): If a character is in
865 ps-print-translation-table, don't treat it as non-printable.
866
867 2005-09-30 David Ponce <david@dponce.com>
868
869 * tree-widget.el (tree-widget-themes-load-path): New variable.
870 (tree-widget-themes-directory): Doc fix.
871 (tree-widget-image-formats) [Emacs]: Doc fix.
872 (tree-widget--locate-sub-directory): New function.
873 (tree-widget-themes-directory): Use it.
874
875 * recentf.el (recentf-filename-handlers): Rename from
876 `recentf-filename-handler'. Allow a list of functions.
877 (recentf-menu-items-for-commands): Fix :help strings.
878 (recentf-apply-filename-handlers): New function.
879 (recentf-expand-file-name): Use it.
880 (recentf-cleanup): Remove duplicates too.
881
882 2005-09-29 Juri Linkov <juri@jurta.org>
883
884 * faces.el: Rearrange face definitions to be in the same order as
885 their face descriptions in "(emacs)Standard Faces".
886
887 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
888
889 * tooltip.el (tooltip): Add group `basic-faces'.
890
891 * buff-menu.el (Buffer-menu-buffer): Remove group
892 `font-lock-highlighting-faces'.
893
894 * progmodes/compile.el (compilation-error, compilation-warning)
895 (compilation-info, compilation-line-number, compilation-column-number):
896 Change group from `font-lock-highlighting-faces' to `compilation'.
897
898 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
899 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
900 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
901 (vhdl-font-lock-reserved-words-face)
902 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
903 `font-lock-highlighting-faces'.
904
905 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
906
907 2005-09-28 Kim F. Storm <storm@cua.dk>
908
909 * emulation/cua-base.el: Set CUA move property on additional commands:
910 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
911 forward-sexp, backward-sexp, forward-list, backward-list.
912
913 2005-09-28 Romain Francoise <romain@orebokech.com>
914
915 * comint.el (comint-show-output): Really set point at the
916 beginning of the output when not using `comint-use-prompt-regexp'.
917
918 2005-09-27 Jay Belanger <belanger@truman.edu>
919
920 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
921 in TeX mode.
922
923 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
924
925 * textmodes/org.el (org-table-sum): Fix format string.
926
927 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
928 Quote face names.
929
930 2005-09-26 Romain Francoise <romain@orebokech.com>
931
932 * isearch.el (isearch-forward-regexp): Close doc string.
933
934 2005-09-25 Richard M. Stallman <rms@gnu.org>
935
936 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
937
938 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
939
940 * progmodes/compile.el (compilation-error-properties):
941 When getting the file from the previous error message,
942 correctly decode the new data format.
943
944 * progmodes/cc-cmds.el (c-electric-paren):
945 Call old-blink-paren only for close-paren.
946
947 2005-09-24 Andreas Schwab <schwab@suse.de>
948
949 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
950 condition.
951
952 2005-09-25 Romain Francoise <romain@orebokech.com>
953
954 * dired-aux.el (dired-copy-file-recursive):
955 * dired.el (dired-delete-file):
956 * ediff-mult.el (ediff-dir-diff-copy-file):
957 * ediff-util.el (ediff-test-save-region):
958 * forms.el (forms-mode):
959 * ido.el (ido-file-internal, ido-delete-file-at-head):
960 * log-edit.el (log-edit-done):
961 * ses.el (ses-yank-resize):
962 * play/gomoku.el (gomoku-human-plays, gomoku)
963 (gomoku-human-resigns, gomoku-prompt-for-other-game)
964 (gomoku-offer-a-draw):
965 * play/landmark.el (lm-human-resigns, lm):
966 * net/eudcb-ldap.el (eudc-ldap-check-base):
967 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
968 * progmodes/ebrowse.el (ebrowse-find-pattern):
969 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
970 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
971 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
972
973 * vc.el (vc-delete-file):
974 * play/gomoku.el (gomoku-terminate-game, gomoku)
975 (gomoku-prompt-for-move, gomoku-human-takes-back):
976 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
977 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
978
979 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
980
981 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
982 color rxvt terminals by using the code xterm.el used to use before
983 2005-04-09 in order to match the colors used by rxvt.
984
985 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
986
987 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
988 colors rxvt-unicode terminals by using the same code as xterm.el.
989
990 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
991
992 * textmodes/tex-mode.el (tex-font-lock-append-prop)
993 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
994 new symbol used for the tex-verbatim face.
995
996 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
997
998 * woman.el (woman-file-name):
999 * wid-edit.el (widget-file-prompt-value)
1000 (widget-coding-system-prompt-value):
1001 * w32-fns.el (set-w32-system-coding-system):
1002 * vc.el (vc-version-diff, vc-annotate):
1003 * textmodes/reftex-auc.el (reftex-arg-cite)
1004 (reftex-arg-index-tag):
1005 * textmodes/refer.el (refer-get-bib-files):
1006 * textmodes/artist.el (artist-figlet-choose-font):
1007 * terminal.el (terminal-emulator):
1008 * replace.el (occur-read-primary-args):
1009 * rect.el (string-rectangle, string-insert-rectangle):
1010 * ps-print.el (ps-print-preprint):
1011 * progmodes/pascal.el (pascal-goto-defun):
1012 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1013 * progmodes/compile.el (compilation-find-file):
1014 * printing.el (pr-interactive-n-up):
1015 * play/animate.el (animate-birthday-present):
1016 * net/rcompile.el (remote-compile):
1017 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1018 * mail/rmailsum.el (rmail-summary-search-backward)
1019 (rmail-summary-search):
1020 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1021 (rmail-output-read-file-name):
1022 * mail/rmail.el (rmail-search, rmail-search-backwards):
1023 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1024 * locate.el (locate):
1025 * international/quail.el (quail-show-keyboard-layout):
1026 * international/mule.el (set-buffer-file-coding-system)
1027 (revert-buffer-with-coding-system, set-file-name-coding-system)
1028 (set-terminal-coding-system, set-keyboard-coding-system)
1029 (set-next-selection-coding-system):
1030 * international/mule-diag.el (describe-coding-system)
1031 (describe-font, describe-fontset):
1032 * international/mule-cmds.el (universal-coding-system-argument)
1033 (search-unencodable-char, describe-input-method)
1034 (set-language-environment, describe-language-environment):
1035 * international/codepage.el (codepage-setup):
1036 * international/code-pages.el (codepage-setup):
1037 * info.el (Info-search, Info-follow-reference)
1038 (Info-search-backward):
1039 * emacs-lisp/advice.el (ad-read-advised-function)
1040 (ad-read-advice-class, ad-clear-cache, ad-activate)
1041 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1042 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1043 (ad-read-regexp):
1044 * ediff-util.el (ediff-toggle-regexp-match):
1045 * ediff-ptch.el (ediff-prompt-for-patch-file):
1046 * dired-aux.el (dired-diff):
1047 * diff.el (diff):
1048 * cus-edit.el (custom-variable-prompt):
1049 * calendar/timeclock.el (timeclock-ask-for-project):
1050 * calc/calcalg3.el (calc-get-fit-variables):
1051 * calc/calc-store.el (calc-edit-variable)
1052 (calc-permanent-variable):
1053 * vc-mcvs.el (vc-mcvs-register):
1054 * shadowfile.el (shadow-define-literal-group):
1055 * woman.el (woman-file-name):
1056 * vc.el (vc-version-diff, vc-merge):
1057 * textmodes/reftex-index.el (reftex-index-complete-tag):
1058 * format.el (format-decode-buffer, format-decode-region):
1059 * emulation/viper-cmd.el (viper-read-string-with-history):
1060 * emacs-lisp/debug.el (cancel-debug-on-entry):
1061 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1062 * ediff.el (ediff-merge-revisions)
1063 (ediff-merge-revisions-with-ancestor, ediff-revision):
1064 * completion.el (interactive-completion-string-reader):
1065 * calc/calc-prog.el (calc-user-define-formula):
1066 Follow convention for reading with the minibuffer.
1067
1068 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1069
1070 * progmodes/python.el (python-describe-symbol): Add globals() and
1071 locals() to the arguments of emacs.ehelp.
1072
1073 2005-09-24 Magnus Henoch <mange@freemail.hu>
1074
1075 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1076 New function, code extracted from ispell-valid-dictionary-list.
1077 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1078 Call it.
1079
1080 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1081
1082 * subr.el (version-regexp-alist): Extend valid syntax for version
1083 strings: allow any of the characters -,_,+ to separate the
1084 alpha/beta/rc part from the version part. Doc fix.
1085 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1086
1087 2005-09-23 David Reitter <david.reitter@gmail.com>
1088
1089 * mail/mailclient.el: New file.
1090
1091 2005-09-23 Richard M. Stallman <rms@gnu.org>
1092
1093 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1094 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1095 Doc fixes.
1096
1097 * progmodes/cc-mode.el (c-font-lock-init):
1098 Specify font-lock-lines-before.
1099
1100 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1103 whole conflict.
1104
1105 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1106
1107 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1108 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1109 of `remap' feature when available. Additional key bindings for
1110 better tty support.
1111 (org-mode-restart, org-force-self-insert): New commands.
1112 (org-time-stamp-inactive): New command.
1113 (org-remap): New function.
1114 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1115 (org-enable-fixed-width-editor): Move to `org-structure'
1116 customization group.
1117 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1118 blank field after field motion commands.
1119
1120 2005-09-23 Kenichi Handa <handa@m17n.org>
1121
1122 * international/mule-cmds.el (set-language-environment):
1123 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1124 have to call utf-translate-cjk-load-tables.
1125
1126 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1127
1128 * mouse.el (mouse-move-drag-overlay): Fix last change.
1129
1130 2005-09-22 David Ponce <david@dponce.com>
1131
1132 * tree-widget.el (tree-widget-value-create): Fix previous change.
1133
1134 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1135
1136 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1137
1138 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1139
1140 * mouse.el (mouse-move-drag-overlay): New function.
1141 (mouse-drag-region-1): Use it.
1142 Try to simplify a bit the state handling. Handle clicks on links
1143 inside intangible areas.
1144 (mouse-save-then-kill): Minor simplification.
1145 (mouse-secondary-overlay): Make it always non-nil instead of
1146 recreating it each time.
1147 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1148 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1149 Simplify accordingly.
1150
1151 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1152
1153 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1154
1155 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1156
1157 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1158 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1159 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1160 to patch.
1161
1162 * ediff-util.el: Use insert-buffer-substring.
1163
1164 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1165
1166 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1167 field boundaries in the minibuffer.
1168 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1169 (viper-minibuffer-post-command-hook): New hook.
1170 (viper-line): Don't move cursor at bolp.
1171
1172 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1173
1174 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1175 avoid compiler warnings.
1176
1177 * emulation/viper-macs.el (ex-map): Better messages.
1178
1179 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1180
1181 * emulation/viper.el: Replace make-variable-buffer-local with
1182 viper-make-variable-buffer-local everywhere, to avoid warnings.
1183
1184 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1185
1186 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1187 Delete unused var `old-selected-window'.
1188 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1189 (mouse-drag-secondary): Delete unused var `start-frame'.
1190
1191 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1192
1193 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1194
1195 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1196
1197 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1198 Re-indent within 80 columns. Use inhibit-read-only.
1199
1200 2005-09-19 Romain Francoise <romain@orebokech.com>
1201
1202 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1203
1204 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1205
1206 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1207 unconditionally, since the after-change-function already did it.
1208
1209 2005-09-19 Miles Bader <miles@gnu.org>
1210
1211 * net/newsticker.el: Get rid of CVS keyword.
1212
1213 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1214
1215 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1216 The prompt is formatted later.
1217
1218 2005-09-19 David Ponce <david@dponce.com>
1219
1220 * tree-widget.el (tree-widget-value-create): Save the converted
1221 tree :node widget.
1222
1223 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1224
1225 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1226 variable `message'.
1227
1228 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1229
1230 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1231 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1232 <slawomir.nowaczyk.847@student.lu.se>.
1233
1234 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1235
1236 * image.el (image-load-path): Use symbol `data-directory' instead
1237 of its value, for backward compatibility with packages that bind
1238 it during `find-image'. Suggested by Katsumi Yamaoka.
1239 (image-search-load-path): Handle symbols whose values are strings.
1240
1241 2005-09-18 Romain Francoise <romain@orebokech.com>
1242
1243 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1244 with-current-buffer form in save-excursion.
1245
1246 2005-09-18 D Goel <deego@gnufans.org>
1247
1248 * apropos.el (apropos-command): Fix `message' call: first arg
1249 should be a format spec. In this and all other cases that appear
1250 below and elsewhere in the source code, I made a change only when
1251 two conditions were satisfied: [1] I can think of a possibility
1252 that the arguments would cause an error, for example, the code in
1253 question relies on external variables such as filenames. [2] I
1254 was sure that the arg to `message' could not have been nil in the code.
1255
1256 * textmodes/tildify.el (tildify-region): Ditto.
1257
1258 * textmodes/reftex-index.el (reftex-index-change-entry)
1259 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1260 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1261 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1262 (org-priority, org-table-sum):
1263 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1264 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1265 (flyspell-word, flyspell-display-next-corrections):
1266 * textmodes/bibtex.el (bibtex-print-help-message):
1267 * textmodes/artist.el (artist-key-set-point-poly):
1268 * term/mac-win.el (mac-services-insert-text):
1269 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1270 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1271 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1272 (vhdl-compose-configuration):
1273 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1274 (sh-set-indent, sh-learn-line-indent):
1275 * progmodes/ps-mode.el (ps-mode-target-column):
1276 * progmodes/idlwave.el (idlwave-make-tags)
1277 (idlwave-scan-library-catalogs):
1278 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1279 * progmodes/gud.el (gud-jdb-analyze-source):
1280 * progmodes/flymake.el (flymake-log):
1281 * progmodes/ebnf2ps.el (ebnf-generate-region):
1282 * progmodes/cmacexp.el (c-macro-expansion):
1283 * progmodes/ada-xref.el (ada-treat-cmd-string):
1284 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1285 (ada-justified-indent-current, ada-batch-reformat):
1286 * play/zone.el (zone):
1287 * play/landmark.el (lm-move):
1288 * play/decipher.el (decipher-show-alphabet):
1289 * net/newsticker.el (newsticker--display-jump)
1290 (newsticker--display-scroll):
1291 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1292 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1293 * mail/feedmail.el (feedmail-dump-message-to-queue):
1294 * eshell/esh-proc.el (eshell-remove-process-entry):
1295 * emulation/ws-mode.el (ws-last-error):
1296 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1297 (viper-record-kbd-macro):
1298 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1299 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1300 * emacs-lisp/find-func.el (find-function-noselect):
1301 * calendar/timeclock.el (timeclock-status-string)
1302 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1303 (timeclock-when-to-leave-string):
1304 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1305 * calc/calc-units.el (calc-enter-units-table):
1306 * calc/calc-mode.el (calc-mode-record-mode):
1307 * woman.el (woman-mini-help):
1308 * wdired.el (wdired-change-to-wdired-mode):
1309 * vc.el (vc-retrieve-snapshot):
1310 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1311 * startup.el (display-startup-echo-area-message):
1312 * simple.el (set-goal-column):
1313 * ses.el (ses-command-hook, ses-recalculate-cell):
1314 * server.el (server-process-filter):
1315 * printing.el (pr-interface-txt-print, pr-interface-printify)
1316 (pr-interface-ps):
1317 * pcvs.el (cvs-help):
1318 * log-edit.el (log-edit, log-edit-mode-help):
1319 * iswitchb.el (iswitchb-possible-new-buffer):
1320 * isearch.el (isearch-edit-string):
1321 * image-mode.el (image-mode, image-minor-mode):
1322 * ibuf-macs.el (define-ibuffer-filter):
1323 * hi-lock.el (hi-lock-find-patterns):
1324 * files.el (toggle-read-only):
1325 * ediff-util.el (ediff-copy-diff)
1326 (ediff-write-merge-buffer-and-maybe-kill):
1327 * echistory.el (Electric-history-undefined):
1328 * dnd.el (dnd-insert-text):
1329 * dired-aux.el (dired-query):
1330 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1331 * bookmark.el (bookmark-bmenu-locate):
1332 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1333 Fix `message' calls to ensure first arg is a format string.
1334 The change was made only when these two conditions were satisfied:
1335 [1] when there is a possibility that the arguments would cause an error
1336 for example, if the code in question relies on external variables
1337 such as filenames, and
1338 [2] if the arg to `message' could not have been nil in the code.
1339
1340 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1341 Not having a %s would be weird, though not technically wrong.
1342
1343 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1344
1345 * term/mac-win.el (mac-add-charset-info): Doc fix.
1346
1347 2005-09-17 Romain Francoise <romain@orebokech.com>
1348
1349 * shell.el (shell-resync-dirs): Handle echoing processes more
1350 reliably. Don't insert resync command if `comint-process-echoes'
1351 is non-nil.
1352
1353 2005-09-17 Magnus Henoch <mange@freemail.hu>
1354
1355 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1356 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1357 aspell versions >= 0.60.
1358 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1359 only if ispell-aspell-supports-utf8 is non-nil.
1360
1361 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1362
1363 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1364 buffer-local value to lisp-indent-function.
1365
1366 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1367
1368 * progmodes/glasses.el (glasses-make-readable): If
1369 glasses-separator differs from underscore, put appropriate
1370 overlays over underscore characters.
1371 (glasses-convert-to-unreadable): If glasses-separator differs from
1372 underscore, try to convert glasses-separator characters to
1373 underscores.
1374
1375 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1376
1377 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1378 Use with-syntax-table and dolist.
1379
1380 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1381
1382 * textmodes/reftex-auc.el:
1383 * textmodes/reftex-cite.el:
1384 * textmodes/reftex-dcr.el:
1385 * textmodes/reftex-global.el:
1386 * textmodes/reftex-parse.el:
1387 * textmodes/reftex-ref.el:
1388 * textmodes/reftex-sel.el:
1389 * textmodes/reftex-toc.el:
1390 * textmodes/reftex-vars.el:
1391 * textmodes/reftex.el: Small changes to remove compiler warnings.
1392
1393 * textmodes/reftex-index.el: Likewise.
1394 (reftex-query-index-phrase): More efficient use of markers.
1395
1396 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1397
1398 * image.el (image-load-path): New variable.
1399 (image-search-load-path): New function.
1400 (find-image): Search for images in `image-load-path'.
1401
1402 2005-09-15 Richard M. Stallman <rms@gnu.org>
1403
1404 * follow.el: Change Maintainer field.
1405
1406 2005-09-15 David Ponce <david@dponce.com>
1407
1408 * recentf.el (recentf-save-file-modes): New option.
1409 (recentf-save-list): Use it.
1410
1411 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1412
1413 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1414 (mode-line-mule-info, mode-line-modified): Move bindings from
1415 mouse-3 to mouse-1.
1416
1417 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1418
1419 * simple.el (sendmail-user-agent-compose): Revert last change.
1420
1421 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1424 Use with-current-buffer.
1425 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1426 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1427 (ange-ftp-insert-directory): Remove unused var `short'.
1428 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1429
1430 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1431 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1432
1433 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1434 (check-calendar-holidays, diary-list-entries): Autoload.
1435 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1436 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1437
1438 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1439 which mistakenly removed a call to display-buffer.
1440
1441 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1442
1443 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1444
1445 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1446
1447 * progmodes/hideshow.el
1448 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1449 (hs-allow-nesting): New user var.
1450 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1451 (hs-hide-block-at-point): When nesting allowed,
1452 if there is already an overlay in place, delete it.
1453 (hs-safety-is-job-n): Delete func; remove call sites.
1454 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1455 (hs-overlay-at): New func.
1456 (hs-already-hidden-p, hs-show-block): Use it.
1457 (hs-hide-all): Don't pre-clean if nesting allowed.
1458 (hs-show-all): Temporarily disallow
1459 nesting around call to `hs-discard-overlays'.
1460
1461 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1462
1463 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1464 Delete unused local var.
1465
1466 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1467
1468 * help-fns.el (describe-categories): "?\ " -> "?\s".
1469 (help-do-arg-highlight): Recognize also ARG-n, as in
1470 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1471
1472 * international/codepage.el (dos-unsupported-char-glyph):
1473 * net/newsticker.el (tool-bar-map, w3-mode-map)
1474 (w3m-minor-mode-map):
1475 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1476 (ent-alist):
1477 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1478
1479 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1480
1481 * custom.el (custom-push-theme): Handle the case where a symbol is
1482 bound but face properties have not yet been assigned.
1483
1484 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1485 Fix behavior if noerase is `t' and there is no mail buffer.
1486
1487 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1488 if `continue' is nil, rather than signal an error.
1489
1490 2005-09-12 Richard M. Stallman <rms@gnu.org>
1491
1492 * font-lock.el (font-lock-keywords): Add autoload.
1493
1494 * help-fns.el (describe-variable): Rearrange to put source link
1495 in a predictable place.
1496
1497 * net/newsticker.el: New file.
1498
1499 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1502 (calendar-basic-setup): Use the new nil arg.
1503 (number-of-diary-entries): Move to diary-lib.el.
1504
1505 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1506 (diary-list-entries): Use with-syntax-table and dolist.
1507 Rename from list-diary-entries.
1508 Use number-of-diary-entries if `number' is nil.
1509 (diary, diary-view-entries): Use this new name and new nil arg value.
1510 (number-of-diary-entries): Move from calendar.el.
1511 (diary-unhide-everything): New function.
1512 (include-other-diary-files, fancy-diary-display)
1513 (diary-show-all-entries, make-diary-entry): Use it.
1514 (diary-mail-entries): Use buffer-string.
1515 (mark-diary-entries): Fix long standing paren typo.
1516 (diary-sexp-entry): Use count-lines.
1517 (make-diary-entry): Avoid `previous-line'.
1518 (diary-mode-map): New var.
1519 (diary-mode): Redraw cal after saving. Setup header-line.
1520 (fancy-diary-display-mode): Use local-set-key.
1521
1522 * startup.el (command-line): Try calling various terminal-init-foo-bar
1523 functions by stripping hyphenated suffixes from $TERM.
1524
1525 * files.el (normal-mode): Check boundness of font-lock-keywords.
1526
1527 2005-09-12 Richard M. Stallman <rms@gnu.org>
1528
1529 * progmodes/compile.el: Don't decide a file's directory
1530 until the user actually tries to go there.
1531 (compilation-next-error-function):
1532 Pass compilation-find-file the directory from the file-struct.
1533 (compilation-internal-error-properties): Separate local FILE-STRUCT
1534 from FILE. Doc the args better. Rename arg FMT to FMTS.
1535 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1536 Expand it, and if nil, use default-directory.
1537 (compilation-get-file-structure): Don't mix specified directory
1538 with default directory. Put specified directory into
1539 file-struct. Don't make the file name absolute.
1540
1541 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1542 (compile-command): Add autoload.
1543 (compilation-disable-input): Add autoload.
1544
1545 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1546
1547 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1548 strings of the variables it can override.
1549 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1550 %Q and %q, for fully-qualified domain name and unqualified host name.
1551
1552 2005-09-11 Kim F. Storm <storm@cua.dk>
1553
1554 * emacs-lisp/authors.el (authors-aliases): Update list.
1555 (authors-fixed-entries): Update mldrag.el entry.
1556
1557 2005-09-10 Alan Mackenzie <acm@muc.de>
1558
1559 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1560 from the region narrowed to.
1561
1562 2005-09-10 Magnus Henoch <mange@freemail.hu>
1563
1564 * textmodes/ispell.el (ispell-check-version): Signal an error if
1565 aspell version is less than 0.60.
1566
1567 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1568
1569 * progmodes/octave-inf.el (inferior-octave-startup):
1570 Resync current dir at the end.
1571
1572 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1573
1574 * woman.el (woman-topic-at-point-default):
1575 Rename to woman-use-topic-at-point-default.
1576 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1577 (woman-file-name): Reflect renames above. Automatically use the
1578 word at point as topic if woman-use-topic-at-point is non-nil.
1579 Otherwise offer it as default but don't insert it in the
1580 minibuffer. Also use `test-completion' instead of `assoc' as
1581 suggested by Stefan Monnier.
1582
1583 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1584
1585 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1586 the attempt to do it over Tramp. This is not yet supported.
1587
1588 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1589
1590 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1591 (menu-bar-non-minibuffer-window-p): New functions.
1592 ("Split Window", "Save As..."): Use them.
1593 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1594 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1595 Use menu-bar-menu-frame-live-and-visible-p.
1596 ("Save Buffer", "Insert File", "Open Directory...")
1597 ("Open File...", "Visit New File..."):
1598 Use menu-bar-non-minibuffer-window-p.
1599 (kill-this-buffer-enabled-p, dired <menu-enable>):
1600 Use menu-bar-non-minibuffer-window-p.
1601
1602 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1603
1604 * cus-start.el (all): Don't complain about fringe-related
1605 built-ins if fringes are not supported. Ditto about
1606 selection-related built-ins. Fix the test for GTK-related built-ins.
1607
1608 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1609 ("Postscript Print Buffer", "Print Region", "Save As...")
1610 ("Save", "Insert File...", "Open Directory...")
1611 ("Open File...", "Visit New File..."")
1612 ("Truncate Long Lines in this Buffer"): Don't look at
1613 menu-updating-frame if this display does not support multiple frames.
1614
1615 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1616
1617 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1618
1619 2005-09-09 Emilio Lopes <eclig@gmx.net>
1620
1621 * woman.el: Format- and whitespace-related changes.
1622
1623 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1624
1625 * woman.el: Fix my email address.
1626
1627 2005-09-08 Richard M. Stallman <rms@gnu.org>
1628
1629 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1630 (sh-mode): Locally set skeleton-pair-default-alist.
1631
1632 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1633
1634 * progmodes/flymake.el: Require `compile' unconditionally.
1635
1636 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1637
1638 * woman.el (woman-file-name): Provide a default, not initial input.
1639
1640 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1641
1642 * font-lock.el (font-lock-support-mode): Doc fix.
1643
1644 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1645
1646 2005-09-08 Richard M. Stallman <rms@gnu.org>
1647
1648 * simple.el (blink-matching-open): Get rid of text props from
1649 the string shown in echo area. Don't permanently set point.
1650 Some rearrangements.
1651
1652 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1653
1654 * recentf.el (recentf-filename-handler): Add custom choice
1655 `abbreviate-file-name'.
1656
1657 * msb.el (msb--very-many-menus): Fix typo.
1658
1659 * disp-table.el (standard-display-european): Don't set
1660 enable-multibyte-characters to nil.
1661
1662 2005-09-08 David Ponce <david@dponce.com>
1663
1664 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1665 (recentf-expand-file-name): Doc fix.
1666 (recentf-dialog-mode-map): Define digit shortcuts.
1667 (recentf--files-with-key): New variable.
1668 (recentf-show-digit-shortcut-filter): New function.
1669 (recentf-open-files-items): New function.
1670 (recentf-open-files): Use it.
1671 (recentf-open-file-with-key): New command.
1672
1673 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1674
1675 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1676 Suggested by Kim F. Storm.
1677 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1678 (Buffer-menu-make-sort-button): Use global keymap.
1679
1680 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1681
1682 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1683 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1684 necessary any longer with the remapped command.
1685 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1686 formatting time only.
1687
1688 * net/tramp.el (tramp-action-password)
1689 (tramp-multi-action-password): Compile the password prompt from
1690 `method', `user' and `host'. Sometimes it isn't obvious which
1691 password to enter, for example with remote files offered by
1692 recentf.el, or with multiple steps. Suggested by Robert Marshall
1693 <robert@chezmarshall.freeserve.co.uk>.
1694
1695 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1698 Fix regexp for when "s///" is at the beginning of line.
1699
1700 2005-09-07 Jay Belanger <belanger@truman.edu>
1701
1702 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1703 when in matrix mode.
1704
1705 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1708 non-anonymous functions.
1709
1710 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1711
1712 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1713 when using a header line. Otherwise, use mouse-1-click-follows-link.
1714
1715 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1716 can't be moved; don't signal an error.
1717
1718 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1719
1720 * cus-theme.el (custom-theme-write-faces): Save the current face
1721 spec, not the defface spec.
1722
1723 * custom.el (custom-known-themes): Clarify meaning of "standard".
1724 (custom-push-theme): Save old values in the standard theme.
1725 (disable-theme): Correct typo.
1726 (custom-face-theme-value) Deleted unused function.
1727 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1728
1729 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * progmodes/compile.el (compilation-goto-locus): Take into account
1732 iconified frames when determining whether the buffer is
1733 already visible.
1734 Don't reset window height if the window already existed.
1735
1736 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1737
1738 * custom.el (load-theme): Rename from require-theme.
1739 Add interactive spec.
1740 (enable-theme): Rename from custom-enable-theme.
1741 Add interactive spec.
1742 (disable-theme): Rename from custom-disable-theme.
1743 Add interactive spec.
1744 (custom-make-theme-feature): Doc fix.
1745 (custom-theme-directory): Doc fix.
1746 (provide-theme): Call enable-theme.
1747
1748 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * obsolete/lazy-lock.el (lazy-lock-mode):
1751 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1752 font-lock-mode if it's off. Print a warning instead.
1753
1754 * progmodes/compile.el (compilation-start): Ignore errors if the
1755 process died before we get to send-eof.
1756
1757 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1758 Undo last change. Enclosing the result in quotes broke things on Unix
1759 since tex-send-command passes it through shell-quote-argument.
1760 (tex-send-command): Pass `file' through convert-standard-filename
1761 when possible.
1762 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1763 info in a transcript.
1764
1765 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1766
1767 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1768 fix compilation warning. Reorder the key definitions to group
1769 together keys emitted by the current version of xterm.
1770
1771 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1772 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1773 Reorder predicates to correct min-color usage.
1774
1775 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1776
1777 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1778 Kill local variables when longlines-mode is turned off.
1779
1780 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1783
1784 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1785
1786 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1787
1788 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1789 (font-lock-lines-before): Change default to being inactive.
1790 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1791 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1792
1793 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1794
1795 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1796 Deactivate temporarily advice if active (not needed for Emacs 22,
1797 but for backwards compatibility).
1798 (tramp-exists-file-name-handler): Rewrite. First implementation
1799 was too simple.
1800 (tramp-advice-make-auto-save-file-name):
1801 Call `tramp-handle-make-auto-save-file-name' (again, just for
1802 backwards compatibility).
1803
1804 2005-08-31 Reto Zimmermann <reto@gnu.org>
1805
1806 * progmodes/vhdl-mode.el
1807 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1808 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1809 (vhdl-set-default-project): New function (easier setting of default).
1810 (vhdl-port-copy): Handle extended identifiers for generics.
1811 (vhdl-compiler-alist): Better description for error message regexp.
1812 (vhdl-make): Query for target, use previous as default.
1813 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1814 (vhdl-font-lock-keywords-2): Fix fontification for record
1815 el. assign.
1816 (vhdl-speedbar-make-subpack-line): Add package body link.
1817 (vhdl-generate-makefile-1): Not include itself as dependency.
1818 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1819 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1820 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1821 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1822 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1823 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1824 (vhdl-import-project): Add string argument for `error'.
1825 (vhdl-compose-configuration)
1826 (vhdl-compose-configuration-architecture): Add configuration
1827 declaration generation.
1828 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1829 (vhdl-trailer-re): Add "record" keyword (better indentation).
1830 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1831 "[^ \t-\"]+".
1832 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1833 (vhdl-testbench-entity-file-name)
1834 (vhdl-testbench-architecture-file-name): Allow separate
1835 customization of testbench file names.
1836 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1837 (vhdl-get-visible-signals): Allow newline within alias declaration.
1838 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1839 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1840 (member-ignore-case): Alias for missing function in XEmacs.
1841 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1842 (vhdl-update-sensitivity-list): Ignore case on read signals.
1843 (vhdl-replace-string): Adjust case only for file names.
1844 (vhdl-update-sensitivity-list): Fix search for read signals.
1845 (vhdl-update-sensitivity-list): Exclude formal parameters.
1846 (vhdl-get-visible-signals): Include aliases of signals.
1847 (vhdl-get-visible-signals): Fix signal name searching.
1848 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1849 (vhdl-fixup-whitespace-region): Fix for character
1850 literals (e.g. ':').
1851
1852 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1853
1854 * ansi-color.el (comint-last-output-start):
1855 * bs.el (font-lock-verbose):
1856 * diff-mode.el (add-log-buffer-file-name-function):
1857 * dired-x.el (vm-folder-directory):
1858 * faces.el (help-xref-stack-item):
1859 * files.el (font-lock-keywords):
1860 * find-lisp.el (dired-buffers, dired-subdir-alist):
1861 * ido.el (cua-inhibit-cua-keys):
1862 * log-view.el (cvs-minor-wrap-function):
1863 * outline.el (font-lock-warning-face):
1864 * simple.el (compilation-current-error):
1865 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1866 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1867 * tooltip.el (comint-prompt-regexp):
1868 * w32-fns.el (explicit-shell-file-name):
1869 * term/mac-win.el (mac-charset-info-alist)
1870 (mac-services-selection, mac-system-script-code):
1871 * term/tty-colors.el (msdos-color-values):
1872 * term/w32-win.el (xlfd-regexp-registry-subnum):
1873 * term/x-win.el (x-keysym-table, x-selection-timeout)
1874 (x-session-id, x-session-previous-id):
1875 * textmodes/ispell.el (mail-yank-prefix):
1876 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1877 * textmodes/org.el (calc-embedded-close-formula)
1878 (calc-embedded-open-formula)
1879 (font-lock-unfontify-region-function):
1880 * textmodes/reftex-global.el (isearch-next-buffer-function)
1881 (TeX-master):
1882 * textmodes/reftex.el (font-lock-keywords):
1883 * textmodes/tex-mode.el (font-lock-comment-face)
1884 (font-lock-doc-face):
1885 * textmodes/texinfo.el (outline-heading-alist):
1886 Add defvars.
1887
1888 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1889 (artist-spray-chars, artist-mode-init, artist-replace-string)
1890 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1891 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1892 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1893
1894 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1895 (conf-align-assignments): "?\ " -> "?\s".
1896
1897 * textmodes/reftex-index.el (TeX-master): Add defvar.
1898 (reftex-index-phrases-marker): Move up defvar.
1899
1900 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1901 (reftex-toc-include-labels-indicator)
1902 (reftex-toc-include-index-indicator)
1903 (reftex-toc-max-level-indicator): Move up declarations.
1904
1905 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1906 of args to `tramp-run-real-handler', even if it's empty in this case.
1907
1908 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1909
1910 * dired.el (dired-move-to-filename-regexp): Add date format for
1911 Mac OS X 10.3 in East Asian locales.
1912
1913 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1914
1915 * files.el (make-auto-save-file-name): Add file name handler call
1916 if applicable.
1917
1918 * net/tramp.el (tramp-file-name-handler-alist)
1919 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1920 (tramp-handle-make-auto-save-file-name): Rename from
1921 `tramp-make-auto-save-file-name'.
1922 (tramp-exists-file-name-handler): New defun.
1923 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1924 `make-auto-save-file-name' is not a magic file name operation.
1925
1926 2005-08-30 Richard M. Stallman <rms@gnu.org>
1927
1928 * files.el (risky-local-variable-p):
1929 Match `-predicates' and `-commands.
1930
1931 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1932 (custom-save-all): Visit the file if necessary;
1933 kill the buffer if we created it.
1934 (custom-save-delete): Don't visit file or kill buffer here.
1935
1936 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1937
1938 * textmodes/org.el (org-special-keyword): New face.
1939 (org-table-copy-down, org-table-eval-formula)
1940 (org-table-recalculate, org-init-section-numbers):
1941 Use `string-to-number' instead of `string-to-int'.
1942 (org-get-location): Use `insert-buffer-substring' instead of
1943 `insert-buffer'.
1944 (org-modify-diary-entry-string): New function.
1945 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1946 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1947 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1948 active region.
1949 (org-export-as-html): Handle QUOTE keyword.
1950 (org-quote-string): New option.
1951 (org-bookmark-jump-unhide): New function, used for
1952 `bookmark-after-jump-hook'.
1953 (org-diary-default-entry): Apply only when not called through
1954 `org-agenda'.
1955
1956 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
1957
1958 * net/eudc.el (mode-popup-menu):
1959 * play/handwrite.el (ps-printer-name, ps-lpr-command):
1960 * progmodes/ada-mode.el (compile-auto-highlight)
1961 (skeleton-further-elements):
1962 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1963 * progmodes/cmacexp.el (msdos-shells):
1964 * progmodes/compile.el (font-lock-extra-managed-props)
1965 (font-lock-keywords, font-lock-maximum-size)
1966 (font-lock-support-mode):
1967 * progmodes/grep.el (font-lock-lines-before):
1968 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1969 * progmodes/mixal-mode.el (compile-command):
1970 * progmodes/perl-mode.el (font-lock-comment-face)
1971 (font-lock-doc-face, font-lock-string-face):
1972 * progmodes/prolog.el (comint-prompt-regexp):
1973 * progmodes/sh-script.el (font-lock-comment-face)
1974 (font-lock-set-defaults, font-lock-string-face):
1975 * progmodes/sql.el (font-lock-keyword-face)
1976 (font-lock-set-defaults, font-lock-string-face):
1977 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1978 (itimer-version, lazy-lock-defer-contextually)
1979 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1980 Add defvars.
1981
1982 * progmodes/cperl-mode.el (cperl-electric-lbrace)
1983 (cperl-electric-keyword, cperl-electric-pod)
1984 (cperl-electric-backspace, cperl-forward-re)
1985 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1986 (vc-rcs-header, vc-sccs-header): Add defvars.
1987
1988 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1989 (font-lock-syntactic-keywords, gud-find-expr-function):
1990 Add defvars.
1991
1992 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1993 (gdb-frame-parameters): Declare before use.
1994
1995 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1996 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1997 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1998 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1999
2000 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2001 (idlwave-help-with-source): Use `insert-buffer-substring', not
2002 `insert-buffer'.
2003
2004 2005-08-29 Juri Linkov <juri@jurta.org>
2005
2006 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2007 Put outline-back-to-heading function call inside save-excursion.
2008
2009 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * man.el (Man-init-defvars, Man-translate-references)
2012 (Man-support-local-filenames, Man-highlight-references):
2013 * progmodes/sql.el (sql-interactive-mode):
2014 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2015
2016 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2017 (compilation-mode-font-lock-keywords): Add defvars.
2018 (checkdoc-interactive-loop): "?\ " -> "?\s".
2019
2020 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2021 (font-lock-doc-face, font-lock-string-face)
2022 (font-lock-keywords-case-fold-search): Add defvars.
2023 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2024
2025 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2026 Don't pass X and Y (they are ignored anyway).
2027 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2028 (mouse-delete-window): Make arguments optional.
2029
2030 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2031 (caesar-translate-table, minor-modes, news-buffer-save)
2032 (news-group-name, news-minor-modes): Add defvars.
2033
2034 * emacs-lisp/lselect.el (mouse-highlight-priority)
2035 (x-lost-selection-functions, zmacs-regions):
2036 * emacs-lisp/pp.el (font-lock-verbose):
2037 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2038 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2039 (ses-mode-map):
2040 * emacs-lisp/tcover-unsafep.el (safe-functions):
2041 * international/mule-cmds.el (mac-system-coding-system)
2042 (mac-system-locale):
2043 * language/ethio-util.el (rmail-current-message)
2044 (rmail-message-vector):
2045 * language/thai-util.el (thai-auto-composition-mode):
2046 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2047 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2048 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2049 (vm-primary-inbox, vm-spool-files):
2050 * mail/rmail.el (deleted-head, font-lock-fontified)
2051 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2052 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2053 (total-messages):
2054 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2055 (rmail-summary-mode-map):
2056 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2057 (rmail-last-label, rmail-last-multi-labels)
2058 (rmail-summary-vector, rmail-total-messages):
2059 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2060 * mail/rmailsum.el (msgnum):
2061 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2062 (rmail-current-message):
2063 * obsolete/fast-lock.el (font-lock-face-list):
2064 * obsolete/rnewspost.el (mail-reply-buffer):
2065 * obsolete/scribe.el (compile-command):
2066 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2067
2068 2005-08-28 John Paul Wallington <jpw@gnu.org>
2069
2070 * ibuf-ext.el (ibuffer-auto-update-changed):
2071 Use `frame-or-buffer-changed-p' to check whether we need to update.
2072 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2073 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2074 as a `frame-or-buffer-changed-p' state vector instead.
2075
2076 2005-08-27 Romain Francoise <romain@orebokech.com>
2077
2078 * textmodes/makeinfo.el (makeinfo-compile):
2079 Use `compilation-start'. Set `next-error-function' according to
2080 `disable-errors'.
2081 (makeinfo-next-error): New function.
2082 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2083 (makeinfo-buffer): Likewise.
2084
2085 * progmodes/compile.el (compilation-start): Add autoload cookie.
2086
2087 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2088 * textmodes/sgml-mode.el: Likewise.
2089 * progmodes/python.el: Likewise.
2090
2091 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2092
2093 * simple.el (blink-matching-paren-distance): Document the meaning
2094 of nil value, and allow to customize to nil.
2095
2096 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2097 command.com, not command.exe.
2098
2099 2005-08-26 John Wiegley <johnw@newartisans.com>
2100
2101 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2102 code around a bit so that an extraneous nil argument is not added
2103 to a command when no args are given.
2104
2105 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2106 double-quoted argument resolves to nil, return it as an empty
2107 string rather than as nil. This made it impossible to pass "" to
2108 a shell script as a null string argument.
2109
2110 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2111
2112 * outline.el (outline-invent-heading): New fun.
2113 (outline-promote, outline-demote): Use it.
2114 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2115 (outline-end-of-subtree): Remove unused var `opoint'.
2116
2117 2005-08-26 David Reitter <david.reitter@gmail.com>
2118
2119 * menu-bar.el (truncate-lines, write-file, print-buffer)
2120 (ps-print-buffer-faces, ps-print-buffer, split-window):
2121 Disable menu items when the frame they refer to is invisible, or when
2122 they refer to a buffer and the minibuffer is selected.
2123
2124 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2125
2126 * progmodes/flymake.el (flymake-highlight-err-lines):
2127 Use save-excursion around flymake-highlight-line to preserve point.
2128
2129 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2130
2131 * progmodes/octave-mod.el: Change Author and Maintainer address.
2132 (octave-maintainer-address): Change Kurt's email address.
2133 * progmodes/octave-inf.el: Change Author and Maintainer address.
2134 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2135
2136 2005-08-26 Kim F. Storm <storm@cua.dk>
2137
2138 * subr.el (version-list-<, version-list-<=, version-list-=):
2139 Renamed from integer-list-*.
2140 (version-list-not-zero): Likewise. Fix while loop.
2141 (version=): Use version-list-= instead of string-equal.
2142
2143 2005-08-26 Richard M. Stallman <rms@gnu.org>
2144
2145 * outline.el (outline-promote): Try shortening the heading.
2146 As last resort, read the heading to use.
2147 (outline-demote): As last resort, read the heading to use.
2148
2149 2005-08-26 Romain Francoise <romain@orebokech.com>
2150
2151 * progmodes/compile.el (compilation-start): Doc fix.
2152
2153 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2154 (antlr-font-lock-additional-keywords): Fix reference to
2155 `antlr-font-lock-literal-regexp' erroneously changed during the
2156 mass face rename.
2157 (antlr-run-tool): Use `compilation-start'.
2158
2159 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2160 instead of the obsolete `compile-internal'.
2161
2162 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2163
2164 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2165 (number, original-date):
2166 * calendar/cal-china.el (date):
2167 * calendar/cal-coptic.el (date):
2168 * calendar/cal-french.el (date):
2169 * calendar/cal-hebrew.el (date, entry, number, original-date):
2170 * calendar/cal-islam.el (date, number, original-date):
2171 * calendar/cal-iso.el (date):
2172 * calendar/cal-julian.el (date):
2173 * calendar/cal-mayan.el (date):
2174 * calendar/cal-menu.el (date, event):
2175 * calendar/cal-persia.el (date):
2176 * calendar/lunar.el (date):
2177 * calendar/solar.el (date): Add defvars.
2178
2179 * emerge.el:
2180 * ibuffer.el:
2181 * info-xref.el:
2182 * obsolete/bg-mouse.el:
2183 * obsolete/sun-curs.el:
2184 * obsolete/swedish.el: Move the `defvar's to the top level.
2185
2186 * smerge-mode.el (smerge-refined-change): Add :group.
2187
2188 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2191 (smerge-keep-n): Remove props.
2192 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2193 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2194 now that it's done in smerge-keep-n.
2195 (smerge-refined-change): New face.
2196 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2197 (smerge-refine): New funs.
2198 (smerge-basic-map): Bind smerge-refine.
2199
2200 2005-08-25 Juri Linkov <juri@jurta.org>
2201
2202 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2203 compilation-process-setup-function and compilation-disable-input
2204 in grep-mode instead of let-bindings in grep.
2205
2206 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2207 Delete "Automatic File De/compression" (auto-compression-mode).
2208
2209 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2210
2211 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2212 Silence warning about non-existent variable.
2213
2214 2005-08-25 Richard M. Stallman <rms@gnu.org>
2215
2216 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2217 Rename "Describe Key" to "Describe Key or Mouse Operation".
2218
2219 * mail/mailalias.el (build-mail-aliases): Delete comments
2220 from the contents before processing them.
2221
2222 * isearch.el (isearch-edit-string): Erase the Search prompt
2223 if user enters an empty string and there is no default.
2224
2225 * comint.el (comint-file-name-prefix): Add autoload.
2226
2227 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2228
2229 * subr.el (play-sound): Rearrange to avoid warning.
2230
2231 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2232
2233 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2234 New hook.
2235 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2236
2237 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2240
2241 * custom.el (custom-theme-set-variables): Sort minor modes last.
2242
2243 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2244
2245 * subr.el (version-separator, version-regexp-alist): New vars used by
2246 version comparison funs.
2247 (integer-list-<, integer-list-=, integer-list-<=)
2248 (integer-list-not-zero): New funs for integer list comparison.
2249 (version-to-list, version=, version<, version<=): New funs for version
2250 comparison.
2251
2252 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2253
2254 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2255 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2256 time to silence the byte-compiler.
2257
2258 * ibuffer.el (ibuffer-compile-make-eliding-form)
2259 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2260 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2261 so it's silly to get warnings for it).
2262 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2263 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2264 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2265 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2266 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2267 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2268 Defvar at compile time.
2269 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2270 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2271 Declare them before use.
2272
2273 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2274 (info-xref-good, info-xref-bad): Defvar at compile time.
2275
2276 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2277 Use `let*' instead of `let'.
2278
2279 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2280 (*mouse-y*, menu, char): Defvar at compile time.
2281 (sc::menu): Declare it before use.
2282 (sc::pack-one-line): Use `let', not `let*'.
2283
2284 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2285 (mail-send-hook): Defvar at compile time.
2286
2287 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2288 Defvar at compile time.
2289
2290 * term/sun-mouse.el (current-global-mousemap)
2291 (current-local-mousemap): Declare them before use.
2292
2293 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2294
2295 * bookmark.el (bookmark-after-jump-hook): New hook.
2296 (bookmark-jump): Run `bookmark-after-jump-hook'.
2297
2298 2005-08-23 Juri Linkov <juri@jurta.org>
2299
2300 * faces.el (minibuffer-prompt): Doc fix.
2301
2302 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2303
2304 * progmodes/xscheme.el: Trivial changes to silence warnings.
2305 (xscheme-previous-mode, xscheme-previous-process-state):
2306 Add defvars.
2307 (xscheme-last-input-end, xscheme-process-command-line)
2308 (xscheme-process-name, xscheme-buffer-name)
2309 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2310 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2311 (xscheme-control-g-synchronization-p)
2312 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2313 (default-xscheme-runlight, xscheme-runlight)
2314 (xscheme-runlight-string, xscheme-process-filter-state)
2315 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2316 Move to beginning of file.
2317 (scheme-interaction-mode-commands-alist)
2318 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2319 Declare them before use. Note: the initialization code for the variables
2320 has not been moved because it uses functions that reference the variables.
2321 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2322 (xscheme-prompt-for-expression-map): Declare them before use.
2323 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2324
2325 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2326
2327 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2328
2329 2005-08-22 Juri Linkov <juri@jurta.org>
2330
2331 * faces.el (set-face-underline): Delete this duplicate function
2332 and make an obsolete alias to set-face-underline-p.
2333 (set-face-underline-p): Use docstring of set-face-underline.
2334 (describe-face): Create hyperlink to parent face.
2335
2336 * info.el (Info-insert-dir): Use save-excursion around
2337 insert-buffer-substring.
2338 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2339 (Info-escape-percent): Delete function.
2340 (Info-fontify-node): Replace Info-escape-percent by
2341 replace-regexp-in-string with REP arg set to lambda that
2342 duplicates `%' and preserves text properties.
2343
2344 * progmodes/compile.el (compilation-disable-input): Doc fix.
2345 (define-compilation-mode): Doc fix and refill.
2346 (kill-compilation): Use `mode-name' in the error message.
2347 (compilation-find-file): Use `compilation-error' in the
2348 read-file-name's prompt.
2349
2350 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2351
2352 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2353 (smerge-auto-leave): Make undo re-enable the mode.
2354 (debug-ignored-errors): Add the user-error of impossible resolution.
2355 (smerge-resolve): Move things around a bit, in preparation for later.
2356 (smerge-diff): Don't fail if the buffer has no associated file.
2357 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2358 (smerge-conflict-overlay): New function.
2359 (smerge-match-conflict): Don't add text properties here.
2360 (smerge-find-conflict): Instead, add an overlay here.
2361 Also check for the case where we're inside a conflict already, so as to
2362 obviate the need for font-lock-multiline, which is unbearably slow with
2363 large conflicts and ciomplex font-lock patterns.
2364 (smerge-remove-props): Remove overlay rather than text-properties.
2365 (smerge-mode): Don't set font-lock-multiline.
2366 Remove overlays when turned off.
2367
2368 2005-08-21 Kim F. Storm <storm@cua.dk>
2369
2370 * ido.el (ido-ignore-item-p): Use save-match-data.
2371 Bind case-fold-search to ido-case-fold locally.
2372
2373 2005-08-20 Richard M. Stallman <rms@gnu.org>
2374
2375 * files.el (normal-mode): If font lock is on, turn it off and on.
2376
2377 * subr.el (replace-regexp-in-string): Doc fix.
2378
2379 * startup.el (command-line-1): Don't suppress startup screen
2380 due to existing processes.
2381
2382 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2383
2384 * progmodes/compile.el (compilation-disable-input): Default to nil.
2385
2386 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2387
2388 * progmodes/compile.el (compilation-disable-input): New defcustom.
2389 (compilation-start): If compilation-disable-input is non-nil, send
2390 EOF to the compilation process.
2391
2392 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2393
2394 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2395 Run the argument of tex-shell-cd-command through
2396 convert-standard-filename, to get the correct style of slashes on
2397 Windows, and enclose the result in quotes, in case the file name
2398 includes whitespace or other special characters.
2399
2400 2005-08-19 Andreas Schwab <schwab@suse.de>
2401
2402 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2403 process.
2404
2405 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2406
2407 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2408
2409 2005-08-18 Kim F. Storm <storm@cua.dk>
2410
2411 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2412
2413 2005-08-18 Richard M. Stallman <rms@gnu.org>
2414
2415 * scroll-lock.el: New file.
2416
2417 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2418
2419 * dired.el (dired-move-to-end-of-filename):
2420 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2421
2422 2005-08-18 Kim F. Storm <storm@cua.dk>
2423
2424 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2425 rather than toggle mode when custom value is nil.
2426 (ido-everywhere): Fix defun doc string.
2427
2428 2005-08-17 Richard M. Stallman <rms@gnu.org>
2429
2430 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2431 as tag instead of "Inviolable".
2432
2433 2005-08-17 Kim F. Storm <storm@cua.dk>
2434
2435 * windmove.el (windmove-coordinates-of-position): Remove.
2436 (windmove-coordinates-of-window-position): Remove.
2437 (windmove-reference-loc): Use posn-at-point instead.
2438
2439 * subr.el (insert-for-yank-1): Doc fix.
2440
2441 * ido.el (ido-enter-matching-directory): Rename from
2442 ido-enter-single-matching-directory. Change 'slash choice to
2443 'only. Add 'first choice.
2444 (ido-exhibit): Adapt to above changes.
2445
2446 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2447
2448 * Makefile.in: Expand comment about building loaddefs.el.
2449
2450 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2451
2452 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2453 Comment use of defadvice.
2454
2455 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2456
2457 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2458
2459 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2460 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2461 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2462 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2463 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2464 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2465 for backward compatibility for faces that did not appear in the
2466 previous Emacs release.
2467
2468 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2469
2470 2005-08-15 Kim F. Storm <storm@cua.dk>
2471
2472 * emulation/cua-base.el (cua-delete-region): Return t if
2473 deleted region was non-empty.
2474 (cua-replace-region): Inhibit overwrite-mode for
2475 self-insert-command if replaced region was non-empty.
2476 (cua--explicit-region-start, cua--status-string): Make them
2477 buffer-local at top-level...
2478 (cua-mode): ...rather than when mode is enabled.
2479
2480 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2481
2482 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2483 Set t for Emacs 21, 22, and so on.
2484
2485 2005-08-15 David Ponce <david@dponce.com>
2486
2487 * tree-widget.el: Update Commentary header.
2488 (tree-widget-theme): Doc fix.
2489 (tree-widget-space-width): New option.
2490 (tree-widget-image-properties): Look up in the default theme too.
2491 (tree-widget--cursors): Only for images with arrow pointer shape.
2492 (tree-widget-lookup-image): Pointer shape is hand by default.
2493 (tree-widget-icon): Rename generic icon widget from
2494 `tree-widget-control'.
2495 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2496 derive from `tree-widget-icon'.
2497 (tree-widget-handle): Improve default look and feel of the text
2498 representation.
2499 (tree-widget): Rename :*-control properties to :*-icon properties.
2500 Add :action and :help-echo properties.
2501 (tree-widget-after-toggle-functions): Move.
2502 (tree-widget-close-node, tree-widget-open-node): Remove.
2503 (tree-widget-before-create-icon-functions): New hook.
2504 (tree-widget-value-create): Update to allow customization of icons
2505 and nodes at run-time via that new hook.
2506 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2507 (tree-widget-icon-action, tree-widget-icon-help-echo)
2508 (tree-widget-action, tree-widget-help-echo): New functions.
2509
2510 2005-08-15 Kim F. Storm <storm@cua.dk>
2511
2512 * ido.el (ido-buffer-internal): Use with-no-warnings.
2513 (ido-make-merged-file-list): Use while-no-input.
2514
2515 2005-08-15 Richard M. Stallman <rms@gnu.org>
2516
2517 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2518 (flyspell-large-region): Fix doc and custom type.
2519
2520 2005-08-14 Richard M. Stallman <rms@gnu.org>
2521
2522 * files.el (interpreter-mode-alist): Doc fix.
2523
2524 * mail/rmail.el (rmail-nonignored-headers): New variable.
2525 (rmail-clear-headers): Use it.
2526 (rmail-reply): Better handling of mail-followup-to header.
2527
2528 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2529 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2530 don't try to refer to executable-font-lock-keywords.
2531 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2532 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2533 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2534 (sh-mode): Set comment-start-skip, local-abbrev-table,
2535 imenu-case-fold-search.
2536 (sh-set-shell): Don't set them here.
2537 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2538 Don't cache the results in the original alist; don't ever modify
2539 that alist.
2540
2541 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2542
2543 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2544 empty.
2545
2546 2005-08-15 Andreas Schwab <schwab@suse.de>
2547
2548 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2549
2550 * dired.el, info.el, mail/rmail.el: Revert last change.
2551
2552 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2553
2554 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2555 modification in `eval-after-load' form.
2556 * info.el: Likewise.
2557 * mail/rmail.el: Likewise.
2558
2559 2005-08-14 Juri Linkov <juri@jurta.org>
2560
2561 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2562 Remove highlighting of "Compilation started". Highlight only
2563 the word "finished" in "Compilation finished". Add highlighting
2564 of "interrupt", "killed", "terminated" and the exit code.
2565 (compilation-start): Add newline after header. Use exactly the
2566 same time stamp format as the finishing message.
2567 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2568
2569 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2570 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2571 Add highlighting of "interrupt", "killed", "terminated".
2572
2573 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2574 enabled and the current command is self-insert-command, call it
2575 explicitly with overwrite-mode bound to nil, to not allow it
2576 to delete the character after the selected region.
2577
2578 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2579
2580 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2581 move-end-of-line, end-of-line, and beginning-of-line to the list
2582 of commands after which the echo area is updated.
2583
2584 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2585
2586 * cus-edit.el (custom-save-all, custom-save-delete):
2587 Bind recentf-exclude to exclude custom-file.
2588
2589 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2590
2591 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2592 to go to the bottom of the mail message. Added to
2593 `rmail-summary-mode-map' with key "/".
2594 (rmail-summary-show-message): New (internal) function for use by
2595 both `rmail-summary-beginning/end-of-message'.
2596 (rmail-summary-beginning-of-message): Change to use
2597 rmail-summary-show-message.
2598
2599 * mail/rmail.el (rmail-end-of-message): New command to go to the
2600 end of the current message. Added to `rmail-mode-map' with key "/".
2601 (rmail-beginning-of-message): Fix to work as documented.
2602 (rmail-mode): Change documentation.
2603
2604 * progmodes/compile.el (compilation-start): Add the line
2605 "Compilation started" with compilation start time.
2606 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2607
2608 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2609
2610 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2611 of menu items.
2612
2613 2005-08-11 Richard M. Stallman <rms@gnu.org>
2614
2615 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2616
2617 * battery.el (battery-status-function): Don't use ignore-errors.
2618
2619 2005-08-11 Lute Kamstra <lute@gnu.org>
2620
2621 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2622 define-obsolete-variable-alias.
2623
2624 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2627 (ange-ftp-send-cmd): Revert last change, and expand
2628 the comment explaining the problem.
2629
2630 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2631
2632 * ldefs-boot.el: Update.
2633
2634 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2635 item to "Time, Load and Mail". Change help echo text.
2636
2637 * time.el (display-time-use-mail-icon, display-time-format)
2638 (display-time-string-forms): Shorten first line of docstrings.
2639
2640 2005-08-10 Lars Hansen <larsh@soem.dk>
2641
2642 * desktop.el (desktop-buffer-mode-handlers):
2643 Make non-customizable. Add autoload cookie. Change initial value to
2644 nil; add elements in respective modules instead. Fix doc string.
2645 (desktop-load-file): New function.
2646 (desktop-minor-mode-handlers): New autoloaded variable.
2647 (desktop-create-buffer): Call minor mode handlers.
2648 Use desktop-load-file to load major and minor mode modules prior to
2649 checking for a handler.
2650 (desktop-save): Don't add nil to desktop-minor-modes for minor
2651 modes with nil function in desktop-minor-mode-table. Don't delete
2652 desktop file before rewriting it.
2653 (desktop-locals-to-save): Add autoload cookie. Don't make
2654 automatically buffer-local. Add variables column-number-mode,
2655 size-indication-mode, indent-tabs-mode,
2656 indicate-buffer-boundaries, indicate-empty-lines and
2657 show-trailing-whitespace.
2658 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2659 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2660 (desktop-clear-preserve-buffers-regexp): Delete.
2661 (desktop-clear-preserve-buffers): Update initial value and docstring.
2662 (desktop-save-buffer): Fix doc string.
2663
2664 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2665 (hilit-chg-desktop-restore): New function.
2666 (highlight-changes-mode): Add highlight-changes-mode to
2667 desktop-locals-to-save.
2668
2669 * dired.el: Add handler to desktop-buffer-mode-handlers.
2670 (dired-restore-desktop-buffer): Remove autoload cookie.
2671 (dired-mode): Add autoload cookie.
2672
2673 * info.el: Add handler to desktop-buffer-mode-handlers.
2674 (Info-restore-desktop-buffer): Remove autoload cookie.
2675 (Info-mode): Add autoload cookie.
2676
2677 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2678 (mh-restore-desktop-buffer): Remove autoload cookie.
2679 (mh-folder-mode): Add autoload cookie.
2680
2681 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2682 (rmail-restore-desktop-buffer): Remove autoload cookie.
2683
2684 2005-08-11 Masatake YAMATO <jet@gyve.org>
2685
2686 * hexl.el (hexl-address-region):
2687 (hexl-ascii-region, hexl-font-lock-keywords):
2688 (hexl-highlight-line-range): Use the term "region"
2689 instead of "area" for consistency with the other symbols
2690 defined in hexl.el.
2691
2692 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2693
2694 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2695 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2696 out by Juri Linkov). Add `display-battery-mode'.
2697
2698 2005-08-09 Juri Linkov <juri@jurta.org>
2699
2700 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2701 Remove `-text' from face variable names.
2702 (compilation-error-file-name, compilation-warning-file-name)
2703 (compilation-info-file-name): Delete faces.
2704 (compilation-line-number, compilation-column-number):
2705 Remove face underlining.
2706 (compilation-message-face): Set to `underline' value by default.
2707 (compilation-error-face, compilation-warning-face)
2708 (compilation-info-face): Remove `-file-name' from face names.
2709 (compilation-error-text-face, compilation-warning-text-face)
2710 (compilation-info-text-face): Delete face variables.
2711 (compilation-text-face): Delete function.
2712
2713 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2714 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2715 (grep-error-face): Set to `compilation-error' instead of
2716 `compilation-error-face' (which is redefined to `grep-hit-face' in
2717 grep buffers).
2718 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2719 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2720
2721 * dired-aux.el (dired-do-query-replace-regexp):
2722 Use `query-replace-read-args'.
2723
2724 * replace.el (query-replace-read-from, query-replace-read-to)
2725 (query-replace-read-args): Rename arg `string' to `prompt'.
2726
2727 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2728
2729 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2730
2731 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2732 uploading files.
2733 (ange-ftp-canonize-filename): Handle file names beginning with ~
2734 correctly.
2735
2736 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2737
2738 * textmodes/fill.el (canonically-space-region)
2739 (fill-context-prefix, fill-french-nobreak-p)
2740 (fill-delete-newlines, fill-comment-paragraph)
2741 (justify-current-line): "?\ " -> "?\s".
2742
2743 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2744
2745 * textmodes/fill.el (fill-nonuniform-paragraphs):
2746 Improve argument/docstring consistency.
2747
2748 2005-08-09 Richard M. Stallman <rms@gnu.org>
2749
2750 * textmodes/ispell.el (ispell-word): More fboundp checks.
2751
2752 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2753 (find-file-noselect-1): Call it here, only if RAWFILE.
2754 (normal-mode): Always set some major mode.
2755 (save-some-buffers-action-alist): Change some explanation strings.
2756 (file-name-non-special): In the `quote' method, use unwind-protect.
2757
2758 2005-08-09 Magnus Henoch <mange@freemail.hu>
2759
2760 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2761 (ispell-have-aspell-dictionaries): New variable.
2762 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2763 (ispell-get-aspell-config-value): New function.
2764 (ispell-aspell-find-dictionary): New function.
2765 (ispell-aspell-add-aliases): New function.
2766 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2767 appropriate. Don't look for ispell dictionaries if we use aspell.
2768 (ispell-menu-map): Don't build a submenu of dictionaries.
2769
2770 2005-08-09 Richard M. Stallman <rms@gnu.org>
2771
2772 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2773 (sql-read-passwd): Use read-passwd.
2774
2775 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2776 (idlwave-toolbar-is-possible): Add defvars.
2777
2778 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2779 Avoid warnings.
2780
2781 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2782 (idlwave-system-class-info, idlwave-executive-commands-alist):
2783 Use defvar.
2784
2785 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2786
2787 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2788 Avoid warnings.
2789
2790 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2791 and content-type: headers.
2792
2793 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2794
2795 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2796 and rename some of them to be more self-explanatory.
2797
2798 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2799
2800 * startup.el (command-line-1): Implement -scriptload.
2801
2802 * replace.el (occur-engine): Initial *Occur* output not undoable.
2803
2804 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2805 and improve help strings.
2806
2807 * isearch.el (isearch-repeat): When changing direction,
2808 mark search successful.
2809
2810 * ediff-init.el: Use (featurep 'xemacs).
2811
2812 * comint.el (send-invisible): Identify buffer, if not selected.
2813
2814 * align.el: Delete autoload for c-guess-basic-syntax.
2815
2816 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2817
2818 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2819 Improve argument/docstring consistency. Doc fixes.
2820 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2821 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2822 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2823 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2824 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2825 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2826 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2827 Defvar at compile time.
2828
2829 2005-08-09 Juri Linkov <juri@jurta.org>
2830
2831 * info.el: Replace `info' with upper-case `Info' where appropriate.
2832 (info-title-1, info-title-2, info-title-3, info-title-4)
2833 (info-menu-header): Move up face definitions.
2834 (info-menu-star): Rename from `info-menu-5'.
2835 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2836 (Info-fontify-visited-nodes): Fix docstring.
2837 (Info-hide-note-references): Fix docstring.
2838 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2839 menu items in the same way as on cross-references.
2840 (info-apropos): Fix sorting order and formatting to be like in the
2841 stand-alone Info browser. Display error messages for 1 sec.
2842 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2843 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2844 from the menu bar.
2845 (Info-insert-dir): Restore point after calling
2846 `insert-buffer-substring'.
2847
2848 2005-08-08 Richard M. Stallman <rms@gnu.org>
2849
2850 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2851 (recompute-lucid-menubar): Add defvars.
2852
2853 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2854
2855 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2856
2857 * net/net-utils.el (run-dig): Rename from `dig'.
2858
2859 * play/gametree.el (gametree-mode): Use make-local-variable,
2860 not make-variable-buffer-local.
2861
2862 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2863
2864 * ansi-color.el (ansi-color-make-extent)
2865 (ansi-color-set-extent-face): Use fboundp, not functionp.
2866
2867 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2868 not make-variable-buffer-local.
2869
2870 * bookmark.el (Info-current-file): Add defvar.
2871 (bookmark-jump-noselect): Use with-no-warnings.
2872
2873 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2874
2875 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2876
2877 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2878
2879 * find-file.el (ada-procedure-start-regexp)
2880 (ada-package-start-regexp): Add defvars.
2881
2882 * info.el (Info-insert-dir): Use insert-buffer-substring.
2883
2884 * xml.el (xml-att-def-re): Add defvar.
2885
2886 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2887 calling convention.
2888
2889 * subr.el (while-no-input): Return t if there is input.
2890
2891 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2892
2893 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2894
2895 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2896
2897 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2898 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2899
2900 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2901
2902 * cmuscheme.el (scheme-start-file): Replace reference to
2903 `user-emacs-directory' by "~/.emacs.d/".
2904
2905 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2906
2907 * info.el (Info-dir-remove-duplicates): Avoid case folding
2908 in loop; instead, keep downcased strings for comparison.
2909 Suggested by Helmut Eller.
2910
2911 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2912
2913 Sync with Tramp 2.0.50.
2914
2915 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2916 XEmacs case; not necessary anymore.
2917 (tramp-user-regexp): Allow "@" as part of user name.
2918 (tramp-handle-set-visited-file-modtime)
2919 (tramp-handle-insert-file-contents)
2920 (tramp-handle-write-region): No special handling for
2921 `last-coding-system-used, because this is done in
2922 `tramp-accept-process-output' now.
2923 (tramp-accept-process-output): New defun.
2924 (tramp-process-one-action, tramp-process-one-multi-action)
2925 (tramp-wait-for-regexp, tramp-wait-for-output)
2926 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2927 Howells <dhowells@redhat.com>.
2928 (clear-visited-file-modtime): Defadvice removed. The check for
2929 unset buffer's modtime does not need to be based on
2930 `tramp-buffer-file-attributes'. Suggested by RMS.
2931 (tramp-message): Insert "\n" if not being at beginning of line.
2932 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2933 sequence with same logic.
2934 (tramp-completion-handle-expand-file-name): Discard call of
2935 `tramp-drop-volume-letter'. It is not necessary, and there have
2936 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2937 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2938 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2939 should always be visible.
2940 (tramp-handle-insert-directory, tramp-setup-complete)
2941 (tramp-set-process-query-on-exit-flag)
2942 (tramp-append-tramp-buffers): Pacify byte-compiler.
2943 (tramp-bug): Delete non-existing variables from list.
2944 Apply `tramp-load-report-modules' as pre-hook.
2945 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2946 `shell-prompt-pattern' because of non-7bit characters.
2947 Reported by Sebastian Luque <sluque@mun.ca>.
2948 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2949 (tramp-match-string-list): Remove function.
2950 (tramp-wait-for-regexp): Remove call of that function.
2951 Suggested by Kim F. Storm <storm@cua.dk>.
2952 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2953 instead of octal character code ?\600. The latter resulted in a
2954 syntax error with XEmacs.
2955
2956 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2957 XEmacs case; not necessary anymore.
2958 (tramp-smb-handle-write-region): No special handling for
2959 `last-coding-system-used, because this is done in
2960 `tramp-accept-process-output' now.
2961 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2962
2963 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
2964
2965 * wid-edit.el (widget-choice-value-create):
2966 Unconditionally respect user choice. Set :explicit-choice back to nil
2967 when no longer needed.
2968 (widget-choice-action): Unconditionally respect user choice.
2969 Eliminate :explicit-choice-value.
2970
2971 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2972
2973 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2974 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2975 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2976 running new function `toggle-indicate-empty-lines'.
2977 Rename "Customize" item to "Customize fringe".
2978 Rename "Indicators" item to "Buffer boundaries" and change help echo.
2979 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2980 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2981 Delete "Empty lines only" item.
2982 (menu-bar-showhide-fringe-ind-customize): New function.
2983 (menu-bar-showhide-fringe-ind-mixed)
2984 (menu-bar-showhide-fringe-ind-box)
2985 (menu-bar-showhide-fringe-ind-right)
2986 (menu-bar-showhide-fringe-ind-left)
2987 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2988 instead of `fringe-indicators'.
2989
2990 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2991
2992 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2993 Change the date of last update.
2994
2995 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2996
2997 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2998 (viper-exec-yank, viper-put-back): Don't display modification msg
2999 if in the minibuffer.
3000
3001 * viper-init.el (viper-replace-overlay-cursor-color)
3002 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3003 Make variables frame local.
3004
3005 * viper-util.el (viper-append-filter-alist): Use append instead of
3006 nconc.
3007
3008 * viper.el (viper-vi-state-mode-list)
3009 (viper-emacs-state-mode-list): Move help-mode and
3010 completion-list-mode from the first list to the second.
3011 (viper-mode): Docstring.
3012 (viper-go-away, viper-non-hook-settings): Don't localize
3013 minor-mode-alist in newer Emacsen. Add advice to
3014 set-cursor-color. Don't bind "\C-c\\".
3015
3016 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3017
3018 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3019 (scheme-macro-expand-command): New user options.
3020 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3021 (scheme-form-at-point, scheme-start-file)
3022 (scheme-interactively-start-process): New functions.
3023 (scheme-get-process): New function, extracted from `scheme-proc'.
3024 (run-scheme): Call `scheme-start-file' to get start file, and pass
3025 it to `make-comint'.
3026 (switch-to-scheme, scheme-proc):
3027 Call `scheme-interactively-start-process' if no Scheme buffer/process
3028 is available.
3029
3030 2005-08-06 Juri Linkov <juri@jurta.org>
3031
3032 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3033 Use `compilation-text-face', `compilation-info-text-face' and
3034 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3035 (compilation-error): New face.
3036 (compilation-error-file-name): Inherit from
3037 `compilation-error' instead of `font-lock-warning-face'.
3038 (compilation-warning-file-name): Inherit from
3039 `compilation-warning' instead of `font-lock-warning-face'.
3040 (compilation-info, compilation-error-file-name)
3041 (compilation-warning-file-name, compilation-info-file-name)
3042 (compilation-line-number, compilation-column-number): Doc fix.
3043 (compilation-error-text-face, compilation-warning-text-face)
3044 (compilation-info-text-face): New face variables.
3045 (compilation-line-face, compilation-column-face)
3046 (compilation-enter-directory-face)
3047 (compilation-leave-directory-face): Doc fix.
3048 (compilation-text-face): New function.
3049
3050 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3051 instead of 1 to display binary file names as info file links.
3052 (grep-error-face): Use `compilation-error-face' instead of
3053 `font-lock-keyword-face'.
3054 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3055 and `compilation-warning-text-face' instead of
3056 `font-lock-keyword-face'. Use `compilation-error-text-face'
3057 instead of `grep-error-face'.
3058
3059 2005-08-05 Kenichi Handa <handa@m17n.org>
3060
3061 * international/code-pages.el: Add autoload cookies for all coding
3062 systems.
3063
3064 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3065
3066 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3067
3068 2005-08-04 Juri Linkov <juri@jurta.org>
3069
3070 * progmodes/compile.el (compilation-mode-map):
3071 * progmodes/grep.el (grep-mode-map):
3072 Bind TAB to `compilation-next-error' and [backtab] to
3073 `compilation-previous-error'.
3074
3075 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3076 matching line numbers, column numbers and their ranges with regexp
3077 matching only line numbers.
3078 (grep-context-face): New face variable.
3079 (grep-mode-font-lock-keywords): Use it.
3080
3081 * faces.el (read-face-name): Delete duplicate faces.
3082
3083 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3084
3085 * thumbs.el (thumbs-find-image): Don't make variables
3086 automatically buffer local.
3087 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3088 (thumbs-image-num): Make automatically buffer local.
3089 (thumbs-show-thumbs-list): Use `make-local-variable', not
3090 `make-variable-buffer-local'.
3091 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3092
3093 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3094 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3095 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3096 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3097 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3098 (feelings-about, foullst, found, hello, history, howareyoulst)
3099 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3100 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3101 (neglst, obj, object, owner, please, problems, qlist)
3102 (random-adjective, relation, remlst, repetitive-shortness)
3103 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3104 (shortlst, something, sportslst, stallmanlst, states, subj)
3105 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3106 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3107 Defvar at compile time.
3108
3109 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3110 not `make-variable-buffer-local'.
3111
3112 2005-08-02 Kim F. Storm <storm@cua.dk>
3113
3114 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3115 rectangle overlay in selected window.
3116
3117 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3118
3119 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3120 instead of display group. Make `indicate-buffer-boundaries'
3121 customizable through Custom.
3122
3123 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3124
3125 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3126 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3127 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3128 (gdb-put-string): Fix typos in docstrings.
3129
3130 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3131
3132 Update copyright notices of files in progmodes directory for
3133 release of Emacs 22.1.
3134
3135 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3136
3137 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3138 Don't barf if the GUD buffer has been killed.
3139
3140 2005-08-01 Kim F. Storm <storm@cua.dk>
3141
3142 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3143
3144 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 * simple.el (next-error-follow-minor-mode):
3147 make-variable-buffer-local -> make-local-variable.
3148
3149 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3150
3151 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3152 (byte-compile-form-make-variable-buffer-local): New functions to warn
3153 about misuses of make-variable-buffer-local where make-local-variable
3154 was meant.
3155
3156 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3157
3158 * bs.el (bs-attributes-list): Doc fix.
3159 (bs): Update url-link.
3160
3161 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3162 (desktop-load-default): Simplify.
3163
3164 * ibuffer.el (ibuffer-columnize-and-insert-list)
3165 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3166 (ibuffer-unmark-all, ibuffer-toggle-marks)
3167 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3168 (ibuffer-compile-make-format-form, ibuffer-format-column)
3169 (ibuffer-current-buffers-with-marks)
3170 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3171 (ibuffer): Doc fix.
3172 (ibuffer-mode): Fix typo in docstring.
3173 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3174 with `define-obsolete-variable-alias'.
3175 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3176
3177 2005-07-29 Kenichi Handa <handa@m17n.org>
3178
3179 * international/mule-cmds.el (select-message-coding-system):
3180 Be sure to use LF for end-of-line. If no coding system is decided,
3181 return iso-8859-1-unix.
3182
3183 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3186 (ange-ftp-pending-error-line): New vars.
3187 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3188 to handle the non-fatal no-route-to-host messages.
3189 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3190
3191 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3192
3193 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3194 (isearch-quote-char, isearch-printing-char)
3195 (isearch-text-char-description): "?\ " -> "?\s".
3196 (isearch-lazy-highlight-cleanup)
3197 (isearch-lazy-highlight-initial-delay)
3198 (isearch-lazy-highlight-interval)
3199 (isearch-lazy-highlight-max-at-a-time)
3200 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3201 Declare with define-obsolete-*-alias macros.
3202 (isearch-forward): Fix typo in docstring.
3203 (search-invisible, search-ring-yank-pointer)
3204 (regexp-search-ring-yank-pointer): Doc fixes.
3205
3206 * recentf.el (recentf-menu-append-commands-p): Declare with
3207 `define-obsolete-variable-alias'.
3208 (recentf-max-saved-items, recentf-menu-filter)
3209 (recentf-arrange-by-rule-subfilter): Doc fixes.
3210 (recentf-menu-append-commands-flag)
3211 (recentf-initialize-file-name-history, recentf-expand-file-name)
3212 (recentf-clear-data): Fix typos in docstrings.
3213
3214 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3215
3216 * progmodes/gdb-ui.el: Smarten comments.
3217 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3218
3219 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3220
3221 * term/apollo.el (terminal-init-apollo): New function containing
3222 all former top level forms in the file.
3223 * term/bobcat.el (terminal-init-bobcat):
3224 * term/cygwin.el (terminal-init-cygwin):
3225 * term/iris-ansi.el (terminal-init-iris-ansi):
3226 * term/linux.el (terminal-init-linux):
3227 * term/news.el (terminal-init-news):
3228 * term/rxvt.el (terminal-init-rxvt):
3229 * term/sun.el (terminal-init-sun):
3230 * term/tvi970.el (terminal-init-tvi970):
3231 * term/vt100.el (terminal-init-vt100):
3232 * term/vt102.el (terminal-init-vt102):
3233 * term/vt125.el (terminal-init-vt125):
3234 * term/vt200.el (terminal-init-vt200):
3235 * term/vt201.el (terminal-init-vt201):
3236 * term/vt220.el (terminal-init-vt220):
3237 * term/vt240.el (terminal-init-vt240):
3238 * term/vt300.el (terminal-init-vt300):
3239 * term/vt320.el (terminal-init-vt320):
3240 * term/vt400.el (terminal-init-vt400):
3241 * term/vt420.el (terminal-init-vt420):
3242 * term/wyse50.el (terminal-init-wyse50):
3243 * term/xterm.el (terminal-init-xterm): Likewise.
3244
3245 * term/README: Describe the terminal-init-* functionality.
3246
3247 * startup.el (command-line): After loading the terminal initialization
3248 file call the corresponding terminal initialization function.
3249
3250 2005-07-27 Kenichi Handa <handa@m17n.org>
3251
3252 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3253 negative.
3254
3255 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3256 (ps-mule-composition-prologue): Fix for the case that
3257 RelativeCompose is false.
3258
3259 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3260
3261 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3262
3263 * descr-text.el (describe-char): Handle the case where the list of
3264 chars is displayed in a separate frame.
3265 Be a bit more discriminating when looking for the char.
3266
3267 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3268
3269 * bookmark.el (bookmark-automatically-show-annotations)
3270 (bookmark-read-annotation-text-func): Doc fixes.
3271 (bookmark-save): Improve argument/docstring consistency.
3272 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3273 (bookmark-alist-from-buffer)
3274 (bookmark-upgrade-file-format-from-0)
3275 (bookmark-grok-file-format-version)
3276 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3277 (bookmark-read-annotation-mode)
3278 (bookmark-insert-current-bookmark, bookmark-jump)
3279 (bookmark-exit-hook): Fix typos in docstrings.
3280 (bookmark-exit-hooks): Define as obsolete alias.
3281 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3282 not `bookmark-exit-hooks'. Fix docstring.
3283 (bookmark-bmenu-select): "?\ " -> "?\s".
3284
3285 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3286
3287 * startup.el (command-line): Fix typo.
3288
3289 2005-07-24 Richard M. Stallman <rms@gnu.org>
3290
3291 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3292 not emacs-quick-startup.
3293
3294 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3295
3296 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3297 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3298 instead of `reb-with-current-window'.
3299 (reb-prev-match): Likewise. Also, don't move left if the search
3300 was unsuccessful.
3301 (reb-initialize-buffer): New function.
3302 (re-builder, reb-change-syntax): Use it.
3303
3304 * man.el (Man-goto-page): Make second argument NOERROR optional.
3305
3306 2005-07-23 Richard M. Stallman <rms@gnu.org>
3307
3308 * man.el (Man-bgproc-sentinel): Check here for failure to find
3309 any man page in the output, and report the error here.
3310 (Man-arguments): Make it permanent local.
3311 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3312 (Man-mode): Pass t for NOERROR.
3313
3314 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3315 (grep-mode-font-lock-keywords):
3316 Don't use compilation-...-face for messages that are not file names.
3317
3318 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3319 Don't use compilation-...-face for messages that are not file names.
3320
3321 2005-07-22 Juri Linkov <juri@jurta.org>
3322
3323 * startup.el (normal-splash-screen): Update menu name.
3324
3325 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3326
3327 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3328
3329 * term/xterm.el: Load term/rxvt if the terminal is actually an
3330 rxvt terminal.
3331 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3332
3333 * term/rxvt.el (function-key-map): Use substitute-key-definition
3334 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3335
3336 * term/cygwin.el: New file.
3337
3338 2005-07-22 Kim F. Storm <storm@cua.dk>
3339
3340 * image-file.el (insert-image-file, image-file-yank-handler):
3341 Fix last change to maintain a (unique) yank-handler on yanked images.
3342
3343 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3344
3345 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3346 of the file size (as in "177B" for 177 bytes). This happens with
3347 "ls -lh" on FreeBSD.
3348
3349 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3350
3351 * hilit-chg.el (highlight-changes-global-initial-state)
3352 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3353 (hilit-chg-fixup, highlight-changes-mode):
3354 Fix typos in docstrings.
3355 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3356 Doc fixes.
3357
3358 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3359
3360 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3361 mode function using `eval-after-load'.
3362
3363 2005-07-21 Kim F. Storm <storm@cua.dk>
3364
3365 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3366 included when reporting an emacs crash, and tell about the DEBUG file.
3367
3368 * image-file.el (insert-image-file): Add yank-handler.
3369 (image-file-yank-handler): Yank handler to make unique copies of
3370 images when they are yanked into a buffer next to each other.
3371
3372 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3373
3374 * comint.el (comint-use-prompt-regexp, comint-send-input)
3375 (comint-source-default, comint-extract-string)
3376 (comint-get-source, comint-word, comint-completion)
3377 (comint-source, comint-prompt-read-only, comint-update-fence):
3378 Fix typos in docstrings.
3379 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3380 Declare with define-obsolete-*-alias macros.
3381 (comint-previous-matching-input-from-input)
3382 (comint-next-matching-input-from-input)
3383 (comint-previous-matching-input, comint-next-matching-input)
3384 (comint-forward-matching-input):
3385 Improve argument/docstring consistency.
3386
3387 * desktop.el (desktop-clear-preserve-buffers-regexp):
3388 Also preserve the *server* buffer.
3389
3390 * simple.el (clone-indirect-buffer): Doc fix.
3391 (fixup-whitespace, just-one-space)
3392 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3393 (next-error, next-error-highlight)
3394 (next-error-highlight-no-select, next-error-last-buffer)
3395 (next-error-buffer-p, next-error-find-buffer, next-error)
3396 (previous-error, next-error-no-select, previous-error-no-select)
3397 (open-line, split-line, minibuffer-prompt-width, kill-new)
3398 (binary-overwrite-mode): Fix typos in docstrings.
3399 (set-fill-column): Fix typo in message.
3400
3401 * skeleton.el (skeleton-proxy-new): Doc fix.
3402
3403 * strokes.el (strokes-load-hook): Doc fix.
3404 (strokes-grid-resolution, strokes-get-grid-position)
3405 (strokes-renormalize-to-grid, strokes-read-stroke)
3406 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3407 (strokes-global-map): Fix typos in docstrings.
3408 (strokes-help): Doc fix. Fix help message and pass it through
3409 `substitute-command-keys'.
3410
3411 * tempo.el (tempo-insert-prompt, tempo-interactive)
3412 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3413 (tempo-insert-string-functions, tempo-local-tags)
3414 (tempo-define-template, tempo-insert-template)
3415 (tempo-insert-prompt-compat, tempo-is-user-element)
3416 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3417 Fix typos in docstrings.
3418
3419 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3420 (vcursor-key-bindings, vcursor-use-vcursor-map)
3421 (vcursor-find-window, vcursor-scroll-down)
3422 (vcursor-disable, vcursor-beginning-of-buffer)
3423 (vcursor-end-of-buffer): Fix typos in docstrings.
3424 (vcursor-relative-move, vcursor-get-char-count):
3425 Improve argument/docstring consistency.
3426
3427 * version.el: "?\ " -> "?\s".
3428
3429 * wid-edit.el (widget-default-create, widget-after-change)
3430 (widget-default-format-handler, widget-checklist-add-item)
3431 (widget-radio-add-item, widget-choose, widget-specify-secret)
3432 (widget-field-value-create, widget-field-value-get)
3433 (widget-editable-list-format-handler)
3434 (widget-editable-list-entry-create, widget-group-value-create)
3435 (widget-documentation-link-add)
3436 (widget-documentation-string-value-create): "?\ " -> "?\s".
3437 (widget-convert-text): Doc fix.
3438 (widget-narrow-to-field, widget-field-find)
3439 (widget-url-link-action, widget-emacs-library-link-action)
3440 (widget-color-notify): Fix typos in docstrings.
3441
3442 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3443 (x-select-text, set-w32-system-coding-system)
3444 (w32-add-charset-info): Fix typos in docstrings.
3445
3446 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3447 (cua-enable-cua-keys, cua-use-hyper-key)
3448 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3449 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3450
3451 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3452
3453 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3454 `defalias' instead of faking it.
3455
3456 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3457 (eshell-ls-missing, eshell-ls-dired-initial-args)
3458 (eshell-ls-use-in-dired): Fix typos in docstrings.
3459
3460 2005-07-20 Kim F. Storm <storm@cua.dk>
3461
3462 * emulation/cua-base.el (cua-mode): Improve doc string.
3463
3464 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3465
3466 * abbrev.el (expand-region-abbrevs): Doc fix.
3467 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3468 Improve argument/docstring consistency.
3469
3470 * arc-mode.el (archive-get-descr, archive-alternate-display):
3471 Doc fixes.
3472 (archive-l-e): Improve argument/docstring consistency.
3473 (archive-tmpdir, archive-unixdate, archive-unixtime)
3474 (archive-chmod-entry): Fix typos in docstrings.
3475 (archive-unflag, archive-unflag-backwards)
3476 (archive-unmark-all-files): "?\ " -> "?\s".
3477
3478 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3479 (Buffer-menu-not-modified, Buffer-menu-execute)
3480 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3481 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3482
3483 * composite.el (compose-string, encode-composition-rule)
3484 (compose-last-chars): Fix typos in docstrings.
3485
3486 * desktop.el (desktop-enable, desktop-basefilename):
3487 Declare with `define-obsolete-variable-alias'.
3488 (desktop-internal-v2s): Don't quote keywords.
3489 (desktop-clear): "?\ " -> "?\s".
3490
3491 * dired.el (dired-align-file, dired-flag-backup-files)
3492 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3493 (dired-listing-switches, dired-ls-F-marks-symlinks)
3494 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3495 (dired-directory, dired-faces, dired, dired-revert)
3496 (dired-mode, dired-summary, dired-view-file)
3497 (dired-copy-filename-as-kill, dired-delete-file)
3498 (dired-no-confirm, dired-unmark-all-marks)
3499 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3500 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3501 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3502 Fix typos in message strings.
3503
3504 * dired-x.el (virtual-dired): Declare with `defalias'.
3505 (dired-mark-unmarked-files, dired-local-variables-file)
3506 (dired-omit-here-always): Doc fix.
3507 (dired-omit-mode, dired-find-subdir)
3508 (dired-enable-local-variables, dired-clean-up-buffers-too)
3509 (dired-extra-startup, dired-mark-extension, dired-jump)
3510 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3511 (dired-smart-shell-command, dired-guess-shell-alist-user)
3512 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3513 (dired-x-bind-find-file, dired-x-submit-report):
3514 Fix typos in docstrings.
3515 (dired-mark-unmarked-files): "?\ " -> "?\s".
3516
3517 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3518
3519 * faces.el (describe-face): "?\ " -> "?\s".
3520 (read-all-face-attributes, read-face-font, modify-face)
3521 (face-attr-construct, italic): Fix typos in docstrings.
3522 (frame-update-face-colors): Declare with
3523 `define-obsolete-function-alias'.
3524
3525 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3526 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3527 (magic-mode-alist, buffer-file-numbers-unique)
3528 (write-file-functions, get-free-disk-space):
3529 Fix typos in docstrings.
3530 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3531 (write-contents-hooks, write-file-hooks):
3532 Declare with `define-obsolete-variable-alias'.
3533
3534 * forms-d2.el (arch-rj): Fix typo in docstrings.
3535 (arch-tocol): Likewise. "?\ " -> "?\s".
3536
3537 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3538 Fix typo in docstring.
3539 (set-screen-width, set-screen-height): Delete redundant info in
3540 doctrings.
3541 (new-frame, screen-height, screen-width): Declare with
3542 `define-obsolete-function-alias'.
3543 (delete-frame-hook, blink-cursor): Declare with
3544 `define-obsolete-variable-alias'.
3545
3546 * paths.el (prune-directory-list): Fix typos in docstring.
3547
3548 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3549 (cvs-prefix-get): Fix typos in docstrings.
3550
3551 * ps-print.el (ps-extend-face-list, ps-extend-face)
3552 (ps-print-background-image): Fix typos in docstrings.
3553 (ps-default-fg, ps-default-bg): Doc fixes.
3554
3555 * s-region.el (s-region-bind): Doc fix.
3556 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3557
3558 * textmodes/org.el (org-table-formula-substitute-names)
3559 (org-table-get-vertical-vector): Doc fixes.
3560 (org-table-recalculate): Remove unused argument to `message'.
3561
3562 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3563
3564 * textmodes/org.el (org-table-column-names)
3565 (org-table-column-name-regexp)
3566 (org-table-named-field-locations): New variables.
3567 (org-archive-subtree): Protect `this-command' when calling
3568 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3569 the kill buffer.
3570 (org-complete): Remove fixed-formula completion.
3571 (org-edit-formulas-map): New variable.
3572 (org-table-edit-formulas): New command.
3573 (org-finish-edit-formulas, org-abort-edit-formulas)
3574 (org-show-variable, org-table-get-vertical-vector): New functions.
3575 (org-table-maybe-eval-formula): Handle `:=' fields.
3576 (org-table-get-stored-formulas, org-table-store-formulas)
3577 (org-table-get-formula, org-table-modify-formulas)
3578 (org-table-replace-in-formulas): Handle named field formulas.
3579 (org-table-get-specials): Store locations of named fields.
3580
3581 2005-07-19 Juri Linkov <juri@jurta.org>
3582
3583 * progmodes/grep.el (grep-regexp-alist)
3584 (grep-mode-font-lock-keywords, grep-process-setup):
3585 Use default GNU grep match color "01;31m" instead of "01;41m".
3586 (grep-regexp-alist, grep-mode-font-lock-keywords):
3587 Use `\\[[0-9]*m' instead of `\\[00m'.
3588 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3589 sgr_start where its handling is more important. Use the real
3590 length of sgr_start instead of constant 8.
3591 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3592 specially. Delete all remaining escape sequences.
3593 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3594 (grep-regexp-alist): Make hyperlink only for binary file name
3595 instead of the whole line.
3596 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3597 (grep-mode): Add autoload.
3598
3599 * emacs-lisp/find-func.el (find-function-regexp):
3600 Add `define-compilation-mode'.
3601
3602 2005-07-19 Juri Linkov <juri@jurta.org>
3603
3604 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3605 (compare-windows-sync-string-size, compare-windows-recenter)
3606 (compare-windows-highlight, compare-windows): Add version 22.1.
3607 (compare-windows) <defface>: Inherit from lazy-highlight instead
3608 of duplicating its default value.
3609
3610 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3611 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3612
3613 * descr-text.el (describe-char): Create link buttons for `charset'
3614 and `code point'. Add the current input method name with a link
3615 button to `to input' field. Print face names of display table
3616 characters in `The display table entry is displayed by' section
3617 instead of printing face-id in the `display' field.
3618 Guess hardcoded faces and create a link button for them.
3619 Skip empty fields when calculating max-width.
3620 Treat `widget-create' specially while inserting strings from the
3621 collected field list.
3622 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3623
3624 * diff-mode.el (diff-file-header): Change foreground color from
3625 yellow to green on light backgrounds.
3626 (diff-context): Inherit from `shadow' only for color/grayscale
3627 with more than 88 colors.
3628 (diff-indicator-removed, diff-indicator-added)
3629 (diff-indicator-changed): New faces.
3630 (diff-font-lock-keywords): Use new faces. Regroup rules.
3631 Add "^---$" for `normal' diff format. Fontify `#' lines with
3632 font-lock-comment-delimiter-face and font-lock-comment-face.
3633 Add `#' to ^[^...] in the rule for `diff-context-face'.
3634
3635 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3636 a button-like box. Inherit from `highlight' on low colors.
3637 (shadow): Use shades of gray only for color/grayscale with
3638 more than 88 colors. Use green for light backgrounds with
3639 8 colors, and yellow for dark backgrounds with 8 colors.
3640
3641 * font-lock.el (font-lock-regexp-grouping-backslash):
3642 Don't inherit from escape-glyph (use bold for all cases).
3643
3644 * info.el (info-xref-visited): Use light foreground color `violet'
3645 for dark backgrounds instead of dark color `magenta3'.
3646 (info-title-1): Use `yellow' color for dark backgrounds.
3647
3648 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3649 too-light magenta2.
3650
3651 * replace.el (match): Use slightly more light RoyalBlue3 instead
3652 of dark RoyalBlue4.
3653
3654 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3655
3656 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3657
3658 * novice.el (disabled-command-hook): Declare it with
3659 `define-obsolete-variable-alias'.
3660
3661 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3662 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3663 (desktop-load-default): Add release to obsolescence info.
3664 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3665 (desktop-append-buffer-args, desktop-read):
3666 Fix typos in docstrings.
3667 (desktop-kill): Fix typo in message.
3668 (desktop-save): Doc fix.
3669
3670 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3671
3672 * viper-cmd.el (viper-escape-to-state): Bug fix.
3673 (viper-envelop-ESC-key): Change the definition of fast
3674 keysequence so it'll work with keyboard macros.
3675
3676 * ediff.el (ediff-patch-buffer): Change the docstring.
3677
3678 2005-07-19 Kenichi Handa <handa@m17n.org>
3679
3680 * international/mule-cmds.el (select-safe-coding-system): Try to
3681 use an auto-coding (if any) before anything else. If the found
3682 auto-coding is invalid, show a warning message.
3683
3684 * international/mule.el (find-auto-coding): New function created
3685 by modifying the body of set-auto-coding.
3686 (set-auto-coding): Use find-auto-coding to find a coding.
3687
3688 2005-07-18 Richard M. Stallman <rms@gnu.org>
3689
3690 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3691 not isearch-mode-end-hook-error.
3692 (allout-before-change-protect): Fix error message.
3693
3694 2005-07-18 Juri Linkov <juri@jurta.org>
3695
3696 * allout.el (allout-mode):
3697 * calculator.el (calculator-copy):
3698 * custom.el (custom-known-themes):
3699 * dired.el (dired-desktop-buffer-misc-data)
3700 (dired-restore-desktop-buffer):
3701 * dired-x.el (dired-omit-marker-char):
3702 * files.el (basic-save-buffer):
3703 * font-core.el (font-lock-mode):
3704 * calendar/calendar.el (calendar-goto-hebrew-date)
3705 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3706 (calendar-goto-persian-date):
3707 * language/ethio-util.el (ethio-sera-to-fidel-region):
3708 * textmodes/picture.el (picture-mode):
3709 Delete duplicate duplicate words.
3710
3711 2005-07-18 Juri Linkov <juri@jurta.org>
3712
3713 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3714 chars * ? } |.
3715 (isearch-fallback): Don't call `isearch-process-search-char'.
3716 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3717 (isearch-process-search-char): Call `isearch-fallback' for regexp
3718 chars * ? } |.
3719 (isearch-return-char): Make obsolete with `make-obsolete' instead
3720 of simply documenting it as obsolete in the docstring.
3721 (isearch-fallback): Refill docstring.
3722
3723 * international/isearch-x.el
3724 (isearch-process-search-multibyte-characters): Remove unneeded
3725 `concat'. Add intermediate values to `junk-hist' instead of
3726 `minibuffer-history'. Test the length of `str'.
3727
3728 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3729
3730 * allout.el (allout-resolve-xref): Fix typos in error strings.
3731 (allout-before-change-protect): Remove unneeded `concat'.
3732
3733 * array.el (array-mode, array-reconfigure-rows)
3734 (untabify-backward): Fix typos in docstrings.
3735 (array-reconfigure-rows): Use `insert-buffer-substring', not
3736 `insert-buffer'.
3737
3738 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3739 * progmodes/ada-mode.el (ada-make-body):
3740 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3741
3742 * dired.el (dired-log):
3743 * tar-mode.el (tar-subfile-save-buffer):
3744 * play/zone.el (zone-pgm-stress-destress):
3745 Use `insert-buffer-substring', not `insert-buffer'.
3746
3747 2005-07-17 Simon Josefsson <jas@extundo.com>
3748
3749 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3750
3751 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3752
3753 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3754 Add plain auth method.
3755 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3756
3757 2005-07-17 Kim F. Storm <storm@cua.dk>
3758
3759 * ido.el (dired-other-window): Add ido property.
3760
3761 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3762
3763 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3764 Fix typo in docstring.
3765 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3766 `insert-file-literally'.
3767
3768 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3769 info and delete redundant message. Doc fix.
3770 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3771 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3772
3773 2005-07-16 Richard M. Stallman <rms@gnu.org>
3774
3775 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3776 (byte-compile-and): Use byte-compile-and-recursion.
3777 (byte-compile-or-recursion): New function.
3778 (byte-compile-or): Use that.
3779 (byte-compile-if): Guard the else-clause too.
3780 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3781
3782 * isearch.el (isearch-mode-end-hook-quit): New variable.
3783 (isearch-done): Bind it.
3784 (isearch-mode-end-hook): Doc fix.
3785
3786 * allout.el (allout-isearch-did-quit): Variable deleted.
3787 (allout-real-isearch-abort): Function name no longer used.
3788 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3789 (allout-isearch-rectification): isearch-mode always exists.
3790 Don't set allout-isearch-did-quit.
3791 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3792 allout-isearch-did-quit.
3793 (allout-enwrap-isearch): Just add the hook.
3794 (allout-isearch-abort): Function deleted.
3795 (allout-pre-command-business): Avoid warning.
3796
3797 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3798 Correctly avoid warnings.
3799 (pascal-outline): Likewise.
3800
3801 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3802
3803 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3804
3805 * play/tetris.el (tetris-mode): Avoid warning.
3806
3807 * play/snake.el (snake-mode): Avoid warning.
3808
3809 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3810 (gamegrid-set-display-table): Avoid warning.
3811 (gamegrid-set-timer): Likewise.
3812 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3813 (gamegrid-add-score-with-update-game-score-1): Take FILE
3814 as argument.
3815 (gamegrid-add-score-with-update-game-score): Pass that argument.
3816 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3817
3818 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3819
3820 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3821 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3822
3823 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3824 and insert-file.
3825
3826 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3827 (sc-ask): Avoid warnings.
3828
3829 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3830 (eshell-hist-initialize): Use that var the natural way.
3831
3832 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3833
3834 * emacs-lisp/re-builder.el (reb-cook-regexp):
3835 Avoid warning calling lre-compile-string.
3836 (reb-color-display-p): Avoid warning.
3837
3838 * calculator.el (calculator-last-input): Guard uses
3839 of event-key and key-press-event-p.
3840 (event-key, key-press-event-p): Delete definitions.
3841
3842 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3843 (find-gc-source-directory, find-gc-subrs-callers)
3844 (find-gc-noreturn-list, find-gc-source-files)
3845 (find-gc-subrs-called): Vars renamed and defvar'd.
3846
3847 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3848 (checkdoc-overlay-put, checkdoc-delete-overlay)
3849 (checkdoc-overlay-start, checkdoc-overlay-end)
3850 (checkdoc-mode-line-update, checkdoc-char=):
3851 Define such that compiler knows they are defined.
3852 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3853 (checkdoc-read-event): Delete. Use read-event directly.
3854
3855 * whitespace.el (whitespace-make-overlay)
3856 (whitespace-overlay-put, whitespace-delete-overlay)
3857 (whitespace-overlay-start, whitespace-overlay-end):
3858 Define such that compiler knows they are defined.
3859 (whitespace): Move conditional inside.
3860
3861 * tempo.el (tempo-insert-template): Suppress warning.
3862
3863 * ediff-diff.el (longlines-mode): Add defvar.
3864
3865 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3866
3867 * server.el: Bind "C-x #" in a way that works even if C-x is
3868 redefined to a command key, not a prefix key.
3869
3870 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3871
3872 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3873 cl-make-type-test till execution time.
3874
3875 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3876
3877 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3878 arg ARG and use it.
3879
3880 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3881
3882 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3883
3884 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3885
3886 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3887 a defcustom with two :set or :type keywords.
3888
3889 2005-07-15 Richard M. Stallman <rms@gnu.org>
3890
3891 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3892 Don't give ^M comment-end syntax.
3893
3894 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3895
3896 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3897 Don't consider gdbmi (gdb-mi.el has its own update functions).
3898 (gdb-var-delete): Make it work for gdbmi as well.
3899 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3900
3901 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3902 (gud-speedbar-menu-items): Correct logic for enabling items.
3903
3904 2005-07-15 Kim F. Storm <storm@cua.dk>
3905
3906 * ido.el: Fix commentary.
3907 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3908 Use with-no-warnings around ffap-guesser.
3909 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3910 Let bind minibuffer-completing-file-name to t.
3911
3912 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3913
3914 * startup.el (site-run-file, keyboard-type): Doc fixes.
3915 (command-line): Check for "--basic-display" argument; also for
3916 "--quick", not "--bare-bones" (which was renamed).
3917 (fancy-splash-text): Add missing item "Getting New Versions".
3918 (normal-splash-screen): Fix typos and improve consistency with
3919 `fancy-splash-text'. Update copyright year.
3920
3921 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3922 valid binding for `help-char'.
3923
3924 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3925
3926 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3927
3928 * term.el (term-mode): Disable cua-mode for term buffers.
3929
3930 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3931
3932 * add-log.el (add-log-mailing-address, change-log-merge):
3933 Doc fixes.
3934 (change-log-get-method-definition): Fix typo in docstring.
3935
3936 2005-07-14 Kim F. Storm <storm@cua.dk>
3937
3938 * emulation/cua-base.el:
3939 (cua--pre-command-handler-1, cua--pre-command-handler)
3940 (cua--post-command-handler-1, cua--post-command-handler):
3941 Split in two. Check (buffer local) value of cua-mode.
3942 (cua-selection-mode): New command.
3943
3944 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3945
3946 * custom.el (custom-initialize-safe-set)
3947 (custom-initialize-safe-default): Doc fixes.
3948
3949 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3950 and simplify :init-value again.
3951
3952 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3953 and simplify :init-value again. Delete autoload.
3954
3955 * startup.el (command-line): Use `custom-reevaluate-setting' again
3956 for tooltip-mode.
3957
3958 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3959 a defcustom with two :initialize keywords.
3960
3961 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
3962
3963 * allout.el (my-mark-marker, allout-isearch-prior-pos)
3964 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3965 (allout-post-command-business, allout-flag-region)
3966 (isearch-reenable-font-lock, allout-yank)
3967 (allout-insert-latex-header, allout-insert-latex-trailer)
3968 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3969 (allout-latex-verb-quote): Fix typos in docstrings.
3970 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3971 (allout-unprotected, allout-prefix-data):
3972 Improve argument/docstring consistency.
3973 (allout-chart-subtree): Fix argument spec.
3974 (allout-open-topic): Rename `use_sib_bullet' argument to
3975 `use-sib-bullet'. Doc fix.
3976
3977 * whitespace.el (whitespace-check-buffer-leading)
3978 (whitespace-check-buffer-trailing)
3979 (whitespace-check-buffer-indent)
3980 (whitespace-check-buffer-spacetab)
3981 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3982 (whitespace-check-leading-whitespace)
3983 (whitespace-check-trailing-whitespace)
3984 (whitespace-check-spacetab-whitespace)
3985 (whitespace-check-indent-whitespace)
3986 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3987 (whitespace-modes): Fix typos in docstrings.
3988 (defgroup, defcustom): Doc fixes.
3989
3990 * winner.el (winner-mode, winner-boring-buffers)
3991 (winner-pending-undo-ring): Doc fixes.
3992 (winner-ring): Remove unneeded `progn'.
3993 (winner-equal): `defsubst' it.
3994 (winner-redo): Fix message.
3995
3996 2005-07-13 Kim F. Storm <storm@cua.dk>
3997
3998 * simple.el (line-move-1): Always use vertical-motion to
3999 do the last (or only) line move to ensure some movement.
4000 Undo 2005-06-23 change--don't check for overlays.
4001
4002 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4003
4004 * term/mac-win.el (ccl-encode-mac-roman-font)
4005 (ccl-encode-mac-centraleurroman-font)
4006 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4007 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4008 Change charset-id boundary of dimension to ?\xef.
4009 (mac-char-fontspec-list): New constant.
4010 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4011 argument. Nil uses itself as family in font-spec. Previous
4012 behavior for nil is now provided by non-nil non-string argument.
4013 All callers changed. Add font-specs for Mac fonts to
4014 "fontset-default" unless iso8859-1 fonts are installed.
4015
4016 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4019 a continuation line if the \ is preceded by SPC or TAB.
4020 (sh-get-indent-info): Simplify.
4021 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4022 Use with-current-buffer.
4023
4024 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4025 when the matched text is empty.
4026
4027 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4028
4029 * startup.el (command-line): Revert to previous handling of
4030 tooltip-mode. Explain in comment why the complexity is needed.
4031
4032 * tooltip.el (tooltip-mode): Revert to previous implementation of
4033 its defcustom.
4034
4035 * frame.el (blink-cursor-mode): Revert to previous implementation
4036 of its defcustom. Update comment.
4037
4038 2005-07-12 Lars Hansen <larsh@soem.dk>
4039
4040 * desktop.el: Update e-mail address.
4041
4042 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4043
4044 * term/mac-win.el (mac-services-mail-selection)
4045 (mac-services-mail-to): New functions.
4046 (mac-application-menu-map): Bind them.
4047
4048 2005-07-12 wulei <milton@wulei.net> (tiny change)
4049
4050 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4051
4052 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4053
4054 * custom.el (custom-reevaluate-setting): Doc fix.
4055
4056 2005-07-11 Jay Belanger <belanger@truman.edu>
4057
4058 * calc/calc.el (calc-embedded-announce-formula-alist)
4059 (calc-embedded-open-close-plain-alist)
4060 (calc-embedded-open-close-mode-alist): Add checks for additional
4061 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4062
4063 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4064
4065 * custom.el (custom-enable-theme): Don't add theme to
4066 `custom-enabled-themes' with `push' because there is no
4067 setf-method for `delq'.
4068
4069 2005-07-11 Richard M. Stallman <rms@gnu.org>
4070
4071 * custom.el (custom-declare-variable): Doc fix.
4072
4073 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4074 from the alists.
4075
4076 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4077 Do nothing if edebug-active.
4078
4079 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4080 (edebug-display): Do it here instead.
4081
4082 2005-07-10 Richard M. Stallman <rms@gnu.org>
4083
4084 * cus-face.el (custom-theme-set-faces): Make it work.
4085 (custom-reset-faces): Doc fix.
4086 (custom-theme-reset-internal-face, custom-theme-face-value):
4087 Functions deleted.
4088
4089 * custom.el (custom-push-theme): Maintain list of the settings
4090 of a given theme in its theme-settings property.
4091 Maintain position of old settings in the theme-value
4092 or theme-face property.
4093 (custom-enabled-themes): New variable.
4094 (custom-theme-enabled-p): New function.
4095 (provide-theme): Update custom-enabled-themes.
4096 Disable and reenable the `user' theme.
4097 (require-theme): Doc fix.
4098 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4099 (custom-theme-value, custom-theme-variable-value): Likewise.
4100 (custom-theme-reset-internal): Likewise.
4101 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4102 (custom-enable-theme, custom-disable-theme): New functions.
4103 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4104 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4105 (custom-theme-reset-variables): Simplify.
4106 (deftheme, custom-declare-theme, custom-make-theme-feature):
4107 Definitions moved.
4108
4109 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4110
4111 * longlines.el (longlines-show-region)
4112 (longlines-unshow-hard-newlines): Recognize hard newlines by
4113 non-nil hard property, instead of t.
4114
4115 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4116
4117 * viper-cmd.el (viper--key-maps): New variable.
4118 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4119 emulation-mode-map-alists.
4120 (viper-envelop-ESC-key): Use viper-subseq.
4121 (viper-search-forward/backward/next): Disable debug-on-error.
4122
4123 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4124 (viper-ESC-key): New defcustoms.
4125
4126 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4127
4128 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4129 (viper-subseq): Copy of subseq from cl.el.
4130
4131 * viper.el (viper-go-away, viper-set-hooks): Use
4132 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4133
4134 * viper-mous.el (viper-current-frame-saved): Use defvar.
4135
4136 * viper-init.el: Get rid of -face in face names.
4137
4138 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4139 Make it work with longlines mode
4140
4141 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4142
4143 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4144
4145 * ediff-init.el: Get rid of -face in face names.
4146
4147 2005-07-10 Richard M. Stallman <rms@gnu.org>
4148
4149 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4150 and with-timeout-unsuspend.
4151
4152 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4153 and with-timeout-unsuspend.
4154
4155 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4156 (with-timeout): Bind that variable to record timers.
4157 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4158
4159 * emacs-lisp/debug.el (debug-help-follow): New function.
4160 (debugger-mode-map): Use that instead of help-follow.
4161 (debugger-setup-buffer): Use eval-buffer-list
4162 to handle eval-buffer frames.
4163
4164 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4165
4166 * timezone.el (timezone-parse-date): Change first regexp
4167 so it will not mistakenly match dates with no time zone.
4168
4169 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4170
4171 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4172
4173 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4174
4175 * custom.el (custom-initialize-safe-set)
4176 (custom-initialize-safe-default): New functions.
4177
4178 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4179 and simplify :init-value.
4180
4181 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4182 and simplify :init-value. Delete obsolete comment.
4183
4184 * startup.el (command-line): Use `custom-reevaluate-setting' to
4185 handle `tooltip-mode'. Delete obsolete comment.
4186
4187 * files.el (set-visited-file-name): Avoid calling
4188 `file-name-nondirectory' with a nil argument.
4189
4190 2005-07-09 Richard M. Stallman <rms@gnu.org>
4191
4192 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4193 was called with nil for the buffer, handle the read position right.
4194 Handle read position for eval-region, too.
4195
4196 2005-07-09 Juri Linkov <juri@jurta.org>
4197
4198 * fringe.el (fringe-mode): Add period in docstring.
4199 (fringe-query-style): Build prompt depending on `all-frames' arg.
4200
4201 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4202 to not create links to unrelated functions in the Help buffer.
4203
4204 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4205 Doc fix.
4206
4207 * simple.el (next-error-hook): New variable.
4208 (next-error): Use it. Doc fix.
4209
4210 * textmodes/ispell.el (ispell-command-loop): Add current
4211 dictionary name and program name to mode-line-format.
4212 (ispell-region, ispell-process-line): Add current dictionary name
4213 and program name to messages.
4214
4215 2005-07-08 Jay Belanger <belanger@truman.edu>
4216
4217 * calc/calc.el (calc-embedded-announce-formula-alist)
4218 (calc-embedded-open-close-formula-alist)
4219 (calc-embedded-open-close-word-alist)
4220 (calc-embedded-open-close-plain-alist)
4221 (calc-embedded-open-close-new-formula-alist)
4222 (calc-embedded-open-close-mode-alist)
4223 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4224 (calc-embedded-mode-hook): New variables.
4225
4226 * calc/calc-embed.el (calc-embedded-firsttime)
4227 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4228 New variables.
4229 (calc-do-embedded): Use calc-embedded-firsttime,
4230 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4231 determine whether or not to run hooks.
4232 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4233 calc-embedded-firsttime-formula appropriately.
4234 Set calc-embedded delimiter variables according to mode.
4235
4236 2005-07-08 Richard M. Stallman <rms@gnu.org>
4237
4238 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4239 Check for "emacs", etc., as entire symbol, not just as word.
4240 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4241
4242 * files.el (set-visited-file-name): Report the error
4243 for "empty filename" earlier.
4244 (kill-some-buffers): Ignore buffers already dead.
4245
4246 * fringe.el (fringe-mode): Doc fix.
4247
4248 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4249 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4250 Use unwind-protect to ensure byte-compile-unresolved-functions
4251 is updated.
4252
4253 * whitespace.el (whitespace-buffer-leading-cleanup):
4254 Simplify w/ skip-chars-forward.
4255 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4256
4257 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4258 Unconditionally try to leave point at the same old place.
4259
4260 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4261
4262 * comint.el (comint-postoutput-scroll-to-bottom)
4263 (comint-show-maximum-output): Take scroll-margin into consideration.
4264
4265 2005-07-08 Kim F. Storm <storm@cua.dk>
4266
4267 * ido.el (ido-use-filename-at-point): New choice `guess'.
4268 (ido-file-internal): Try ffap-guesser if selected.
4269
4270 * ido.el (ido-before-fallback-functions): New hook.
4271 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4272 (ido-read-file-name): Run it.
4273
4274 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4277 strings rather than a list of symbols to the completion function.
4278
4279 2005-07-07 Jay Belanger <belanger@truman.edu>
4280
4281 * calc/calc-units.el (math-apply-units): Change the places in
4282 which units are simplified.
4283
4284 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4285
4286 * cus-edit.el (customize-option, customize-option-other-window):
4287 Make them handle aliases.
4288
4289 * custom.el (custom-variable-p): Make it recursively follow
4290 aliases. Mention that in the docstring.
4291
4292 2005-07-07 Richard M. Stallman <rms@gnu.org>
4293
4294 * cus-start.el (exec-path): Use `directory' instead of `file'.
4295 Fix tag for nil.
4296
4297 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4298
4299 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4300 when called non-interactively. Doc fix.
4301
4302 2005-07-07 Lute Kamstra <lute@gnu.org>
4303
4304 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4305 new address as well.
4306
4307 2005-07-07 Kenichi Handa <handa@m17n.org>
4308
4309 * international/mule.el (make-coding-system):
4310 Describe `ascii-incompatible' property in the docstring.
4311 (set-file-name-coding-system): Signal an error if coding-system is
4312 ascii-incompatible.
4313 (set-keyboard-coding-system): Likewise.
4314
4315 * international/mule-cmds.el (set-default-coding-systems):
4316 Don't set default-file-name-coding-system and
4317 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4318
4319 * international/utf-16.el: Declare that all UTF-16-based coding
4320 systems are ASCII-incompatible.
4321
4322 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4323
4324 * progmodes/gud.el: Require font-lock for displaying errors.
4325 Used by gdb-ui.el.
4326
4327 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4328
4329 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4330 values for the pattern lists which are `read'able but not
4331 `append'able (like symbols).
4332
4333 2005-07-06 Richard M. Stallman <rms@gnu.org>
4334
4335 * progmodes/flymake.el (flymake-float-time): Instead of
4336 with-no-warnings, test for xemacs.
4337 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4338 to avoid warning.
4339
4340 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4341
4342 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4343
4344 2005-07-05 Lute Kamstra <lute@gnu.org>
4345
4346 * battery.el: Add support for Darwin (with much debugging help
4347 from Samuel Lauber <sam124@operamail.com>).
4348 (battery-status-function, battery-echo-area-format)
4349 (battery-mode-line-format): Add support for pmset on Darwin.
4350 (battery-load-low, battery-load-critical): New user options.
4351 (battery-pmset): New function.
4352
4353 2005-07-05 Lute Kamstra <lute@gnu.org>
4354
4355 Update FSF's address in GPL notices.
4356
4357 * textmodes/page-ext.el: Update FSF's address.
4358
4359 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4360
4361 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4362 filling from using prefix when filling a single-line docstring.
4363
4364 * progmodes/flymake.el: Remove useless eval-when-compile.
4365
4366 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4367
4368 2005-07-04 Richard M. Stallman <rms@gnu.org>
4369
4370 * textmodes/org.el (org-file-apps-defaults-gnu):
4371 Rename from org-file-apps-defaults-linux.
4372 (org-default-apps): Don't test system-type for `linux'.
4373 (org-file-apps): Doc fix.
4374
4375 2005-07-04 David Ponce <david@dponce.com>
4376
4377 * tree-widget.el: Improve header Commentary section.
4378 (tree-widget) [defgroup]
4379 (tree-widget-image-enable, tree-widget-themes-directory)
4380 (tree-widget-theme, tree-widget-image-properties-emacs)
4381 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4382 (tree-widget-image-formats, tree-widget-control)
4383 (tree-widget-empty-control, tree-widget-leaf-control
4384 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4385 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4386 (tree-widget-keep, tree-widget-after-toggle-functions)
4387 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4388 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4389 :help-echo message.
4390 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4391 (tree-widget-image-properties): Doc fix. Clearer implementation.
4392 (tree-widget--cursors): New constant.
4393 (tree-widget-lookup-image): New function split from
4394 `tree-widget-find-image'. Clearer implementation.
4395 (tree-widget-find-image): Use it.
4396 (tree-widget-button-keymap): Use `set-keymap-parent'.
4397 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4398 Define the sub-widgets here.
4399 (tree-widget-node): Check that :node is not a tree-widget.
4400 (tree-widget-get-super, tree-widget-open-control)
4401 (tree-widget-close-control, tree-widget-empty-control)
4402 (tree-widget-leaf-control, tree-widget-guide)
4403 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4404 (tree-widget-no-handle, tree-widget-value-delete)
4405 (tree-widget-map): Remove.
4406 (tree-widget-children-value-save): Doc fix. Simplified.
4407 (tree-widget-value-create): Update according to previous changes.
4408
4409 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4410
4411 * textmodes/org.el: Leading space replaced by TABS.
4412 (org-recalc-marks, org-table-rotate-recalc-marks)
4413 (org-table-get-specials): Treat "^" and "_" marks.
4414 (org-table-justify-field-maybe): Optional argument NEW.
4415 (org-table-eval-formula): Parsing of the format simplified.
4416 New modes C,I. Honor the %= parameter in the current table.
4417 Avoid unnecessary re-align by using the NEW argument to
4418 `org-table-justify-field-maybe'.
4419 (org-calc-default-modes): Default for date-format mimicks org-mode.
4420 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4421
4422 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4423
4424 * cus-face.el (custom-theme-set-faces): Make it handle face
4425 aliases whose alias declarations are pre- or autoloaded.
4426
4427 2005-07-04 Juri Linkov <juri@jurta.org>
4428
4429 * faces.el (read-face-name): Put the code for getting a face name
4430 from the buffer before adding the faces from the `face' property.
4431 Use `completing-read-multiple' instead of `completing-read'.
4432 Require `crm'. Add default value and post-process the returned
4433 list of faces.
4434
4435 * emacs-lisp/crm.el (crm-find-current-element)
4436 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4437
4438 * emacs-lisp/lisp-mode.el (eval-defun-1):
4439 * emacs-lisp/edebug.el (edebug-eval-defun):
4440 Remove unnecessary quotes.
4441
4442 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4443
4444 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4445 (prolog-indent-level): Fix typo in docstring.
4446
4447 * info.el (Info-history, Info-history-forward)
4448 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4449
4450 * add-log.el (add-change-log-entry):
4451 * comint.el (comint-dynamic-list-input-ring)
4452 (comint-dynamic-list-completions):
4453 * dabbrev.el (dabbrev-expand):
4454 * delim-col.el (delimit-columns-rectangle-line):
4455 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4456 (diff-unified->context):
4457 * ediff-init.el (ediff-abbrev-jobname):
4458 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4459 (ediff-replace-session-activity-marker-in-meta-buffer):
4460 * info.el (Info-summary):
4461 * lpr.el (printify-region):
4462 * printing.el (pr-create-interface):
4463 * ps-print.el (ps-print-quote):
4464 * ses.el (ses-column-widths, ses-print-cell)
4465 (ses-adjust-print-width, ses-center):
4466 * shell.el (shell-file-name-quote-list):
4467 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4468 (strokes-fill-current-buffer-with-whitespace)
4469 (strokes-xpm-for-stroke, strokes-list-strokes)
4470 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4471 * term.el (term-dynamic-list-input-ring)
4472 (term-dynamic-list-completions):
4473 * calc/calc.el (math-format-stack-value):
4474 * emacs-lisp/edebug.el (edebug-display-freq-count):
4475 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4476 (delphi-new-comment-line):
4477 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4478 * progmodes/executable.el (executable-set-magic):
4479 * progmodes/python.el (inferior-python-mode):
4480 * progmodes/scheme.el (scheme-mode-syntax-table):
4481 * progmodes/sh-script.el (sh-maybe-here-document):
4482 * progmodes/sql.el (sql-copy-column):
4483 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4484 * textmodes/bibtex.el (bibtex-mode):
4485 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4486 (sgml-auto-attributes):
4487 * textmodes/table.el (table-insert, table-shorten-cell)
4488 (table--generate-source-scan-lines, table-delete-row)
4489 (*table--cell-delete-char, table--spacify-frame)
4490 (table--horizontally-shift-above-and-below)
4491 (table--cell-insert-char, table--cell-blank-str)
4492 (table--fill-region-strictly):
4493 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4494 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4495
4496 * add-log.el (change-log):
4497 * apropos.el (apropos):
4498 * comint.el (comint-completion, comint-source):
4499 * dabbrev.el (dabbrev):
4500 * delim-col.el (columns):
4501 * diff-mode.el (diff-mode):
4502 * ediff.el (ediff):
4503 * ediff-diff.el (ediff-diff):
4504 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4505 * ediff-mult.el (ediff-mult):
4506 * ediff-ptch.el (ediff-ptch):
4507 * ediff-wind.el (ediff-window):
4508 * facemenu.el (facemenu):
4509 * indent.el (indent):
4510 * info.el (info):
4511 * jka-cmpr-hook.el (compression, jka-compr):
4512 * lpr.el (lpr):
4513 * outline.el (outlines):
4514 * pcmpl-cvs.el (pcmpl-cvs):
4515 * pcmpl-rpm.el (pcmpl-rpm):
4516 * printing.el (printing):
4517 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4518 (ps-print-vertical, ps-print-headers, ps-print-font)
4519 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4520 (ps-print-background, ps-print-printer, ps-print-page)
4521 (ps-print-miscellany):
4522 * ses.el (ses):
4523 * shell.el (shell, shell-directories, shell-faces):
4524 * startup.el (initialization):
4525 * strokes.el (strokes):
4526 * term.el (term):
4527 * uniquify.el (uniquify):
4528 * w32-vars.el (w32):
4529 * calc/calc.el (calc):
4530 * emacs-lisp/bytecomp.el (bytecomp):
4531 * emacs-lisp/cl-indent.el (lisp-indent):
4532 * emacs-lisp/edebug.el (edebug):
4533 * emacs-lisp/elp.el (elp):
4534 * emacs-lisp/testcover.el (testcover):
4535 * emacs-lisp/trace.el (trace):
4536 * emulation/viper-ex.el (viper-ex):
4537 * emulation/viper-mous.el (viper-mouse):
4538 * mail/mailalias.el (mailalias):
4539 * mail/supercite.el (supercite, supercite-frames)
4540 (supercite-attr, supercite-cite, supercite-hooks):
4541 * net/rcompile.el (remote-compile):
4542 * net/rlogin.el (rlogin):
4543 * obsolete/ooutline.el (outlines):
4544 * progmodes/delphi.el (delphi):
4545 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4546 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4547 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4548 (ebnf-optimization):
4549 * progmodes/etags.el (etags):
4550 * progmodes/executable.el (executable):
4551 * progmodes/idlwave.el (idlwave):
4552 * progmodes/pascal.el (pascal):
4553 * progmodes/prolog.el (prolog):
4554 * progmodes/python.el (python):
4555 * progmodes/scheme.el (scheme):
4556 * progmodes/sh-script.el (sh, sh-script):
4557 * progmodes/sql.el (SQL):
4558 * progmodes/tcl.el (tcl):
4559 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4560 * textmodes/enriched.el (enriched):
4561 * textmodes/makeinfo.el (makeinfo):
4562 * textmodes/sgml-mode.el (sgml):
4563 * textmodes/table.el (table-hooks):
4564 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4565 * textmodes/texinfo.el (texinfo):
4566 * textmodes/two-column.el (two-column):
4567 Finish `defgroup' description with period.
4568
4569 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4570 * eshell/esh-var.el (eshell-var):
4571 * progmodes/vhdl-mode.el (vhdl-testbench):
4572 * textmodes/org.el (org): Fix typos in docstrings.
4573
4574 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4575 consistency.
4576
4577 * progmodes/flymake.el (flymake-find-file): Remove.
4578 (flymake-float-time): Use `with-no-warnings'.
4579 (flymake-check-start-time, flymake-check-was-interrupted)
4580 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4581 (flymake-new-err-info): `defvar' at compile time.
4582
4583 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4584
4585 * replace.el (occur-hook): Doc fix.
4586 (occur-1): Don't call `occur-hook' if there are no matches.
4587
4588 2005-07-03 Richard M. Stallman <rms@gnu.org>
4589
4590 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4591 global-map, save the same map.
4592 (global-map): Don't alter it at top level.
4593 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4594 Then alter it here instead.
4595 (tpu-edt-off): Set global-map to the saved one.
4596
4597 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4598 All references simplified.
4599 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4600 (zmacs-regions): Add defvar.
4601 (repeat-complex-command-map): Everything about that deleted.
4602
4603 * textmodes/artist.el (artist-key-is-drawing)
4604 (artist-key-endpoint1, artist-key-poly-point-list)
4605 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4606 (artist-key-compl-table, artist-rb-save-data)
4607 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4608 Don't put them in eval-when-compile.
4609 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4610
4611 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4612 Use with-no-warnings.
4613
4614 * net/browse-url.el (dos-windows-version): Add defvar.
4615
4616 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4617
4618 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4619 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4620 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4621 Add defvar.
4622 (rmail-summary-beginning-of-message): Use with-no-warnings.
4623 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4624
4625 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4626 Use with-no-warnings.
4627
4628 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4629 (c-mark-function): Add point-moving-unit property.
4630 (vi-goto-line): Use with-no-warnings.
4631
4632 * emulation/edt.el (edt-last-copied-word): Add defvar.
4633 (zmacs-region-stays): Likewise.
4634 (edt-mark-section-wisely): Use c-mark-function for C.
4635 Use makr-defun for Fortran.
4636 (time-string): defvar deleted.
4637 (edt-display-the-time): Don't set time-string.
4638
4639 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4640
4641 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4642 Don't warn when name is not constant
4643 or for defining the group `emacs'.
4644
4645 * tooltip.el (gud-tooltip-mode): Add defvar.
4646
4647 * startup.el (default-frame-background-mode): Add defvar.
4648
4649 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4650
4651 * info.el (tool-bar-map): Add defvar.
4652
4653 * dired.el (dnd-protocol-alist): Add defvar.
4654
4655 * dired-aux.el (dired-query): Display question with answer, when
4656 the user answers.
4657
4658 * custom.el (custom-add-option): Doc fix.
4659
4660 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4661
4662 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4663
4664 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4665 bogus name from the last change.
4666
4667 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4668
4669 * custom.el (custom-declare-variable): Fix typos in comment.
4670 (custom-known-themes): Doc fix.
4671 (custom-theme-directory): New defcustom.
4672 (require-theme): Make it check `custom-theme-directory'.
4673
4674 * cus-theme.el (custom-new-theme-mode): New function.
4675 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4676 (custom-theme-description): Add compiler defvars.
4677 (customize-create-theme): Add doc to the "*New Custom Theme*"
4678 buffer. Use `custom-new-theme-mode'.
4679 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4680 and save it to the `custom-theme-directory'. Make this the
4681 default directory of the buffer.
4682
4683 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4684
4685 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4686 Fix unbalanced parentheses.
4687
4688 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4691 into flymake-mode and delegate to flymake-mode.
4692
4693 * find-file.el (ff-which-function-are-we-in): Clean up.
4694
4695 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4696
4697 * replace.el (occur-rename-buffer): Fix docstring.
4698
4699 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4700 (edt-last-copied-word, edt-learn-macro-count)
4701 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4702 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4703 (time-string, zmacs-region-stays):
4704 * emulation/edt-mapper.el (edt-save-function-key-map)
4705 (EDT-key-name): `defvar' to silence the byte-compiler.
4706
4707 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4708
4709 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4710 font-lock-regexp-backslash. Doc fix.
4711 (font-lock-regexp-backslash-grouping-construct): Rename from
4712 font-lock-regexp-backslash-construct. Doc fix.
4713 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4714 grouping constructs.
4715
4716 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4717
4718 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4719 updating all the prerequisites.
4720
4721 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4722
4723 * textmodes/org.el (org-agenda-start-on-weekday)
4724 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4725 (org-agenda-use-time-grid, org-archive-location)
4726 (org-allow-space-in-links, org-usenet-links-prefer-google)
4727 (org-enable-table-editor, org-export-default-language)
4728 (org-export-html-show-new-buffer, org-fill-paragraph)
4729 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4730 (org-goto-quit, org-occur, org-eval-in-calendar)
4731 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4732 (org-agenda-diary-entry, org-remember-help)
4733 (org-table-convert-region, org-at-table-p)
4734 (org-table-move-row-down, org-table-move-row-up)
4735 (org-table-copy-region, org-table-toggle-vline-visibility)
4736 (org-table-get-stored-formulas, org-table-get-specials)
4737 (org-recalc-commands, org-table-eval-formula)
4738 (org-table-formula-substitute-names, orgtbl-make-binding)
4739 (org-format-org-table-html, org-format-table-table-html)
4740 (org-format-table-table-html-using-table-generate-source)
4741 (org-customize): Fix typos in docstrings.
4742 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4743 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4744 (org-back-to-heading): Doc fixes.
4745 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4746 (org-agenda-change-all-lines, org-get-header):
4747 Improve argument/docstring consistency.
4748 (orgtbl-error): Fix error message.
4749
4750 * progmodes/flymake.el (flymake-find-possible-master-files)
4751 (flymake-master-file-compare, flymake-get-line-err-count)
4752 (flymake-highlight-line, flymake-gui-warnings-enabled):
4753 Fix typos in docstrings.
4754 (flymake-parse-line, flymake-get-project-include-dirs-function)
4755 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4756 Doc fixes.
4757 (flymake-get-project-include-dirs-function)
4758 (flymake-make-err-menu-data):
4759 Improve argument/docstring consistency.
4760
4761 2005-07-01 Lute Kamstra <lute@gnu.org>
4762
4763 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4764 Catch errors with ignore-errors. Use temporary buffer.
4765 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4766
4767 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4768 background color faces.
4769 (facemenu-set-foreground, facemenu-set-background):
4770 Use facemenu-set-face-from-menu.
4771 (facemenu-set-face-from-menu): Treat face names that start with
4772 "fg:" or "bg:" as special.
4773 (facemenu-add-new-color): Don't create faces. Simplify.
4774
4775 2005-06-30 Richard M. Stallman <rms@gnu.org>
4776
4777 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4778 (crm-find-current-element): Likewise.
4779
4780 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4781
4782 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4783
4784 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4787 (archive-mouse-extract): Make it an obsolete alias.
4788 (archive-mode-map): Don't use archive-mouse-extract any more.
4789 (archive-mode, archive-extract): write-contents-hooks ->
4790 write-contents-functions.
4791 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4792 first arg.
4793 (archive-rename-entry): Update the call.
4794 (archive-zip-summarize): Remove unused var `method'.
4795 (archive-lzh-summarize): Remove unused var `creator'.
4796
4797 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4798 dedicated frame upon exit.
4799
4800 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4801 (archive-zip-extract, archive-zip-expunge)
4802 (archive-zip-update, archive-zip-update-case): Use executable-find.
4803 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4804 Use restore-buffer-modified-p.
4805 (archive-extract, archive-add-new-member, archive-write-file-member):
4806 Use with-current-buffer.
4807 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4808
4809 2005-06-30 Andreas Schwab <schwab@suse.de>
4810
4811 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4812
4813 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4814
4815 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4816
4817 2005-06-30 Juri Linkov <juri@jurta.org>
4818
4819 * faces.el (vertical-border): Inherit from mode-line-inactive
4820 only on tty.
4821
4822 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4823
4824 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4825 example, -NLINES in the `occur' docstring).
4826
4827 * replace.el (occur-1): When no matches are found, do not set the
4828 `buffer-read-only' and modified flags for the occur buffer,
4829 because it is deleted.
4830
4831 * emulation/cua-base.el (cua-check-pending-input)
4832 (cua-repeat-replace-region, cua-mode, cua-debug)
4833 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4834 Fix typos in docstrings.
4835
4836 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4837 (cua-cut-region-to-global-mark)
4838 (cua--cut-rectangle-to-global-mark):
4839 Remove period from end of messages.
4840
4841 * emulation/cua-rect.el (cua-do-rectangle-padding):
4842 Remove period from end of messages.
4843 (cua--rectangle-seq-format): Fix typo in docstring.
4844 (cua-sequence-rectangle, cua-fill-char-rectangle):
4845 Improve argument/docstring consistency.
4846
4847 2005-06-29 Juri Linkov <juri@jurta.org>
4848
4849 * faces.el (default-frame-background-mode): New internal variable.
4850 (frame-set-background-mode): Use it.
4851
4852 * startup.el (normal-top-level): Set default-frame-background-mode
4853 instead of frame-background-mode. Before setting it, test for its
4854 nil value. Remove tests for frame-background-mode and frame
4855 parameter `reverse'. Add test for "unspecified-fg".
4856
4857 * term/xterm.el (xterm-rxvt-set-background-mode):
4858 * term/rxvt.el (rxvt-set-background-mode):
4859 Set default-frame-background-mode instead of frame-background-mode.
4860
4861 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4862
4863 * simple.el (set-variable): Warn about obsolete user variables.
4864
4865 * imenu.el (imenu--completion-buffer):
4866 * mouse.el (mouse-buffer-menu-alist):
4867 * msb.el (msb-invisible-buffer-p):
4868 * calendar/diary-lib.el (diary-header-line-format):
4869 * emacs-lisp/pp.el (pp-buffer):
4870 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4871 * textmodes/picture.el (picture-replace-match):
4872 Change space constants followed by a sexp to "?\s ".
4873
4874 * play/decipher.el (decipher-loop-with-breaks):
4875 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4876 constants "protected" from end of line by a comment to "?\s".
4877
4878 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4879
4880 * font-lock.el (save-buffer-state): Use `declare'.
4881
4882 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4883 reset the syntax-table to cperl-mode-syntax-table.
4884 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4885 "foo_print_bar" is not matched as a reserved keyword.
4886
4887 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4888
4889 * textmodes/org.el (orgtbl-setup): New function, for delayed
4890 setup for the orgtbl commands.
4891 (org-calc-default-modes): New option.
4892 (orgtbl-make-binding): Use `defun' to get better help display.
4893 (org-diary): Call `org-compile-prefix-format'.
4894 (org-table-formula-substitute-names): New function.
4895 (org-agenda-day-view, org-agenda-week-view): New commands.
4896 (org-agenda-toggle-week-view): Command removed.
4897 (org-tbl-menu): Split off from org-org-menu.
4898 (org-mode): Move removal of outline-mode menus to here.
4899 (org-table-formula-debug): New option.
4900 (org-table-insert-row): Keep first field if just "#" or "*".
4901 (org-mode): Paragraph regexps fixed.
4902 (org-table-recalculate-regexp): New constant.
4903 (org-table-justify-field-maybe): Avoid replace if not necessary.
4904 (org-copy-special, org-cut-special): Use `call-interactively'.
4905 (org-table-copy-region): Take region from `interactive' call.
4906 (org-trim): Return string even if no match.
4907 (org-formula): New face.
4908 (org-set-font-lock-defaults): No longer highlight "FIXME".
4909 But highlight formula-related fields in table.
4910 (org-table-p): Use regexp, not fontification.
4911 (org-table-align): Handle white space at end of line.
4912 (org-table-formula-evaluate-inline): New option.
4913 (org-mode): Auto-wrapping in comment lines turned off.
4914 (org-table-copy-down): Evaluate only in copied field, not in
4915 destination.
4916 (org-table-current-formula): Variable removed.
4917 (org-table-store-formulas, org-table-get-stored-formulas)
4918 (org-table-modify-formulas, org-table-replace-in-formulas)
4919 (org-table-maybe-eval-formula): New functions.
4920 (org-table-get-formula): Modify to use stored formulas.
4921 (org-table-insert-column, org-table-delete-column)
4922 (org-table-move-column): Call `org-table-modify-formulas'.
4923 (org-complete): Add completion for keyword formulas.
4924 (orgtbl-mode): Pull orgtbl-mode-map to start of
4925 minor-mode-map-alist.
4926
4927 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * progmodes/python.el (python-check): Require `compile' before
4930 modifying its variables.
4931
4932 * newcomment.el (comment-indent-default): Don't get fooled by an early
4933 end of buffer.
4934
4935 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4936
4937 * ps-print.el (ps-print-version): Fix version number.
4938
4939 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4940
4941 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4942
4943 2005-06-28 Richard M. Stallman <rms@gnu.org>
4944
4945 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4946 (flyspell-local-mouse-map): Declaration deleted.
4947 (flyspell-mouse-map): Bind only mouse-2.
4948 (flyspell-mode-map): Don't test flyspell-use-local-map.
4949 (flyspell-overlay-keymap-property-name): Var deleted.
4950 (flyspell-mode-on): Don't make local bindings for
4951 flyspell-mouse-map and flyspell-mode-map.
4952 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4953
4954 * textmodes/ispell.el (ispell-word): Do not ignore short words.
4955
4956 * progmodes/compile.el (compilation-next-error-function):
4957 Don't switch buffers; operate on the current buffer.
4958
4959 * progmodes/compile.el (compilation-error-file-name)
4960 (compilation-warning-file-name, compilation-info-file-name)
4961 (compilation-line-number, compilation-column-number): New faces.
4962 (compilation-error-face, compilation-warning-face)
4963 (compilation-info-face, compilation-line-face)
4964 (compilation-column-face): Use them.
4965
4966 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4967
4968 * comint.el (comint-password-prompt-regexp): Accept ", try again".
4969
4970 * bindings.el (global-map): Bind insertchar and its variants.
4971
4972 2005-06-27 Richard M. Stallman <rms@gnu.org>
4973
4974 * textmodes/artist.el (artist-text-overwrite)
4975 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4976
4977 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4978
4979 * ps-print.el: It was not working the page selection for printing.
4980 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4981 (ps-print-version): New version 6.6.7.
4982 (ps-end-sheet): New fun.
4983 (ps-header-sheet, ps-end-job): Call it.
4984
4985 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4986
4987 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4988
4989 2005-06-27 Lute Kamstra <lute@gnu.org>
4990
4991 * facemenu.el (facemenu-unlisted-faces): Add foreground and
4992 background color faces.
4993 (facemenu-get-face): Delete function.
4994 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4995 (facemenu-add-new-color): Make second argument mandatory.
4996 Create the appropriate face and return it. Simplify.
4997 (facemenu-set-foreground, facemenu-set-background): Don't check if
4998 color is defined. Use return value of facemenu-add-new-color.
4999
5000 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5001
5002 * progmodes/gud.el (gud-filter): Add missing argument to
5003 with-selected-window.
5004
5005 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5008 a :require to the defcustom.
5009
5010 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5011 defcustoms corresponding to minor modes.
5012
5013 2005-06-26 David Ponce <david@dponce.com>
5014
5015 * recentf.el: Require tree-widget instead of wid-edit.
5016 (recentf-filename-handler): Fix widget :type.
5017 (recentf-cancel-dialog, recentf-open-more-files)
5018 (recentf-open-files-action): Doc fix.
5019 (recentf-dialog-goto-first): New function.
5020 (recentf-dialog-mode-map): Set parent keymap first.
5021 (recentf-dialog-mode): Define with define-derived-mode.
5022 Don't display continuation lines in dialogs.
5023 (recentf-edit-list): Rename from recentf-edit-selected-items.
5024 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5025 Simplify.
5026 (recentf-edit-list-validate): New function.
5027 (recentf-edit-list): Update accordingly.
5028 (recentf-open-files-item-shift): Remove.
5029 (recentf-open-files-item): Convert menu elements into tree and
5030 link widgets. Don't create the widgets.
5031 (recentf-open-files): Update accordingly.
5032 (recentf-save-list): Untabify.
5033
5034 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5035
5036 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5037 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5038 partially contained in the active region. Do not take active
5039 region into account when called from Lisp, unless INTERACTIVE arg
5040 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5041 avoid trouble with fields. Make marker point nowhere when no
5042 longer used. Always return nil. Doc fix.
5043 (flush-lines): Add INTERACTIVE arg. Do not take active region
5044 into account when called from Lisp, unless INTERACTIVE arg is
5045 non-nil. Use `forward-line' instead of `beginning-of-line' to
5046 avoid trouble with fields. Make marker point nowhere when no
5047 longer used. Always return nil. Doc fix.
5048 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5049 interchangeable. Do not take active region into account when
5050 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5051 message in echo area when called from Lisp, unless INTERACTIVE arg
5052 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5053 Return the number of matches. Doc fix.
5054 (occur): Doc fix.
5055 (perform-replace): Make comment follow double space convention for
5056 the sake of `outline-minor-mode'.
5057
5058 * faces.el (facep): Doc fix.
5059
5060 2005-06-25 Richard M. Stallman <rms@gnu.org>
5061
5062 * facemenu.el (facemenu-enable-faces-p): New function.
5063 (facemenu-background-menu, facemenu-foreground-menu)
5064 (facemenu-face-menu): Add menu-enable property.
5065
5066 * jka-compr.el (jka-compr-insert-file-contents):
5067 Special handling if cannot find the uncompression program.
5068
5069 * cus-face.el (custom-face-attributes): Add autoload.
5070
5071 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5072 Bind comment-indent-function locally.
5073
5074 * window.el (save-selected-window): Use save-current-buffer.
5075
5076 * subr.el (with-selected-window): Use save-current-buffer.
5077
5078 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5079 and with-current-buffer.
5080
5081 2005-06-24 Richard M. Stallman <rms@gnu.org>
5082
5083 * simple.el (line-move-1): Fix previous change.
5084
5085 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5086
5087 * replace.el (occur-1): Set `buffer-read-only' and the
5088 buffer-modified flag before running `occur-hook' to protect
5089 against unintentional buffer switches that can lead to data loss.
5090
5091 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5092
5093 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5094 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5095 initial error.
5096
5097 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5098 after fresh input.
5099 (gdb-var-create-handler): Put name of expression in quotes.
5100
5101 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5102
5103 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5104 elements of RING in order, and without bogus nil elements.
5105
5106 2005-06-23 Richard M. Stallman <rms@gnu.org>
5107
5108 * simple.el (set-variable): Args renamed; doc fix.
5109 (line-move-1): When there are overlays around, use vertical-motion.
5110
5111 * faces.el (escape-glyph): Use brown against light background.
5112 (nobreak-space): Rename from no-break-space.
5113 Fix previous change.
5114
5115 * dired-aux.el (dired-do-copy): Fix arg prompt.
5116
5117 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5118
5119 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5120
5121 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5122 rather than "Distributor".
5123
5124 2005-06-23 Lute Kamstra <lute@gnu.org>
5125
5126 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5127 (debug-on-entry): Use it. New interactive declaration that uses
5128 function-called-at-point.
5129
5130 2005-06-23 Kim F. Storm <storm@cua.dk>
5131
5132 * subr.el (save-match-data): Add comment about using evaporate arg
5133 to set-match-data.
5134
5135 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5136
5137 * cus-edit.el (customize-face)
5138 (customize-face-other-window): Handle face aliases.
5139
5140 * faces.el (face-documentation, set-face-attribute)
5141 (face-spec-set): Handle face aliases.
5142
5143 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5144
5145 * help-mode.el (help-make-xrefs): If a symbol representing a face
5146 name is not followed by the word "face", it could still be a
5147 function or variable name, so don't bypass other checks.
5148
5149 2005-06-22 Juri Linkov <juri@jurta.org>
5150
5151 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5152 Replace aliased functions with calls where second arg `inherit' is t.
5153
5154 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5155
5156 * progmodes/gdb-ui.el (gdb-error): New variable.
5157 (gdb-error): New function.
5158 (gdb-annotation-rules): Act on error-begin and error annotations.
5159 (gdb-concat-output): Use font-lock-warning-face for errors.
5160
5161 2005-06-22 Miles Bader <miles@gnu.org>
5162
5163 * bindings.el (propertized-buffer-identification): Use renamed
5164 `Buffer-menu-buffer' face.
5165
5166 * faces.el (vertical-border): Rename from `vertical-divider'.
5167 (escape-glyph): Change dark-background color back to `cyan'.
5168
5169 2005-06-21 Juri Linkov <juri@jurta.org>
5170
5171 * faces.el (face-user-default-spec): Try getting `customized-face'
5172 prior to `saved-face'.
5173 (frame-background-mode): Refill docstring.
5174
5175 * emacs-lisp/lisp-mode.el (eval-defun-1):
5176 * emacs-lisp/edebug.el (edebug-eval-defun):
5177 Set `saved-face' temporarily to nil before calling form.
5178 Set `customized-face' to the new spec after that.
5179
5180 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5181
5182 * subr.el (1value, lambda, key-substitution-in-progress):
5183 Doc fixes.
5184
5185 * autoinsert.el (auto-insert-alist):
5186 * ses.el (ses-call-printer):
5187 * subr.el (noreturn):
5188 * emacs-lisp/lisp.el (check-parens):
5189 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5190 * net/browse-url.el (browse-url-mosaic):
5191 * progmodes/cc-defs.el (c-safe-scan-lists):
5192 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5193 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5194 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5195 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5196 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5197 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5198
5199 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5200
5201 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5202
5203 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5204
5205 * calendar/appt.el (appt-make-list): Activate the package, if
5206 not already active (for backwards compatibility).
5207
5208 2005-06-20 Kim F. Storm <storm@cua.dk>
5209
5210 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5211
5212 2005-06-20 Miles Bader <miles@gnu.org>
5213
5214 * faces.el (vertical-divider): New face.
5215
5216 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5217
5218 * simple.el (kill-whole-line): Doc fix.
5219 (next-error-buffer-p, next-error-find-buffer)
5220 (clone-indirect-buffer): Fix typos in docstrings.
5221 (comment-line-break-function): Doc fix: don't say variable
5222 is automatically buffer-local (it isn't).
5223
5224 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5225
5226 * net/tramp-ftp.el (top):
5227 * net/tramp-smb.el (top):
5228 * net/tramp-util.el (top):
5229 * net/tramp-uu.el (top):
5230 * net/tramp-vc.el (top):
5231 * net/tramp.el (top): Revert copyright years back to original
5232 ones. Tramp has a life outside GNU Emacs.
5233
5234 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5235
5236 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5237
5238 2005-06-18 Juri Linkov <juri@jurta.org>
5239
5240 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5241 end of first regexp to limit the match to the position between
5242 line number and source line with same separator character as used
5243 between file name and line number. In the second regexp limit
5244 mouse-face area to file name and line number by adding new group
5245 for them and referring it in HYPERLINK arg.
5246 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5247 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5248 previous line where grep markers may be already removed.
5249
5250 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5251
5252 * progmodes/ps-mode.el: Update version and maintainer's email address.
5253
5254 2005-06-18 Steve Youngs <steve@xemacs.org>
5255
5256 * net/browse-url.el (browse-url-browser-function)
5257 (browse-url-default-browser): Add firefox.
5258 (browse-url-firefox-program, browse-url-firefox-arguments)
5259 (browse-url-firefox-startup-arguments)
5260 (browse-url-firefox-new-window-is-tab): New defcustoms.
5261 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5262
5263 2005-06-17 Richard M. Stallman <rms@gnu.org>
5264
5265 * startup.el (command-line): Warn if specified user name has
5266 no home directory.
5267
5268 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5269 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5270
5271 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5272 Doc fixes.
5273
5274 * faces.el (underline): Try bold if terminal doesn't support underline.
5275
5276 * mail/sendmail.el (mail-setup-with-from): New variable.
5277 (mail-insert-from-field): New function.
5278 (sendmail-send-it): Call it.
5279 (mail-setup): Optionally call it here.
5280
5281 * term/linux.el: Call tty-no-underline.
5282
5283 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5284
5285 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5286
5287 2005-06-17 Miles Bader <miles@gnu.org>
5288
5289 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5290 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5291 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5292 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5293 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5294 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5295 Remove "-face" suffix from face names.
5296 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5297 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5298 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5299 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5300 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5301 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5302 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5303 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5304 New backward-compatibility aliases for renamed faces.
5305 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5306 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5307 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5308 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5309 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5310 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5311 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5312 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5313 Use renamed ediff faces.
5314
5315 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5316 Remove "-face" suffix from face names.
5317 (eshell-test-ok-face, eshell-test-failed-face):
5318 New backward-compatibility aliases for renamed faces.
5319 (eshell-run-test): Use renamed eshell-test faces.
5320
5321 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5322 face name.
5323 (eshell-prompt-face): New backward-compatibility alias for renamed
5324 face.
5325 (eshell-emit-prompt): Use renamed eshell-prompt face.
5326
5327 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5328 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5329 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5330 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5331 Remove "-face" suffix from face names.
5332 (eshell-ls-directory-face, eshell-ls-symlink-face)
5333 (eshell-ls-executable-face, eshell-ls-readonly-face)
5334 (eshell-ls-unreadable-face, eshell-ls-special-face)
5335 (eshell-ls-missing-face, eshell-ls-archive-face)
5336 (eshell-ls-backup-face, eshell-ls-product-face)
5337 (eshell-ls-clutter-face):
5338 New backward-compatibility aliases for renamed faces.
5339 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5340
5341 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5342 Remove "-face" suffix from face name.
5343 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5344 instead of literal face.
5345
5346 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5347
5348 * emacs-lisp/warnings.el (display-warning, lwarn)
5349 (warning-minimum-log-level): Doc fixes.
5350 (warning-minimum-level, warning-minimum-log-level):
5351 Add :debug to :type choices.
5352
5353 * progmodes/ada-mode.el (ada-format-paramlist)
5354 (ada-get-indent-case, ada-check-matching-start)
5355 (ada-check-defun-name, ada-goto-matching-decl-start)
5356 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5357 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5358 (ada-make-subprogram-body): Follow error conventions.
5359 (ada-case-exception-file, ada-indent-comment-as-code)
5360 (ada-indent-handle-comment-special, ada-indent-renames)
5361 (ada-indent-return, ada-search-directories-internal)
5362 (ada-tab-policy, ada-case-exception-substring)
5363 (ada-other-file-alist, ada-matching-start-re)
5364 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5365 (ada-imenu-generic-expression, ada-compile-goto-error)
5366 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5367 (ada-popup-menu, ada-add-extensions, ada-mode)
5368 (ada-region-selected, ada-create-case-exception)
5369 (ada-create-case-exception-substring, ada-after-keyword-p)
5370 (ada-activate-keys-for-case, ada-adjust-case-region)
5371 (ada-adjust-case-buffer, ada-format-paramlist)
5372 (ada-scan-paramlist, ada-insert-paramlist)
5373 (ada-indent-newline-indent)
5374 (ada-indent-newline-indent-conditional)
5375 (ada-justified-indent-current, ada-goto-previous-word)
5376 (ada-indent-current, ada-get-indent-open-paren)
5377 (ada-get-indent-paramlist, ada-get-indent-end)
5378 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5379 (ada-get-indent-block-start, ada-get-indent-subprog)
5380 (ada-get-indent-noindent, ada-get-indent-label)
5381 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5382 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5383 (ada-goto-stmt-end, ada-goto-next-word)
5384 (ada-check-matching-start, ada-check-defun-name)
5385 (ada-goto-matching-decl-start, ada-goto-matching-start)
5386 (ada-goto-matching-end, ada-search-ignore-string-comment)
5387 (ada-in-decl-p, ada-looking-at-semi-or)
5388 (ada-looking-at-semi-private, ada-in-paramlist-p)
5389 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5390 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5391 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5392 (ada-previous-package, ada-create-menu)
5393 (ada-fill-comment-paragraph-justify)
5394 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5395 (ada-other-file-name, ada-last-which-function-line)
5396 (ada-last-which-function-subprog, ada-which-function)
5397 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5398 (ada-gen-treat-proc, ada-check-emacs-version)
5399 (ada-continuation-indent, ada-align-region-separate):
5400 Fix typos in docstrings.
5401 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5402
5403 2005-06-16 Lute Kamstra <lute@gnu.org>
5404
5405 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5406 conditionally.
5407
5408 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5409
5410 * comint.el (comint-replace-by-expanded-filename)
5411 (comint-prompt-regexp, comint-delimiter-argument-list)
5412 (comint-preinput-scroll-to-bottom):
5413 * info.el (Info-hide-cookies-node):
5414 * ls-lisp.el (ls-lisp-classify):
5415 * find-file.el (ff-search-directories, ff-special-constructs)
5416 (ff-find-other-file):
5417 * font-lock.el (font-lock-keywords):
5418 * shell.el (shell-prompt-pattern)
5419 (shell-dynamic-complete-functions, shell-mode)
5420 (shell-delimiter-argument-list):
5421 * term.el (term-replace-by-expanded-filename)
5422 (term-prompt-regexp, term-delimiter-argument-list):
5423 * woman.el (woman-ignore, woman0-if):
5424 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5425 * emacs-lisp/elint.el (elint-init-env):
5426 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5427 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5428 * language/ethio-util.el (ethio-tilde-escape)
5429 (ethio-use-three-dot-question):
5430 * net/zone-mode.el (zone-mode-load-time-setup):
5431 * progmodes/cc-align.el (c-lineup-argcont):
5432 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5433 * progmodes/cperl-mode.el (cperl-set-style-back):
5434 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5435 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5436 Fix spellings in docstrings.
5437
5438 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5439 * progmodes/modula2.el (m2-for): Fix spellings.
5440
5441 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5442
5443 * simple.el (undo-more): Don't use `format' on `error' arguments.
5444 Improve argument/docstring consistency.
5445 (pending-undo-list): Doc fix.
5446
5447 * smerge-mode.el (smerge-ensure-match):
5448 * emulation/vip.el (vip-ex):
5449 * net/zone-mode.el (zone-mode-update-serial):
5450 * progmodes/idlwave.el (idlwave-complete):
5451 * progmodes/vhdl-mode.el (vhdl-visit-file)
5452 (vhdl-compose-wire-components):
5453 Don't use `format' on `error' arguments.
5454
5455 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5456 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5457 (tooltip-help-tips): Fix typos in docstrings.
5458
5459 2005-06-16 David Ponce <david@dponce.com>
5460
5461 * tree-widget.el (tree-widget-value-create): Simplify last change.
5462
5463 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5464
5465 * ido.el (ido-incomplete-regexp): New variable.
5466 (ido-set-matches-1): Handle invalid-regexp error and set
5467 ido-incomplete-regexp.
5468 (ido-incomplete-regexp): New face.
5469 (ido-completions): Use it.
5470 (ido-complete, ido-exit-minibuffer, ido-completions):
5471 Handle incomplete regexps.
5472 (ido-completions): Add check for complete match when entering a regexp.
5473
5474 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5475
5476 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5477
5478 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5479
5480 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5481 by field delimiters.
5482
5483 2005-06-15 David Ponce <david@dponce.com>
5484
5485 * tree-widget.el: eval-and-compile inlined functions so they will
5486 be available at run-time too.
5487 (tree-widget-super-format-handler)
5488 (tree-widget-format-handler): Remove.
5489 (tree-widget-value-create): Handle the :indent property.
5490
5491 2005-06-15 Miles Bader <miles@gnu.org>
5492
5493 * progmodes/which-func.el (which-func): Only inherit
5494 `font-lock-function-name-face' when that makes sense against the
5495 default mode-line face, otherwise set the face color explicitly.
5496
5497 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5498 faces instead of (non-existent) variables.
5499
5500 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5503 (iswitchb-get-matched-buffers): Likewise. Simplify.
5504
5505 2005-06-14 Miles Bader <miles@gnu.org>
5506
5507 * progmodes/ld-script.el (ld-script-location-counter):
5508 Remove "-face" suffix from face name.
5509 (ld-script-location-counter-face):
5510 New backward-compatibility alias for renamed face.
5511 (ld-script-location-counter-face): Use renamed face.
5512
5513 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5514 (cperl-hash): Remove "-face" suffix from face names.
5515 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5516 New backward-compatibility aliases for renamed faces.
5517 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5518 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5519
5520 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5521 name.
5522 (which-func-face): New backward-compatibility alias for renamed face.
5523 (which-func-format): Use renamed which-func face.
5524
5525 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5526 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5527 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5528 names.
5529 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5530 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5531 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5532 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5533 (vhdl-speedbar-architecture-selected)
5534 (vhdl-speedbar-configuration-selected)
5535 (vhdl-speedbar-package-selected)
5536 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5537 names.
5538 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5539 Use renamed faces.
5540 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5541 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5542 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5543 Use renamed faces.
5544 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5545 names.
5546 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5547 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5548 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5549 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5550 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5551 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5552
5553 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5554 face name.
5555 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5556 (sh-heredoc-face): Use renamed sh-heredoc face.
5557
5558 * progmodes/idlw-help.el (idlwave-help-link):
5559 Remove "-face" suffix from face name.
5560 (idlwave-help-link-face):
5561 New backward-compatibility alias for renamed face.
5562 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5563
5564 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5565 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5566 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5567 New backward-compatibility aliases for renamed faces.
5568 (idlwave-shell-disabled-breakpoint-face)
5569 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5570
5571 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5572 Remove "-face" suffix from face names.
5573 (flymake-errline-face, flymake-warnline-face):
5574 New backward-compatibility aliases for renamed faces.
5575 (flymake-highlight-line): Use renamed flymake faces.
5576
5577 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5578 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5579 (ebrowse-member-class, ebrowse-progress):
5580 Remove "-face" suffix from face names.
5581 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5582 (ebrowse-file-name-face, ebrowse-default-face)
5583 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5584 (ebrowse-progress-face):
5585 New backward-compatibility aliases for renamed faces.
5586 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5587 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5588 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5589 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5590
5591 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5592 antlr-syntax)
5593 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5594 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5595 names.
5596 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5597 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5598 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5599 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5600 backward-compatibility aliases for renamed faces.
5601 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5602 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5603 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5604 remove "font-lock-". Use renamed antlr-mode faces.
5605 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5606 literal face-names with face variable references.
5607
5608 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5609 face name.
5610 (Buffer-menu-buffer-face): New backward-compatibility alias for
5611 renamed face.
5612 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5613
5614 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5615
5616 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5617 Eliminate "-face" suffix.
5618 (makefile-targets): Inherit from font-lock-function-name-face and
5619 eliminate "-face" suffix.
5620 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5621 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5622 actions, instead of prepending, to make it less visible.
5623 (makefile-previous-dependency, makefile-match-dependency):
5624 Don't match a target on a continuation line.
5625
5626 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5627
5628 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5629
5630 * progmodes/gdb-ui.el (menu): Re-order menu items.
5631 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5632
5633 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5634 Define in tooltip.el.
5635 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5636 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5637 gud-tooltip-echo-area.
5638
5639 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5640 backward compatibility and make obsolete.
5641 (tooltip-help-tips): Use tooltip-use-echo-area.
5642 (tooltip-show-help-function): Rename to...
5643 (tooltip-show-help): ...this, because it is a function.
5644 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5645
5646 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5647
5648 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5649 (edebug-print-length, edebug-print-level, edebug-print-circle)
5650 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5651 (edebug-eval-print-last-sexp): Doc fixes.
5652
5653 2005-06-14 Kim F. Storm <storm@cua.dk>
5654
5655 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5656 as the coverage buffer/file/both may change.
5657
5658 2005-06-14 Lute Kamstra <lute@gnu.org>
5659
5660 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5661 and run-mode-hooks. Simplify.
5662
5663 * mail/rmailedit.el (rmail-edit-mode):
5664 * progmodes/octave-inf.el (inferior-octave-mode):
5665 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5666
5667 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5668 and run-mode-hooks.
5669 (recentf-edit-list, recentf-open-files): Don't call
5670 kill-all-local-variables directly.
5671
5672 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5673
5674 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5675
5676 * emacs-lisp/byte-run.el (make-obsolete)
5677 (define-obsolete-function-alias): Rename arguments FUNCTION and
5678 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5679 (make-obsolete-variable, define-obsolete-variable-alias):
5680 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5681 respectively.
5682
5683 * isearchb.el (isearchb-activate):
5684 * pcvs.el (cvs-mode):
5685 * ses.el (ses-load):
5686 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5687 * net/tramp.el (tramp-find-file-exists-command)
5688 (tramp-find-shell):
5689 * progmodes/ada-mode.el (ada-create-case-exception)
5690 (ada-create-case-exception-substring, ada-make-subprogram-body):
5691 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5692 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5693 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5694 * textmodes/org.el (org-promote, org-evaluate-time-range)
5695 (org-agenda-next-date-line, org-agenda-previous-date-line)
5696 (org-agenda-error, org-open-at-point, org-table-move-row)
5697 (org-format-table-table-html-using-table-generate-source)
5698 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5699 * textmodes/reftex.el (reftex-access-scan-info):
5700 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5701 (reftex-toc-promote-prepare): Follow error conventions.
5702
5703 * diff-mode.el (diff-mode): Fix typo in docstring.
5704
5705 * forms.el (forms--intuit-from-file): Fix reference to
5706 `forms-number-of-fields' in error message.
5707 (forms-print): Fix quoting in error message.
5708
5709 * forms.el (forms-mode):
5710 * emulation/vi.el (vi-goto-insert-state):
5711 * progmodes/flymake.el (flymake-new-err-info)
5712 (flymake-start-syntax-check-for-current-buffer)
5713 (flymake-simple-cleanup):
5714 * eshell/esh-var.el (eshell/export):
5715 * progmodes/gud.el (xdb):
5716 * textmodes/flyspell.el (flyspell-incorrect-hook)
5717 (flyspell-maybe-correct-transposition)
5718 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5719
5720 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5721
5722 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5723 minibuffer prompt.
5724
5725 2005-06-13 Kim F. Storm <storm@cua.dk>
5726
5727 * subr.el (add-to-ordered-list): New defun.
5728
5729 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5730 add cua--keymap-alist to emulation-mode-map-alists.
5731
5732 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * subr.el (complete-in-turn): New macro.
5735 (dynamic-completion-table, lazy-completion-table): Add debug info.
5736
5737 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5738 in preference to face aliases.
5739
5740 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5741 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5742 Remove unused vars `start' and `firstline'.
5743 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5744 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5745
5746 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5747
5748 * cus-start.el (all): Don't complain about missing GTK-related
5749 variables, unless either `gtk' is boundp or this isn't a
5750 `windows-nt' build.
5751
5752 2005-06-13 Lute Kamstra <lute@gnu.org>
5753
5754 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5755 run-mode-hooks.
5756
5757 * ediff-mult.el (ediff-meta-mode):
5758 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5759
5760 * ledit.el (ledit-mode): Use delay-mode-hooks.
5761
5762 * woman.el (woman-mode-line-format): Delete constant.
5763 (woman-mode-map): Initialize it properly.
5764 (woman-mode): Set mode-class property to special.
5765 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5766 Set major-mode and mode-name. Don't set mode-line-format directly.
5767 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5768
5769 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5770 string argument obsolete.
5771
5772 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5773
5774 * textmodes/org.el (org-CUA-compatible): New option.
5775 (org-disputed-keys): New variable.
5776 (org-key): New function.
5777 (orgtbl-make-binding): Add docstring to the created function.
5778 (org-mode): Set paragraph start/separate regexps.
5779 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5780 (org-archive-location, org-archive-mark-done)
5781 (org-archive-stamp-time): New options.
5782 (org-archive-subtree): New command.
5783 (org-fill-paragraph): New function.
5784 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5785 (org-fake-empty-table-line): Function removed.
5786 (org-format-org-table-html): Do not create empty table lines at
5787 separator lines. Improved table header treatment.
5788 (org-link-format): New option.
5789 (org-make-link): New function.
5790 (org-insert-link, org-store-link): Use org-make-link.
5791 (org-open-file): Quote file name for shell command, to allow
5792 spaces in file names.
5793 (org-link-regexp): Fix bug with mailto link.
5794 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5795 New constants.
5796 (org-export-as-html): Deal with the optional angles around a link.
5797 Better treatment of file: links.
5798 (org-open-at-point): Replace @{ and @} with < and >.
5799 (org-run-mode-hooks): Function removed.
5800 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5801
5802 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5803
5804 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5805 MI command -data-list-register-values.
5806 (gdb-post-prompt): Indent properly.
5807
5808 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5809
5810 * hilit-chg.el (highlight-changes-colors): Rename from
5811 `highlight-changes-colours'.
5812 (highlight-changes-colours): Keep as obsolete alias.
5813 (highlight-changes-face-list): Doc fix.
5814 (hilit-chg-make-list): Use `highlight-changes-colors'.
5815
5816 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5817
5818 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5819 defun-prompt-regexp.
5820
5821 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5822
5823 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5824 and cygwin.
5825
5826 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5827 Don't use an old loaddefs.el, as in Makefile.in.
5828
5829 2005-06-12 Lute Kamstra <lute@gnu.org>
5830
5831 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5832
5833 * man.el (Man-mode-map): Initialize it properly.
5834 (Man-mode): Set mode-class property to special.
5835
5836 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5837
5838 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5839
5840 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5841 A newline is needed in the docstring there.
5842
5843 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5844 Doc fixes.
5845
5846 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5847
5848 * printing.el: Doc fix. The menubar is no more changed when printing
5849 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5850 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5851 (pr-version): New version number (6.8.4).
5852 (pr-menu-bind): New command.
5853 (pr-update-menus): Docstring and code fix.
5854 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5855 Docstring fix.
5856 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5857 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5858
5859 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5860
5861 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5862 "Returns" to "return", document useful return values, etc.
5863
5864 2005-06-11 Alan Mackenzie <acm@muc.de>
5865
5866 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5867 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5868 (adaptive-file-function): Minor amendment to doc-string.
5869
5870 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5871
5872 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5873 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5874 Fix :type--it is `integer', not `string'.
5875
5876 * faces.el (modeline-highlight): Rename from (the erroneous)
5877 `modeline-higilight'.
5878
5879 2005-06-11 Lute Kamstra <lute@gnu.org>
5880
5881 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5882 lisp-interaction-mode-map but make it the parent.
5883 (edebug-eval-mode): Use define-derived-mode.
5884
5885 2005-06-11 Andreas Schwab <schwab@suse.de>
5886
5887 * bindings.el: Add binding of `ESC functionkey' for every
5888 `M-functionkey'.
5889 * hexl.el (hexl-mode-map): Likewise.
5890
5891 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5892
5893 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5894 [msft]: update regexp for newer msft compilers.
5895
5896 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5897
5898 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5899 ATTLIST portions of included DTDs.
5900 (xml-parse-dtd): Eliminate use of inefficient match-data.
5901
5902 2005-06-10 Miles Bader <miles@gnu.org>
5903
5904 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5905 (mpuz-text): Remove "-face" suffix from face names.
5906 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5907 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5908 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5909
5910 * play/gomoku.el (gomoku-O, gomoku-X):
5911 Remove "-face" suffix from face names.
5912 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5913 New backward-compatibility aliases for renamed faces.
5914 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5915
5916 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5917
5918 * thumbs.el: Fixes for changes of 2005-06-09.
5919 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5920 as a directory.
5921 (thumbs-thumbname): Remove directory separator from format string;
5922 `thumbs-thumbsdir' now returns a valid directory name.
5923 (thumbs-temp-dir): New defsubst.
5924 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5925 Use it.
5926
5927 * cus-edit.el (minibuffer):
5928 * files.el (make-backup-file-name-function):
5929 * filesets.el (filesets-external-viewers):
5930 * hilit-chg.el (highlight-changes-colours)
5931 (highlight-changes-face-list, highlight-changes-rotate-faces):
5932 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5933 * kmacro.el (kmacro-call-macro):
5934 * log-edit.el (log-edit-changelog-full-paragraphs):
5935 * mouse.el (mouse-1-click-follows-link):
5936 * skeleton.el (skeleton-autowrap):
5937 * subr.el (insert-for-yank-1):
5938 * tempo.el (tempo-insert-region):
5939 * terminal.el (terminal-emulator):
5940 * time.el (display-time-mail-face):
5941 * vc.el (vc-annotate):
5942 * vcursor.el (vcursor-copy-line):
5943 * woman.el (woman-bold-headings, woman-ignore)
5944 (woman-default-faces, woman-monochrome-faces):
5945 * calendar/todo-mode.el (todo-insert-threshold):
5946 * emulation/pc-select.el (pc-select-selection-keys-only)
5947 (pc-selection-mode):
5948 * emulation/vip.el (vip-find-char-forward):
5949 * emulation/viper-cmd.el (viper-find-char-forward):
5950 * international/mule-cmds.el
5951 (select-safe-coding-system-accept-default-p)
5952 (input-method-exit-on-invalid-key):
5953 * international/mule-diag.el (describe-coding-system):
5954 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5955 * net/browse-url.el (browse-url-xterm-program):
5956 * obsolete/lazy-lock.el (lazy-lock-mode):
5957 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5958 (cperl-mode):
5959 * progmodes/cpp.el (cpp-face-light-name-list)
5960 (cpp-face-dark-name-list):
5961 * progmodes/delphi.el (delphi-newline-always-indents):
5962 Fix spellings in docstrings.
5963
5964 * ido.el (ido-mode, ido-file-extensions-order)
5965 (ido-default-file-method, ido-default-buffer-method)
5966 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5967 (ido-decorations, ido-read-file-name-as-directory-commands)
5968 (ido-read-file-name-non-ido, ido-work-directory-list)
5969 (ido-ignore-item-temp-list, ido-current-directory)
5970 (ido-magic-forward-char, ido-enter-find-file)
5971 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5972 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5973
5974 2005-06-10 Lute Kamstra <lute@gnu.org>
5975
5976 * play/dunnet.el (dun-mode): Use define-derived-mode.
5977 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
5978 obsolete alias.
5979
5980 * play/doctor.el (doctor-mode-map): Remove defvar.
5981 (doctor-mode): Use define-derived-mode.
5982
5983 * mail/mspools.el (mspools-mode):
5984 * net/eudc-hotlist.el (eudc-hotlist-mode):
5985 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5986
5987 2005-06-10 Miles Bader <miles@gnu.org>
5988
5989 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5990 Remove "-face" suffix from face names.
5991 (flyspell-incorrect-face, flyspell-duplicate-face):
5992 New backward-compatibility aliases for renamed faces.
5993 (flyspell-mode-on, make-flyspell-overlay)
5994 (flyspell-highlight-incorrect-region)
5995 (flyspell-highlight-duplicate-region)
5996 (flyspell-display-next-corrections)
5997 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5998
5999 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6000 from face name.
6001 (texinfo-heading-face): New backward-compatibility alias for
6002 renamed face.
6003 (texinfo-heading-face): Use renamed texinfo-heading face.
6004
6005 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6006 suffix from face names.
6007 (tex-math-face, tex-verbatim-face):
6008 New backward-compatibility aliases for renamed faces.
6009 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6010 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6011 literal face name.
6012
6013 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6014 name.
6015 (table-cell-face): New backward-compatibility alias for renamed face.
6016 (table--put-cell-face-property, table--update-cell-face):
6017 Use renamed table-cell face.
6018
6019 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6020 from face name.
6021 (sgml-namespace-face): New backward-compatibility alias for
6022 renamed face.
6023 (sgml-namespace-face): Use renamed sgml-namespace face.
6024
6025 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6026 (org-level-4, org-level-5, org-level-6, org-level-7)
6027 (org-level-8, org-warning, org-headline-done)
6028 (org-deadline-announce, org-scheduled-today)
6029 (org-scheduled-previously, org-link, org-done, org-table)
6030 (org-time-grid): Remove "-face" suffix from face names.
6031 (org-level-1-face, org-level-2-face, org-level-3-face)
6032 (org-level-4-face, org-level-5-face, org-level-6-face)
6033 (org-level-7-face, org-level-8-face, org-warning-face)
6034 (org-headline-done-face, org-deadline-announce-face)
6035 (org-scheduled-today-face, org-scheduled-previously-face)
6036 (org-link-face, org-done-face, org-table-face)
6037 (org-time-grid-face):
6038 New backward-compatibility aliases for renamed faces.
6039 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6040 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6041 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6042 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6043
6044 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6045 (viper-minibuffer-emacs, viper-minibuffer-insert)
6046 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6047 (viper-search-face, viper-replace-overlay-face)
6048 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6049 (viper-minibuffer-vi-face):
6050 New backward-compatibility aliases for renamed faces.
6051 (viper-search-face, viper-replace-overlay-face)
6052 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6053 (viper-minibuffer-vi-face): Use renamed viper faces.
6054
6055 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6056 Remove "-face" suffix from face names.
6057 (testcover-nohits-face, testcover-1value-face):
6058 New backward-compatibility aliases for renamed faces.
6059 (testcover-mark): Use renamed testcover faces.
6060
6061 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6062 face name.
6063 (diary-button-face): New backward-compatibility alias for renamed face.
6064 (diary-entry): Use renamed diary-button face.
6065
6066 * calendar/calendar.el (diary, calendar-today, holiday)
6067 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6068 (diary-face, calendar-today-face, holiday-face):
6069 New backward-compatibility aliases for renamed faces.
6070 (eval-after-load "facemenu", diary-entry-marker)
6071 (calendar-today-marker, calendar-holiday-marker, diary-face):
6072 Use renamed calendar faces.
6073
6074 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6075 (compare-windows-face): New backward-compatibility alias for
6076 renamed face.
6077 (compare-windows-highlight): Use renamed compare-windows face.
6078
6079 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6080 (strokes-char-face): New backward-compatibility alias for renamed face.
6081 (strokes-encode-buffer): Use renamed strokes-char face.
6082
6083 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6084 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6085 Remove "-face" suffix from face names.
6086 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6087 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6088 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6089 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6090 Use renamed pcvs faces.
6091 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6092 * pcvs-defs.el (cvs-mode-map): Likewise.
6093 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6094
6095 * info.el (info-title-1, info-title-2, info-title-3)
6096 (info-title-4): Remove "-face" suffix from and downcase face names.
6097 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6098 (Info-title-4-face):
6099 New backward-compatibility aliases for renamed faces.
6100 (Info-fontify-node): Use renamed info faces.
6101
6102 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6103 Remove "-face" suffix from face names.
6104 (highlight-changes-face, highlight-changes-delete-face):
6105 New backward-compatibility aliases for renamed faces.
6106 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6107 (hilit-chg-make-list): Use renamed highlight-changes faces.
6108
6109 * generic-x.el (show-tabs-tab, show-tabs-space):
6110 Remove "-face" suffix from face names.
6111 (show-tabs-tab-face, show-tabs-space-face):
6112 New backward-compatibility aliases for renamed faces.
6113 (show-tabs-generic-mode-font-lock-defaults-1)
6114 (show-tabs-generic-mode-font-lock-defaults-2):
6115 Use renamed show-tabs faces.
6116
6117 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6118 (smerge-markers): Remove "-face" suffix from face names.
6119 (smerge-mine-face, smerge-other-face, smerge-base-face)
6120 (smerge-markers-face):
6121 New backward-compatibility aliases for renamed faces.
6122 (smerge-mine-face, smerge-other-face, smerge-base-face)
6123 (smerge-markers-face): Use renamed smerge faces.
6124
6125 * log-view.el (log-view-file, log-view-message): Remove "-face"
6126 suffix from face names.
6127 (log-view-file-face, log-view-message-face):
6128 New backward-compatibility aliases for renamed faces.
6129 (log-view-file-face, log-view-message-face): Use renamed log-view
6130 faces.
6131
6132 * paren.el (show-paren-match, show-paren-mismatch):
6133 Remove "-face" suffix from face names.
6134 (show-paren-match-face, show-paren-mismatch-face):
6135 New backward-compatibility aliases for renamed faces.
6136 (show-paren-function): Use renamed show-paren faces.
6137
6138 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6139 (ruler-mode-margins, ruler-mode-fringes)
6140 (ruler-mode-column-number, ruler-mode-fill-column)
6141 (ruler-mode-comment-column, ruler-mode-goal-column)
6142 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6143 suffix from face names.
6144 (ruler-mode-default-face, ruler-mode-pad-face)
6145 (ruler-mode-margins-face, ruler-mode-fringes-face)
6146 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6147 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6148 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6149 New backward-compatibility aliases for renamed faces.
6150 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6151 (ruler-mode-column-number, ruler-mode-fill-column)
6152 (ruler-mode-comment-column, ruler-mode-goal-column)
6153 (ruler-mode-tab-stop, ruler-mode-current-column)
6154 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6155 faces.
6156
6157 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6158 face name.
6159 (whitespace-highlight-the-space): Use renamed face.
6160 (whitespace-highlight-face): New backward-compatibility alias for
6161 renamed face.
6162
6163 * woman.el (woman-italic, woman-bold, woman-unknown)
6164 (woman-addition, woman-symbol-face):
6165 Remove "-face" suffix from face names.
6166 (woman-italic-face, woman-bold-face, woman-unknown-face)
6167 (woman-addition-face):
6168 New backward-compatibility aliases for renamed faces.
6169 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6170 (woman-decode-region, woman-replace-match)
6171 (woman-display-extended-fonts, woman-special-characters)
6172 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6173 Use renamed woman faces.
6174
6175 * longlines.el (longlines-visible-face): Face removed.
6176
6177 * diff-mode.el (diff-header, diff-file-header, diff-index)
6178 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6179 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6180 suffix from face names.
6181 (diff-header-face, diff-file-header-face, diff-index-face)
6182 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6183 (diff-changed-face, diff-function-face, diff-context-face)
6184 (diff-nonexistent-face): New backward-compatibility aliases for
6185 renamed faces.
6186 (diff-header-face, diff-file-header-face)
6187 (diff-index, diff-index-face, diff-hunk-header)
6188 (diff-hunk-header-face, diff-removed, diff-removed-face)
6189 (diff-added, diff-added-face, diff-changed-face, diff-function)
6190 (diff-function-face, diff-context-face, diff-nonexistent)
6191 (diff-nonexistent-face): Use renamed diff-mode faces.
6192
6193 * progmodes/compile.el (compilation-warning-face)
6194 (compilation-info-face): Remove "-face" suffix from face names.
6195 (compilation-warning-face, compilation-info-face):
6196 New backward-compatibility aliases for renamed faces.
6197 (compilation-warning-face, compilation-info-face):
6198 Use renamed compilation faces.
6199
6200 * add-log.el (change-log-date, change-log-name)
6201 (change-log-email, change-log-file, change-log-list)
6202 (change-log-conditionals, change-log-function)
6203 (change-log-acknowledgement): Remove "-face" suffix from face names.
6204 (change-log-date-face, change-log-name-face)
6205 (change-log-email-face, change-log-file-face)
6206 (change-log-list-face, change-log-conditionals-face)
6207 (change-log-function-face, change-log-acknowledgement-face):
6208 New backward-compatibility aliases for renamed faces.
6209 (change-log-font-lock-keywords): Use renamed change-log faces.
6210
6211 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6212 (custom-set, custom-changed, custom-saved, custom-button)
6213 (custom-button-pressed, custom-documentation, custom-state)
6214 (custom-comment, custom-comment-tag, custom-variable-tag)
6215 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6216 (custom-group-tag): Remove "-face" suffix from face names.
6217 (custom-magic-alist, custom-magic-value-create)
6218 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6219 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6220 (custom-set-face, custom-changed-face, custom-saved-face)
6221 (custom-button-face, custom-button-pressed-face)
6222 (custom-documentation-face, custom-state-face)
6223 (custom-comment-face, custom-comment-tag-face)
6224 (custom-variable-tag-face, custom-variable-button-face)
6225 (custom-face-tag-face, custom-group-tag-face-1)
6226 (custom-group-tag-face):
6227 New backward-compatibility aliases for renamed faces.
6228
6229 * wid-edit.el (widget-documentation, widget-button)
6230 (widget-field, widget-single-line-field, widget-inactive)
6231 (widget-button-pressed): "-face" suffix removed from face names.
6232 (widget-documentation-face, widget-button-face)
6233 (widget-field-face, widget-single-line-field-face)
6234 (widget-inactive-face, widget-button-pressed-face):
6235 New backward-compatibility aliases for renamed faces.
6236 (widget-documentation-face, widget-button-face)
6237 (widget-button-pressed-face, widget-specify-field)
6238 (widget-specify-inactive): Use renamed widget faces.
6239
6240 2005-06-10 Kenichi Handa <handa@m17n.org>
6241
6242 * term/x-win.el (x-clipboard-yank): Remove condition-case
6243 wrapping.
6244
6245 2005-06-11 Kenichi Handa <handa@m17n.org>
6246
6247 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6248 date lines stricter.
6249
6250 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6251
6252 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6253 of x-get-selection.
6254
6255 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6256
6257 * comint.el (comint-mode, comint-snapshot-last-prompt):
6258 * frame.el (frame-current-scroll-bars):
6259 * term.el (term-mode, term-check-proc, term-input-sender)
6260 (term-simple-send, term-extract-string, term-word)
6261 (term-match-partial-filename):
6262 * window.el (window-current-scroll-bars):
6263 * emulation/cua-base.el (cua-normal-cursor-color)
6264 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6265 (cua-global-mark-cursor-color):
6266 * mail/undigest.el (rmail-forward-separator-regex):
6267 Fix typos in docstrings.
6268
6269 * comint.el (comint-check-proc, make-comint-in-buffer)
6270 (comint-source-default): Doc fixes.
6271
6272 * term.el (term-send-string): Improve argument/docstring consistency.
6273
6274 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6275
6276 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6277 call to `delete-region'.
6278 (comint-mode-hook): Do not enable Font Lock by default.
6279
6280 2005-06-09 Lute Kamstra <lute@gnu.org>
6281
6282 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6283 could be void.
6284
6285 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6286
6287 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6288 (debug): Use it.
6289 (debugger-step-through, debugger-continue, debugger-jump)
6290 (debugger-return-value): Set it when needed.
6291 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6292 Use inhibit-read-only.
6293
6294 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6295
6296 * window.el (shrink-window-if-larger-than-buffer)
6297 (window-size-fixed): Fix typo in docstring.
6298
6299 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6300 thumbnails directory on loading.
6301 (thumbs-conversion-program): Use `eq' to check the system type,
6302 not `equal'.
6303 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6304 not "/tmp". Fix docstring.
6305 (thumbs-thumbsdir): New function to return the thumbnails
6306 directory, creating it if needed.
6307 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6308 (thumbs-temp-file): Delete variable and make it into a function.
6309 (thumbs-resize-image, thumbs-modify-image): Use it.
6310 (thumbs-kill-buffer): Simplify.
6311 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6312 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6313 docstrings.
6314
6315 2005-06-09 Kim F. Storm <storm@cua.dk>
6316
6317 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6318 set-match-data to free markers in match-data.
6319
6320 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6321 match-data to unchain markers in match-data.
6322
6323 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6326 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6327 unnecessary now.
6328
6329 2005-06-08 Richard M. Stallman <rms@gnu.org>
6330
6331 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6332 give the variable a doc string that doesn't say don't set it directly.
6333
6334 * textmodes/ispell.el (ispell-check-version):
6335 Use match-string-no-properties.
6336 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6337 (ispell-buffer-local-words): Likewise.
6338
6339 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6340 except on terminals with enough colors to really display it.
6341 (makefile-dependency-regex): Delete spurious `bb'.
6342
6343 * faces.el (escape-glyph): Use blue once again in last case.
6344 (no-break-space): Redefine so that it isn't invisible on a tty.
6345
6346 2005-06-08 Kim F. Storm <storm@cua.dk>
6347
6348 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6349 also when reading directory name.
6350
6351 2005-06-08 Lute Kamstra <lute@gnu.org>
6352
6353 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6354 (flyspell-mode-line-string): Remove autoload cookie.
6355 (flyspell-mode): Remove defvar.
6356
6357 2005-06-07 Lute Kamstra <lute@gnu.org>
6358
6359 * textmodes/org.el (org-run-mode-hooks): New function.
6360 (org-agenda-mode): Use it.
6361
6362 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6363
6364 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6365
6366 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6367
6368 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6369
6370 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6371
6372 * font-lock.el (font-lock-add-keywords): Doc fix.
6373
6374 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6375
6376 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6377 (tex-compile-default): In the absence of any history, use the order in
6378 tex-compile-alist to choose the preferred command.
6379 (tex-compile-commands): Reorder a bit.
6380
6381 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6382 (flyspell-incorrect-face, flyspell-duplicate-face):
6383 Use (X)Emacs-agnostic code.
6384 (flyspell-mode-map): Don't overwrite at each load. Remove code
6385 redundant with the subsequent add-minor-mode. Merge Emacs and
6386 XEmacs code.
6387 (flyspell-word): Minor simplification.
6388 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6389 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6390 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6391 Merge the corresponding Emacs code.
6392 (flyspell-correct-word, flyspell-xemacs-popup):
6393 Use flyspell-do-correct.
6394
6395 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6396 a dedicated window.
6397
6398 * international/latexenc.el (latexenc-find-file-coding-system):
6399 Undo part of last patch, to turn off a compiler warning.
6400
6401 2005-06-06 Juri Linkov <juri@jurta.org>
6402
6403 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6404 Rename `tmm-inactive-face' to `tmm-inactive'.
6405
6406 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6407
6408 * iswitchb.el: Rename faces.
6409
6410 2005-06-06 Kim F. Storm <storm@cua.dk>
6411
6412 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6413 (cua-global-mark): Remove -face suffix from face names.
6414
6415 * emulation/cua-gmrk.el (cua--init-global-mark):
6416 Remove cua-global-mark face setup.
6417
6418 2005-06-06 Richard M. Stallman <rms@gnu.org>
6419
6420 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6421 just like other allowed characters.
6422 (makefile-match-dependency): Exclude leading and training whitespace
6423 from the range of regexp subexp 1.
6424 (makefile-macroassign-regex): Don't try to match the body,
6425 just the name of the macro being defined.
6426
6427 * info.el (Info-read-node-name-2): New function.
6428 (Info-read-node-name-1): Use that.
6429 Add a completion-base-size-function property.
6430
6431 * simple.el (completion-setup-function): Look for
6432 completion-base-size-function property of minibuffer-completion-table.
6433
6434 * files.el (locate-file-completion): Doc fix.
6435
6436 * printing.el: Don't call pr-update-menus; user must do that.
6437
6438 * emacs-lisp/debug.el (debugger-window): New variable.
6439 (debug): Use debugger-window if it is set and still alive.
6440 Record debugger-window for next entry.
6441
6442 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6443
6444 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6445
6446 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6447 (hack-one-local-variable, hack-local-variables)
6448 (hack-local-variables-prop-line): Pass that arg.
6449
6450 2005-06-06 Kim F. Storm <storm@cua.dk>
6451
6452 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6453 (ido-indicator): Remove -face suffix from face names.
6454
6455 2005-06-06 Juri Linkov <juri@jurta.org>
6456
6457 * font-lock.el (font-lock-regexp-backslash)
6458 (font-lock-regexp-backslash-construct): New faces.
6459 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6460 after `('. Add `while-no-input' to control structures.
6461
6462 * faces.el (no-break-space, shadow): New faces.
6463 (escape-glyph): Use less loud colors pink2 and red4.
6464
6465 * diff-mode.el (diff-context-face)
6466 * dired.el (dired-ignored)
6467 * rfn-eshadow.el (file-name-shadow)
6468 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6469
6470 * info.el (Info-title-1-face): Use green instead of yellow because
6471 bold yellow is not readable on light backgrounds.
6472
6473 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6474 before selecting the desired mode to not spend time fontifying
6475 old contents.
6476
6477 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6478
6479 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6480 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6481
6482 * ps-print.el (ps-default-fg, ps-default-bg):
6483 Fix typos in docstrings.
6484
6485 * isearchb.el (isearchb): Don't pass a spurious second argument to
6486 `iswitchb-completions'.
6487
6488 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6489
6490 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6491 to preserve point.
6492 (gdb-find-file-hook): Add doc string.
6493
6494 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6495 C dereferenced pointer expression.
6496 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6497
6498 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6499
6500 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6501 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6502 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6503 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6504 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6505 Make background transparent.
6506
6507 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6508
6509 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6510 (font-lock-remove-keywords): Doc fix.
6511 (font-lock-mode-major-mode): Compiler defvar.
6512 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6513
6514 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6515 (font-lock-mode): Update `font-lock-mode-major-mode'.
6516 (font-lock-set-defaults): Compiler defvar.
6517 (font-lock-default-function): Take `font-lock-mode-major-mode'
6518 into account.
6519
6520 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6521 keep track of which major mode it enabled the minor mode for.
6522 Use find-file-hook again. Update docstring.
6523
6524 * simple.el (eval-expression-print-level)
6525 (eval-expression-print-length, eval-expression-debug-on-error):
6526 Doc fixes.
6527
6528 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6529
6530 * iswitchb.el (iswitchb-single-match-face)
6531 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6532 (iswitchb-invalid-regexp-face): New faces.
6533 (iswitchb-completions): Use them.
6534 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6535 now marked as an obsolete alias.
6536 (iswitchb-read-buffer): Remove check for bound font variables.
6537 (iswitchb-invalid-regexp): New free variable.
6538 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6539 set iswitchb-invalid-regexp.
6540 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6541 invalid regexps.
6542 (iswitchb-completions): Add check for complete match when entering
6543 a regexp.
6544 (iswitchb-completions): Remove require-match argument.
6545 (iswitchb-exhibit): Fix caller.
6546 (iswitchb-common-match-inserted): New variable.
6547 (iswitchb-complete, iswitchb-completion-help): Use it.
6548
6549 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6550
6551 * url-http.el (url-http-chunked-encoding-after-change-function):
6552 Use `url-http-debug' instead of `message'.
6553
6554 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6555
6556 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6557 callback argument.
6558
6559 2005-06-04 Kim F. Storm <storm@cua.dk>
6560
6561 * simple.el (line-move): Only call sit-for when moving backwards.
6562
6563 * ido.el (ido-make-merged-file-list-1): New defun split from
6564 ido-make-merged-file-list.
6565 (ido-make-merged-file-list): Bind throw-on-input around call to
6566 ido-make-merged-file-list-1. Return input-pending-p if
6567 interrupted by more input available.
6568 (ido-read-internal): Handle input-pending-p return value from
6569 ido-make-merged-file-list.
6570
6571 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6574 compatibility code.
6575
6576 * international/latexenc.el (latexenc-find-file-coding-system):
6577 Don't inherit the EOL part of the coding-system from the
6578 tex-main buffer. Fit within 80 columns.
6579
6580 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6581
6582 * tmm.el (tmm-inactive-face): New face.
6583 (tmm-remove-inactive-mouse-face): New function.
6584 (tmm-prompt, tmm-add-one-shortcut)
6585 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6586 but not selectable.
6587
6588 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6589
6590 * faces.el (face-equal): Improve argument/docstring consistency.
6591
6592 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6593
6594 * progmodes/make-mode.el (makefile-targets-face)
6595 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6596 (makefile-bsdmake-dependency-regex)
6597 (makefile-makepp-rule-action-regex)
6598 (makefile-bsdmake-rule-action-regex): New constants.
6599 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6600
6601 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6602 Allow (...) within `...' for makepp messages.
6603
6604 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6605
6606 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6607
6608 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6609 "." files are deleted from all file lists before comparison.
6610
6611 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6612 (viper-ESC-key): Made them customizable.
6613
6614 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6615
6616 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6617
6618 * autorevert.el (auto-revert-buffers): Use save-match-data.
6619
6620 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6621
6622 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6623 menu items with a nil command binding.
6624
6625 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6626
6627 * emacs-lisp/cl-macs.el (defsetf):
6628 Improve argument/docstring consistency.
6629
6630 * faces.el (list-faces-display): Improve the formatting by
6631 computing the maximum length required for any face-name (reworked
6632 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6633 (internal-find-face): Remove redundant info in docstring.
6634
6635 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6636
6637 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6638 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6639 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6640 (gdb-assembler-custom): Improve regexps.
6641 (def-gdb-auto-update-handler): Use window point to preserve point.
6642
6643 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6646
6647 2005-05-31 Jay Belanger <belanger@truman.edu>
6648
6649 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6650 to calc-embedded.
6651 (calc-embedded-make-info): Have plain prefix argument select
6652 entire line.
6653
6654 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6655
6656 * faces.el (list-faces-display): Signal error if passed a regexp
6657 that matches no face name.
6658
6659 * simple.el (filter-buffer-substring): Fix typo in docstring.
6660
6661 2005-05-31 Richard M. Stallman <rms@gnu.org>
6662
6663 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6664 (vhdl-emacs-21): Doc fix.
6665 (vhdl-mode): Unconditionally set comment-padding.
6666 (vhdl-fixup-whitespace-region): Insert spaces only where
6667 there are none.
6668 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6669
6670 2005-05-30 John Wiegley <johnw@newartisans.com>
6671
6672 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6673 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6674 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6675 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6676 `string-to-number'.
6677
6678 2005-05-30 Jay Belanger <belanger@truman.edu>
6679
6680 * calc/calc.el (calc-bug-address): Fix docstring.
6681 (calc-window-hook, calc-trail-window-hook): New variables.
6682 (calc-trail-display): Restore use of calc-trail-window-hook.
6683 (calc): Restore use of calc-window-hook.
6684
6685 2005-05-31 Masatake YAMATO <jet@gyve.org>
6686
6687 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6688
6689 * help-fns.el (help-C-file-name): Add autoload mark for
6690 `find-function-noselect'.
6691
6692 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6695 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6696
6697 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6698
6699 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6700 included diary buffer if it was not already being visited.
6701 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6702
6703 * calendar/icalendar.el (top-level): Do not require 'appt.
6704
6705 * mail/supercite.el (sc-select-attribution): Only use a list
6706 element from sc-attrib-selection-list if it returns a string.
6707 Reported by Davide G. M. Salvetti <salve@debian.org>.
6708
6709 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6710
6711 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6712 includes a hash value to improve its uniqueness, and has a ".jpg"
6713 extension. Also, it is now a valid filename on all systems.
6714 (thumbs-make-thumb): Use `let', not `let*'.
6715 (thumbs-show-thumbs-list): Check for JPEG availability.
6716
6717 2005-05-30 Richard M. Stallman <rms@gnu.org>
6718
6719 * filesets.el (filesets-menu-ensure-use-cached):
6720 Prevent warning when emacs-version>= is undefined.
6721
6722 * printing.el (pr-interactive-n-up): Use string-to-number.
6723
6724 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6725
6726 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6727 Warn only when name to be defined is quoted.
6728
6729 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6730
6731 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6732 Make regexp more robust.
6733 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6734 Force regeneration of disassembly.
6735
6736 2005-05-29 Jay Belanger <belanger@truman.edu>
6737
6738 * calc/calc.el (calc-user-invocation): Check if
6739 calc-invocation-macro is non-nil.
6740
6741 2005-05-29 Juri Linkov <juri@jurta.org>
6742
6743 * add-log.el (change-log-font-lock-keywords):
6744 Add `+' to e-mail regexp to accept mail address with keywords.
6745
6746 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6747
6748 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6749
6750 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6751
6752 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6753
6754 2005-05-29 Richard M. Stallman <rms@gnu.org>
6755
6756 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6757 Undo the change that moves to end of the current word.
6758
6759 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6760
6761 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6762 Throw error when count <= 0 to ensure input is a number.
6763 (gdb-read-memory-custom): Pick up address from buffer.
6764 (gdb-memory-mode): Allow user to increment and decrement
6765 memory address from header line.
6766
6767 2005-05-29 Richard M. Stallman <rms@gnu.org>
6768
6769 * flyspell.el (flyspell-version): Function deleted.
6770 (flyspell-auto-correct-previous-hook): Doc fix.
6771
6772 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6773 Do nothing if memory is full.
6774
6775 * font-lock.el (font-lock-fontify-syntactically-region):
6776 Pass t for GREEDY to looking-back.
6777
6778 * saveplace.el (save-place-alist-to-file): Write the file
6779 using write-region.
6780
6781 * subr.el (looking-back): New argument GREEDY.
6782
6783 * progmodes/compile.el (compilation-start): Set the mode
6784 before inserting the initial text.
6785
6786 * progmodes/which-func.el (which-func-update-1): Turn the mode
6787 off in case of error by setting which-func-mode.
6788
6789 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6790
6791 * flyspell.el (flyspell-auto-correct-previous-word):
6792 Narrow down to what's on the screen, and recenter overlays
6793 at the end of the next word.
6794
6795 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6796
6797 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6798 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6799 (flyspell-abbrev-p): Default to nil.
6800 (flyspell-use-global-abbrev-table-p): Doc fix.
6801 (flyspell-large-region): Allow nil as value.
6802 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6803
6804 (mail-mode-flyspell-verify): More robust handling
6805 of `mail-header-separator'. More efficient signature detection.
6806 Allow for regexp metacharacters in message-header-separator.
6807 Adding `To' not to be checked in mail-mode-flyspell-verify.
6808
6809 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6810 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6811 Bind flyspell-auto-correct-binding.
6812 Bind C-. and C-, .
6813 (flyspell-mode-map): Likewise.
6814 (flyspell-mode): Doc fix.
6815 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6816 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6817 (flyspell-word-cache-result): New var, always local.
6818 (flyspell-check-pre-word-p): Doc fix.
6819 (flyspell-check-changed-word-p): Handle spc like newline.
6820 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6821 (flyspell-word-search-backward, flyspell-word-search-forward):
6822 New functions.
6823 (flyspell-word): Return t if nothing to check.
6824 When parsing TeX code, check for after } or \.
6825 Use flyspell-word-search-backward to find previous word.
6826 Return nil if duplicated word.
6827 For word already checked, return same value as last time.
6828 Set flyspell-word-cache-result after checking.
6829 Don't clobber the return value.
6830 (flyspell-get-word): Major rewrite.
6831 (flyspell-external-point-words): New locals pword, pcount.
6832 Fix size used in progress message.
6833 Find the proper corresponding word in flyspell-large-region-buffer.
6834 (flyspell-region): Check for flyspell-large-region = nil.
6835 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6836 (flyspell-auto-correct-word): Check that WORD is a cons.
6837 (flyspell-correct-word): Likewise.
6838
6839 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6840
6841 * progmodes/make-mode.el (makefile-rule-action-regex)
6842 (makefile-macroassign-regex, makefile-makepp-mode)
6843 (makefile-bsdmake-mode): Continuation lines may be empty.
6844 Reported by Joshua Varner.
6845 (makefile-makepp-font-lock-keywords): Add $(stem).
6846
6847 2005-05-28 Karl Berry <karl@gnu.org>
6848
6849 * textmodes/tex-mode.el: Now that tex-send-command calls
6850 shell-quote-argument (2005-03-31 change), remove all calls to
6851 shell-quote-argument; they all end up invoking tex-send-command.
6852 The double quoting loses on filenames with non-safe characters,
6853 such as "@". Reported by Frederik Fouvry.
6854
6855 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6856
6857 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6858 about preserving point.
6859
6860 2005-05-27 Jay Belanger <belanger@truman.edu>
6861
6862 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6863 Info-goto-node.
6864
6865 * calc/calc-embed.el (calc-embed-arg): New variable.
6866 (calc-do-embedded-activate, calc-embedded-activate-formula)
6867 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6868 variable by new variable.
6869 (calc-embedded-make-info): Replace undeclared variable by new
6870 variable. When selecting region with positive prefix
6871 argument, use end of previous line instead of beginning of line.
6872
6873 * calc/calc-aent.el (calc-arg-values): Declare it.
6874
6875 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6876 Declare them.
6877
6878 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6879
6880 * calc/calc.el (calc-alg-map): Declare it.
6881
6882 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6883
6884 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6885
6886 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6887 (gdb-registers-buffer, toggle-gdb-all-registers):
6888 Toggle display of floating point registers.
6889 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6890
6891 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6892 (toggle-gud-tooltip-dereference):
6893 Rename from gud-toggle-tooltip-dereference.
6894
6895 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6898
6899 2005-05-27 Jay Belanger <belanger@truman.edu>
6900
6901 * calc/calc-prog.el (calc-kbd-report): Remove.
6902 (calc-kbd-query): Rewrite.
6903
6904 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6905
6906 * image.el (image-library-alist): Move to image.c.
6907 (image-type-available-p): Doc fix.
6908
6909 2005-05-27 Lute Kamstra <lute@gnu.org>
6910
6911 * calc/calc.el (calc):
6912 * outline.el (outline-1, outline-2, outline-3, outline-4)
6913 (outline-5, outline-6, outline-7, outline-8):
6914 * textmodes/dns-mode.el (dns-mode):
6915 * textmodes/sgml-mode.el (sgml-namespace-face):
6916 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6917 (tex-verbatim-face, tex-use-reftex):
6918 * textmodes/texinfo.el (texinfo-heading-face):
6919 Specify customization group.
6920
6921 * longlines.el: Don't require easy-mmode.
6922 (longlines-visible-face): Specify customization group.
6923
6924 2005-05-27 Kenichi Handa <handa@m17n.org>
6925
6926 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6927 encoding table of windows-1251.
6928
6929 * international/ucs-tables.el (ucs-set-table-for-input):
6930 If translation-table-for-input of a coding system is a symbol, get
6931 its translation-table property.
6932
6933 * international/code-pages.el: Don't register a coding system into
6934 non-iso-charset-alist more than once.
6935 (cp-make-coding-system): Likewise.
6936
6937 2005-05-26 John Wiegley <johnw@newartisans.com>
6938
6939 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6940 `eshell-resume-eval' is wrapped in a list, it indicates that the
6941 command was run asynchronously. In that case, unwrap the value
6942 before checking the delimiter value.
6943
6944 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6945 character before a space at the end of a line is \, assume the space
6946 is part of the last argument rather than a final argument separator.
6947
6948 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6949 is in use, and the target is `t' or `nil' (which are the most common
6950 values), don't assume that the symbol target is a buffer.
6951
6952 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6953
6954 * calendar/calendar.el (calendar-mode-line-format):
6955 Use mode-line-highlight as mouse-face.
6956
6957 * time.el (display-time-string-forms, display-time-update):
6958 Use mode-line-highlight as mouse-face.
6959
6960 2005-05-26 Jay Belanger <belanger@truman.edu>
6961
6962 * calc/calc.el (calc-language-alist): Remove extra defvar.
6963
6964 2005-05-26 Lute Kamstra <lute@gnu.org>
6965
6966 * arc-mode.el (archive-mode):
6967 * bookmark.el (bookmark-read-annotation-mode)
6968 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6969 * bs.el (bs-mode):
6970 * calc/calc-yank.el (calc-edit-mode):
6971 * calc/calc.el (calc-mode, calc-trail-mode):
6972 * calculator.el (calculator-mode):
6973 * chistory.el (command-history-mode):
6974 * comint.el:
6975 * cus-edit.el (custom-mode):
6976 * descr-text.el (describe-text-mode):
6977 * ebuff-menu.el (Electric-buffer-menu-mode):
6978 * ediff-util.el (ediff-mode):
6979 * emacs-lisp/re-builder.el (reb-mode):
6980 * emulation/vi.el (vi-mode-setup):
6981 * emulation/ws-mode.el (wordstar-mode):
6982 * eshell/esh-mode.el (eshell-mode):
6983 * forms.el (forms-mode):
6984 * help-mode.el (help-mode):
6985 * hexl.el (hexl-mode):
6986 * ibuffer.el (ibuffer-mode):
6987 * ielm.el (inferior-emacs-lisp-mode):
6988 * info.el (Info-mode, Info-edit-mode):
6989 * international/swedish.el:
6990 * ledit.el (ledit-from-lisp-mode):
6991 * locate.el (locate-mode):
6992 * mail/rmail.el (rmail-mode):
6993 * mail/rmailedit.el (rmail-edit-mode):
6994 * mail/rmailsum.el (rmail-summary-mode):
6995 * mail/supercite.el (sc-electric-mode):
6996 * net/eudc.el (eudc-mode):
6997 * net/quickurl.el (quickurl-list-mode):
6998 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6999 * obsolete/ooutline.el (outline-mode):
7000 * obsolete/options.el (Edit-options-mode):
7001 * obsolete/rnews.el (news-mode):
7002 * obsolete/rnewspost.el (news-reply-mode):
7003 * play/5x5.el (5x5-mode):
7004 * play/decipher.el (decipher-mode, decipher-stats-mode):
7005 * play/gomoku.el (gomoku-mode):
7006 * play/snake.el (snake-mode):
7007 * play/solitaire.el (solitaire-mode):
7008 * play/tetris.el (tetris-mode):
7009 * progmodes/ada-mode.el (ada-mode):
7010 * progmodes/antlr-mode.el (antlr-mode):
7011 * progmodes/autoconf.el (autoconf-mode):
7012 * progmodes/dcl-mode.el (dcl-mode):
7013 * progmodes/delphi.el (delphi-mode):
7014 * progmodes/ebrowse.el (ebrowse-tree-mode)
7015 (ebrowse-electric-list-mode, ebrowse-member-mode)
7016 (ebrowse-electric-position-mode):
7017 * progmodes/f90.el (f90-mode):
7018 * progmodes/fortran.el (fortran-mode):
7019 * progmodes/icon.el (icon-mode):
7020 * progmodes/idlw-help.el (idlwave-help-mode):
7021 * progmodes/idlw-shell.el (idlwave-shell-mode):
7022 * progmodes/idlwave.el (idlwave-mode):
7023 * progmodes/inf-lisp.el (inferior-lisp-mode):
7024 * progmodes/m4-mode.el (m4-mode):
7025 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7026 * progmodes/modula2.el (modula-2-mode):
7027 * progmodes/octave-inf.el (inferior-octave-mode):
7028 * progmodes/octave-mod.el (octave-mode):
7029 * progmodes/pascal.el (pascal-mode):
7030 * progmodes/sh-script.el (sh-mode):
7031 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7032 * progmodes/vhdl-mode.el (vhdl-mode):
7033 * progmodes/xscheme.el (scheme-interaction-mode):
7034 * replace.el (occur-mode):
7035 * ses.el (ses-mode):
7036 * simple.el (completion-list-mode):
7037 * skeleton.el:
7038 * speedbar.el (speedbar-mode):
7039 * term.el (term-mode):
7040 * terminal.el (terminal-edit-mode):
7041 * textmodes/reftex-index.el (reftex-index-mode)
7042 (reftex-index-phrases-mode):
7043 * textmodes/reftex-sel.el (reftex-select-label-mode)
7044 (reftex-select-bib-mode):
7045 * textmodes/reftex-toc.el (reftex-toc-mode):
7046 * wdired.el (wdired-change-to-wdired-mode):
7047 * wid-browse.el (widget-browse-mode):
7048 Use run-mode-hooks.
7049
7050 * array.el (array-mode):
7051 * calendar/todo-mode.el (todo-mode):
7052 * man.el (Man-mode):
7053 * play/landmark.el (lm-mode):
7054 * play/mpuz.el (mpuz-mode):
7055 Use kill-all-local-variables and run-mode-hooks.
7056
7057 * subr.el (delay-mode-hooks): Specify indentation.
7058
7059 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7060
7061 * xml.el (xml-substitute-special): Don't die for undefined xml
7062 entities.
7063
7064 2005-05-26 Jay Belanger <belanger@truman.edu>
7065
7066 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7067 of nil.
7068
7069 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7070
7071 * progmodes/gdb-ui.el (gdb-frame-address):
7072 Rename from gdb-current-address.
7073 (gdb-previous-frame-address): Rename from gdb-previous-address.
7074 (gdb-selected-frame): Rename from gdb-current-frame.
7075 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7076 (gdb-frame-number): Rename from gdb-current-stack-level.
7077 (gdb-ann3): Match new mode-name for disassembly buffer.
7078 Extend initialization of variables.
7079 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7080 (gdb-memory-mode): Use mouse-face in header line.
7081 (gdb-assembler-buffer-name): Call it disassembly and give frame
7082 in mode line.
7083 (gdb-source-spec-regexp, gdb-assembler-custom)
7084 (gdb-invalidate-assembler, gdb-frame-handler):
7085 Make robust to leading zeroes in address format.
7086
7087 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7088
7089 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7090 define `org-mode'.
7091 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7092
7093 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7094
7095 * log-edit.el (log-edit-changelog-entries): Distinguish between
7096 filenames like xfns.c and fns.c.
7097
7098 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7099
7100 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7101 point after reverting.
7102 (Buffer-menu-make-sort-button): Handle the case where
7103 `Buffer-menu-use-header-line' is nil.
7104
7105 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7106
7107 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7108 New funcs. In minibuffer-local-completion-map bind `]', `/'
7109 and `:' to them.
7110
7111 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 * startup.el (normal-top-level): Allow modification of load-path while
7114 we're iterating over it.
7115
7116 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7117
7118 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7119 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7120 (thumbs-resize-interactive, thumbs-insert-image)
7121 (thumbs-insert-thumb, thumbs-dired-show-marked)
7122 (thumbs-find-image-at-point, thumbs-delete-images)
7123 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7124 (thumbs-increment-image-size, thumbs-decrement-image-size):
7125 Fix typos in docstrings.
7126
7127 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7128
7129 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7130 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7131 (cperl-mode): Use them.
7132
7133 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7134
7135 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7136 Doc fixes.
7137
7138 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7139
7140 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7141 Bind C-d to gdb-inferior-io-eof.
7142
7143 * dired.el (dired-dnd-popup-notice): Use message-box.
7144
7145 2005-05-23 Masatake YAMATO <jet@gyve.org>
7146
7147 * bindings.el (mode-line-major-mode-keymap):
7148 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7149
7150 * faces.el (mode-line-highlight): New face.
7151
7152 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7153 as mouse-face.
7154
7155 * bindings.el (top-level, help-echo, mode-line-modified)
7156 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7157 as mouse-face.
7158
7159 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7160
7161 * progmodes/cc-engine.el (c-guess-basic-syntax):
7162 Remove spurious call to `zerop'.
7163
7164 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7165
7166 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7167
7168 CC Mode update to 5.30.10:
7169
7170 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7171 could go past the limit in decoration level 2, thereby causing
7172 errors during interactive fontification.
7173
7174 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7175 the file is evaluated interactively.
7176
7177 * cc-engine.el (c-guess-basic-syntax): Handle operator
7178 declarations somewhat better in C++.
7179
7180 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7181 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7182 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7183 (awk-mode): Use it.
7184 (make-local-hook): Suppress warning about obsoleteness.
7185
7186 * cc-engine.el, cc-align.el, cc-cmds.el
7187 (c-append-backslashes-forward, c-delete-backslashes-forward)
7188 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7189 Compensate for return value from `forward-line' when it has moved
7190 but not to a different line due to eob.
7191
7192 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7193 `objc-method-intro' and `objc-method-args-cont'.
7194
7195 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7196
7197 CC Mode update to 5.30.10:
7198
7199 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7200 in the copyright statement. Incidentally, change "along with GNU
7201 Emacs" to "along with this program" where it occurs.
7202
7203 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7204 so that it is interactive, hence can be found by M-x awk-mode
7205 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7206 <gmorris+emacs@ast.cam.ac.uk>.
7207
7208 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7209 Mode's regexps.
7210
7211 2005-05-23 Kevin Ryde <user42@zip.com.au>
7212
7213 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7214 c-parse-state, to avoid a lisp error (on bad code).
7215
7216 2005-05-23 Lute Kamstra <lute@gnu.org>
7217
7218 * subr.el (font-lock-defaults): Remove defvar as it's already
7219 defined in font-core.el.
7220
7221 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7222
7223 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7224
7225 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7226 more general and work when GDB variable "print pretty" is on,
7227 as with Emacs, for example.
7228
7229 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7230
7231 * font-core.el: Update comment.
7232
7233 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7234 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7235
7236 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7237
7238 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7239
7240 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7241 and `yank-handler' in the doc strings.
7242
7243 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7246
7247 2005-05-22 Richard M. Stallman <rms@gnu.org>
7248
7249 * help.el (describe-key): Move print-help-return-message call
7250 out of conditional.
7251
7252 * progmodes/etags.el (list-tags): Use with-no-warnings.
7253
7254 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7255 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7256 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7257
7258 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7259
7260 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7261 Add defvar.
7262
7263 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7264 Use defvar, not defconst.
7265
7266 * hexl.el (hexl-follow-line): Use with-no-warnings.
7267
7268 * emulation/tpu-extras.el: Use write-file-functions instead of
7269 write-file-hooks.
7270
7271 * dired.el (dired-font-lock-keywords): Fontify files with junk
7272 extensions even if marked by -F.
7273
7274 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7275
7276 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7277 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7278 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7279 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7280 (concatenate, list-length, get*, getf, cl-remprop):
7281 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7282 (etypecase, progv, lexical-let, lexical-let*)
7283 (multiple-value-bind, multiple-value-setq, shiftf):
7284 Improve argument/docstring consistency.
7285
7286 * subr.el (focus-frame, unfocus-frame):
7287 Revert deletion on 2005-05-01.
7288
7289 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7290
7291 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7292 doesn't exist.
7293
7294 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7295 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7296
7297 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7298
7299 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7300 already deleted variables: auto-fill-hook, blink-paren-hook,
7301 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7302 suspend-hooks, comment-indent-hook, meta-flag,
7303 before-change-function, after-change-function,
7304 font-lock-doc-string-face.
7305
7306 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7307
7308 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7309
7310 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7311
7312 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7313 rmail-dont-reply-to.
7314
7315 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7316
7317 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7318 literal blank when splitting new-header-values.
7319
7320 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7321
7322 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7323 string so that tmm doesn't create a completion entry for it.
7324
7325 * textmodes/table.el (table-disable-menu): Ditto.
7326
7327 2005-05-21 Richard M. Stallman <rms@gnu.org>
7328
7329 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7330
7331 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7332
7333 * net/rcompile.el (remote-compile): Use compilation-start.
7334
7335 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7336
7337 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7338
7339 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7340 Default to makefile-bsdmake-mode on BSD systems.
7341
7342 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7343 REGEXP may also be a search function now. The part of doc-string
7344 for describing the structure was 95% identical to that of
7345 `imenu--generic-function'. Unify it there.
7346
7347 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7348 Use function to find dependencies, because regexp alone is so complex,
7349 it easily goes into an endless loop.
7350 (makefile-makepp-mode): Also add submenu for Perl functions
7351 defined in the makefile.
7352 (makefile-bsdmake-mode): Special imenu-generic-expression no
7353 longer needed, due to function call.
7354 (makefile-match-dependency): Take BOUND into account when checking
7355 if we're through.
7356
7357 2005-05-20 Jay Belanger <belanger@truman.edu>
7358
7359 * calc/calc-units.el (calc-invalidate-units-table):
7360 Use inhibit-read-only.
7361 (math-build-units-table-buffer): Use view-mode.
7362
7363 2005-05-20 David Kastrup <dak@gnu.org>
7364
7365 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7366 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7367
7368 2005-05-20 Lute Kamstra <lute@gnu.org>
7369
7370 * diff-mode.el (diff-header-face, diff-file-header-face)
7371 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7372 (diff-added-face, diff-changed-face, diff-function-face)
7373 (diff-context-face, diff-nonexistent-face): Put them in the
7374 diff-mode customization group.
7375
7376 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7377
7378 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7379
7380 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7381
7382 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7383 Minor regexp-optimization.
7384
7385 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7386
7387 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7388 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7389 (org-agenda-add-time-grid-maybe): New function.
7390 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7391 (org-table-create): `dotimes' instead of `mapcar'.
7392 (org-xor): Simplify implementation.
7393 (org-agenda): `inhibit-redisplay' turned on.
7394 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7395 a consistent line after a state change.
7396 (org-agenda-remove-times-when-in-prefix): New option.
7397 (org-prefix-has-time): New variable.
7398 (org-parse-time-string): Optional argument NODEFAULT.
7399 (org-format-agenda-item): Parse items for time-of-day
7400 specifications and move these into the prefix if possible.
7401 (org-agenda-priority): Get current heading, not previous heading
7402 during agenda remote editing.
7403
7404 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7405
7406 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7407 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7408 (remove-duplicates, delete-duplicates, substitute)
7409 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7410 (nsubstitute-if-not, find, find-if, find-if-not, position)
7411 (position-if, position-if-not, count, count-if, count-if-not)
7412 (mismatch, search, sort*, stable-sort, merge, member*)
7413 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7414 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7415 (intersection, nintersection, set-difference, nset-difference)
7416 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7417 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7418 (nsublis, tree-equal): Improve argument/docstring consistency.
7419
7420 * subr.el (send-string, send-region):
7421 Remove obsolescence declaration.
7422 (window-dot, set-window-dot, read-input, show-buffer)
7423 (eval-current-buffer, string-to-int):
7424 Add release number to obsolescence declarations.
7425
7426 2005-05-19 Kim F. Storm <storm@cua.dk>
7427
7428 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7429 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7430
7431 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7432
7433 * faces.el (list-faces-display): Make back button respect optional
7434 regexp arg.
7435
7436 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7437
7438 * calculator.el (calculator-radix-grouping-mode)
7439 (calculator-radix-grouping-digits, calculator-displayer)
7440 (calculator-radix-grouping-separator, calculator-copy-displayer):
7441 * dabbrev.el (dabbrev-search-these-buffers-only):
7442 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7443 (diff-advance-after-apply-hunk, diff-mode-hook)
7444 (diff-minor-mode-prefix):
7445 * imenu.el (imenu-use-popup-menu):
7446 * jit-lock.el (jit-lock-context-time):
7447 * newcomment.el (comment-fill-column, comment-column)
7448 (comment-style, comment-padding, comment-multi-line)
7449 (comment-empty-lines, comment-auto-fill-only-comments):
7450 * reveal.el (reveal-around-mark):
7451 * uniquify.el (uniquify-buffer-name-style)
7452 (uniquify-after-kill-buffer-p)
7453 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7454 (uniquify-min-dir-content, uniquify-separator)
7455 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7456 * w32-vars.el (w32-fixed-font-alist):
7457 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7458 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7459 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7460 * progmodes/perl-mode.el (perl-indent-level)
7461 (perl-continued-statement-offset, perl-continued-brace-offset)
7462 (perl-brace-offset, perl-brace-imaginary-offset)
7463 (perl-label-offset, perl-indent-continued-arguments)
7464 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7465 * progmodes/tcl.el (tcl-indent-level)
7466 (tcl-continued-indent-level, tcl-auto-newline)
7467 (tcl-tab-always-indent, tcl-electric-hash-style)
7468 (tcl-help-directory-list, tcl-use-smart-word-finder)
7469 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7470 (inferior-tcl-source-command):
7471 * textmodes/fill.el (enable-kinsoku):
7472 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7473 * textmodes/table.el (table-yank-handler):
7474 Specify missing group (and type, if simple) in defcustom.
7475
7476 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7477
7478 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7479
7480 2005-05-19 Richard M. Stallman <rms@gnu.org>
7481
7482 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7483
7484 * subr.el (event-basic-type): Don't get an error.
7485 (left-fringe-p): Function deleted.
7486
7487 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7488 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7489
7490 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7491 in recursive copy.
7492
7493 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7494
7495 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7496
7497 * emacs-lisp/bytecomp.el
7498 (byte-compile-file-form-custom-declare-variable): Call
7499 byte-compile-nogroup-warn if appropriate.
7500
7501 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7502 (compilation-set-window): Don't call left-fringe-p; do it directly.
7503
7504 2005-05-19 Jay Belanger <belanger@truman.edu>
7505
7506 * calc/calc-graph.el (calc-graph-format-data): Make sure
7507 var-PlotRejects is bound before trying to check its value.
7508
7509 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7510
7511 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7512 definition of this variable from reftex-global.el to reftex.el,
7513 because it is needed in the menu.
7514
7515 2005-05-19 Lute Kamstra <lute@gnu.org>
7516
7517 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7518 years are fixed. Don't insert a space after a dash.
7519
7520 2005-05-19 Kim F. Storm <storm@cua.dk>
7521
7522 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7523
7524 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7525
7526 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7527 strings, because (eq ... ?\\) is fairly frequent.
7528
7529 * progmodes/make-mode.el (makefile-add-this-line-targets):
7530 Simplify and integrate into `makefile-pickup-targets'.
7531 (makefile-add-this-line-macro): Simplify and integrate into
7532 `makefile-pickup-macros.
7533 (makefile-pickup-filenames-as-targets): Simplify.
7534 (makefile-previous-dependency, makefile-match-dependency):
7535 Don't stumble over `::'.
7536
7537 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7538
7539 * subr.el (post-command-idle-hook, post-command-idle-delay):
7540 Remove obsoletion of post-command-idle-hook and
7541 post-command-idle-delay.
7542
7543 * faces.el (list-faces-display): Provide button when describe-face
7544 is called to take user back to the list of faces.
7545
7546 * help-fns.el (describe-variable): Remove hyperlinks in a
7547 variable's value as these are quite frequently inappropriate.
7548
7549 * follow.el (follow-submit-feedback, follow-mode):
7550 Remove references to post-command-idle-hook.
7551
7552 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7553
7554 * progmodes/make-mode.el (makefile-previous-dependency)
7555 (makefile-match-dependency): Check for := (and in bsd mode also
7556 !=) to give a better result, even when font-lock is not on.
7557
7558 2005-05-18 Jay Belanger <belanger@truman.edu>
7559
7560 * calc/calc-help.el (calc-s-prefix-help):
7561 Add `calc-copy-special-constant' to help string.
7562
7563 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7564
7565 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7566
7567 2005-05-18 Jay Belanger <belanger@truman.edu>
7568
7569 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7570 in linear factors are in proper order.
7571
7572 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7573
7574 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7575 Support for jurabib.
7576
7577 * textmodes/reftex.el (featurep): Define aliases for overlay
7578 commands, for XEmacs compatibility, and use these aliases in
7579 overlay initializations.
7580 (reftex-highlight): Use `reftex-move-overlay'.
7581 (reftex-unhighlight): Use `reftex-delete-overlay'.
7582 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7583 (reftex-access-search-path): Use `reftex-uniquify' instead of
7584 `reftex-uniq'
7585
7586 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7587 `before-string' property modification enables for Emacs as well.
7588 (reftex-select-item): Use `reftex-delete-overlay'.
7589 (reftex-select-mark): Use `reftex-make-overlay' and
7590 `reftex-overlay-put'.
7591 (reftex-select-unmark): Use `reftex-delete-overlay' and
7592 `reftex-overlay-put'.
7593
7594 2005-05-18 Lute Kamstra <lute@gnu.org>
7595
7596 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7597
7598 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7599
7600 * add-log.el (add-change-log-entry):
7601 * array.el (array-make-template, array-reconfigure-rows)
7602 (array-init-max-row, array-init-max-column)
7603 (array-init-columns-per-line, array-init-field-width):
7604 * replace.el (replace-match-maybe-edit, perform-replace):
7605 * textmodes/spell.el (spell-region):
7606 Replace `read-input' by `read-string'.
7607
7608 * forms.el (forms-mode):
7609 * finder.el (finder-compile-keywords):
7610 * shadowfile.el (shadow-read-files):
7611 Replace `eval-current-buffer' by `eval-buffer'.
7612
7613 * terminal.el (te-pass-through):
7614 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7615 (ange-ftp-raw-send-cmd):
7616 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7617 (send-process-next-char, telnet-initial-filter, telnet):
7618 Replace `send-string' by `process-send-string'.
7619
7620 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7621 (prolog-consult-region): Replace `send-string' by
7622 `process-send-string'; replace `send-region' by `process-send-region'.
7623
7624 * progmodes/delphi.el (delphi-log-msg):
7625 Replace `set-window-dot' by `set-window-point'.
7626
7627 * subr.el (window-dot, set-window-dot, read-input, send-string)
7628 (send-region, show-buffer, eval-current-buffer):
7629 Make really obsolete, as the comment says.
7630
7631 2005-05-17 Kim F. Storm <storm@cua.dk>
7632
7633 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7634 (cua--init-keymaps): Bind C-return instead of S-return to set
7635 rectangle mark.
7636
7637 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7638 instead of S-return to toggle/clear rectangle mark.
7639
7640 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7641
7642 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7643 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7644 Also fontify plain strings assigned to variables, mostly so that a
7645 colon has a face and is thus not taken as a dependency separator.
7646 (makefile-previous-dependency): Inline the new matcher, because it
7647 is too complex to work in both directions.
7648 (makefile-match-dependency): Eliminate `backward' arg (see above).
7649 Completely reimplemented so as to not sometimes go into an endless
7650 loop. It should also be more efficient, because first it only
7651 searches for `:', instead of applying the very complex regexp.
7652 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7653 to be fontified in one piece can be too long for JIT.
7654 Makefiles are never *that* big.
7655
7656 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7657
7658 * dired.el (dired-mode): Simplify.
7659
7660 2005-05-17 Lute Kamstra <lute@gnu.org>
7661
7662 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7663 defcustom for the mode hook variable.
7664
7665 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7666 Emacs Lisp Reference Manual.
7667
7668 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7669
7670 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7671 (evenp, list*):
7672 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7673 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7674
7675 * net/tramp-smb.el (tramp-smb-open-connection):
7676 Pass `tramp-chunksize' as fifth (required) argument.
7677
7678 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7679
7680 * font-lock.el (lisp-font-lock-keywords-1):
7681 Set `font-lock-negation-char-face' for [^...] char group.
7682 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7683
7684 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7685 a var, and refine it to mask one more level of nested vars.
7686 (makefile-rule-action-regex): Turn it into a var, and refine it so
7687 it recognizes backslashed continuation lines as belonging to the
7688 same command.
7689 (makefile-macroassign-regex): Refine it so it recognizes
7690 backslashed continuation lines as belonging to the same command.
7691 (makefile-var-use-regex): Don't look at the next char, because it
7692 might be the same one to be skipped by the initial [^$], leading
7693 to an overlooked variable use.
7694 (makefile-make-font-lock-keywords): Remove two parameters, which
7695 are now variables that some of the modes set locally.
7696 Handle dependency and rule action matching through functions, because
7697 regexps alone match too often. Dependency matching now comes
7698 last, so it can check, whether a colon already matched something else.
7699 (makefile-mode): Inform that font-lock improves makefile parsing
7700 capabilities.
7701 (makefile-match-dependency, makefile-match-action): New functions.
7702
7703 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7704
7705 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7706
7707 * align.el (align-regexp):
7708 * ansi-color.el (ansi-color-get-face):
7709 * array.el (array-reconfigure-rows, array-init-max-row)
7710 (array-init-max-column, array-init-columns-per-line)
7711 (array-init-field-width):
7712 * dired-aux.el (dired-trample-file-versions):
7713 * dired-x.el (dired-mark-sexp):
7714 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7715 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7716 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7717 * faces.el (face-read-integer):
7718 * files.el (backup-extract-version, insert-directory):
7719 * hexl.el (hexl-insert-decimal-char):
7720 * server.el (server-process-filter):
7721 * shell.el (shell-extract-num):
7722 * startup.el (command-line-1):
7723 * term.el (term-command-hook):
7724 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7725 (time-stamp-do-number):
7726 * time.el (display-time-update):
7727 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7728 (timezone-fix-time):
7729 * vms-patch.el (vms-suspend-resume-hook):
7730 * calendar/appt.el (appt-convert-time):
7731 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7732 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7733 * calendar/cal-islam.el (mark-islamic-diary-entries):
7734 * calendar/calendar.el (calendar-cursor-to-date)
7735 (calendar-star-date):
7736 * calendar/diary-lib.el (diary-attrtype-convert)
7737 (mark-diary-entries, diary-entry-time):
7738 * calendar/solar.el (solar-get-number):
7739 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7740 * emacs-lisp/re-builder.el (reb-display-subexp):
7741 * emulation/edt.el (edt-set-scroll-margins):
7742 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7743 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7744 (vip-get-ex-count):
7745 * emulation/viper-ex.el (viper-get-ex-token)
7746 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7747 * international/fontset.el (fontset-plain-name):
7748 * mail/feedmail.el (feedmail-look-at-queue-directory):
7749 * mail/mailalias.el (mail-get-names):
7750 * mail/rmail.el (rmail-convert-to-babyl-format):
7751 * mail/rmailsum.el (rmail-make-basic-summary-line)
7752 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7753 (rmail-summary-goto-msg):
7754 * mail/smtpmail.el (smtpmail-read-response):
7755 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7756 (ange-ftp-vms-add-file-entry):
7757 * play/gametree.el (gametree-looking-at-ply)
7758 (gametree-current-branch-score):
7759 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7760 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7761 * progmodes/cperl-mode.el (condition-case):
7762 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7763 (ebrowse-set-member-buffer-column-width)
7764 (ebrowse-select-1st-to-9nth):
7765 * progmodes/etags.el (etags-snarf-tag):
7766 * progmodes/flymake.el (flymake-parse-line):
7767 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7768 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7769 (idlwave-shell-menu-def):
7770 * progmodes/ps-mode.el (ps-run-goto-error):
7771 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7772 (vhdl-speedbar-contract-level):
7773 * term/mac-win.el (x-handle-numeric-switch):
7774 * term/sun-mouse.el (sun-get-frame-data):
7775 * term/w32-win.el (x-handle-numeric-switch):
7776 * term/x-win.el (x-handle-numeric-switch):
7777 * textmodes/ispell.el (ispell-parse-output):
7778 * textmodes/nroff-mode.el (nroff-outline-level):
7779 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7780 (reftex-bib-sort-year-reverse, reftex-format-citation):
7781 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7782 (reftex-section-number):
7783 * textmodes/texinfmt.el (texinfo-paragraphindent):
7784 Replace `string-to-int' by `string-to-number'.
7785
7786 * international/latexenc.el: Add page marker to force the "Local
7787 Variables:" string out of the last page.
7788
7789 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7790
7791 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7792 tooltip-change-major-mode.
7793 (gud-tooltip-print-command): Remove case where gud-minor-mode
7794 is gdb ("--fullname").
7795 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7796 explain to user.
7797
7798 2005-05-16 Jay Belanger <belanger@truman.edu>
7799
7800 * calc/calc-store.el (calc-copy-special-constant): New function.
7801
7802 * calc/calc-ext.el (calc-init-extensions): Add binding for
7803 `calc-copy-special-constant'.
7804
7805 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7806 for the `calc-copy-special-constant' command.
7807
7808 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7809
7810 * subr.el (left-fringe-p): New function.
7811
7812 * progmodes/compile.el (compilation-setup): Set local value of
7813 overlay-arrow-string to "" always.
7814 (compilation-set-window): Left fringe then don't scroll.
7815 No left fringe then no arrow and scroll message to top.
7816 (compilation-context-lines): Adjust doc string accordingly.
7817
7818 2005-05-16 Kim F. Storm <storm@cua.dk>
7819
7820 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7821 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7822 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7823 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7824 (ido-read-file-name): Handle commands with ido property value
7825 equal to find-file as reading a file name, to allow C-d to enter dired.
7826 (ibuffer-find-file): Add ido property with value find-file.
7827
7828 2005-05-15 Kim F. Storm <storm@cua.dk>
7829
7830 * subr.el (open-network-stream-nowait): Remove.
7831 (open-network-stream-server): Remove.
7832
7833 2005-05-15 Richard M. Stallman <rms@gnu.org>
7834
7835 * faces.el (describe-face): Output a definition link button.
7836
7837 * help-mode.el (help-face-def): New button type.
7838
7839 * emacs-lisp/copyright.el (copyright-fix-years):
7840 Match properly if the first year is 2-digit.
7841 Don't mess up the whitespace after the years by filling.
7842
7843 * dired-aux.el (dired-mark-confirm):
7844 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7845
7846 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7847 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7848 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7849
7850 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7851 Set font-lock-comment-start-skip.
7852
7853 * font-lock.el (font-lock-comment-start-skip): New variable.
7854 (font-lock-comment-end-skip): New variable.
7855 (font-lock-fontify-syntactically-region): Use them if non-nil.
7856
7857 2005-05-15 Jay Belanger <belanger@truman.edu>
7858
7859 * calc/calc-store.el (calc-store-value): Return a string rather
7860 than display it as a message.
7861 Use calc-var-name for variable name.
7862 (calc-store-into): Add the result of calc-store-value to message.
7863 (calc-copy-variable): Add a message.
7864 (calc-store-exchange): Improve error messages.
7865 (calc-store-binary, calc-store-map): Don't reset the values of
7866 special constants.
7867
7868 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7869
7870 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7871 manual to docstring.
7872
7873 * files.el (hack-local-variables-confirm): Add STRING argument.
7874 Make the function handle non file visiting buffers correctly.
7875 (hack-local-variables-prop-line, hack-local-variables)
7876 (hack-one-local-variable): Use STRING arg of
7877 `hack-local-variables-confirm'.
7878
7879 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7880
7881 Sync with Tramp 2.0.49.
7882
7883 * net/tramp.el (tramp-handle-dired-call-process)
7884 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7885 because the contents of the Tramp buffer is changed before
7886 insertion (`expand-file' and alike).
7887 (tramp-handle-insert-directory): If `localname' has an empty
7888 nondirectory name, it must not be quoted.
7889 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7890 variable `tramp-chunksize'. Change callees.
7891 (tramp-open-connection-setup-interactive-shell): Check remote host
7892 for buggy `send-process-string' implementation.
7893 Set `tramp-chunksize' if found. Reported by Michael Kifer
7894 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7895 (tramp-handle-shell-command): `insert-buffer' cannot be used
7896 because the contents of the Tramp buffer is changed before
7897 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7898 <frederic.bothamy@free.fr>.
7899 (tramp-set-auto-save): Actions should be done for Tramp file name
7900 handler only. Ange-FTP has its own auto-save mechanism.
7901 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7902 (tramp-set-auto-save-file-modes): Set file modes of
7903 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7904 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7905 (tramp-bug): Remove obsolete variable.
7906 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7907 for presence of `mml-mode'. Make it running for older Emacsen as well.
7908
7909 2005-05-14 John Paul Wallington <jpw@pobox.com>
7910
7911 * ibuf-ext.el (define-ibuffer-filter filename):
7912 If `dired-directory' is a list, use its car.
7913
7914 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7915
7916 * ibuffer.el (define-ibuffer-column filename):
7917 If `dired-directory' is a list, use its car.
7918
7919 2005-05-14 Richard M. Stallman <rms@gnu.org>
7920
7921 * subr.el (symbol-file): Doc fix.
7922
7923 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7924 (byte-compile-form): Call byte-compile-nogroup-warn.
7925 (byte-compile-warning-types): Doc fix.
7926
7927 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7928
7929 * progmodes/cc-engine.el (c-literal-faces):
7930 Add font-lock-comment-delimiter-face.
7931
7932 * net/net-utils.el (dig): Use with-no-warnings.
7933
7934 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7935 (sc-recite-frame-alist, sc-default-cite-frame)
7936 (sc-default-uncite-frame, sc-default-recite-frame)
7937 (sc-attrib-selection-list, sc-rewrite-header-list):
7938 Mark as risky-local-variable.
7939
7940 * international/ogonek.el (ogonek-jak, ogonek-how):
7941 Don't use beginning-of-buffer.
7942
7943 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7944
7945 * calendar/solar.el (solar-data-list): Move definition up.
7946
7947 * dnd.el (dnd-protocol-alist): Add autoload.
7948
7949 * progmodes/sh-script.el: Many doc usage fixes.
7950 (sh-indent-after-do): Change default to match common styles.
7951
7952 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7953
7954 * files.el (interpreter-mode-alist)
7955 (auto-mode-interpreter-regexp): Doc fixes.
7956
7957 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
7958
7959 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7960
7961 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7962
7963 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7964
7965 * dired.el (dired-mode): make-variable-buffer-local =>
7966 make-local-variable.
7967
7968 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7969
7970 * term/mac-win.el (mac-select-convert-to-string): Try coding
7971 systems in mac-script-code-coding-systems if specified one cannot
7972 encode string for `com.apple.traditional-mac-plain-text'.
7973
7974 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
7975
7976 * progmodes/make-mode.el (makefile-targets-face)
7977 (makefile-shell-face, makefile-makepp-perl-face): New faces.
7978 (makefile-dependency-regex): Fix it to not make the colon in
7979 $(var:a=b) special.
7980 (makefile-rule-action-regex): New regexp for highlighting embedded
7981 Shell strings.
7982 (makefile-macroassign-regex): Handle != for highlighting as
7983 embedded Shell strings.
7984 (makefile-var-use-regex): New const.
7985 (makefile-statements, makefile-automake-statements)
7986 (makefile-gmake-statements, makefile-makepp-statements)
7987 (makefile-bsdmake-statements): New consts.
7988 (makefile-make-font-lock-keywords): New function.
7989 (makefile-automake-font-lock-keywords)
7990 (makefile-gmake-font-lock-keywords)
7991 (makefile-makepp-font-lock-keywords)
7992 (makefile-bsdmake-font-lock-keywords): New consts.
7993 (makefile-mode-map): Add switchers between the various submodes.
7994 (makefile-mode): Document the availability of the variants.
7995 (makefile-automake-mode, makefile-gmake-mode)
7996 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7997
7998 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7999 new variants of makefile-mode.
8000
8001 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8004 the inheritance.
8005
8006 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8007
8008 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8009 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8010
8011 * files.el (normal-mode): Extend the scope of the
8012 `enable-local-variables' binding to include the `set-auto-mode' call.
8013 (magic-mode-alist): Doc fix.
8014
8015 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8016
8017 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8018 font-lock-comment-face rather than copying its setting.
8019
8020 2005-05-12 Andreas Schwab <schwab@suse.de>
8021
8022 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8023
8024 2005-05-12 Lute Kamstra <lute@gnu.org>
8025
8026 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8027 defcustom for the mode hook variable. Delete the last argument.
8028 * generic-x.el: Fix callers of define-generic-mode.
8029 (generic-x-modes): Delete group.
8030 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8031 generic-x customization group.
8032
8033 2005-05-12 Kim F. Storm <storm@cua.dk>
8034
8035 * font-lock.el (font-lock-negation-char-face): Default to "off".
8036
8037 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8038 font-lock-negation-char-face to ! in !=.
8039
8040 2005-05-12 Masatake YAMATO <jet@gyve.org>
8041
8042 * add-log.el (find-change-log): Fix typos in the docstring
8043 of function.
8044
8045 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8046
8047 * international/latexenc.el (latexenc-find-file-coding-system):
8048 Avoid `re-search-forward' when looking for input encoding because
8049 of speed and safety. Better regular expressions for recognizing
8050 input encoding. Limit a search for TeX-master/tex-main-file to
8051 the local variable section.
8052
8053 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8054
8055 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8056 syntax of $ to "'" (quote).
8057
8058 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8059
8060 * dnd.el (dnd-protocol-alist): Improve custom type.
8061
8062 * dired.el (dired-dnd-protocol-alist): New variable.
8063 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8064 `dired-mode-hook' to the end.
8065
8066 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8067
8068 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8069 comment-end if comment-start-skip is not set.
8070 Obey the font-lock-comment-delimiter-face variables.
8071
8072 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8073
8074 * files.el (executable-find): Move from executable.el. Use
8075 locate-file.
8076 * progmodes/executable.el (executable-find): Move to files.el.
8077
8078 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8079 when trying to ensure forward progress.
8080
8081 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8082
8083 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8084 (mouse-select, mouse-select-internal, mouse-extend-internal):
8085 Use it to implement mouse-1-click-follows-link functionality.
8086
8087 2005-05-11 Richard M. Stallman <rms@gnu.org>
8088
8089 * font-lock.el (font-lock-fontify-syntactically-region):
8090 Use font-lock-comment-delimiter-face for comment delimiters.
8091
8092 2005-05-10 Jay Belanger <belanger@truman.edu>
8093
8094 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8095 preserving embedded modes.
8096
8097 2005-05-10 Richard M. Stallman <rms@gnu.org>
8098
8099 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8100
8101 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8102 Move from ada-stmt.el.
8103 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8104
8105 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8106 Move to ada-mode.el.
8107 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8108
8109 * cus-edit.el (custom-file): Call file-chase-links.
8110
8111 * files.el (read-directory-name): Fix previous change.
8112 (hack-local-variables-confirm): New function.
8113 (hack-local-variables-prop-line, hack-local-variables)
8114 (hack-one-local-variable): Use it.
8115
8116 2005-05-10 Lute Kamstra <lute@gnu.org>
8117
8118 * font-lock.el (font-lock-keywords-alist)
8119 (font-lock-removed-keywords-alist): Clarify docstrings.
8120
8121 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8122
8123 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8124 (gdb-source-info): Check for preprocessor info.
8125 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8126 a macro for a function.
8127 (gdb-info-breakpoints-custom): Try to find file again if not already
8128 found (user might have used GDB dir command).
8129 (gdb-get-location): Update gdb-location-alist correctly for change
8130 to gdb-info-breakpoints-custom.
8131
8132 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8133 (gud-tooltip-print-command): Add gdbmi case.
8134 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8135 preprocessor info.
8136
8137 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8138
8139 * startup.el (fancy-splash-insert): Fix typo in doc string.
8140
8141 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8142
8143 * obsolete/float.el (string-to-float):
8144 * obsolete/hilit19.el (hilit-add-pattern):
8145 * obsolete/rnews.el (news-parse-range, news-select-message)
8146 (news-get-pruned-list-of-files): Replace `string-to-int' by
8147 `string-to-number'.
8148
8149 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8150 `find-file-not-found-hooks'; use `add-hook'.
8151 (uncompress-while-visiting): Set `write-file-functions', not
8152 `write-file-hooks'; use `add-hook'.
8153
8154 2005-05-09 Kim F. Storm <storm@cua.dk>
8155
8156 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8157 (cua-paste): Handle clipboard action.
8158 (cua--init-keymaps): Remap clipboard-kill-region and
8159 clipboard-kill-ring-save.
8160
8161 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8162
8163 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8164 Improve commentary.
8165
8166 * simple.el (next-error-overlay-arrow-position): Revert the change
8167 made on 2005-04-30.
8168
8169 2005-05-07 Jay Belanger <belanger@truman.edu>
8170
8171 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8172 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8173 `calc-sel-reselect'.
8174
8175 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8176 Calc is in embedded mode.
8177
8178 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8179
8180 * progmodes/compile.el (compilation-setup):
8181 Set overlay-arrow-string to an empty string on text terminals.
8182
8183 * textmodes/ispell.el (ispell-program-name): Try looking for
8184 "aspell" along exec-path, and if found, use it as the default
8185 speller program.
8186
8187 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8188
8189 * international/mule.el (sgml-xml-auto-coding-function):
8190 Recognize encoding='FOO' in single quotes as well as in double quotes.
8191
8192 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8193
8194 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8195 as well as `interactive', so that defmacro* would recognize
8196 `declare' forms.
8197
8198 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8199
8200 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8201 Explain more about the LIGHTER arg's usage in the doc string.
8202 Add commentary to clarify what the code does. Fix the regexp that
8203 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8204 since it could have characters special to regular expressions.
8205
8206 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8207
8208 * replace.el (occur-1): Bind inhibit-read-only so that
8209 erase-buffer doesn't barf on read-only text properties (likewise
8210 for add-text-properties in occur-engine). Mark buffer as unmodified.
8211 (occur-engine): Don't set buffer-read-only here.
8212
8213 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8216 list-buffers-directory. This caused the *cvs-commit* buffer to be
8217 sometimes mistakenly reused as a *cvs* buffer.
8218
8219 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8220
8221 * tooltip.el: Move code for GUD tooltips into gud.el.
8222 (require): CL no longer needed to compile case.
8223 (tooltip-mode): Do not toggle functions for GUD tooltips.
8224 (tooltip-gud-tips-p): Remove. Replace with minor mode
8225 gud-tooltip-mode in gud.el.
8226 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8227 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8228 tooltip-gud prefix with gud-tooltip and obsolete.
8229 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8230 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8231 (tooltip-mouse-motion): Mouse movement functions/variable.
8232 Rename in gud.el by adding gud prefix.
8233 (tooltip-gud-original-filter, tooltip-gud-dereference)
8234 (tooltip-gud-event, tooltip-toggle-gud-tips)
8235 (tooltip-gud-process-output, tooltip-gud-print-command)
8236 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8237 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8238 (gdb-tooltip-print): Move to gdb-ui.el.
8239
8240 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8241 (require): CL needed to compile case.
8242 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8243 tooltip-gud-tips-p. Make it a minor-mode.
8244 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8245 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8246 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8247 (gud-tooltip-change-major-mode)
8248 (gud-tooltip-activate-mouse-motions-if-enabled)
8249 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8250 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8251 (gud-tooltip-original-filter, gud-tooltip-dereference)
8252 (gud-tooltip-event, tooltip-toggle-gud-tips)
8253 (gud-tooltip-process-output, gud-tooltip-print-command)
8254 (gud-tooltip-tips): Move from tooltip.el.
8255
8256 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8257 (gdb-cpp-define-alist-flags): Doc fix.
8258 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8259 gud-tooltip-mode is t.
8260
8261 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8264 evaporate if their text is deleted.
8265 (goto-address-at-point): Make it work as a mouse binding as well.
8266 (goto-address-at-mouse): Obsolete it. Update users.
8267
8268 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8269
8270 * calendar/appt.el (top-level): No longer activate on load.
8271
8272 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8273
8274 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8275 * net/webjump.el (webjump):
8276 * progmodes/idlw-help.el (idlwave-do-context-help1)
8277 (idlwave-highlight-linked-completions):
8278 * textmodes/po.el (po-find-file-coding-system-guts):
8279 Replace `assoc-ignore-case' by `assoc-string'.
8280
8281 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8282
8283 * files.el (locate-file): Doc fix.
8284
8285 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8286 Remove the redundant test for ms-dos.
8287
8288 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8289 look for the preprocessor with exec-suffixes. If not found in
8290 standard places, look in exec-path. Remove most of the tests that
8291 used system-type.
8292
8293 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8294
8295 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8296
8297 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8298 file-name clash with jka-compr.el on 8+3 filesystems.
8299
8300 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8301
8302 * term/mac-win.el: Don't define or bind scroll bar functions if
8303 x-toolkit-scroll-bars is t.
8304 (x-select-text, x-get-selection-value): Clear
8305 x-last-selected-text-clipboard if x-select-enable-clipboard is
8306 nil.
8307 (PRIMARY): Put mac-scrap-name property.
8308 (mac-select-convert-to-file-url): New function.
8309 (public.file-url): New selection target type. Add to
8310 selection-converter-alist.
8311 (x-get-selection, x-selection-value): Handle it.
8312 (x-cut-buffer-or-selection-value): New alias.
8313
8314 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8315
8316 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8317 entry to avoid calling bibtex-find-entry with arg global
8318 being t. Remove arg key.
8319 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8320 (bibtex-copy-summary-as-kill): Change accordingly.
8321
8322 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8323
8324 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8325 (org-agenda-date-later): Use with-current-buffer.
8326
8327 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8328
8329 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8330 (define-obsolete-variable-alias): Doc Fixes.
8331
8332 2005-05-06 Kim F. Storm <storm@cua.dk>
8333
8334 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8335 vertical-motion when selective-display is active.
8336
8337 * ido.el (ido-setup-hook): New hook.
8338 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8339 (ido-input-stack): New var.
8340 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8341 ido-next-work-file binding to M-O.
8342 Bind M-f to ido-wide-find-file-or-pop-dir.
8343 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8344 (ido-read-internal): Run ido-setup-hook.
8345 Catch quit in read-file-name and read-string to cancel edit.
8346 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8347 Automatically pop-all when completing a directory name (RET).
8348 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8349 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8350 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8351 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8352 New functions for M-b/M-f to move among the directory components.
8353 (ido-make-merged-file-list): Catch quit to cancel merge.
8354 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8355 (ido-completion-help): No warnings for ido-completion-buffer-full.
8356
8357 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8358
8359 * font-lock.el (font-lock-negation-char-face): New face and variable.
8360 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8361 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8362 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8363 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8364
8365 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8366
8367 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8368 Fix typo in docstring.
8369
8370 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8371 (ebrowse-print-statistics-line)
8372 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8373
8374 * term/w32-win.el (image-library-alist): Add additional name for
8375 Xpm library.
8376
8377 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8378
8379 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8380 use gcc instead of cpp.
8381
8382 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8383 (gdb-create-define-alist): Use it.
8384 (gdb-cpp-define-alist-program): Update for MS-DOS.
8385
8386 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8387
8388 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8389
8390 2005-05-04 Richard M. Stallman <rms@gnu.org>
8391
8392 * help.el (describe-key): No error when UNTRANSLATED is nil.
8393
8394 * simple.el (line-move-1): Fix previous change to signal errors
8395 appropriately.
8396
8397 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8398
8399 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8400 (icalendar-duration-correction): Remove.
8401 (icalendar--get-event-properties): Split result at commas.
8402 (icalendar--decode-isoduration): New optional argument
8403 DURATION-CORRECTION.
8404 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8405 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8406 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8407 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8408 (icalendar--convert-anniversary-to-ical): New functions, extracted
8409 from icalendar-export-region, with bug fixes.
8410 (icalendar-export-region): Use the above functions.
8411 (icalendar-import-buffer): Check before saving diary file.
8412 (icalendar--convert-recurring-to-diary)
8413 (icalendar--convert-non-recurring-all-day-to-diary)
8414 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8415 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8416 (icalendar--convert-ical-to-diary): Use the above functions.
8417
8418 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8419
8420 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8421 Remove these recent additions.
8422 (c-mode): Restore to before 2005-04-28.
8423
8424 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8425 recent addition.
8426
8427 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8428 (gdb-define-alist): New variables.
8429 (gdb-create-define-alist): New function.
8430 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8431 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8432 with string-to-number.
8433 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8434
8435 * progmodes/gud.el: Replace string-to-int with string-to-number.
8436 (gud-find-file): Handle gdb-define-alist.
8437
8438 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8439
8440 2005-05-02 Jay Belanger <belanger@truman.edu>
8441
8442 * calc/calc-aent.el (math-read-token):
8443 * calc/calc-bin.el (calc-word-size):
8444 * calc/calc-ext.el (calc-read-number-fancy):
8445 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8446 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8447 * calc/calc-frac.el (calc-over-notation):
8448 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8449 (calc-graph-num-points, calc-graph-init):
8450 * calc/calc-prog.el (calc-read-parse-table-part)
8451 (calc-edit-macro-repeats):
8452 * calc/calc-yank.el (calc-do-grab-rectangle):
8453 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8454 Replace `string-to-int' by `string-to-number'.
8455
8456 2005-05-02 Kim F. Storm <storm@cua.dk>
8457
8458 * kmacro.el: Use executing-kbd-macro-index variable.
8459
8460 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8461
8462 * net/rlogin.el (rlogin-parse-words): Delete func.
8463 (rlogin): Use split-string, not rlogin-parse-words.
8464 Also, if there are option-like elements in the parsed args,
8465 take the host to be the first arg immediately following them.
8466 Suggested by Michael Mauger.
8467
8468 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8469
8470 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8471
8472 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8473
8474 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8475 (cc-mode-cpp-program): Rename to cc-define-list-program and
8476 move to cc-vars.el.
8477
8478 * progmodes/cc-vars.el (cc-define-list-program):
8479 Change to "gcc -E -dM -". Make customizable.
8480
8481 2005-05-02 Kim F. Storm <storm@cua.dk>
8482
8483 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8484
8485 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8486
8487 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8488
8489 * international/mule-util.el (truncate-string): Remove alias and
8490 obsolete declaration.
8491
8492 * international/mule-cmds.el (update-iso-coding-systems):
8493 Remove alias and obsolete declaration.
8494
8495 * international/mule.el (coding-system-parent): Remove alias and
8496 obsolete declaration.
8497
8498 * subr.el (define-function, sref): Remove aliases and obsolete
8499 declarations.
8500 (chars-in-region): Remove obsolete declaration.
8501
8502 2005-05-01 Richard M. Stallman <rms@gnu.org>
8503
8504 * info.el (Info-mode): Set widen-automatically to nil, locally.
8505
8506 * simple.el (widen-automatically): New variable.
8507 (pop-global-mark): Obey widen-automatically.
8508
8509 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8510
8511 * term/xterm.el (function-key-map): Call substitute-key-definition
8512 before the keymap size is increased by a lot of define-key calls.
8513
8514 2005-05-01 Richard M. Stallman <rms@gnu.org>
8515
8516 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8517 Rename ARG to ELEMENT. Doc fix.
8518
8519 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8520
8521 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8522 Remove references to allout-exposure/change to allout-new-exposure.
8523
8524 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8525 bytecode symbols.
8526
8527 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8528 (compiled-function-p, focus-frame, unfocus-frame):
8529 Remove aliases and obsolete declarations.
8530 Back out inadvertent changes from previous commit.
8531
8532 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8533
8534 * files.el (require-final-newline): Make Custom tags consistent
8535 with mode-require-final-newline.
8536 (mode-require-final-newline): Doc fix.
8537
8538 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8539
8540 * international/latexenc.el (latexenc-find-file-coding-system):
8541 Fix regular expressions.
8542
8543 2005-05-01 David Kastrup <dak@gnu.org>
8544
8545 * international/latexenc.el (latexenc-find-file-coding-system):
8546 Fix regular expressions.
8547
8548 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8549
8550 * subr.el (string-to-int): Make obsolete.
8551
8552 2005-04-30 Richard M. Stallman <rms@gnu.org>
8553
8554 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8555
8556 * loadup.el: load jka-comp-hook.
8557
8558 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8559 (jka-compr-handler): Add autoload. `put' calls moved
8560 to jka-comp-hook.el.
8561 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8562 (jka-compr-inhibit): Autoload.
8563
8564 * jka-comp-hook.el: New file.
8565 Enable the mode by default.
8566
8567 * files.el (backup-buffer-copy): Use copy-file instead
8568 of write-region, and put back the 'excl.
8569
8570 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8571
8572 * progmodes/flymake.el (flymake-split-string)
8573 (flymake-split-string, flymake-log, flymake-pid-to-names)
8574 (flymake-reg-names, flymake-get-source-buffer-name)
8575 (flymake-unreg-names, flymake-add-line-err-info)
8576 (flymake-add-err-info): Clarify docstrings.
8577 (flymake-popup-menu, flymake-make-emacs-menu)
8578 (flymake-make-xemacs-menu): Add docstrings.
8579 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8580 Set variables directly throughout.
8581
8582 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8583
8584 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8585 exists. Initialize cc-define-alist.
8586 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8587 If there is no file (Macroexpansion) don't create an alist.
8588
8589 2005-04-29 Sam Steingold <sds@gnu.org>
8590
8591 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8592 (cc-create-define-alist): Use it instead of the hard-coded string.
8593
8594 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8595
8596 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8597 for latexenc.
8598
8599 2005-04-29 Lute Kamstra <lute@gnu.org>
8600
8601 * emacs-lisp/generic.el: Improve commentary section.
8602 (define-generic-mode): Improve docstring.
8603
8604 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8605
8606 * textmodes/org.el (many places): Change to quiet the byte compiler.
8607 (org-prefix-format-compiled): New variable.
8608 (org-compile-prefix-format): New function.
8609 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8610 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8611 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8612 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8613 consistency with entries from `org-mode' files.
8614 (org-get-time-of-day): Fix bug with partial matches early in a line.
8615 (org-non-link-chars): New constant.
8616 (org-link-regexp): Respect `org-non-link-chars'.
8617 (org-agenda-day-view): Remove command.
8618 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8619 (org-follow-bbdb-link, org-store-link): Search also company field.
8620 (org-highlight-overlay): New variable.
8621 (org-highlight, org-unhighlight): New functions.
8622 (org-agenda-mode): Add pre-command-hook to remove highlight.
8623 (org-evaluate-time-range): Behavior depends upon whether time stamp
8624 contains a time or not.
8625 (org-show-subtree, org-show-entry): New functions.
8626 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8627
8628 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8629
8630 * comint.el (comint-output-filter-functions): Add autoload cookie.
8631
8632 2005-04-28 Kim F. Storm <storm@cua.dk>
8633
8634 * ido.el (ido-everywhere): Fix last change.
8635
8636 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8637
8638 * international/latexenc.el: New file.
8639 * international/mule-conf.el (file-coding-system-alist): For .tex,
8640 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8641
8642 2005-04-28 Lute Kamstra <lute@gnu.org>
8643
8644 * font-lock.el (font-lock-add-keywords)
8645 (font-lock-remove-keywords): Clarify docstring.
8646 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8647 Don't start docstrings with a `*'.
8648 (font-lock-update-removed-keyword-alist): Give it a docstring.
8649
8650 * generic-x.el: Update commentary section.
8651 Only require font-lock when compiling.
8652 Define all modes conditionally.
8653 Place all generic modes in the generic-x-modes customization group.
8654 (generic-x-modes): New customization group.
8655 (generic-default-modes, generic-mswindows-modes)
8656 (generic-unix-modes, generic-other-modes): New constants.
8657 (generic-define-mswindows-modes, generic-define-unix-modes):
8658 Update docstrings. Make them obsolete.
8659 (generic-extras-enable-list): New default value. Update docstring.
8660 Improve :type. Change :set function.
8661 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8662 Fix docstring.
8663
8664 * emacs-lisp/generic.el (generic-mode-internal):
8665 Simplify font-lock-defaults.
8666 (define-generic-mode): Fix docstring.
8667
8668 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8671 font-lock-face property to highlight matches.
8672
8673 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8674
8675 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8676 (cc-define-alist): New variable.
8677 (c-mode): Make it local and initialize it.
8678
8679 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8680 (gdb-exited): New function.
8681 (gdb-annotation-rules): Use it.
8682 (gdb-starting): Set gdb-active-process to t.
8683 (gdb-stopping): Amend doc string.
8684 (gdb-reset): Set gdb-active-process to nil.
8685
8686 * tooltip.el (tooltip-gud-tips): Show the associated #define
8687 directives when a C program under GDB is not executing.
8688
8689 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8690
8691 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8692 font-lock-fontify-syntactic-keywords.
8693
8694 * font-lock.el (font-lock-default-fontify-region): Don't force
8695 parse-sexp-lookup-properties to nil.
8696
8697 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8698
8699 * man.el (man-mode-syntax-table): Set up `:' to have
8700 word-constituent syntax.
8701
8702 2005-04-27 Lute Kamstra <lute@gnu.org>
8703
8704 * novice.el (disable-command): Don't add spurious newlines to the
8705 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8706
8707 2005-04-26 Jay Belanger <belanger@truman.edu>
8708
8709 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8710 than one window before deleting window.
8711
8712 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8713
8714 * shell.el (shell-prompt-pattern): Doc fix.
8715 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8716
8717 * comint.el (comint-prompt-regexp, comint-get-old-input)
8718 (comint-use-prompt-regexp)
8719 (comint-use-prompt-regexp-instead-of-fields)
8720 (comint-replace-by-expanded-history, comint-send-input)
8721 (comint-output-filter, comint-get-old-input-default)
8722 (comint-line-beginning-position, comint-bol, comint-show-output)
8723 (comint-backward-matching-input, comint-forward-matching-input)
8724 (comint-next-prompt, comint-previous-prompt):
8725 Rename `comint-use-prompt-regexp-instead-of-fields' to
8726 `comint-use-prompt-regexp'. Keep old name as alias and declare
8727 obsolete.
8728 (comint-use-prompt-regexp): Shorten first line of doc string.
8729
8730 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8731 Set paragraph-separate buffer locally to "\\'".
8732
8733 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8734 Adapt to above name change.
8735
8736 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8737 (smbclient-prompt-regexp): Ditto.
8738
8739 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8740
8741 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8742
8743 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8744 gdb-location-list.
8745 Break lines that are over 80 characters wide.
8746
8747 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8750 New fun and var, to preserve compatibility.
8751
8752 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8753
8754 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8755
8756 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8757 name to file-newer-than-file-p.
8758
8759 2005-04-26 Richard M. Stallman <rms@gnu.org>
8760
8761 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8762
8763 * progmodes/python.el (python-mode):
8764 Use new name eldoc-documentation-function.
8765
8766 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8767
8768 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8769 (eldoc-documentation-function):
8770 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8771
8772 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8773
8774 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8775
8776 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8777
8778 * term/xterm.el (function-key-map): Fix strings for
8779 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8780 {C,S,A,C-S}-{f1-f12}.
8781
8782 2005-04-26 Kenichi Handa <handa@m17n.org>
8783
8784 * international/mule-cmds.el (select-safe-coding-system):
8785 Fix previous change.
8786
8787 2005-04-26 Lute Kamstra <lute@gnu.org>
8788
8789 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8790
8791 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8792 (font-lock-comment-delimiter-face): Ditto.
8793
8794 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8795
8796 2005-04-25 Jay Belanger <belanger@truman.edu>
8797
8798 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8799 to t while inserting information; use help-mode.
8800
8801 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8802
8803 * term.el (ansi-term-color-vector): Use the xterm colors.
8804 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8805
8806 2005-04-25 Lute Kamstra <lute@gnu.org>
8807
8808 * font-core.el (font-lock-defaults): Fix docstring.
8809
8810 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8811
8812 2005-04-25 Kenichi Handa <handa@m17n.org>
8813
8814 * international/mule-cmds.el (select-safe-coding-system):
8815 Don't check consistency with coding: spec, etc if raw-text or
8816 no-conversion was found to be safe.
8817
8818 2005-04-24 Richard M. Stallman <rms@gnu.org>
8819
8820 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8821 citation markers at start of each line.
8822
8823 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8824 citation markers at start of each line.
8825
8826 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8827
8828 * files.el (mode-require-final-newline): Fix previous change.
8829 (require-final-newline): Fix type label.
8830
8831 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8832
8833 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8834 statement in buffer (broken by 2004-11-24 change).
8835
8836 2005-04-24 Kim F. Storm <storm@cua.dk>
8837
8838 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8839 and read-file-name-function values. Don't overwrite existing
8840 non-nil values if ido-mode is enabled without ido-everywhere.
8841
8842 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8843
8844 * files.el (mode-require-final-newline): Minor doc fix.
8845
8846 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8847
8848 * subr.el (syntax-after): Doc fix.
8849 (syntax-class): If argument is nil, return nil. Mask off upper 16
8850 bits, not 8 bits.
8851
8852 * files.el (mode-require-final-newline): Doc fix.
8853 (backup-buffer-copy): Fix last change.
8854
8855 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8856
8857 * term/mac-win.el: Require select. Set selection-coding-system to
8858 mac-system-coding-system. Call menu-bar-enable-clipboard.
8859 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8860 (x-select-enable-clipboard): New variables.
8861 (x-select-text, x-get-selection, x-selection-value)
8862 (x-get-selection-value, mac-select-convert-to-string)
8863 (mac-services-open-file, mac-services-open-selection)
8864 (mac-services-insert-text): New functions.
8865 (CLIPBOARD, FIND): Put mac-scrap-name property.
8866 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8867 (public.tiff): Put mac-ostype property.
8868 (selection-converter-alist): Add entries for them.
8869 (mac-application-menu-map): New keymap.
8870 (interprogram-cut-function, interprogram-paste-function): Set to
8871 x-select-text and x-get-selection-value, respectively.
8872 (split-window-keep-point): Set to t.
8873
8874 2005-04-23 Richard M. Stallman <rms@gnu.org>
8875
8876 * files.el (read-directory-name): Always pass non-nil
8877 DEFAULT-FILENAME arg to read-file-name.
8878 (backup-buffer-copy, basic-save-buffer-2): Take care against
8879 writing thru an unexpected existing symlink.
8880 (revert-buffer): In indirect buffer, revert the base buffer.
8881 (magic-mode-alist): Doc fix.
8882 (buffer-stale-function): Doc fix.
8883 (minibuffer-with-setup-hook): Avoid warning.
8884 (mode-require-final-newline): Doc and custom fix.
8885
8886 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8887
8888 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8889 use the default appearance.
8890 (font-lock-comment-delimiter-face): New face, new variable.
8891
8892 * imenu.el (imenu--generic-function): The official position of a
8893 definition is the start of the line that BEG is in.
8894
8895 * midnight.el (midnight-timer): Move defvar up.
8896
8897 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8898
8899 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8900
8901 * startup.el (command-line): Use with-no-warnings.
8902
8903 * window.el (window-size-fixed): New defvar.
8904
8905 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8906
8907 * mail/rmail.el (rmail-font-lock-keywords):
8908 Use font-lock-comment-delimiter-face.
8909
8910 * mail/sendmail.el (mail-font-lock-keywords):
8911 Use font-lock-comment-delimiter-face.
8912
8913 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8914
8915 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8916
8917 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8918 Specify t for LAXMATCH when matching directories.
8919 Save match data around compilation-compat-error-properties form.
8920
8921 2005-04-23 David Kastrup <dak@gnu.org>
8922
8923 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8924 Mention that the autoloaded aliases should be kept for AUCTeX.
8925
8926 2005-04-23 Andreas Schwab <schwab@suse.de>
8927
8928 * isearch.el (isearch-forward): Doc fix.
8929
8930 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8931
8932 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8933 (jit-lock-stealth-nice): Change default value to 0.5.
8934
8935 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8936
8937 * abbrev.el (write-abbrev-file): Write table entries in
8938 alphabetical order by table name.
8939
8940 2005-04-22 Kim F. Storm <storm@cua.dk>
8941
8942 * ido.el (ido-read-internal): Fix `list' completion.
8943
8944 2005-04-22 Kenichi Handa <handa@m17n.org>
8945
8946 * recentf.el (recentf-save-file-coding-system): New variable.
8947 (recentf-save-list): Encode the file by
8948 recentf-save-file-coding-system and add coding: tag.
8949
8950 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8951
8952 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8953
8954 2005-04-21 Lute Kamstra <lute@gnu.org>
8955
8956 * loadhist.el (unload-feature): Don't remove a function from hooks
8957 if it is about to be restored to an autoload . Remove functions
8958 that will become unbound from auto-mode-alist. Simplify the code.
8959
8960 * subr.el (assq-delete-all): New implementation that is linear,
8961 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
8962 (rassq-delete-all): New function.
8963
8964 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8965 Add size-indication-mode.
8966
8967 2005-04-21 Kenichi Handa <handa@m17n.org>
8968
8969 * international/mule-cmds.el: Add autoload for widget-value in
8970 eval-when-compile.
8971
8972 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
8973
8974 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8975 Add tooltip-mode.
8976
8977 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8978
8979 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
8980
8981 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8982 (inferior-lisp-filter-regexp, inferior-lisp-program)
8983 (inferior-lisp-load-command, inferior-lisp-prompt)
8984 (inferior-lisp-mode-hook, lisp-source-modes)
8985 (inferior-lisp-load-hook): defvar->defcustom.
8986 (inferior-lisp-program, inferior-lisp-prompt)
8987 (inferior-lisp-load-hook): Doc fixes.
8988 (inferior-lisp-install-letter-bindings): Small change in
8989 introductory comment.
8990
8991 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8992
8993 * vc.el (vc-annotate-color-map): Change some colors so that text
8994 using them as foreground is readable on both white and black
8995 backgrounds.
8996
8997 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8998
8999 * international/mule-conf.el (translation-table-for-input):
9000 Remove redundant declaration.
9001
9002 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9003
9004 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9005
9006 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9007 (tooltip-toggle-gud-tips): New function.
9008
9009 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9010
9011 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9012 right angle brackets.
9013
9014 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9015
9016 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9017
9018 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9021 Remove. Update callers to use expand-file-name instead.
9022
9023 * subr.el (syntax-class): New function.
9024
9025 * simple.el (blink-matching-open): Use it.
9026
9027 * paren.el (show-paren-function): Use it to recognize parens that are
9028 also used in 2-char comment markers.
9029
9030 2005-04-19 Lute Kamstra <lute@gnu.org>
9031
9032 * loadhist.el (unload-feature): Update for new format of
9033 load-history. Simplify the code.
9034
9035 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9036
9037 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9038 (mac-add-charset-info): New function. Initialize variable
9039 mac-charset-info-alist using it.
9040 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9041 for translation.
9042 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9043 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9044 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9045 New CCL programs.
9046
9047 2005-04-19 Kim F. Storm <storm@cua.dk>
9048
9049 * simple.el (next-buffer, prev-buffer, next-error)
9050 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9051 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9052
9053 * bindings.el (next-buffer, prev-buffer, next-error)
9054 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9055 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9056 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9057 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9058
9059 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9060
9061 * isearch.el (isearch-edit-string): Make the search-ring available for
9062 minibuffer history commands.
9063 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9064 the default history commands now work just as well.
9065 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9066
9067 2005-04-18 Kim F. Storm <storm@cua.dk>
9068
9069 * emulation/cua-base.el (cua--pre-command-handler): Add more
9070 elaborate check for shift modifier on non-window systems.
9071
9072 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9073
9074 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9075
9076 2005-04-18 Kim F. Storm <storm@cua.dk>
9077
9078 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9079 and make it optional. Don't test tooltip-gud-echo-area here.
9080 (tooltip-gud-process-output, gdb-tooltip-print):
9081 Pass tooltip-gud-echo-area to tooltip-show.
9082 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9083
9084 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9085
9086 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9087 `display-graphic-p' may not be bound yet.
9088
9089 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9090
9091 * startup.el (command-line): No longer enable Xterm Mouse mode by
9092 default in terminals compatible with xterm.
9093
9094 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9095
9096 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9097
9098 * tooltip.el (tooltip-gud-echo-area): Rename from
9099 tooltip-use-echo-area.
9100 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9101 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9102 area independently of where help tooltips are displayed.
9103
9104 2005-04-17 David Kastrup <dak@gnu.org>
9105
9106 * cus-theme.el (custom-theme-write-variables): Quote variables
9107 where necessary.
9108
9109 2005-04-17 Richard M. Stallman <rms@gnu.org>
9110
9111 * simple.el (yank-excluded-properties): Add follow-link to value.
9112
9113 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9114
9115 * startup.el (fancy-splash-max-time): Just 30 seconds.
9116 (fancy-splash-delay): Just 7.
9117 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9118
9119 * loadhist.el (unload-feature): Update for new format of load-history.
9120 Simplify the code.
9121
9122 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9123 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9124
9125 * mail/sendmail.el (mail-font-lock-keywords):
9126 Don't fontify subject text.
9127 Don't fontify the text of a citation.
9128
9129 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9130
9131 * comint.el (comint-output-filter): Run comint-output-filter-functions
9132 with point where the user had it.
9133
9134 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9135
9136 * international/ucs-tables.el (ucs-set-table-for-input):
9137 Disable when using unify-on-decoding.
9138
9139 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9140
9141 * emulation/cua-base.el (cua-global-mark-face): Add special case
9142 for displays supporting a high number of colors.
9143
9144 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9145
9146 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9147
9148 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9149
9150 * filesets.el (filesets-add-buffer): If user supplies a name of a
9151 non-existing fileset, create a new fileset.
9152
9153 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9154
9155 * textmodes/org.el (org-up-heading-all): Fix bug with
9156 `outline-up-heading-all'.
9157
9158 2005-04-16 Andreas Schwab <schwab@suse.de>
9159
9160 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9161 /etc/permissions.d/* and /etc/aliases.d/*.
9162
9163 2005-04-16 Kenichi Handa <handa@m17n.org>
9164
9165 * international/code-pages.el (cp-make-coding-system):
9166 Set `translation-table-for-input' property value to the symbol
9167 ucs-mule-to-mule-unicode, not to that value.
9168 (pt154): Escape guillemet by `\'.
9169
9170 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9171
9172 * loadup.el: Load tooltip if x-show-tip is fboundp.
9173
9174 * startup.el (command-line): Add comment.
9175
9176 * tooltip.el (tooltip-mode): Specify correct standard value for
9177 Custom in init-value.
9178
9179 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9180
9181 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9182 possible.
9183
9184 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9185
9186 * textmodes/org.el (org-agenda-date-prompt): Rename from
9187 `org-agenda-date-today'.
9188 (org-evaluate-time-range): Insert at point instead of directly
9189 after time range.
9190 (org-first-headline-recenter, org-subtree-end-visible-p)
9191 (org-optimize-window-after-visibility-change): New functions
9192 (org-agenda-post-command-hook): Don't allow point at end of line,
9193 to make sure it always hits the text properties.
9194 (org-agenda-next-date-line, org-agenda-previous-date-line):
9195 New commands.
9196 (org-set-regexps-and-options): Category may contain white space.
9197 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9198 Improve marker positions.
9199 (org-agenda-new-marker): Argument POS made optional.
9200 (org-agenda-get-timestamps): Deadlines which are done are listed
9201 in org-done-face now.
9202 (org-agenda-get-todos, org-agenda-get-timestamps)
9203 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9204 Set `undone-face' and `done-face' properties.
9205 (org-last-todo-state-is-todo): New variable.
9206 (org-todo): Set `org-last-todo-state-is-todo'.
9207 (org-agenda-todo): Change face according to
9208 `org-last-todo-state-is-todo'. And change other lines referring to
9209 the same entry.
9210 (org-calendar-goto-agenda): New command.
9211 (org-calendar-to-agenda-key): New option.
9212 (org-startup-folded): New allowed value `content'.
9213 (org-set-regexps-and-options): Accept new value `content' for
9214 `org-startup-folded'.
9215 (org-get-current-options): Handle new value `content' for
9216 `org-startup-folded'.
9217 (org-insert-todo-heading): New command.
9218 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9219 interactively in empty file and option
9220 `org-insert-mode-line-in-empty-file' has been set.
9221 (org-agenda-todo,org-agenda-priority): Modify to use
9222 `org-agenda-change-all-lines'.
9223 (org-warning-face): Change color on dark background
9224
9225 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9226
9227 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9228 use preferences AppleLocale and AppleLanguages, and variable
9229 mac-system-locale for default locale. On Mac OS Classic, use
9230 mac-system-coding-system for default coding systems.
9231
9232 * term/mac-win.el: Don't set file-name-coding-system.
9233 Decode variables system-name, emacs-build-system, user-login-name, and
9234 user-full-name by mac-system-coding-system on Mac OS Classic.
9235 (mac-system-coding-system): New variable.
9236
9237 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9238
9239 * startup.el (command-line): Handle `xterm-mouse-mode' before
9240 reading init file.
9241
9242 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9243
9244 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9245
9246 * progmodes/sh-script.el (sh-here-document-word): Make it a
9247 defcustom. Doc fix.
9248 (sh-add): Bash uses $(( )) for arithmetic.
9249 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9250 (sh-maybe-here-document): Remove quotes and leading whitespace
9251 from heredoc word when closing. Indent heredoc with tabs if word
9252 starts with "-".
9253
9254 2005-04-13 Richard M. Stallman <rms@gnu.org>
9255
9256 * simple.el (undo): Fix previous change.
9257
9258 * custom.el (defface): Doc fix.
9259
9260 2005-04-13 Lute Kamstra <lute@gnu.org>
9261
9262 * Makefile.in (DONTCOMPILE): Remove list.
9263 (compile, compile-always): Don't use DONTCOMPILE.
9264 (update-authors): Load the library in which batch-update-authors
9265 is defined.
9266 * makefile.w32-in (DONTCOMPILE): Remove list.
9267 (compile, compile-always): Fix comments.
9268 (update-authors): Load the library in which batch-update-authors
9269 is defined.
9270
9271 * generic-x.el (generic-mode-ini-file-find-file-hook):
9272 Rename to ini-generic-mode-find-file-hook.
9273 Keep generic-mode-ini-file-find-file-hook as an alias.
9274 (ini-generic-mode-find-file-hook): Rename from
9275 generic-mode-ini-file-find-file-hook. Fix docstring.
9276 (ini-generic-mode): Docstring change.
9277 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9278
9279 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9280 called from lisp.
9281
9282 * generic.el: Move to the emacs-lisp subdir.
9283
9284 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9285
9286 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9287 and C-S- function and cursor motion keys.
9288
9289 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9290
9291 * startup.el (command-line): Enable Xterm Mouse mode by default.
9292 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9293 for Custom. No longer show "Mouse" in mode line when enabled.
9294 Doc fix.
9295
9296 2005-04-12 Kim F. Storm <storm@cua.dk>
9297
9298 * emulation/cua-base.el (cua-rectangle-face)
9299 (cua-rectangle-noselect-face): Define face attributes here.
9300
9301 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9302
9303 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9304
9305 * startup.el (command-line): Turn off blinking cursor if
9306 cursorBlink in resources is off or false.
9307
9308 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9309
9310 * term/mac-win.el (dnd): Require dnd.
9311 (mac-drag-n-drop): Call dnd-handle-one-url.
9312 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9313 (kTextEncodingISOLatin2): Remove constants.
9314 (mac-script-code-coding-systems): New constant.
9315 (mac-handle-language-change): New function.
9316 (special-event-map): Bind it to `language-change' event.
9317 (mac-centraleurroman, mac-cyrillic): New coding systems.
9318 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9319 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9320 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9321 encode-mac-cyrillic, respectively.
9322
9323 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9324
9325 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9326 Don't set overlay-arrow-string to "=>" as this is done
9327 globally in C now.
9328
9329 2005-04-12 Lute Kamstra <lute@gnu.org>
9330
9331 * generic-x.el (rc-generic-mode, rul-generic-mode):
9332 Fix auto-mode-alist entries.
9333 (etc-fstab-generic-mode): Tweak fontification.
9334
9335 * generic.el (generic-make-keywords-list): Fix docstring.
9336 (generic-mode-internal): Simplify generic-font-lock-keywords.
9337
9338 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9339
9340 * whitespace.el (whitespace-buffer-leading)
9341 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9342 However, fix the highlight area for the leading and
9343 trailing whitespaces to show space.
9344
9345 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9346
9347 * whitespace.el (whitespace-version): Bump to 3.5
9348
9349 (whitespace-buffer-leading, whitespace-buffer-trailing):
9350 Invert sense of the test to highlight the whitespace.
9351
9352 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9353
9354 * progmodes/gud.el (gud-display-line): GUD uses its own
9355 overlay arrow now so don't set overlay-arrow-string.
9356 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9357
9358 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9359
9360 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9361 (term-ansi-current-reverse, term-ansi-current-invisible)
9362 (term-ansi-face-already-done): Change to boolean.
9363 (term-reset-terminal, term-handle-colors-array): Handle the above
9364 vars accordingly.
9365 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9366 (term-emulate-terminal): Use the new name.
9367
9368 * faces.el (secondary-selection): Use yellow1, not yellow.
9369 (trailing-whitespace): Use red1, not red.
9370
9371 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9372
9373 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9374 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9375 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9376
9377 * cus-edit.el (dnd): New group.
9378
9379 * term/w32-win.el (dnd): Require dnd
9380 (w32-drag-n-drop): Call dnd-handle-one-url.
9381
9382 * x-dnd.el: Require dnd.
9383 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9384 Call dnd-handle-one-url.
9385 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9386 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9387 to dnd-insert-text.
9388 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9389 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9390 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9391 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9392
9393 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9394
9395 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9396
9397 * wdired.el: Doc fixes.
9398 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9399 (wdired-use-dired-vertical-movement): Rename from
9400 wdired-always-move-to-filename-beginning.
9401 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9402 (wdired-change-to-wdired-mode): Change mode name.
9403 (wdired-newline): Delete.
9404
9405 2005-04-11 Richard M. Stallman <rms@gnu.org>
9406
9407 * whitespace.el (whitespace-highlight-the-space):
9408 Don't call whitespace-unhighlight-the-space here.
9409
9410 * simple.el (undo): Record t in undo-equiv-table
9411 for the redo record made by an undo-in-region.
9412
9413 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9414
9415 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9416 (gdb-frame-inferior-io-buffer): New Functions to control
9417 display of separate IO buffer.
9418 (menu): Add them to menu-bar.
9419 (gdb-display-buffer): Check for buffer another frame.
9420 Protect GUD buffer.
9421 (gdb-setup-windows): Create IO buffer if not already there.
9422 (gdb-memory-mode): Remove purecopy noops.
9423
9424 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9425
9426 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9427 and pass to self-insert-command.
9428
9429 2005-04-11 Lute Kamstra <lute@gnu.org>
9430
9431 * generic.el: Commentary section cleanup.
9432 (generic): Delete.
9433 (generic-use-find-file-hook, generic-lines-to-scan)
9434 (generic-find-file-regexp, generic-ignore-files-regexp)
9435 (default-generic-mode, generic-mode-find-file-hook)
9436 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9437 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9438 (generic-use-find-file-hook, generic-lines-to-scan)
9439 (generic-find-file-regexp, generic-ignore-files-regexp)
9440 (default-generic-mode, generic-mode-find-file-hook)
9441 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9442
9443 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9444
9445 * bookmark.el (bookmark-write-file): Catch errors writing file.
9446 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9447
9448 2005-04-10 Richard M. Stallman <rms@gnu.org>
9449
9450 * startup.el (fancy-splash-tail): Update copyright year.
9451 (command-line): Split part of -Q into -D.
9452 (emacs-basic-display): New defvar.
9453 (fancy-splash-text): Correct name of menu item.
9454
9455 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9456
9457 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9458 lines in one node.
9459
9460 * comint.el (comint-send-input): New arg ARTIFICIAL.
9461 Callers in this file changed.
9462
9463 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9464
9465 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9466
9467 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9468
9469 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9470 `ldap-search-internal'.
9471
9472 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9473
9474 * files.el (set-auto-mode-1): Use line-end-position.
9475
9476 * international/latin-1.el:
9477 * international/latin-2.el:
9478 * international/latin-3.el:
9479 * international/latin-4.el:
9480 * international/latin-5.el:
9481 * international/latin-8.el:
9482 * international/latin-9.el: Give punctuation syntax to NBSP.
9483
9484 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9485 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9486 Use char-classes to accept non-ascii letters, accepted in some recent
9487 bibtex implementations.
9488
9489 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9490
9491 * custom.el (custom-set-minor-mode): Any non-nil value for the
9492 variable should enable the mode when set through Custom.
9493
9494 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9497 TAB binding so tab-always-indent is obeyed.
9498 (vhdl-minibuffer-local-map): Move initialization into declaration.
9499 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9500 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9501 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9502 (vhdl-current-line): Use line-beginning-position.
9503 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9504 with-output-to-temp-buffer, so the current position can be recorded.
9505
9506 2005-04-10 Masatake YAMATO <jet@gyve.org>
9507
9508 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9509 Add regexp for gcov.
9510
9511 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9512
9513 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9514 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9515 syntax which Emacs 20 doesn't support.
9516
9517 2005-04-09 Richard M. Stallman <rms@gnu.org>
9518
9519 * help.el (describe-key-briefly, describe-key):
9520 Replace strings as event types with "(any string)".
9521
9522 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * arc-mode.el (archive-mode-map): Move initialization into
9525 the declaration. Override *all* bindings of `undo'.
9526 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9527
9528 2005-04-09 Jay Belanger <belanger@truman.edu>
9529
9530 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9531
9532 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9533
9534 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9535 (xterm-register-default-colors): Update color values computation
9536 to match xterm-200.
9537
9538 2005-04-09 Kenichi Handa <handa@m17n.org>
9539
9540 * international/code-pages.el (iso-latin-7): Fix the map.
9541
9542 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9543
9544 * emacs-lisp/lisp.el (defun-prompt-regexp)
9545 (parens-require-spaces, buffer-end, end-of-defun)
9546 (insert-parentheses): Doc fixes.
9547
9548 2005-04-08 Kim F. Storm <storm@cua.dk>
9549
9550 * comint.el (comint-highlight-prompt): Fix face spec.
9551 * hi-lock.el (hi-green): Likewise.
9552
9553 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9554
9555 * cus-edit.el (custom-modified-face):
9556 * comint.el (comint-highlight-input): Fix previous changes.
9557 * term.el (term-handle-ansi-escape): Add a comment.
9558
9559 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9560
9561 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9562 in the buffer and in whitespace-highlighted-space.
9563 (whitespace-unhighlight-the-space): Simplify.
9564 (whitespace-buffer): Simplify.
9565
9566 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9567
9568 * textmodes/table.el (table-cell-face): Add special case for
9569 displays supporting a high number of colors.
9570 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9571 (vhdl-font-lock-reserved-words-face)
9572 (vhdl-speedbar-architecture-face)
9573 (vhdl-speedbar-instantiation-face)
9574 (vhdl-speedbar-architecture-selected-face)
9575 (vhdl-speedbar-instantiation-selected-face): Likewise.
9576 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9577 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9578 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9579 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9580 (ebrowse-progress-face): Likewise.
9581 * progmodes/compile.el (compilation-info-face): Likewise.
9582 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9583 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9584 * calendar/calendar.el (diary-face): Likewise.
9585 * woman.el (woman-italic-face, woman-bold-face)
9586 (woman-unknown-face): Likewise.
9587 * wid-edit.el (widget-button-pressed-face): Likewise.
9588 * whitespace.el (whitespace-highlight-face): Likewise.
9589 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9590 * pcvs-info.el (cvs-marked-face): Likewise.
9591 * info.el (info-xref): Likewise.
9592 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9593 * hilit-chg.el (highlight-changes-face)
9594 (highlight-changes-delete-face): Likewise.
9595 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9596 (hi-red-b): Likewise.
9597 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9598 * font-lock.el (font-lock-keyword-face)
9599 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9600 * cus-edit.el (custom-invalid-face, custom-modified-face)
9601 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9602 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9603 * comint.el (comint-highlight-prompt): Likewise.
9604
9605 2005-04-08 Lute Kamstra <lute@gnu.org>
9606
9607 * font-lock.el (font-lock-keywords): Docstring fixes.
9608
9609 2005-04-08 Kenichi Handa <handa@m17n.org>
9610
9611 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9612 chars are more than a limit, print " and more..." at the tail.
9613
9614 2005-04-08 Kim F. Storm <storm@cua.dk>
9615
9616 * emacs-lisp/authors.el (authors-aliases): Update list.
9617 (authors-ignored-files): New list.
9618 (authors-fixed-entries): Fix typo.
9619 (authors-renamed-files-alist): Update list.
9620 (authors-add): Check authors-ignored-files.
9621
9622 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9623
9624 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9625 optional, to ensure backward compatibility.
9626
9627 2005-04-08 Stephen Eglen <stephen@gnu.org>
9628
9629 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9630
9631 2005-04-08 Kim F. Storm <storm@cua.dk>
9632
9633 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9634
9635 * mouse.el (mouse-on-link-p): Doc fix.
9636
9637 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9638
9639 * ielm.el (ielm-prompt-read-only): Doc fix.
9640
9641 * comint.el (comint-prompt-read-only): Doc fix.
9642
9643 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9644
9645 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9646 ensure dired always handles wildcards passed to ffap.
9647 (find-file-at-point): Use it.
9648 (ffap-dired-wildcards): Doc fix.
9649
9650 2005-04-07 Juri Linkov <juri@jurta.org>
9651
9652 * simple.el (next-error-overlay-arrow-position): New defvar.
9653 Put "=>" on its property `overlay-arrow-string'. Add it to
9654 `overlay-arrow-variable-list'.
9655
9656 * progmodes/compile.el (compilation-setup):
9657 Set `next-error-overlay-arrow-position' to nil. Also set it to
9658 nil in the local hook `kill-buffer-hook'. Make local variable
9659 `overlay-arrow-string' and set it to "=>".
9660 (compilation-goto-locus): Set BOL position to
9661 `next-error-overlay-arrow-position' instead of
9662 `overlay-arrow-position'.
9663
9664 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9665 locally instead of adding it to the global hook.
9666 (Info-kill-buffer): Move up.
9667
9668 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9669
9670 * term/xterm.el (xterm-standard-colors): Update color values from
9671 xterm-200.
9672
9673 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9676
9677 * fast-lock.el:
9678 * lazy-lock.el: Move them to the obsolete subdir.
9679
9680 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9681
9682 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9683 (wdired-add-replace-advice): Remove.
9684 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9685
9686 2005-04-06 Kim F. Storm <storm@cua.dk>
9687
9688 * startup.el (command-line): Add --bare-bones alias for -Q.
9689
9690 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9691
9692 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9693 create the startup fontset if a font specification ends with
9694 `mac-roman'.
9695
9696 2005-04-06 Lute Kamstra <lute@gnu.org>
9697
9698 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9699 change.
9700
9701 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9702 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9703
9704 2005-04-05 Lute Kamstra <lute@gnu.org>
9705
9706 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9707 (define-generic-mode): Ditto. Fix debug declaration.
9708
9709 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9710 Put them in the generic-x group.
9711
9712 * calendar/timeclock.el (timeclock): Doc fix.
9713
9714 * generic.el (define-generic-mode): Don't use custom-current-group.
9715 Document default :group value.
9716 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9717 (define-global-minor-mode): Don't use custom-current-group.
9718
9719 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9720
9721 * startup.el (command-line-1): Display startup-echo-area-message
9722 when fancy splash screen is in use.
9723
9724 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9725 (sh-escaped-newline): New face.
9726 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9727 newline, and use sh-escaped-newline face.
9728
9729 * progmodes/tcl.el (tcl-escaped-newline): New face.
9730 (tcl-builtin-list): New variable.
9731 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9732 newlines. Fix keywords subexpression number.
9733
9734 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9735
9736 * textmodes/org.el (org-diary-default-entry): Fix call to
9737 `add-to-diary-entry'.
9738
9739 2005-04-05 Kim F. Storm <storm@cua.dk>
9740
9741 * ediff-init.el: Use (featurep 'xemacs).
9742
9743 2005-04-05 David Ponce <david@dponce.com>
9744
9745 * cus-edit.el (face): Derive from symbol widget. Display sample
9746 of the current face on the fly.
9747 (widget-face-sample-face-get, widget-face-notify): New functions.
9748 (widget-face-value-create): Remove.
9749
9750 * wid-edit.el (widget-field-end): Temporarily remove field
9751 narrowing before to call `get-char-property'.
9752
9753 2005-04-04 Jay Belanger <belanger@truman.edu>
9754
9755 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9756 (math-read-subscripts): New variable.
9757 (math-read-preprocess-string): Process subscripts.
9758
9759 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9760
9761 * comint.el (comint-prompt-read-only): Doc fix.
9762
9763 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9764 `-1'. Doc fix.
9765
9766 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9767
9768 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9769 Change default value to nil.
9770
9771 2005-04-04 Lute Kamstra <lute@gnu.org>
9772
9773 * autorevert.el (auto-revert-mode): Specify :group.
9774 * battery.el (display-battery-mode): Specify :group.
9775 * diff-mode.el (diff-minor-mode): Specify :group.
9776 * font-core.el (font-lock-mode): Specify :group.
9777 * hl-line.el (hl-line-mode): Specify :group.
9778 * iimage.el (iimage): New customization group.
9779 (iimage-mode): Specify :group.
9780 * longlines.el (longlines-mode): Specify :group.
9781 * master.el: Don't require easy-mmode.
9782 (master): New customization group.
9783 (master-mode): Specify :group.
9784 * msb.el (msb-mode): Specify :group.
9785 * reveal.el (reveal-mode): Specify :group.
9786 * simple.el (next-error-follow-minor-mode): Specify :group.
9787 * smerge-mode.el (smerge-mode): Specify :group.
9788 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9789 * emulation/cua-base.el (cua-mode): Specify :group.
9790 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9791 * language/thai-util.el (thai-auto-composition-mode)
9792 (thai-word-mode): Specify :group.
9793 * mail/supercite.el (sc-minor-mode): Specify :group.
9794 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9795 * progmodes/flymake.el (flymake-mode): Specify :group.
9796 * progmodes/glasses.el (glasses-mode): Specify :group.
9797 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9798 * textmodes/enriched.el (enriched-mode): Specify :group.
9799 * textmodes/refill.el (refill-mode): Specify :group.
9800
9801 * add-log.el (change-log-font-lock-keywords): Names in
9802 parenthesized lists can contain spaces.
9803
9804 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9805
9806 * startup.el (fancy-splash-text): Shorten default text of
9807 "Emacs Tutorial" line. Also, if the current language env
9808 indicates an available tutorial file other than TUTORIAL,
9809 extract its title and append it to the line in parentheses.
9810 (fancy-splash-insert): If arg is a thunk, funcall it.
9811
9812 2005-04-04 Jay Belanger <belanger@truman.edu>
9813
9814 * calc.el (calc-language-alist): Add tags to customization type.
9815
9816 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9817
9818 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9819 Doc fix.
9820
9821 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9822
9823 * add-log.el (change-log-font-lock-keywords): The manual
9824 describing a Change Log entry, says: (...) "Aside from these
9825 header lines, every line in the change log starts with a space or
9826 a tab.". The font-lock was not highlighting lines started with
9827 spaces, added support for it.
9828
9829 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9830
9831 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9832 (bibtex-generate-url-list): Update docstring accordingly. Put the
9833 complex example in the docstring.
9834 (bibtex-font-lock-url): Use pop.
9835
9836 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9839
9840 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9841
9842 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9843
9844 * filesets.el (filesets-set-default): Doc fix.
9845
9846 2005-04-03 Lute Kamstra <lute@gnu.org>
9847
9848 * generic.el (define-generic-mode): Add argument to specify
9849 keywords for defcustom.
9850 (default-generic-mode): Specify :group.
9851
9852 * generic-x.el: Specify :group for all generic modes.
9853
9854 * desktop.el (desktop-no-desktop-file-hook)
9855 (desktop-after-read-hook): Doc fix.
9856
9857 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9858
9859 * simple.el (visible-mode): Use explicit :group keyword.
9860 This changes the group of `visible-mode-hook' from paren-blinking
9861 to editing-basics.
9862
9863 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9864
9865 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9866 mailbox specifications as well as URLs.
9867 (rmail-insert-inbox-text): Remove unused conditional branches.
9868
9869 2005-04-01 Jay Belanger <belanger@truman.edu>
9870
9871 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9872 (calc-gnuplot-print-command): Move definitions to calc.el.
9873
9874 * calc/calc-embed.el (calc-embedded-announce-formula)
9875 (calc-embedded-open-formula, calc-embedded-close-formula)
9876 (calc-embedded-open-word, calc-embedded-close-word)
9877 (calc-embedded-open-plain, calc-embedded-close-plain)
9878 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9879 (calc-embedded-open-mode, calc-embedded-close-mode):
9880 Move definitions to calc.el.
9881
9882 * calc/calc.el (calc-settings-file, calc-language-alist):
9883 Make customizable.
9884 (calc-embedded-announce-formula, calc-embedded-open-formula)
9885 (calc-embedded-close-formula, calc-embedded-open-word)
9886 (calc-embedded-close-word, calc-embedded-open-plain)
9887 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9888 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9889 (calc-embedded-close-mode, calc-gnuplot-name)
9890 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9891 from other files and make customizable.
9892
9893 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9896 Use buffer-live-p.
9897 (cvs-mode-run): Don't call cvs-update-header here.
9898 (cvs-run-process): Call cvs-update-header.
9899 Use process properties for cvs-postprocess and cvs-buffer so that
9900 the sentinel can behave better if the temp buffer is killed.
9901 Use a pipe rather than a tty, to better handle unexpected prompts.
9902 (cvs-sentinel): Rewrite. Call cvs-update-header.
9903
9904 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9905
9906 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9907 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9908
9909 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9910
9911 * generic.el (define-generic-mode): Add indentation rule.
9912
9913 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9914
9915 * files.el (mode-require-final-newline): Make Custom correctly
9916 report a nil value and allow to set it to nil via Custom.
9917 Doc fix.
9918
9919 2005-04-01 Kenichi Handa <handa@m17n.org>
9920
9921 * international/characters.el: Enable the correct case setting for
9922 dotless-i and dotted-I.
9923
9924 2005-04-01 Kim F. Storm <storm@cua.dk>
9925
9926 * ido.el (ido-file-internal): Fall back to non-ido command if
9927 initial directory is on slow ftp (or tramp) host.
9928
9929 2005-03-31 Richard M. Stallman <rms@gnu.org>
9930
9931 * emacs-lisp/autoload.el (make-autoload):
9932 Handle define-global-minor-mode.
9933
9934 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9935 Rename from easy-mmode-define-global-mode.
9936 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9937
9938 * progmodes/scheme.el (scheme-mode-syntax-table):
9939 Update syntax of | and # for two-character comment syntax.
9940
9941 2005-03-31 Lute Kamstra <lute@gnu.org>
9942
9943 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9944 (define-minor-mode): Call custom-current-group at load-time.
9945
9946 * generic.el (define-generic-mode): Add debug declaration.
9947 Add defcustom for the mode hook.
9948 (generic-mode-internal): Use run-mode-hooks.
9949
9950 2005-03-31 Kim F. Storm <storm@cua.dk>
9951
9952 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9953 (mouse-fixup-help-message): New defun called by show_help_echo
9954 to fixup mouse-2 prefix in help messages when applicable.
9955
9956 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9957
9958 2005-03-31 Kenichi Handa <handa@m17n.org>
9959
9960 * language/thai-word.el (thai-find-word-ends): Pay attention to
9961 the case that we reach the end of buffer.
9962
9963 * textmodes/fill.el (fill-text-properties-at): New function.
9964 (fill-newline): Use fill-text-properties-at instead of
9965 text-properties-at.
9966
9967 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9968
9969 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9970 not comint-quote-filename.
9971
9972 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
9973
9974 * help-fns.el (help-with-tutorial): Revert last change.
9975
9976 2005-03-31 Kim F. Storm <storm@cua.dk>
9977
9978 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9979
9980 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
9981
9982 * calendar/cal-china.el: Update reference to "Calendrical
9983 Calculations" book; there's a new edition.
9984 * calendar/cal-coptic.el: Likewise.
9985 * calendar/cal-french.el: Likewise.
9986 * calendar/cal-hebrew.el: Likewise.
9987 * calendar/cal-islam.el: Likewise.
9988 * calendar/cal-iso.el: Likewise.
9989 * calendar/cal-julian.el: Likewise.
9990 * calendar/cal-mayan.el: Likewise.
9991 * calendar/cal-persia.el: Likewise.
9992 * calendar/calendar.el: Likewise.
9993 * calendar/holidays.el: Likewise.
9994 * calendar/lunar.el: Likewise.
9995 * calendar/solar.el: Likewise.
9996
9997 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9998 white space from doc string.
9999
10000 2005-03-30 Jay Belanger <belanger@truman.edu>
10001
10002 * calc/calc-help.el (calc-full-help): Remove email address.
10003
10004 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10005
10006 * help-fns.el (help-with-tutorial): Delete title line.
10007
10008 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10009
10010 * calendar/cal-x.el (calendar-one-frame-setup)
10011 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10012 rather than 'symbol for set-window-dedicated-p.
10013
10014 * calendar/appt.el (appt-buffer-name): Make it a constant.
10015 (appt-add): Doc fix.
10016
10017 * filesets.el (filesets-menu-path, filesets-menu-before)
10018 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10019 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10020 (filesets-add-submenu): Delete and use add-submenu instead.
10021
10022 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10023
10024 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10025 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10026 (org-diary-default-entry): New function.
10027 (org-get-entries-from-diary): Better parsing of diary entries.
10028 (org-agenda-check-no-diary): New function.
10029 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10030 linking to diary entries.
10031 (org-agenda-execute-calendar-command): New function.
10032 (org-agenda): Improve visible section in window.
10033 Use `org-fit-agenda-window'.
10034 (org-fit-agenda-window): New option.
10035 (org-move-subtree-down): Better handling of empty lines
10036 at end of subtree.
10037 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10038 levels up.
10039 (org-fontify-done-headline): New option.
10040 (org-headline-done-face): New face.
10041 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10042 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10043 When current field is non-empty, it is copied to next row.
10044 (org-table-copy-from-above): Fix bug which made it
10045 impossible to copy fields containing only a single non-white character.
10046
10047 2005-03-30 Kim F. Storm <storm@cua.dk>
10048
10049 * kmacro.el (kmacro-end-macro): Isearch may store this command
10050 into the macro -- so ignore it when executing keyboard macro.
10051
10052 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10053
10054 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10055
10056 2005-03-29 Kenichi Handa <handa@m17n.org>
10057
10058 * language/thai.el ("Thai"): Set setup-function and exit-function
10059 for Thai language environment.
10060
10061 * language/thai-util.el: Require thai-word.
10062 (thai-word-mode-map): New variable.
10063 (thai-word-mode): New minor mode.
10064 (setup-thai-language-environment-internal): New function.
10065 (exit-thai-language-environment-internal): New function.
10066
10067 * language/thai-word.el (thai-word-table): Declare it by defvar,
10068 use dolist to initialize it.
10069 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10070 (thai-fill-find-break-point): New functions.
10071
10072 2005-03-29 Richard M. Stallman <rms@gnu.org>
10073
10074 * simple.el (idle-update-delay): Move definition up.
10075 (set-mark): Doc fix.
10076
10077 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10078
10079 * longlines.el: New file.
10080
10081 * simple.el (buffer-substring-filters): New variable.
10082 (filter-buffer-substring): New function.
10083 (kill-region, copy-region-as-kill): Use it.
10084
10085 * register.el (copy-to-register, append-to-register)
10086 (prepend-to-register): Use filter-buffer-substring.
10087
10088 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10089
10090 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10091 (gud-filter-pending-text): Move in front of gdb.
10092 (gud-overlay-arrow-position): New variable.
10093 (gud-sentinel, gud-display-line): Use it in place of
10094 overlay-arrow-position.
10095
10096 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10097
10098 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10099 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10100 (fortran-font-lock-keywords-4): New variable.
10101 (fortran-blocks-re, fortran-end-block-re)
10102 (fortran-start-block-re): New constants, for hideshow.
10103 (hs-special-modes-alist): Add a Fortran entry.
10104 (fortran-mode-map): Bind fortran-end-of-block,
10105 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10106 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10107 (fortran-looking-at-if-then, fortran-end-of-block)
10108 (fortran-beginning-of-block): New functions, for hideshow.
10109
10110 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10111 Doc fix. Tweak regexp.
10112 (f90-beginning-of-block): Push mark first.
10113
10114 2005-03-29 Jay Belanger <belanger@truman.edu>
10115
10116 * calc/calc.el: Update copyright date.
10117 (calc-version): Increase to 2.1.
10118 (calc-version-date): Remove.
10119
10120 * calc/calc-help.el: Update copyright date.
10121 (calc-full-help): Remove reference to calc-version-date.
10122 Update copyright date.
10123
10124 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * vc.el (vc-do-command): Use a pipe for async processes, so password
10127 prompts don't show up at places where the user can't reply.
10128
10129 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10130
10131 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10132 on the file name we pass to the inferior shell.
10133
10134 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10135
10136 * progmodes/which-func.el (which-function): Be robust in the face of an
10137 imenu--make-index-alist failure.
10138
10139 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10140
10141 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10142
10143 * progmodes/python.el (python-preoutput-filter): Fix last change.
10144
10145 2005-03-29 Lute Kamstra <lute@gnu.org>
10146
10147 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10148 functions and compiled macros.
10149 (debug-convert-byte-code): Handle macros too.
10150 (debug-on-entry-1): Don't signal an error when trying to clear a
10151 function that is not set to debug on entry.
10152
10153 2005-03-29 Jay Belanger <belanger@truman.edu>
10154
10155 * calc/calc-lang.el: Add functions to math-function-table
10156 properties of tex and math.
10157
10158 2005-03-29 Kenichi Handa <handa@m17n.org>
10159
10160 * ps-mule.el (ps-mule-plot-string): Translate characters by
10161 ps-print-translation-table.
10162 (ps-mule-begin-job): Call find-charset-region/string with
10163 ps-print-translation-table.
10164 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10165
10166 * ps-print.el (ps-print-translation-table): New variable.
10167 (ps-plot-region): Translate characters by ps-print-translation-table.
10168
10169 2005-03-29 Juri Linkov <juri@jurta.org>
10170
10171 * simple.el (next-error-highlight-timer): New variable.
10172
10173 * progmodes/compile.el (compilation-goto-locus):
10174 Use `next-error-highlight-timer' instead of `sit-for'.
10175
10176 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * mail/supercite.el (sc-mail-field): Use assoc-string.
10179 (sc-get-address): Simplify regexps.
10180
10181 * files.el (minibuffer-with-setup-hook): New macro.
10182 (find-file-read-args): Use it to avoid let-binding
10183 minibuffer-with-setup-hook (which breaks turning on/off
10184 file-name-shadow-mode while in the prompt).
10185
10186 * complete.el (PC-read-include-file-name-internal): Use
10187 test-completion.
10188
10189 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10190
10191 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10192
10193 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10194
10195 * window.el (window-buffer-height): Use count-screen-lines.
10196
10197 * progmodes/python.el (python-preoutput-leftover): New var.
10198 (python-preoutput-filter): Use it.
10199 (python-send-receive): Loop until all the result has been received.
10200
10201 2005-03-28 Juri Linkov <juri@jurta.org>
10202
10203 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10204
10205 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10206 "Recover Crashed Session".
10207 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10208 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10209 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10210 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10211 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10212 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10213 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10214 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10215
10216 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10217 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10218 Ediff Sessions", "Toggle use of separate control buffer frame",
10219 "Use separate frame for Ediff control buffer".
10220
10221 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10222 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10223 "Rename Bookmark", "Delete Bookmark".
10224
10225 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10226 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10227 Add `:active Info-index-alternatives' to "Next Matching Item".
10228
10229 * wdired.el (wdired-change-to-wdired-mode):
10230 Mention `wdired-abort-changes' key in the initial message.
10231
10232 * international/mule.el (auto-coding-alist): Associate non-ascii
10233 image filename extensions with `no-conversion'.
10234
10235 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10236
10237 * international/iso-acc.el:
10238 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10239
10240 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10241
10242 * textmodes/sgml-mode.el (html-mode): Doc update.
10243
10244 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10245
10246 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10247
10248 * term.el (term-move-columns): Fix face after extending a line.
10249 (term-insert-spaces): Likewise.
10250 (term-reset-terminal): Fix off by one error.
10251
10252 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10253
10254 * international/mule.el (auto-coding-alist): Add .xpi files.
10255
10256 * files.el (auto-mode-alist): Add .xpi files.
10257
10258 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10259
10260 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10261
10262 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10263
10264 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10265
10266 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10267
10268 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10269 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10270
10271 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10272 cursor to Jan 1 when needed.
10273 (calendar-end-of-year): Fix -/+ typo.
10274 Reported by Chong Yidong <cyd@stupidchicken.com>.
10275
10276 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10277
10278 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10279
10280 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10281 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10282
10283 2005-03-25 Richard M. Stallman <rms@gnu.org>
10284
10285 * filesets.el (filesets-init): Add autoload.
10286
10287 * mail/mailalias.el (mail-directory): Doc fix.
10288
10289 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10290
10291 * mail/mailalias.el (mail-directory-process): Do nothing if
10292 mail-directory-process is an atom.
10293 (mail-get-names): Ignore mail-directory-names if it is an atom.
10294 (mail-directory-process defvar): Doc fix.
10295 (mail-names): Doc fix.
10296
10297 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10298
10299 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10300
10301 2005-03-26 Kenichi Handa <handa@m17n.org>
10302
10303 * international/mule-util.el (detect-coding-with-priority):
10304 Call update-coding-systems-internal before detect-coding-region.
10305
10306 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10307
10308 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10309 (gdb-frames-mode-map): Add follow-link property.
10310
10311 2005-03-25 Jay Belanger <belanger@truman.edu>
10312
10313 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10314 for variables.
10315
10316 2005-03-25 Juri Linkov <juri@jurta.org>
10317
10318 * image-mode.el: Optimize image filename extension regexps in
10319 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10320 in `auto-mode-alist'.
10321 (image-mode): Add `image-toggle-display-text' to local hook
10322 `change-major-mode-hook'. Display the image as an image by
10323 default. Set `cursor-type' and `truncate-lines' if the image
10324 is already displayed. Take into account the current mode (image
10325 or text) in message.
10326 (image-minor-mode): New minor mode.
10327 (image-mode-maybe, image-toggle-display-text): New functions.
10328 (image-toggle-display): Use called-interactively-p.
10329 Let-bind `inhibit-read-only' to t.
10330
10331 * image-mode.el (image-minor-mode): Set `cursor-type' and
10332 `truncate-lines' if the image is already displayed. Add turning
10333 image-minor-mode off to `change-major-mode-hook'. Add message.
10334 Call `image-toggle-display-text' after turning image-minor-mode off.
10335
10336 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10337
10338 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10339 Terminal.app, use utf-8.
10340 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10341 (set-locale-environment): Use it.
10342
10343 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10344
10345 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10346
10347 * progmodes/python.el (python-close-block-statement-p)
10348 (python-outdent-p, python-current-defun): Use symbol-end.
10349
10350 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10351
10352 * files.el (save-some-buffers): Doc fix.
10353
10354 2005-03-25 Werner Lemberg <wl@gnu.org>
10355
10356 * complete.el, thumbs.el: Replace `legal' with `valid'.
10357 * calendar/calendar.el: Replace `legal' with `valid'.
10358 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10359 * mail/supercite.el: Replace `legal' with `valid'.
10360 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10361 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10362 Replace `legal' with `valid'.
10363 * textmodes/reftex-vars.el, textmodes/reftex.el:
10364 Replace `legal' with `valid'.
10365
10366 2005-03-25 Werner Lemberg <wl@gnu.org>
10367
10368 * calc/calc-forms.el, calc/calc-sel.el:
10369 * midnight.el, vc-cvs.el:
10370 * emacs-lisp/cl-macs.el:
10371 * emulation/vip.el:
10372 * eshell/esh-io.el, eshell/esh-var.el:
10373 * mail/supercite.el:
10374 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10375 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10376 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10377 * progmodes/sh-script.el, progmodes/xscheme.el:
10378 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10379 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10380 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10381 * textmodes/reftex.el, textmodes/org.el:
10382 Replace `illegal' with `invalid'.
10383
10384 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10385
10386 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10387 (flymake-find-buildfile, flymake-find-possible-master-files)
10388 (flymake-check-include, flymake-parse-line): Replace loops over the
10389 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10390
10391 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10392 Substitute file-name-as-directory in the rest of the file.
10393 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10394 (flymake-replace-region): Remove unused arg `buffer'.
10395 (flymake-check-patch-master-file-buffer): Update calls to it.
10396 (flymake-add-err-info): Remove unused var `count'.
10397 (flymake-mode): Use define-minor-mode.
10398
10399 * progmodes/flymake.el: Use with-current-buffer.
10400 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10401 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10402 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10403 Avoid testing for `xemacs'.
10404 (flymake-nop): Move.
10405 (flymake-region-has-flymake-overlays): Return the computed value.
10406 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10407 Remove unused var `endline'.
10408 (flymake-get-line-count): Remove unused function.
10409 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10410
10411 * emulation/vi.el:
10412 * generic.el:
10413 * hilit-chg.el (global-highlight-changes):
10414 * hi-lock.el (hi-lock-mode):
10415 * follow.el: find-file-hooks -> find-file-hook.
10416
10417 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10418
10419 2005-03-24 Juri Linkov <juri@jurta.org>
10420
10421 * dired.el (dired-mode-map): Add menu item "Compare directories"
10422 for dired-compare-directories.
10423
10424 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10425 Doc fix. Replace `read-file-name' with `read-directory-name'.
10426
10427 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10430
10431 2005-03-24 Jay Belanger <belanger@truman.edu>
10432
10433 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10434 relevant mode settings in calc-embedded-original-modes when modes
10435 are permanently changed.
10436
10437 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * autoinsert.el: find-file-hooks -> find-file-hook.
10440
10441 2005-03-24 Lute Kamstra <lute@gnu.org>
10442
10443 * generic.el (generic-font-lock-defaults): Make it obsolete.
10444 (generic-font-lock-keywords): New variable to replace
10445 generic-font-lock-defaults.
10446 (generic-mode-set-font-lock): Delete it.
10447 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10448 (generic-bracket-support): Add docstring.
10449
10450 * generic-x.el: Rename generic-font-lock-defaults to
10451 generic-font-lock-keywords throughout.
10452 (mailagent-rules-setup-function): Delete it.
10453 (mailagent-rules-generic-mode): Use anonymous function instead.
10454 (show-tabs-generic-mode-font-lock-defaults-1)
10455 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10456 Quote faces.
10457 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10458 not foreground.
10459
10460 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10461 Recognize define-generic-mode.
10462
10463 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10466 if there's no completion table.
10467
10468 2005-03-23 Miles Bader <miles@gnu.org>
10469
10470 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10471 Remove tty-specific variants, as they're no longer needed.
10472
10473 2005-03-23 Lute Kamstra <lute@gnu.org>
10474
10475 * generic-x.el: Code cleanup: make args constant whenever possible.
10476 (installshield-statement-keyword-list)
10477 (installshield-system-functions-list)
10478 (installshield-system-variables-list, installshield-types-list)
10479 (installshield-funarg-constants-list): Make them constants.
10480
10481 * generic.el (generic-make-keywords-list): Add autoload cookie.
10482
10483 * calendar/time-date.el: Add comment on time value formats.
10484 Don't require parse-time.
10485 (with-decoded-time-value): New macro.
10486 (encode-time-value): New function.
10487 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10488 (days-to-time): Return a valid time value when arg is huge.
10489 (time-since): Use time-subtract.
10490 (time-to-number-of-days): Use time-to-seconds.
10491
10492 2005-03-23 David Ponce <david@dponce.com>
10493
10494 * recentf.el: (recentf-keep): New option.
10495 (recentf-menu-action): Default to `find-file'.
10496 (recentf-keep-non-readable-files-flag)
10497 (recentf-keep-non-readable-files-p)
10498 (recentf-file-readable-p, recentf-find-file)
10499 (recentf-cleanup-remote): Remove.
10500 (recentf-include-p): More robust.
10501 (recentf-keep-p): New function.
10502 (recentf-remove-if-non-kept): Rename from
10503 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10504 All callers updated.
10505 (recentf-menu-items-for-commands): Fix help string.
10506 (recentf-track-closed-file): Update. Doc fix.
10507 (recentf-cleanup): Update. Count removed files. Doc fix.
10508
10509 2005-03-23 Kim F. Storm <storm@cua.dk>
10510
10511 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10512 Don't inherit from fringe face (now happens automatically).
10513
10514 2005-03-22 Kim F. Storm <storm@cua.dk>
10515
10516 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10517 position values.
10518
10519 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10520
10521 * menu-bar.el (showhide-date-time): Remove.
10522 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10523 (menu-bar-make-mm-toggle): Simplify.
10524
10525 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10526
10527 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10528 Accept qualified variable and function names.
10529
10530 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10531
10532 * bindings.el (completion-ignored-extensions):
10533 Remove ".lis" for `vax-vms'.
10534
10535 2005-03-22 Andreas Schwab <schwab@suse.de>
10536
10537 * generic-x.el: Revert last change.
10538 * ldefs-boot.el: Update.
10539
10540 2005-03-22 Jay Belanger <belanger@truman.edu>
10541
10542 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10543 (calc-embedded-save-original-modes)
10544 (calc-embedded-restore-original-modes): New functions.
10545 (calc-do-embedded): Save original modes when entering embedded mode
10546 and restore when leaving embedded mode.
10547 (calc-embedded-modes-change): Change the value of
10548 calc-embedded-original-modes to reflect permanent changes.
10549
10550 2005-03-22 Lute Kamstra <lute@gnu.org>
10551
10552 * generic-x.el: Require generic again.
10553
10554 2005-03-22 Miles Bader <miles@gnu.org>
10555
10556 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10557 Tweak details to look good on both ttys and bitmap displays, light
10558 or dark background, etc.
10559
10560 2005-03-21 Kim F. Storm <storm@cua.dk>
10561
10562 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10563 mouse position.
10564
10565 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * icomplete.el: Don't forcibly turn on the mode upon load.
10568 (icomplete-mode): Use define-minor-mode.
10569 (icomplete-eoinput): Default to nil.
10570 (icomplete-minibuffer-setup): Remove autoload.
10571 (icomplete-tidy): Simplify.
10572 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10573 in the initial state or if the user has modified the field.
10574 Fix handling of icomplete-max-delay-chars.
10575 Remove code that handles the oddball case where
10576 minibuffer-completion-table is an integer.
10577 Wrap icomplete-completions in while-no-input in case building
10578 completions takes more time than expected.
10579 (icomplete-completions): Simplify.
10580
10581 2005-03-21 Richard M. Stallman <rms@gnu.org>
10582
10583 * jka-compr.el (jka-compr-really-do-compress):
10584 Make variable buffer-local.
10585
10586 * image-mode.el: Handle .xpm files too.
10587 (image-toggle-display): Preserve modification flag.
10588
10589 * help.el (where-is): Don't mention aliases with no key bindings.
10590
10591 2005-03-21 Lute Kamstra <lute@gnu.org>
10592
10593 * generic.el: Fix commentary section. Don't require cl for
10594 compilation.
10595 (generic-mode-list): Add autoload cookie.
10596 (generic-use-find-file-hook, generic-lines-to-scan)
10597 (generic-find-file-regexp, generic-ignore-files-regexp)
10598 (generic-mode, generic-mode-find-file-hook)
10599 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10600 (define-generic-mode): Make it a defmacro. Fix docstring.
10601 (generic-mode-internal): Code cleanup. Add autoload cookie.
10602 (generic-mode-set-comments): Code cleanup.
10603 * generic-x.el: Don't prevent compilation. Don't require generic.
10604 Follow coding conventions. Minor code cleanup.
10605 (etc-fstab-generic-mode): Add some keywords.
10606 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10607 define-generic-mode like a function declaration.
10608
10609 2005-03-21 Jay Belanger <belanger@truman.edu>
10610
10611 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10612 changing modes.
10613
10614 2005-03-21 Sam Steingold <sds@gnu.org>
10615
10616 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10617
10618 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10619
10620 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10621 Add underscore to "f$ lexicals" regexp.
10622
10623 2005-03-20 Juri Linkov <juri@jurta.org>
10624
10625 * subr.el (progress-reporter-do-update): When `min-value' is equal
10626 to `max-value', set `percentage' to 0 and prevent division by zero.
10627
10628 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10629
10630 Sync with Tramp 2.0.48.
10631
10632 * net/tramp.el (all): Change all addresses to .gnu.org.
10633 (tramp-append-tramp-buffers): New defun.
10634 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10635 Catch `dont-send' signal.
10636 (tramp-set-auto-save-file-modes): Set always permissions, because
10637 there might be an old auto-saved file belonging to another
10638 original file. This could be a security threat. Reported by
10639 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10640 Check for Emacs 21.3.50 removed.
10641
10642 * net/tramp-smb.el (all): Remove debug construct for
10643 `with-parsed-tramp-file-name'.
10644 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10645 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10646 No error message if DIRECTORY or FILENAME doesn't exist.
10647 (tramp-smb-open-connection): Check existence of
10648 `tramp-smb-program'.
10649
10650 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10651
10652 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10653 Properly handle the case where the `m' or `s' command's argument is not
10654 yet terminated.
10655 (perl-indent-new-calculate): New function.
10656 (perl-indent-line): Use it.
10657
10658 2005-03-20 Miles Bader <miles@gnu.org>
10659
10660 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10661 in text-mode too. Change to new face names.
10662 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10663 Add `:weight bold' attribute.
10664 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10665
10666 2005-03-19 Juri Linkov <juri@jurta.org>
10667
10668 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10669
10670 * international/mule.el (auto-coding-alist): Sync with
10671 `auto-mode-alist' by adding upper case archive file extensions
10672 and adding ear/war to jar extension.
10673
10674 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10675
10676 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10677 running, restart it.
10678
10679 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10680
10681 * finder.el (finder-current-item): Throw an error on an empty line.
10682
10683 * man.el (Man-follow-manual-reference): If current-word returns
10684 nil, use "".
10685
10686 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10687
10688 * simple.el (goto-line): Doc fix.
10689
10690 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10691
10692 * files.el (save-buffer): Doc fix.
10693
10694 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10695
10696 * recentf.el (recentf-cleanup-remote): New variable.
10697 (recentf-cleanup): Use it to conditionally check availability of
10698 remote files.
10699
10700 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10701
10702 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10703 function names.
10704
10705 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10706
10707 * language/thai-word.el: New file.
10708
10709 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10710
10711 * files.el (backup-buffer): If the file's directory is not
10712 writable, use copy instead of move to backup the file.
10713
10714 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10715
10716 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10717
10718 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10719
10720 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10721 Use functionp instead of symbolp and fboundp. Reported by Drkm
10722 <darkman_spam@yahoo.fr>.
10723 (ps-print-version): New version 6.6.6.
10724
10725 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10726
10727 * textmodes/table.el (table--line-column-position): New idiom.
10728 (table--row-column-insertion-point-p): New function to test
10729 validity of row and column insertion operation at a location.
10730 (table-global-menu, table-cell-menu): Use above functions for
10731 deterministic test operation.
10732 (table--editable-cell-p): Behave in deterministic fashion.
10733
10734 2005-03-18 Juri Linkov <juri@jurta.org>
10735
10736 * isearch.el (isearch-lazy-highlight-new-loop):
10737 Make arguments beg and end optional.
10738 (isearch-update): Remove optional arguments nil from
10739 isearch-lazy-highlight-new-loop.
10740 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10741 isearch-lazy-highlight-case-fold-search instead of
10742 isearch-case-fold-search, and let-bind isearch-regexp to
10743 isearch-lazy-highlight-regexp.
10744 Use isearch-lazy-highlight-last-string instead of isearch-string.
10745
10746 * replace.el (perform-replace): Remove bindings of global
10747 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10748 Add three new arguments to `replace-highlight'.
10749 (replace-highlight): Add arguments string, regexp, case-fold.
10750 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10751 to allow isearch-lazy-highlight-new-loop to use these values
10752 to set corresponding isearch-lazy-highlight-* internal
10753 variables whose values lazy highlighting will use regardless of
10754 changes to global variables isearch-string, isearch-regexp,
10755 isearch-case-fold-search during lazy highlighting loop.
10756 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10757 to `lazy-highlight-cleanup'.
10758
10759 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10760 (ispell-highlight-face): Set default face to `isearch' when
10761 lazy highlighting is enabled.
10762 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10763 priority to 1. Add lazy highlighting.
10764 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10765 from `isearch-dehighlight'.
10766
10767 2005-03-18 David Ponce <david@dponce.com>
10768
10769 * files.el (hack-local-variables): Do a case-insensitive search
10770 for End.
10771
10772 2005-03-18 Juri Linkov <juri@jurta.org>
10773
10774 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10775 `isearch-lazy-highlight-cleanup', add alias to old name and
10776 declare obsolete. Add release numbers to other obsolete vars.
10777 (isearch-done, isearch-lazy-highlight-new-loop):
10778 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10779 (lazy-highlight-cleanup) <variable>: Doc fix.
10780 (isearch-lazy-highlight-update): Rename obsolete
10781 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10782
10783 2005-03-18 Kenichi Handa <handa@m17n.org>
10784
10785 * language/thai-util.el: Fix categorization of Thai characters in
10786 thai-category-table.
10787 (thai-composition-pattern): Adjust it for the above change.
10788 (thai-self-insert-command, thai-compose-syllable): New functions.
10789 (thai-compose-region): Use thai-compose-syllable.
10790 (thai-compose-string): Likewise.
10791 (thai-composition-function): Likewise.
10792 (thai-auto-composition): New function.
10793 (thai-auto-composition-mode): New minor mode.
10794
10795 * language/thai.el: Fix patterns to be registered in
10796 composition-function-table.
10797
10798 * international/quail.el (quail-input-method): Locally bind
10799 inhibit-modification-hooks to t.
10800
10801 2005-03-17 Richard M. Stallman <rms@gnu.org>
10802
10803 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10804 (perl-mode): Use run-mode-hooks.
10805
10806 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10807 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10808 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10809
10810 * mail/sendmail.el (sendmail-send-it): Reenable the code
10811 to compute resend-to-address and use it.
10812
10813 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10814
10815 * image-mode.el: New file.
10816
10817 * image.el (insert-sliced-image): Add autoload cookie.
10818
10819 * font-lock.el (font-lock-lines-before): New user option.
10820 (font-lock-after-change-function): Obey it.
10821
10822 * bindings.el (esc-map): Make M-g a prefix.
10823 Bind M-g g and M-g M-g to goto-line.
10824
10825 * faces.el (face-id): Doc fix.
10826
10827 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10828
10829 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10830 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10831 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10832
10833 * mail/sendmail.el (mail-yank-ignored-headers)
10834 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10835 Add Mail-Followup-To and Mail-Reply-To headers.
10836 (mail-citation-hook): Add autoload cookie.
10837 (mail-mode): Doc fix.
10838 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10839 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10840 (mail-mode-fill-paragraph): Handle those headers.
10841 (mail-mailing-lists): New variable.
10842 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10843
10844 2005-03-17 Juri Linkov <juri@jurta.org>
10845
10846 * isearch.el (isearch-fallback): Check for `(car previous)'
10847 before calling `isearch-other-end-state'.
10848
10849 2005-03-17 Kim F. Storm <storm@cua.dk>
10850
10851 * simple.el (move-beginning-of-line): Move to beginning of buffer
10852 line, as well as beginning of screen line.
10853
10854 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10855
10856 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10857 argument REDRAW rather than calendar-redrawing variable.
10858 * calendar/calendar.el (calendar-redrawing): Delete.
10859 (redraw-calendar): Do not bind calendar-redrawing.
10860
10861 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10862
10863 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10864 diary-file buffer.
10865
10866 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10867
10868 * help.el (describe-mode): Allow a :minor-mode-function property to
10869 specify a different minor mode toggle function than the variable.
10870 * simple.el (auto-fill-function):
10871 * subr.el (add-minor-mode): Use it.
10872
10873 2005-03-16 Kenichi Handa <handa@m17n.org>
10874
10875 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10876 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10877 (ethio-fidel-to-sera-buffer): Likewise.
10878
10879 2005-03-16 Juri Linkov <juri@jurta.org>
10880
10881 * emacs-lisp/find-func.el (find-function-regexp):
10882 Add defun-emitting macro `menu-bar-make-toggle'.
10883
10884 * isearch.el: Put `isearch-scroll' property to
10885 `split-window-horizontally'.
10886
10887 * info.el: Update error messages for `debug-ignored-errors'.
10888 (Info-isearch-search): Doc fix.
10889 (Info-find-node): Move up code to go into info buffer before
10890 recording the node to the history.
10891 (Info-fontify-node): Fontify titles only if the next line
10892 has two or more `*', `=', `-', `.'.
10893 Display "go to this node" for empty (match-string 3).
10894
10895 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10896
10897 * term/mac-win.el: Add mouse pointer shape constants.
10898
10899 2005-03-15 Kim F. Storm <storm@cua.dk>
10900
10901 * simple.el (move-beginning-of-line): Use vertical-motion.
10902
10903 2005-03-15 Juri Linkov <juri@jurta.org>
10904
10905 * isearch.el (isearch-error): New variable.
10906 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10907 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10908 (isearch-within-brackets-state): Remove.
10909 (isearch-case-fold-search-state, isearch-pop-fun-state):
10910 Decrease frame index.
10911 (isearch-mode, isearch-top-state, isearch-push-state)
10912 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10913 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10914 (isearch-search, isearch-lazy-highlight-new-loop):
10915 Replace `isearch-invalid-regexp' with `isearch-error'.
10916 Remove `isearch-within-brackets'.
10917 (isearch-search): Add `search-failed' handler to `condition-case'.
10918 (isearch-lazy-highlight-search): Add `condition-case' to catch
10919 errors and allow `isearch-lazy-highlight-update' to try
10920 highlighting from the beginning of the window.
10921 (isearch-repeat): Move up code to set isearch-wrapped to t
10922 before calling isearch-wrap-function.
10923
10924 * info.el (Info-isearch-initial-node): New internal variable.
10925 (Info-search): Signal an error in isearch mode when search leaves
10926 the initial node. Signal an error when `bound' is non-nil and
10927 nothing was found in the current subfile.
10928 (Info-isearch-search): Remove `condition-case'.
10929 (Info-isearch-wrap): Don't wrap when search failed during leaving
10930 the initial node. If `Info-isearch-search' is nil, wrap around
10931 the current node.
10932 (Info-isearch-start): New fun.
10933 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10934 `isearch-mode-hook'.
10935
10936 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10937
10938 * simple.el (normal-erase-is-backspace): Set default to t if
10939 running on Mac.
10940
10941 * term/mac-win.el (function-key-map): Sync with x-win.el.
10942
10943 2005-03-15 Kenichi Handa <handa@m17n.org>
10944
10945 * international/mule-cmds.el (locale-language-names): Modify the
10946 format of elements and add more entries.
10947 (locale-preferred-coding-systems): Add more entries.
10948 (set-locale-environment): Adjust for the change of
10949 locale-language-names.
10950
10951 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10952
10953 * pcvs.el (smerge-ediff): Remove bogus autoload.
10954
10955 2005-03-14 Lute Kamstra <lute@gnu.org>
10956
10957 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10958 Ignore a `*' at the beginning of a line.
10959
10960 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10961 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10962 subr.el.
10963 (dont-compile, eval-when-compile, eval-and-compile): Use declare
10964 to specify indentation.
10965
10966 * generic.el (define-generic-mode): Let generic-mode-list be a
10967 list of strings; test membership with equal.
10968
10969 2005-03-14 Kim F. Storm <storm@cua.dk>
10970
10971 * simple.el (next-line, previous-line): Add optional try-vscroll
10972 arg to recognize interactive use. Pass it on to line-move.
10973 (line-move): Don't perform auto-window-vscroll when defining or
10974 executing keyboard macro to ensure consistent behavior.
10975
10976 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10977
10978 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10979
10980 2005-03-13 Lute Kamstra <lute@gnu.org>
10981
10982 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10983 debugger-setup-buffer so that backtrace marks the frames set to
10984 debug-on-exit and we don't have to do it manually. Set an extra
10985 debug-on-exit for macro's.
10986 (debugger-setup-buffer): Don't mark the top frame manually.
10987
10988 2005-03-12 Lute Kamstra <lute@gnu.org>
10989
10990 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10991 lisp-indent-function throughout.
10992 (with-no-warnings): Set lisp-indent-function property.
10993
10994 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
10995
10996 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10997 Add entry for backslash.
10998
10999 2005-03-12 Juri Linkov <juri@jurta.org>
11000
11001 * info.el (Info-search): Four fixes for backward search.
11002
11003 2005-03-11 Jay Belanger <belanger@truman.edu>
11004
11005 * calc/calc.el (calc-language-alist): New variable.
11006 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11007 (calc-embedded-find-modes): Use calc-language-alist instead of
11008 calc-embedded-language-alist.
11009
11010 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11011
11012 * calendar/calendar.el (calendar-redrawing): New internal
11013 variable.
11014 (redraw-calendar): Remove bogus save-excursion from previous
11015 change. Bind calendar-redrawing to t for mark-diary-entries.
11016 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11017 calendar if that is why we were called.
11018
11019 2005-03-11 Kenichi Handa <handa@m17n.org>
11020
11021 * international/mule.el (make-coding-system): Set property
11022 coding-system-define-form to nil.
11023 (define-coding-system-alias): Likewise.
11024
11025 2005-03-11 Kenichi Handa <handa@m17n.org>
11026
11027 These changes are suggested by Dave Love <fx@gnu.org>.
11028
11029 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11030 coding: tag.
11031 (adaptive-fill-regexp): Add more bullets.
11032 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11033 regexps.
11034
11035 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11036
11037 * help.el (describe-mode): Properly handle non-trivial lighters.
11038 Don't ignore minor modes that are not listed in minor-mode-list.
11039
11040 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11041 feature ON when the user requests to turn it OFF.
11042
11043 2005-03-10 Lute Kamstra <lute@gnu.org>
11044
11045 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11046 (implement-debug-on-entry): New function to replace debug-entry-code.
11047 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11048 second argument as the 2005-03-07 change makes it obsolete.
11049 (debug-on-entry, cancel-debug-on-entry): Update call to
11050 debug-on-entry-1.
11051 (debug, debugger-setup-buffer): Comment update.
11052 (debugger-frame-number): Update to work with implement-debug-on-entry.
11053
11054 2005-03-10 Jay Belanger <belanger@truman.edu>
11055
11056 * calc/calc-embed.el (math-ms-args): Declare it.
11057 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11058 math-ms-args.
11059 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11060 variables.
11061
11062 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11063
11064 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11065 Use message-box.
11066
11067 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11068 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11069 (tooltip-gud-tips): Simplify.
11070 (tooltip-gud-tips-p): Remove superfluous :set.
11071 (tooltip-gud-modes): Add fortran-mode.
11072 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11073
11074 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11075
11076 2005-03-09 Kim F. Storm <storm@cua.dk>
11077
11078 * play/animate.el (animate-place-char): Use forward-line instead
11079 of next-line to improve performance.
11080
11081 2005-03-09 Simon Josefsson <jas@extundo.com>
11082
11083 * net/browse-url.el (browse-url-default-browser): Doc fix.
11084
11085 2005-03-09 Miles Bader <miles@gnu.org>
11086
11087 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11088 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11089
11090 2005-03-09 Kenichi Handa <handa@m17n.org>
11091
11092 * international/latin-1.el: Set case and syntax for 255 only if
11093 set-case-syntax-set-multibyte is nil.
11094
11095 * textmodes/ispell.el (ispell-insert-word): New function.
11096 (ispell-word): Use ispell-insert-word to insert a new word.
11097 (ispell-process-line): Likewise.
11098 (ispell-complete-word): Likewise.
11099
11100 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11101
11102 * calendar/calendar.el (redraw-calendar): Preserve point.
11103 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11104 (calendar-week-start-day): Move after definition of
11105 redraw-calendar. Delete buffer test, since redraw-calendar has
11106 that now.
11107
11108 * calendar/diary-lib.el (mark-diary-entries): Only call
11109 redraw-calendar in the first of any recursive calls.
11110 Reported by Alan Shutko <ats@acm.org>.
11111
11112 2005-03-08 Juri Linkov <juri@jurta.org>
11113
11114 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11115 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11116 (html-radio-buttons): Add a space before the trailing `/>' where
11117 sgml-xml-mode is non-nil.
11118 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11119 the subsequent tag of the empty XML tag.
11120 (html-href-anchor): Don't set initial input to "http:".
11121 (html-image): Ask for the image URL and set point inside alt="".
11122 (html-name-anchor): Duplicate the name in the `id' attribute when
11123 sgml-xml-mode is non-nil.
11124 (html-paragraph): Remove \n before <p>.
11125 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11126 instead of `checked' when sgml-xml-mode is non-nil.
11127
11128 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11129 Remove 1 space before #RRGGBB to not truncate it on terminal
11130 windows w/o fringes. Remove 1 space between bg and fg examples
11131 to get more space.
11132 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11133 avoid byte-compile warnings.
11134
11135 * image-file.el (image-file-handler): Put `safe-magic' property to
11136 `image-file-handler'.
11137
11138 * info.el (Info-isearch-search): Emulate word search in
11139 isearching through multiple Info nodes with Info-search.
11140 (Info-isearch-wrap): Allow isearch-word.
11141
11142 2005-03-08 Lute Kamstra <lute@gnu.org>
11143
11144 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11145 stepping into the debugger's code is not possible.
11146 (debugger-jumping-flag): Docstring update.
11147
11148 2005-03-08 Jay Belanger <belanger@truman.edu>
11149
11150 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11151 embedded mode begins.
11152 (calc-embedded-language-alist): New variable.
11153 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11154 set default language mode.
11155
11156 2005-03-08 Kenichi Handa <handa@m17n.org>
11157
11158 * international/ccl.el (define-ccl-program): Fix docstring about
11159 extra 256 bytes assured for the output buffer.
11160
11161 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11162 Fix BUFFER_MAGNIFICATION to 2.
11163 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11164
11165 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11166
11167 * align.el (align-rules-list): Added an alignment rule for CSS
11168 declarations (applies to css-mode and html-mode buffers).
11169
11170 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11173
11174 2005-03-07 Kim F. Storm <storm@cua.dk>
11175
11176 * simple.el (move-beginning-of-line): New command.
11177
11178 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11179
11180 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11181
11182 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11183 and move-beginning-of-line.
11184
11185 * apropos.el (apropos-print): Omit command from M-x ... RET.
11186
11187 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11188
11189 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11190 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11191
11192 2005-03-06 Richard M. Stallman <rms@gnu.org>
11193
11194 * bindings.el (esc-map): Bind M-g to goto-line.
11195
11196 * facemenu.el (global-map): Bind M-o, not M-g.
11197
11198 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11199
11200 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11201 "Open Directory" as for "Open File".
11202
11203 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11204
11205 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11206 (push-mark-command): Run activate-mark-hook.
11207
11208 2005-03-06 Richard M. Stallman <rms@gnu.org>
11209
11210 * help-mode.el (help-mode-finish): Don't alter the element
11211 in view-return-to-alist if there already is one.
11212
11213 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11214 make sure the current buffer is the expected one.
11215
11216 * novice.el (disabled-command-function): Output in *Disabled Command*.
11217 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11218
11219 * textmodes/flyspell.el (flyspell-large-region):
11220 Pass args differently for aspell.
11221
11222 * files.el (mode-require-final-newline): Doc fix.
11223
11224 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11225
11226 * progmodes/which-func.el (which-function):
11227 Specify NOERROR when calling imenu--make-index-alist.
11228
11229 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11230
11231 * simple.el (normal-erase-is-backspace): Define default value.
11232
11233 * custom.el (custom-theme-set-variables): Remove unused var
11234 `immediate'.
11235 (custom-reevaluate-setting): Simple function to handle variables
11236 that are defined before their default value can really be
11237 computed.
11238
11239 * startup.el (command-line): Use it for temporary-file-directory,
11240 small-emporary-file-directory, auto-save-file-name-transforms,
11241 blink-cursor-mode, and normal-erase-is-backspace.
11242
11243 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11244 progress, even with buggy anchored keywords.
11245
11246 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11247
11248 * simple.el (goto-line): Remove unbalanced final parenthesis.
11249
11250 2005-03-05 Richard M. Stallman <rms@gnu.org>
11251
11252 * simple.el (goto-line): Use a number at point as the default.
11253 With C-u as arg, switch buffers.
11254
11255 2005-03-05 Juri Linkov <juri@jurta.org>
11256
11257 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11258 with `no-blinking-cursor'.
11259
11260 * startup.el (no-blinking-cursor): New defvar.
11261 (command-line): Add `--no-blinking-cursor' to longopts.
11262 Set `no-blinking-cursor' to t for command line arguments
11263 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11264 with `no-blinking-cursor' in the condition for calling
11265 `blink-cursor-mode'.
11266
11267 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11268
11269 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11270 (menu-bar-options-save): Add blink-cursor-mode.
11271 (menu-bar-options-menu): Add blink-cursor-mode.
11272
11273 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11274
11275 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11276 (icalendar-export-file, icalendar-export-region)
11277 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11278 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11279
11280 2005-03-04 Lute Kamstra <lute@gnu.org>
11281
11282 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11283 (debug-function-list): Ditto.
11284
11285 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11286
11287 * textmodes/texinfmt.el (texinfo-append-refill):
11288 Redefine the types of line to which @refill
11289 is not appended by replacing a search for `@refill\\|@bye' with
11290 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11291 itemize@refill' bug and the unfilled long lines bug.
11292 (texinfmt-version): Update number and date.
11293
11294 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11295
11296 * international/code-pages.el (windows-1250, windows-125[2-8])
11297 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11298
11299 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11302 bound yet.
11303
11304 2005-03-02 Romain Francoise <romain@orebokech.com>
11305
11306 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11307 buffer after removing limits.
11308 (ibuffer-pop-filter): Ditto.
11309 Update copyright.
11310
11311 2005-03-02 Miles Bader <miles@gnu.org>
11312
11313 * button.el (make-text-button): If the user doesn't specify a
11314 type, use the default. Rewrite to use `add-text-properties' and
11315 plist functions.
11316
11317 2005-03-01 Lute Kamstra <lute@gnu.org>
11318
11319 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11320 (debugger-jumping-flag): New var.
11321 (debug-entry-code): Use it.
11322 (debugger-jump): Use debugger-jumping-flag and add
11323 debugger-reenable to post-command-hook.
11324 (debugger-reenable): Use debugger-jumping-flag and remove itself
11325 from post-command-hook.
11326 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11327 debugger-reenable.
11328
11329 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11330
11331 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11332 inclusion of "itemize\\|", which may be unnecessary, is certainly
11333 inelegant, and stops refilling in itemize lists when formatting
11334 Japanese Texinfo files to Info.
11335 Update copyright to 2005.
11336
11337 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11338
11339 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11340 of an error if GDB can't find the source file.
11341
11342 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11343
11344 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11345 not just the calendar.
11346
11347 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11348 first.
11349 (diary-redraw-calendar): New function.
11350 (make-diary-entry): Add diary-redraw-calendar to local
11351 write-contents-functions. Turn off selective display before
11352 inserting in diary.
11353
11354 2005-03-01 Kim F. Storm <storm@cua.dk>
11355
11356 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11357
11358 2005-03-01 Lute Kamstra <lute@gnu.org>
11359
11360 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11361 that debug-entry-code can be safely removed from a function while
11362 this code is being evaluated. Revert the 2005-02-27 change as the
11363 new implementation no longer requires it. Make sure that a
11364 function body containing just a string is not mistaken for a docstring.
11365 (debug): Skip one more frame in case of debug on entry.
11366 (debugger-setup-buffer): Delete one more frame line in case of
11367 debug on entry.
11368 (debugger-frame-number): Update to use the new text introduced by
11369 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11370
11371 2005-02-28 Kim F. Storm <storm@cua.dk>
11372
11373 * double.el (double-translate-key): Call force-window-update after
11374 read-event to avoid crash in redisplay.
11375
11376 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11377
11378 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11379 (debug): Use it. Move the inhibit-trace earlier.
11380 (debug-entry-code): New const.
11381 (debug-on-entry-1): Use it.
11382
11383 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11384
11385 * international/utf-16.el (ccl-encode-mule-utf-16le):
11386 Fix BUFFER_MAGNIFICATION to 2.
11387 (ccl-encode-mule-utf-16be): Likewise.
11388
11389 2005-02-28 Kenichi Handa <handa@m17n.org>
11390
11391 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11392 Fix BUFFER_MAGNIFICATION to 4.
11393 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11394
11395 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11396
11397 * speedbar.el (speedbar-update-flag): Doc fix.
11398 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11399 argument.
11400
11401 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11402
11403 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11404 have a non-nil `invisible' property but are actually visible.
11405
11406 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11407 for perldoc sections.
11408 (perl-outline-regexp, perl-outline-level): New var and function.
11409 (perl-mode): Use them.
11410
11411 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11412
11413 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11414 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11415
11416 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11417
11418 * cus-edit.el: Comment change.
11419 (custom-buffer-create-internal): Slightly reword text at top of
11420 Custom buffers. Mention there that saving an option edits the
11421 init file. Add link to Emacs manual node on `custom-file'.
11422 (custom-magic-alist): Rewrite individual State messages to use
11423 capitalized keywords. Doc fix.
11424
11425 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11426
11427 * calendar/calendar.el (calendar-buffer): Move above
11428 calendar-week-start-day.
11429 (calendar-week-start-day): Doc fix. Add :set function.
11430 (calendar-minimum-window-height): New variable.
11431 (generate-calendar-window): Only resize window if selected-window
11432 is displaying the calendar buffer. Use new variable
11433 calendar-minimum-window-height.
11434 (generate-calendar): Reword error message.
11435 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11436
11437 2005-02-27 Andreas Schwab <schwab@suse.de>
11438
11439 * vc.el (vc-do-command): Don't run command asynchronously when
11440 operating in a remote directory.
11441
11442 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11443 change from sync with Tramp 2.0.47.
11444
11445 2005-02-27 Richard M. Stallman <rms@gnu.org>
11446
11447 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11448
11449 * textmodes/flyspell.el (flyspell-mode-on):
11450 Call ispell-change-dictionary only if necessary.
11451
11452 * emacs-lisp/re-builder.el (regexp-builder): New function.
11453
11454 * register.el (describe-register-1): Explicitly handle
11455 yank-excluded-properties = t.
11456
11457 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11458 (custom-magic-alist): Change the status descriptions again.
11459 (face widget-type): Total rewrite based on `restricted-sexp'
11460 to eliminate the confusing double hiding levels.
11461
11462 * emacs-lisp/debug.el (debug-on-entry-1):
11463 If function body is empty, add nil as body form.
11464
11465 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * emacs-lisp/trace.el (inhibit-trace): New var.
11468 (trace-make-advice): Use it.
11469
11470 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11471
11472 2005-02-26 Kim F. Storm <storm@cua.dk>
11473
11474 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11475 (mouse-on-link-p, mouse-drag-region-1): Use it.
11476
11477 2005-02-25 Lute Kamstra <lute@gnu.org>
11478
11479 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11480
11481 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11482
11483 * frame.el (blink-cursor-mode): Add :group keyword.
11484
11485 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11486
11487 * calendar/icalendar.el (icalendar--decode-isodatetime):
11488 New optional argument DAY-SHIFT.
11489 (icalendar-export-region): Fix coding-system-for-write.
11490 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11491 events by one.
11492
11493 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11494
11495 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11496
11497 2005-02-24 Kim F. Storm <storm@cua.dk>
11498
11499 * international/iso-acc.el (iso-accents-compose): Fix crash
11500 during redisplay. Call force-window-update after read-event
11501 and delete-region to signal that window is not accurate.
11502
11503 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11504
11505 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11506 Remove unused and inexistent var `inhibit-trace'.
11507 (debugger-mode): Use run-mode-hooks.
11508 (debugger-list-functions): Add buttons; setup xref stack.
11509
11510 2005-02-23 Richard M. Stallman <rms@gnu.org>
11511
11512 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11513 appointment says it was explicitly made.
11514 (appt-add): Set the 3rd element.
11515 (appt-make-list): Preserve explicit appointments.
11516
11517 * subr.el (find-tag-default): Catch errors in forward-sexp.
11518
11519 2005-02-23 Juri Linkov <juri@jurta.org>
11520
11521 * info.el (Info-isearch-search): New defcustom.
11522 (Info-isearch-search): Call the default isearch function
11523 when Info-isearch-search is nil.
11524 (Info-isearch-wrap): Use variable Info-isearch-search.
11525
11526 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11527
11528 * cus-edit.el: Comment change.
11529
11530 2005-02-22 Kim F. Storm <storm@cua.dk>
11531
11532 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11533 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11534
11535 2005-02-22 Simon Josefsson <jas@extundo.com>
11536
11537 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11538 New variable.
11539 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11540 Oskarsson" <myrkraverk@users.sourceforget.net>.
11541
11542 2005-02-22 Kim F. Storm <storm@cua.dk>
11543
11544 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11545 check that window of that event is the selected window.
11546 (mouse-drag-region-1): Compare mouse event window to selected
11547 window before setting point.
11548
11549 * tooltip.el (tooltip-show-help-function): Pass event to
11550 mouse-on-link-p so it can check selected window.
11551
11552 2005-02-22 Kenichi Handa <handa@m17n.org>
11553
11554 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11555 (ps-mule-show-warning): New function.
11556 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11557 characters are found.
11558
11559 * ps-print.el (ps-header-footer-string): Return a list of header
11560 and footer strings.
11561
11562 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11563
11564 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11565
11566 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11567
11568 * frame.el (blink-cursor-mode): Use define-minor-mode.
11569
11570 * term/mac-win.el (function-key-map): Use char-names more consistently.
11571 (file-name-coding-system): Only set it for MacOS-9. The other case is
11572 already handled in mule-cmds.el (where it also works when mac-win.el
11573 is not used).
11574
11575 2005-02-21 Kenichi Handa <handa@m17n.org>
11576
11577 * international/mule.el (ctext-pre-write-conversion): Always use
11578 " *code-converting-work*" buffer for work.
11579
11580 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11581
11582 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11583
11584 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11585
11586 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11587
11588 * ses.el (undo-more): Restore defadvice, but only the part that
11589 allows changes outside the restricted area of the buffer.
11590
11591 2005-02-20 Kim F. Storm <storm@cua.dk>
11592
11593 * simple.el (line-move): Add fourth optional arg try-vscroll which
11594 must be set to perform auto-window-vscroll.
11595 When moving backwards and doing auto-window-vscroll, automatically
11596 vscroll to the last part of lines which are taller than the window.
11597 (next-line, previous-line): Set try-vscroll arg on line-move.
11598
11599 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11600
11601 * replace.el (query-replace, query-replace-regexp)
11602 (replace-string, replace-regexp): When operating on region, make
11603 the minibuffer prompt say so.
11604
11605 * isearch.el (isearch-forward): Document isearch-query-replace and
11606 isearch-query-replace-regexp keybindings.
11607
11608 2005-02-19 Jay Belanger <belanger@truman.edu>
11609
11610 * calc/calc-aent.el (math-read-token): Add local variable.
11611
11612 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11613 (calc-edit-top): Move declaration to earlier in file.
11614 (calc-edit-macro-repeats): Add local variables.
11615
11616 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11617 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11618 calcFunc-tanh.
11619 Adjust integration rule for calcFunc-tan.
11620
11621 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11622
11623 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11624 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11625 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11626 (viper-skip-separators): Bug fix.
11627 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11628 particular major mode.
11629 (viper-del-backward-char-in-replace): Don't put deleted char on the
11630 kill ring.
11631
11632 * viper-ex.el (viper-color-display-p): New function.
11633 (viper-has-face-support-p): Use viper-color-display-p.
11634
11635 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11636
11637 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11638
11639 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11640 (viper-file-remote-p): Make equivalent to file-remote-p.
11641
11642 * viper.el (viper-major-mode-modifier-list):
11643 Use viper-gnus-modifier-map.
11644
11645 2005-02-19 David Kastrup <dak@gnu.org>
11646
11647 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11648 quoting.
11649
11650 2005-02-19 Jay Belanger <belanger@truman.edu>
11651
11652 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11653 Remove extra definitions.
11654 (calc-coth): New function.
11655 (calcFunc-cot): Fix `let'.
11656
11657 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11658
11659 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11660 the reasons we use "type pc" in these faces.
11661
11662 * button.el (button): Ditto.
11663
11664 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11665
11666 * replace.el (query-replace-read-from): Set the value of
11667 query-replace-from-history-variable to handle the case of an empty
11668 string entered to accept the suggested default.
11669
11670 * net/tramp.el (tramp-file-name-for-operation):
11671 Use dired-call-process instead of dired-call-process-command.
11672
11673 2005-02-19 Jay Belanger <belanger@truman.edu>
11674
11675 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11676 (math-div-non-trig): New variables.
11677 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11678 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11679 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11680 trig expressions.
11681
11682 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11683
11684 * progmodes/gdb-ui.el (gdb-var-update-handler)
11685 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11686 for watch expressions,
11687 (gdb-var-create-handler): Don't set speedbar-update-flag.
11688 (gdb-post-prompt): Simplify test for speedbar.
11689
11690 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11691
11692 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11693 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11694 we use the syntax table of the correct buffer.
11695 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11696 Felix Gatzemeier.
11697
11698 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11699 (ediff-file-remote-p): Make synonymous with file-remote-p.
11700 In all deffaces ediff-*-face-*, use min-colors.
11701
11702 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11703 ediff-recurse-to-subdirectories.
11704 (ediff-mark-if-equal): Check that the arguments are strings, use
11705 ediff-same-contents (after to Felix Gatzemeier).
11706
11707 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11708 nil.
11709
11710 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11711
11712 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11713
11714 2005-02-18 David Kastrup <dak@gnu.org>
11715
11716 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11717 use `mark-active' when defined.
11718
11719 2005-02-18 Kenichi Handa <handa@m17n.org>
11720
11721 * ps-print.el (ps-font-info-database): New entry
11722 ZapfChancery-MediumItalic with correct font name. Fix font name
11723 of the entry Zapf-Chancery-MediumItalic.
11724
11725 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11726
11727 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11728
11729 2005-02-16 Kim F. Storm <storm@cua.dk>
11730
11731 * ido.el (ido-fallback-command): Pass user input to fallback command.
11732
11733 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11734
11735 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11736 (gdb-find-file-hook): Add server prefix.
11737
11738 2005-02-16 Richard M. Stallman <rms@gnu.org>
11739
11740 * replace.el (perform-replace): Pass new args to replace-highlight.
11741 (replace-highlight): Take region args,
11742 and pass them to isearch-lazy-highlight-new-loop.
11743
11744 * novice.el (disabled-command-hook): Autoload the defalias
11745 and the make-obsolete-variable call.
11746
11747 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11748
11749 * isearch.el (isearch-lazy-highlight-start-limit)
11750 (isearch-lazy-highlight-end-limit): New variables limit
11751 the region for highlighting.
11752 (isearch-lazy-highlight-new-loop): New args BEG and END.
11753 (isearch-lazy-highlight-search): Use the new vars.
11754 (isearch-lazy-highlight-update): Likewise.
11755
11756 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11757
11758 * cus-start.el (all): Use default-boundp.
11759
11760 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11761
11762 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11763
11764 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11765
11766 * autorevert.el (auto-revert-stop-on-user-input)
11767 (auto-revert-verbose): Doc fixes.
11768
11769 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11770
11771 * international/mule-cmds.el (set-locale-environment): Remove call
11772 to set-selection-coding-system on Windows.
11773
11774 2005-02-15 Jay Belanger <belanger@truman.edu>
11775
11776 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11777 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11778 calcFunc-coth.
11779 (math-simplify-sqrt): Add simplifications.
11780
11781 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11782 to list.
11783
11784 * calc/calc-ext.el: Add functions to autoloads.
11785
11786 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11787 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11788 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11789 (math-csc-raw, math-cot-raw): New functions.
11790
11791 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11792
11793 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11794 the variable name in a message.
11795
11796 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11797 calcFunc-csc, calcFunc-cot.
11798
11799 * calc/calcalg2.el: Add derivative and integration rules for
11800 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11801 calcFunc-csch, calcFunc-coth.
11802 (math-do-integral-methods): Add to checks for when to use
11803 substitutions.
11804
11805 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11806
11807 2005-02-15 Lute Kamstra <lute@gnu.org>
11808
11809 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11810 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11811 <monnier@iro.umontreal.ca>
11812 (lisp-outline-level): Improve efficiency. Suggested by David
11813 Kastrup <dak@gnu.org>.
11814
11815 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11816
11817 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11818 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11819 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11820 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11821 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11822
11823 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11824
11825 * cus-start.el (all): Comment change.
11826
11827 2005-02-14 Lute Kamstra <lute@gnu.org>
11828
11829 * cus-start.el (all): Check if symbol is void.
11830
11831 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11832
11833 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11834 optional argument to \cite.
11835
11836 2005-02-14 Richard M. Stallman <rms@gnu.org>
11837
11838 * cus-edit.el (custom-buffer-create-internal): Update help message.
11839 (custom-magic-alist): Update help messages.
11840
11841 * cus-start.el (all): Allow a var to specify a standard value.
11842
11843 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11844
11845 * custom.el (custom-theme-set-variables): Handle variable aliases.
11846
11847 * frame.el (blink-cursor-timer): Doc fix.
11848 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11849 declare obsolete.
11850 (blink-cursor-mode): Define with defcustom and use correct
11851 standard expression in that defcustom.
11852 * startup.el (command-line): Adapt to above changes in frame.el.
11853
11854 2005-02-11 Lute Kamstra <lute@gnu.org>
11855
11856 * apropos.el (apropos-score-doc): Prevent division by zero.
11857
11858 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11859
11860 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11861 (icalendar--get-event-property-attributes)
11862 (icalendar--get-event-properties)
11863 (icalendar--datetime-to-diary-date): New functions.
11864 (icalendar--split-value): Doc fix.
11865 (icalendar--datetime-to-noneuropean-date)
11866 (icalendar--datetime-to-european-date): New optional argument
11867 SEPARATOR. Return result as a string instead of a list.
11868 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11869 (icalendar--convert-string-for-export): Rename arg S to STRING.
11870 (icalendar-export-region): Doc fix. Change name of error buffer.
11871 Save output buffer.
11872 (icalendar-import-file): Add blank at end of prompt.
11873 (icalendar-import-buffer): Doc fix. Do not switch to error
11874 buffer. Indicate status in return value.
11875 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11876 buffer. Save output buffer. Handle exception from recurrence
11877 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11878 events. Fix problems with weekly all-day events.
11879
11880 2005-02-10 Richard M. Stallman <rms@gnu.org>
11881
11882 * simple.el (eval-expression-print-format):
11883 Avoid warning about edebug-active.
11884
11885 * help.el (help-for-help-internal): Rename from help-for-help.
11886 (help-for-help): Define with defalias.
11887
11888 * font-core.el (font-lock-default-function): Use with-no-warnings.
11889
11890 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11891
11892 * custom.el (defface): Doc fix.
11893
11894 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11895
11896 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11897 width 0" to prevent word wrapping problems.
11898
11899 2005-02-09 Kim F. Storm <storm@cua.dk>
11900
11901 * ido.el (ido-file-extensions-order): New defcustom.
11902 (ido-file-extension-lessp, ido-file-extension-aux)
11903 (ido-file-extension-order): New advanced file ordering.
11904 (ido-file-lessp): New simple file ordering.
11905 (ido-sort-list): Remove.
11906 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11907 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11908
11909 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11910
11911 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11912 that some versions of grep produce.
11913 (grep-mode-font-lock-keywords): Likewise.
11914
11915 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11916
11917 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11918 (gdb-cdir): Delete.
11919 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11920 (gdb-source-info): Treat case when source file is in another
11921 directory properly.
11922 (gdb-get-location): New function.
11923
11924 2005-02-07 Jay Belanger <belanger@truman.edu>
11925
11926 * calc/calc-prog.el (calc-write-parse-table-part)
11927 (calc-fix-token-name): Fix a check for language type.
11928
11929 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11930
11931 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11932
11933 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11934 as directory not writable.
11935
11936 2005-02-07 Kim F. Storm <storm@cua.dk>
11937
11938 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11939 (cua--standard-movement-commands): Remove list.
11940 Instead, set CUA property value to move for movement commands.
11941 (cua-movement-commands): Remove. Users must set CUA prop instead.
11942 (cua--pre-command-handler): Check CUA property.
11943 (cua--init-keymaps): Don't remap undo commands.
11944 (cua-mode): Don't call cua--rectangle-on-off.
11945
11946 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11947 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11948 (cua--rect-undo-set-point): New var.
11949 (cua--rectangle-undo-boundary): Setup undo apply entry.
11950 (cua--rect-undo-handler): New function for rectangle undo.
11951 (cua--rect-start-position, cua--rect-end-position): Add.
11952 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11953 for restored rectangle. Set point if cua--rect-undo-set-point.
11954
11955 2005-02-06 Jay Belanger <belanger@truman.edu>
11956
11957 * calc/calc-lang.el (calc-tex-language): Display more information
11958 in messages.
11959
11960 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11961 in TeX mode.
11962
11963 2005-02-06 Richard M. Stallman <rms@gnu.org>
11964
11965 * emacs-lisp/lisp.el (buffer-end): Doc fix.
11966
11967 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11968
11969 * net/ldap.el (ldap-search-internal): Support attributes with
11970 optional descriptions separated by a semi-colon, as in
11971 "userCertificate;binary".
11972
11973 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11974
11975 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11976 isn't a cons (i.e. the version is 0).
11977
11978 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11979
11980 * help.el (help-for-help): Doc fix.
11981
11982 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
11983
11984 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
11985 GDB-Windows on the menu-bar as this works better.
11986
11987 2005-02-04 Jay Belanger <belanger@truman.edu>
11988
11989 * calc/calc-embed.el (calc-embedded-update): Don't put in
11990 unnecessary newlines. Adjust the end of formula marker.
11991
11992 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11993 (math-latex-parse-two-args): New function.
11994
11995 2005-02-03 Lute Kamstra <lute@gnu.org>
11996
11997 * help-fns.el (help-with-tutorial): Make sure that users cannot
11998 remove the entire text of the tutorial by means of `undo'.
11999
12000 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12001
12002 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12003 in recent changes, where the ispell process was repeatedly
12004 killed & restarted.
12005
12006 * international/mule-cmds.el (set-locale-environment): Set file-name
12007 coding system to utf-8 on Darwin systems.
12008 (set-default-coding-systems): Don't set default-file-name-coding-system
12009 on Darwin systems.
12010
12011 2005-02-03 Richard M. Stallman <rms@gnu.org>
12012
12013 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12014
12015 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12016
12017 * faces.el (list-faces-display): Add optional argument.
12018
12019 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12020
12021 * font-core.el (font-lock-default-function): Handle the rare case where
12022 only font-lock-keywords is set.
12023
12024 2005-02-02 Kenichi Handa <handa@m17n.org>
12025
12026 * international/characters.el: Cancel previous change for
12027 I-WITH-DOT-ABOVE and DOTLESS-i.
12028
12029 * international/latin-5.el: Cancel previous change.
12030
12031 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12032
12033 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12034
12035 2005-02-02 Kenichi Handa <handa@m17n.org>
12036
12037 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12038 DOTLESS-i.
12039
12040 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12041 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12042
12043 * case-table.el (get-upcase-table): New function.
12044 (copy-case-table): Copy upcaes table too if non-nil.
12045 (set-case-syntax-delims): Maintain upcase table too.
12046 (set-case-syntax-pair): Likewise.
12047 (set-upcase-syntax, set-downcase-syntax): New functions.
12048 (set-case-syntax): Maintain upcase table too.
12049
12050 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12051
12052 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12053
12054 * progmodes/gud.el (gud-goto-info): New function.
12055 (gud-tool-bar-map): Use correct icon.
12056
12057 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12058
12059 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12060 When delegating, order args in the funcall correctly.
12061
12062 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12063
12064 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12065
12066 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12067
12068 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12069 buffer not visiting a file.
12070
12071 2005-01-31 Jay Belanger <belanger@truman.edu>
12072
12073 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12074 bound on the line with the formula.
12075
12076 2005-01-31 Kim F. Storm <storm@cua.dk>
12077
12078 * ses.el (ses-create-cell-variable-range)
12079 (ses-destroy-cell-variable-range, ses-reset-header-string)
12080 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12081 (ses-insert-row): Fix format of apply undo entries.
12082
12083 2005-01-31 Jay Belanger <belanger@truman.edu>
12084
12085 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12086 parts.
12087
12088 * calc/calc-embed.el (calc-embedded-open-formula)
12089 (calc-embedded-close-formula): Ignore matrix environments.
12090
12091 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12092 TeX mode.
12093
12094 * calc/calc-lang.el (math-function-table, math-oper-table)
12095 (math-variable-table): Adjust the LaTeX portions.
12096
12097 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12098 (math-latex-ignore-words): New constant.
12099
12100 2005-01-31 Richard M. Stallman <rms@gnu.org>
12101
12102 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12103 (ispell-local-dictionary): Doc fix.
12104 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12105 Don't reinitialize at run time. Don't defcustom.
12106 All uses changed to append ispell-local-dictionary-alist,
12107 or check it first.
12108 (ispell-current-dictionary): New variable for dictionary in use.
12109 (ispell-dictionary): Now used only for global default.
12110 (ispell-start-process): Set ispell-current-dictionary,
12111 not ispell-dictionary.
12112 (ispell-change-dictionary): Use this only for setting
12113 user preferences.
12114 (ispell-internal-change-dictionary): New function
12115 to change the current dictionary in use.
12116 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12117 Use ispell-current-dictionary.
12118 Handle ispell-local-dictionary-overridden.
12119 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12120
12121 2005-01-31 Jay Belanger <belanger@truman.edu>
12122
12123 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12124
12125 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12126 (calc-mode-map): Add calc-latex-language.
12127
12128 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12129 (math-latex-print-frac): New functions.
12130 (math-oper-table, math-function-table, math-variable-table)
12131 (math-complex-format, math-input-filter): Add latex properties.
12132 (calc-set-language): Set math-expr-special-function-mapping.
12133
12134 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12135 (calc-write-parse-table-part): Add LaTeX support.
12136
12137 * calc/calc.el (calc-language): Adjust docstring.
12138 (calc-set-mode-line): Add LaTeX support.
12139 (math-expr-special-function-mapping): New variable.
12140 (math-tex-ignore-words): Add to list.
12141
12142 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12143 Add LaTeX support.
12144 (math-compose-expr): Add support for special functions.
12145
12146 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12147
12148 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12149
12150 * progmodes/gdb-ui.el (gdb-memory-address)
12151 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12152 (gdb-memory-mode-map, gdb-memory-format-keymap)
12153 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12154 (gdb-memory-unit-menu): New variables for a buffer
12155 that lets the user examine program memory.
12156 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12157 (gdb-memory-format-binary, gdb-memory-format-octal)
12158 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12159 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12160 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12161 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12162 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12163 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12164 (gdb-memory-mode, gdb-memory-buffer-name)
12165 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12166 New functions for above buffer.
12167
12168 2005-01-30 Richard M. Stallman <rms@gnu.org>
12169
12170 * cus-edit.el (custom-bury-buffer): Function deleted.
12171 (custom-buffer-done-function): Option deleted.
12172 (custom-buffer-done-kill): New (replacement option.
12173 (Custom-buffer-done): Call quit-window.
12174 (custom-buffer-create-internal): Update for above changes.
12175
12176 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12177
12178 * simple.el (undo-ask-before-discard): New var.
12179 (undo-outer-limit-truncate): Implement it.
12180 (undo-extra-outer-limit): Doc update.
12181
12182 2005-01-29 Richard M. Stallman <rms@gnu.org>
12183
12184 * ses.el (undo-more): Delete defadvice.
12185 (ses-begin-change): Doc fix.
12186
12187 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12188 instead of rebinding C-x u and C-_.
12189
12190 * files.el (normal-backup-enable-predicate): Return nil for files
12191 in /tmp, regardless of temporary-file-directory.
12192
12193 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12194
12195 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12196 (open-rectangle, delete-whitespace-rectangle-line)
12197 (clear-rectangle-line): If FILL, pass t instead of FILL
12198 for move-to-column's 2nd arg.
12199
12200 * simple.el (undo): Fix the test for continuing a series of undos.
12201 (undo-more): Set pending-undo-list to t when we reach end.
12202 (pending-undo-list): Move up defvar.
12203
12204 * wid-edit.el (widget-button-click):
12205 Shorten the range of the track-mouse binding.
12206
12207 * comint.el (comint-insert-input): Undo previous changes;
12208 use last-input-event in interactive spec.
12209
12210 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12211
12212 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12213 to nil before invoking call-process. Reset buffer's modified flag
12214 after fontifying it in the no-async branch.
12215
12216 * wid-edit.el (widget-specify-button): If mouse pointer shape
12217 cannot be changed, use mouse face instead.
12218
12219 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12220
12221 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12222 (gdb-goto-breakpoint): Make breakpoint handling work on template
12223 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12224 (gdb-assembler-custom): Update to recognize breakpoint information
12225 added on 2005-01-19.
12226
12227 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12230 (dsssl-mode): Use define-derived-mode.
12231 (scheme-mode-initialize): Remove.
12232 (scheme-mode): Use run-mode-hooks.
12233
12234 * cus-edit.el (customize-group-other-window)
12235 (custom-buffer-create-other-window): Don't override special-display-*.
12236 (custom-mode-map): Make it dense.
12237
12238 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12239 sets the default value.
12240
12241 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12242
12243 * descr-text.el: Add more keywords.
12244
12245 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12246
12247 * speedbar.el: Avoid unnecessary use of locate-library.
12248
12249 * international/mule-cmds.el (standard-display-european-internal):
12250 Don't fiddle with latin-1 non-break space any more since it's now
12251 special cased in the C code.
12252 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12253
12254 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12255
12256 * cus-start.el (all): Add `undo-outer-limit'.
12257
12258 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12259
12260 * textmodes/bibtex.el (bibtex-format-entry):
12261 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12262 field lines.
12263 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12264 not on part of a buffer.
12265
12266 2005-01-25 Lute Kamstra <lute@gnu.org>
12267
12268 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12269 nonempty field text strings like "{letters\\macro{}more letters}".
12270 Clarify docstring.
12271 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12272 (bibtex-entry-offset, bibtex-parse-association)
12273 (bibtex-parse-field-name): Fix typos in docstrings.
12274 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12275
12276 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12277
12278 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12279 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12280 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12281 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12282
12283 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12284 isearch minor mode.
12285
12286 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12287
12288 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12289
12290 2005-01-24 Lute Kamstra <lute@gnu.org>
12291
12292 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12293 CASECHARS and NOT-CASECHARS regular expressions of the
12294 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12295 striding over charsets" error.
12296
12297 2005-01-24 Jay Belanger <belanger@truman.edu>
12298
12299 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12300 display variable name.
12301
12302 2005-01-24 Kenichi Handa <handa@m17n.org>
12303
12304 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12305 Fix setting of the element of encoded-kbd-iso2022-invocations.
12306
12307 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12308
12309 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12310 (gdb-threads-select): Change to also accept mouse events.
12311 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12312 (gdb-threads-mouse-select): Delete.
12313
12314 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12315
12316 * files.el (insert-directory): Take care of empty directory,
12317 listed without -a switch.
12318
12319 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12320
12321 * textmodes/refill.el (refill-post-command-function):
12322 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12323 to the list of functions that we should be careful not to undo.
12324 (refill-late-fill-paragraph-function): Remove.
12325 (refill-saved-state): New var.
12326 (refill-mode): Use it to save fill-paragraph-function.
12327 Save also the value of auto-fill-function.
12328
12329 * term/w32-win.el: Simplify code.
12330
12331 2005-01-23 Kim F. Storm <storm@cua.dk>
12332
12333 * simple.el (line-move): Adapt to new return value from
12334 pos-visible-in-window-p.
12335
12336 * simple.el (line-move): Fix last change. Check partial
12337 visibility at point rather than at window-start.
12338
12339 2005-01-22 Jason Rumney <jasonr@gnu.org>
12340
12341 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12342
12343 2005-01-22 David Kastrup <dak@gnu.org>
12344
12345 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12346
12347 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12348
12349 * type-break.el (type-break-mode): Add a test for
12350 type-break-file-name being non-nil.
12351
12352 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12353
12354 * net/eudc.el (top level): Call (message "") via progn, so that
12355 eudc-options-file is loaded.
12356
12357 2005-01-22 Kim F. Storm <storm@cua.dk>
12358
12359 * simple.el (line-move-1): Rename from line-move.
12360 (line-move): New function that adjusts vscroll for partially
12361 visible rows, and calls line-move-1 otherwise.
12362
12363 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12364
12365 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12366 since it's not a complete read-event implementation
12367
12368 2005-01-20 Jay Belanger <belanger@truman.edu>
12369
12370 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12371 for called function.
12372
12373 2005-01-20 Steven Tamm <steventamm@mac.com>
12374
12375 * term/mac-win.el (process-connection-type): Remove.
12376 Controlled now by s/darwin.h:PTY_ITERATION.
12377
12378 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12379
12380 * window.el (handle-select-window): Don't switch window when we're
12381 in the minibuffer.
12382
12383 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12384
12385 * subr.el (dotimes-with-progress-reporter): New macro.
12386
12387 * ses.el (ses-dotimes-msg): Remove macro.
12388 Use `dotimes-with-progress-reporter' instead.
12389
12390 2005-01-19 Steven Tamm <steventamm@mac.com>
12391
12392 * term/mac-win.el (process-connection-type): Use new
12393 operating-system-release variable to use ptys on Darwin 7 (OS X
12394 10.3) when using carbon build.
12395
12396 2005-01-19 Jay Belanger <belanger@truman.edu>
12397
12398 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12399 flags if the last command was a tab or M-tab.
12400
12401 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12402 in formula editing buffer.
12403
12404 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12405
12406 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12407 breakpoint image symbol in margin.
12408
12409 2005-01-19 Jay Belanger <belanger@truman.edu>
12410
12411 * calc/calc-prog.el (calc-execute-kbd-macro):
12412 Ignore calc-keep-arg-flag.
12413
12414 2005-01-19 Kenichi Handa <handa@m17n.org>
12415
12416 * textmodes/ispell.el (ispell-looking-at): New function.
12417 (ispell-process-line): Use ispell-looking-at to compare the ispell
12418 output and the buffer contents.
12419
12420 2005-01-18 Jay Belanger <belanger@truman.edu>
12421
12422 * calc/calc.el (calc-display-raw): Fix docstring.
12423
12424 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12425
12426 * simple.el (blink-matching-open): Strip extra info from syntax.
12427
12428 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12429 funny chars in the end-of-here-doc marker.
12430
12431 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12432
12433 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12434 that enable/disabled state of breakpoints is shown correctly in
12435 fringe and on ttys.
12436 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12437 Add breakpoint information as text properties.
12438 (gdb-mouse-toggle-breakpoint):
12439 Rename to gdb-mouse-set-clear-breakpoint.
12440 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12441 breakpoints in the margin.
12442 (gdb-remove-strings): Simplify.
12443
12444 2005-01-17 Jay Belanger <belanger@truman.edu>
12445
12446 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12447 erasing buffer.
12448
12449 2005-01-17 Richard M. Stallman <rms@gnu.org>
12450
12451 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12452 for calling grep-compute-defaults.
12453
12454 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12455 if buffer is empty.
12456
12457 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12458
12459 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12460
12461 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12462
12463 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12464 non-preloaded variables.
12465
12466 2005-01-17 Steven Tamm <steventamm@mac.com>
12467
12468 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12469 tex-shell cause to force interactivity when using pipes.
12470
12471 2005-01-17 Kim F. Storm <storm@cua.dk>
12472
12473 * simple.el (just-one-space): Make arg optional.
12474
12475 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12476
12477 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12478 posn-at-x-y to t to access left-margin.
12479
12480 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12481
12482 Sync with Tramp 2.0.47.
12483
12484 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12485 catching keep-date problems in cp/scp operations.
12486 (tramp-handle-copy-file): Don't call `set-file-modes'
12487 unconditionally. Specialized functions should know better what is
12488 necessary. This improves performance a little bit, and the
12489 functions could catch errors with `cp -p' and `scp -p'.
12490 (tramp-do-copy-or-rename-file-via-buffer)
12491 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12492 when appropriate.
12493 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12494 Call `set-file-modes' when appropriate.
12495 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12496 Johnsson <isak@hypergene.com>
12497 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12498 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12499 <joakim@verona.se>
12500 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12501 Emacs only.
12502
12503 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12504 `find-file-hooks' and `dired-mode-hook'.
12505 (tramp-minor-mode-map): Respective map. Add remapping for
12506 `compile' and `recompile'.
12507 (tramp-remap-command, tramp-recompile): New defuns.
12508 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12509 in buffer "*Compilation*". Call the commands asynchronously.
12510
12511 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12512 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12513 `shell-command', because it isn't magic in XEmacs. Reported by
12514 Adrian Aichner <adrian@xemacs.org>.
12515
12516 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12517 `substitute-in-file-name.
12518 (tramp-smb-handle-substitute-in-file-name): New defun.
12519 (tramp-smb-advice-PC-do-completion): Delete advice.
12520
12521 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12522
12523 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12524 Fix error in deleting region.
12525
12526 2005-01-15 Richard M. Stallman <rms@gnu.org>
12527
12528 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12529 In non-temp buffer, switch syntax table temporarily.
12530
12531 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12532
12533 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12534
12535 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12536
12537 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12538 (imenu--generic-function): Use START, not BEG, as pos of definition.
12539
12540 * simple.el (just-one-space): Argument specifies number of spaces.
12541
12542 * simple.el (eval-expression-print-format): Avoid warning
12543 about edebug-active.
12544
12545 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12546
12547 * progmodes/sh-script.el: Code copied from make-mode.el
12548 with small changes,
12549 (sh-mode-map): Bind C-c C-\.
12550 (sh-backslash-column, sh-backslash-align): New variables.
12551 (sh-backslash-region, sh-append-backslash): New functions.
12552
12553 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12554
12555 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12556 (rmail-pop-password, rmail-pop-password-required): Move to
12557 rmail-obsolete group.
12558 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12559 All callers updated.
12560 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12561 Take an argument specifying whether it is POP or IMAP mailbox we
12562 are using. All callers updated.
12563 (rmail-pop-password-error): Rename to
12564 rmail-remote-password-error. Added mailutils-specific error message.
12565 (rmail-movemail-search-path)
12566 (rmail-movemail-variant-in-use): New variables.
12567 (rmail-remote-password, rmail-remote-password-required):
12568 New customization variables.
12569 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12570 (rmail-parse-url): New function.
12571 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12572 with GNU mailutils movemail.
12573
12574 2005-01-15 Kevin Ryde <user42@zip.com.au>
12575
12576 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12577 suffix to space, $ or '$, to correctly position point when going
12578 to @table style constants like DBL_MAX.
12579
12580 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12581
12582 * type-break.el (type-break-mode, type-break-file-time)
12583 (type-break-file-keystroke-count, type-break-choose-file):
12584 Don't store data in or load data from the file if type-break-file-name
12585 is nil.
12586 (type-break-file-name): Doc update as per the above.
12587
12588 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12589
12590 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12591 lookup-key might return nil; handle that.
12592
12593 2005-01-15 Alan Mackenzie <acm@muc.de>
12594
12595 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12596 rather than the element found, thus enabling the tree to be setcar'd.
12597
12598 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12599
12600 * textmodes/org.el (org-show-following-heading): New option.
12601 (org-show-hierarchy-above): Use `org-show-following-heading'.
12602 (org-cycle): Documentation fix.
12603
12604 * textmodes/org.el (orgtbl-optimized): New option
12605 (orgtbl-mode): New command, a minor mode.
12606 (orgtbl-mode-map): New variable.
12607 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12608 (orgtbl-error, orgtbl-self-insert-command)
12609 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12610
12611 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12612 a local variable in each org-mode buffer.
12613
12614 * textmodes/org.el (org-set-regexps-and-options): Rename from
12615 `org-set-regexps'. Added checking for STARTUP keyword.
12616 (org-get-current-options): Add STARTUP options.
12617 (org-table-insert-row): Make mode intelligent about when
12618 realignment is needed.
12619 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12620 New commands.
12621 (org-enable-table-editor): New default value `optimized'.
12622 (org-table-blank-field): Support blanking regions if active.
12623
12624 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12625
12626 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12627 if the year is not given.
12628
12629 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12630 Add new escapes %m and %M, fixed bug with %F by adding
12631 save-match-data.
12632 (reftex-reference): Remove ?. from list of spaces.
12633 (reftex-label-info): Add automatic label prefix recognition.
12634
12635 * textmodes/reftex-index.el (reftex-index-next-phrase):
12636 Add slave parameter to call of `reftex-index-this-phrase'.
12637 (reftex-index-this-phrase): New optional argument.
12638 (reftex-index-region-phrases): Add slave parameter to call of
12639 `reftex-index-this-phrase'.
12640 (reftex-display-index): New argument redo.
12641 (reftex-index-rescan): Add 'redo to arguments of
12642 `reftex-display-index'.
12643 (reftex-index-Rescan, reftex-index-revert)
12644 (reftex-index-switch-index-tag): Add 'redo to arguments of
12645 `reftex-display-index'.
12646 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12647 indexing. Fix bug with matching is there is a quote before or
12648 after the word.
12649
12650 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12651 Fix bug when collecting citation keys in lines with comments.
12652 (reftex-citation): Prefix argument no longer rescans the document,
12653 but forces prompting for optional arguments of cite macros.
12654 (reftex-do-citation): Prompting for optional arguments implemented.
12655
12656 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12657 Add optional arguments to most cite commands.
12658 (reftex-cite-cleanup-optional-args): New option
12659 (reftex-cite-prompt-optional-args): New option.
12660 (reftex-trust-label-prefix): New option.
12661
12662 * textmodes/reftex-toc.el (reftex-toc-find-section):
12663 Add push-mark before changing the position in the buffer.
12664
12665 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12666 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12667
12668 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12669
12670 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12671 more carefully.
12672
12673 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12674
12675 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12676 (sgml-mode): Use it.
12677 (sgml-get-context): Better keep track of implicitly closed tags.
12678
12679 2005-01-13 Kenichi Handa <handa@m17n.org>
12680
12681 * textmodes/ispell.el: These changes are to fix misalignment error
12682 caused by equivalent characters of different Emacs charsets.
12683 (ispell-unified-chars-table): New variable.
12684 (ispell-get-decoded-string): New function.
12685 (ispell-get-casechars, ispell-get-not-casechars)
12686 (ispell-get-otherchars): Call ispell-get-decoded-string.
12687
12688 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12689
12690 * custom.el (custom-declare-variable): Just put symbol instead
12691 of (defvar . symbol) in `current-load-list'.
12692
12693 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12694
12695 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12696
12697 2005-01-12 Jay Belanger <belanger@truman.edu>
12698
12699 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12700 to create a Calc summary.
12701
12702 2005-01-12 Kim F. Storm <storm@cua.dk>
12703
12704 * mouse.el (mouse-on-link-p): Change functionality and doc
12705 string to comply with latest description in lisp ref.
12706
12707 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12708
12709 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12710 Enable mouse clicks on mode-line, header-line and margin.
12711 (event-type): Give mouse event symbols an 'event-kind property
12712 with value 'mouse-click.
12713
12714 2005-01-12 Juri Linkov <juri@jurta.org>
12715
12716 * facemenu.el (list-colors-display): Add new arg buffer-name.
12717 Use it. Fix docstring. Replace code for identifying duplicate
12718 colors by the name with call to `list-colors-duplicates' which
12719 identifies duplicate colors by the value unless the color
12720 is one of special Windows colors. Set truncate-lines to t.
12721 Print sorted duplicate color names on each line. Indent to 22
12722 \(the longest color name in rgb.txt) instead of 20. Optimize.
12723 (list-colors-duplicates): New function.
12724 (facemenu-color-name-equal): Delete function.
12725
12726 * facemenu.el (list-colors-print): New function created from code
12727 in list-colors-display. Print #RRGGBB at the window right edge.
12728 (list-colors-display): When temp-buffer-show-function is not
12729 defined, call list-colors-print from temp-buffer-show-hook
12730 to get the right value of window-width in list-colors-print
12731 after the buffer is displayed.
12732
12733 * simple.el (pop-mark): Move deactivate-mark out of conditional
12734 part to deactivate the active mark regardless of the state of the
12735 mark ring.
12736
12737 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12738 variables line in desktop files.
12739
12740 2005-01-12 Juri Linkov <juri@jurta.org>
12741
12742 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12743 Bring together isearch highlight related options.
12744 (lazy-highlight): Replace group `replace' by `matching'.
12745 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12746 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12747 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12748 and declare them obsolete.
12749 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12750 (isearch-faces): Remove defgroup.
12751 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12752 Move isearch highlighting code closer to lazy highlighting code.
12753
12754 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12755 (query-replace-highlight, query-replace-lazy-highlight)
12756 (query-replace): Move definitions to the beginning of the file.
12757
12758 2005-01-11 Juri Linkov <juri@jurta.org>
12759
12760 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12761 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12762 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12763
12764 * info.el (Info-history-forward): New variable.
12765 (Info-select-node): Reset Info-history-forward to nil.
12766 (Info-last): Turn into defalias.
12767 (Info-history-back): Rename from Info-last.
12768 Add current node to Info-history-forward.
12769 (Info-history-forward): New fun.
12770 (Info-mode-map): Replace Info-last by Info-history-back.
12771 Bind Info-history-forward to "r".
12772 (Info-mode-menu): Replace Info-last by Info-history-back.
12773 Fix menu item text. Add menu item for Info-history-forward.
12774 (info-tool-bar-map): Replace Info-last by Info-history-back.
12775 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12776 for Info-history-forward.
12777 (Info-mode): Replace Info-last by Info-history-back in docstring.
12778 Add local variable Info-history-forward.
12779 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12780
12781 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12782
12783 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12784 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12785 Ignore select-window events rather than fiddle with
12786 mouse-autoselect-window.
12787
12788 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12789
12790 * type-break.el (type-break-mode): Fix previous change.
12791
12792 2005-01-10 Jay Belanger <belanger@truman.edu>
12793
12794 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12795 calculator; only reset when point is inside a calculator.
12796 Don't adjust the window height if the window takes up the whole height
12797 of the frame.
12798
12799 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12800
12801 * ebuff-menu.el (Electric-buffer-menu-mode):
12802 Preserve value of buffer-local var header-line-format.
12803
12804 2005-01-09 Jay Belanger <belanger@truman.edu>
12805
12806 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12807 Make sure settings file exists before accessing it.
12808
12809 * calc/calc-embed.el (calc-embedded-subst):
12810 Replace math-multi-subst-rec, which is only supposed to be called
12811 by math-multi-subst, by math-multi-subst.
12812
12813 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12814
12815 * vc.el (vc-allow-async-revert): New user option.
12816 (vc-disable-async-diff): New internal variable.
12817 (vc-revert-buffer): Use them to disable asynchronous diff.
12818
12819 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12820 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12821 asynchronously if vc-disable-async-diff is t.
12822
12823 2005-01-09 Jay Belanger <belanger@truman.edu>
12824
12825 * calc/calc.el (defcalcmodevar): New macro.
12826 (calc-mode-var-list-restore-default-values)
12827 (calc-mode-var-list-restore-saved-values): New functions.
12828 (calc-mode-var-list): Use defcalcmodevar to define it.
12829 (calc-always-load-extensions, calc-line-numbering)
12830 (calc-line-breaking, calc-display-just, calc-display-origin)
12831 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12832 (calc-group-char, calc-point-char, calc-frac-format)
12833 (calc-prefer-frac, calc-hms-format, calc-date-format)
12834 (calc-float-format, calc-full-float-format, calc-complex-format)
12835 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12836 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12837 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12838 (calc-matrix-brackets, calc-language, calc-language-option)
12839 (calc-left-label, calc-right-label, calc-word-size)
12840 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12841 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12842 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12843 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12844 (calc-window-height, calc-display-trail, calc-show-selections)
12845 (calc-use-selections, calc-assoc-selections)
12846 (calc-display-working-message, calc-auto-why, calc-timing)
12847 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12848 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12849 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12850 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12851 (calc-gnuplot-geometry, calc-graph-default-resolution)
12852 (calc-graph-default-resolution-3d, calc-invocation-macro)
12853 (calc-show-banner): Use defcalcmodevar to declare them and set
12854 their default values.
12855
12856 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12857 instead of default values (but restore default values if there is
12858 an argument of 0).
12859
12860 2005-01-09 David Kastrup <dak@gnu.org>
12861
12862 * desktop.el (desktop-restore-eager): Fix typo in type.
12863
12864 2005-01-08 Richard M. Stallman <rms@gnu.org>
12865
12866 * cus-edit.el (customize): Delete :link.
12867
12868 2005-01-08 Jay Belanger <belanger@truman.edu>
12869
12870 * calc/calc.el (calc-mode): Remove the extension from the
12871 `calc-settings-file' file name when loading it.
12872
12873 2005-01-08 Kim F. Storm <storm@cua.dk>
12874
12875 * info.el (Info-mode-map, Info-next-link-keymap)
12876 (Info-prev-link-keymap, Info-up-link-keymap):
12877 Map follow-link to mouse-face.
12878 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12879
12880 2005-01-08 Jay Belanger <belanger@truman.edu>
12881
12882 * calc/calc.el (calc-settings-file): Change default value.
12883 Suggested by cgw in a comment in calc-mode.el.
12884
12885 * calc/calc-mode.el (calc-settings-file-name):
12886 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12887 Replace ~/.emacs in a prompt by calc-settings-file.
12888
12889 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12890
12891 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12892 (desktop-lazy-idle-delay): New customizable variables.
12893 (desktop-buffer-args-list): New variable.
12894 (desktop-append-buffer-args): New function.
12895 (desktop-save): Call desktop-append-buffer-args for some buffers.
12896 (desktop-lazy-create-buffer): New function.
12897 (desktop-idle-create-buffers): New function.
12898 (desktop-read): Add message about buffers to restore lazily.
12899 (desktop-lazy-abort): New command.
12900 (desktop-clear): Call desktop-lazy-abort.
12901 (desktop-lazy-complete): New command.
12902
12903 2005-01-06 Richard M. Stallman <rms@gnu.org>
12904
12905 * emacs-lisp/find-func.el (find-face-definition):
12906 Rename from find-face.
12907
12908 2005-01-06 Kim F. Storm <storm@cua.dk>
12909
12910 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12911
12912 * man.el (Man-xref-man-page, Man-xref-header-file)
12913 (Man-xref-normal-file): Add follow-link property.
12914
12915 2005-01-06 Jay Belanger <belanger@truman.edu>
12916
12917 * calc/calc-units.el: Make sure the proper macro definitions are
12918 available when compiling.
12919
12920 2005-01-06 Juri Linkov <juri@jurta.org>
12921
12922 * isearch.el (isearch-lazy-highlight-update):
12923 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12924
12925 2005-01-06 Miles Bader <miles@gnu.org>
12926
12927 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12928 (isearch-lazy-highlight-face): Use new name.
12929
12930 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * uniquify.el (uniquify-rationalize-file-buffer-names):
12933 Re-add an interactive spec.
12934 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12935 to the same name.
12936
12937 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12938 (isearch-update, isearch-done): Adjust calls accordingly.
12939
12940 2005-01-05 Richard M. Stallman <rms@gnu.org>
12941
12942 * custom.el (custom-set-variables, custom-theme-set-variables):
12943 Clarify documentation.
12944
12945 * emacs-lisp/find-func.el (find-variable)
12946 (find-variable-other-window, find-variable-other-frame):
12947 Fix the TYPE args to find-function-read and find-function-do-it.
12948 (find-function): Doc fix.
12949 (find-function-at-point): Replace function-at-point alias.
12950
12951 2005-01-04 Richard M. Stallman <rms@gnu.org>
12952
12953 * cus-face.el (custom-declare-face):
12954 Record defface in current-load-list.
12955
12956 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12957
12958 * emacs-lisp/find-func.el: Doc fixes.
12959 (find-face-regexp): New variable.
12960 (find-function-regexp-alist): New variable.
12961 (find-function-C-source): Third arg is now TYPE.
12962 (find-function-search-for-symbol): Handle general TYPE.
12963 (find-function-read, find-function-do-it): Handle general TYPE.
12964 (find-definition-noselect, find-face): New functions.
12965 (function-at-point): Alias deleted.
12966
12967 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * battery.el (display-battery-mode): Rename from display-battery.
12970 Handle the case where it gets turned off.
12971
12972 2005-01-04 Richard M. Stallman <rms@gnu.org>
12973
12974 * cus-edit.el (customize): Make :link point to user doc.
12975
12976 * man.el (Man-fontify-manpage): Turn off undo generation.
12977
12978 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12979
12980 2005-01-04 Andreas Schwab <schwab@suse.de>
12981
12982 * files.el (insert-directory): Only look for error lines in
12983 inserted text. Don't move too far after processing --dired markers.
12984
12985 2005-01-04 Richard M. Stallman <rms@gnu.org>
12986
12987 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12988 Don't expand if the character is @, period, dash, etc.
12989 (define-mail-abbrev): Quote names that contain problem characters.
12990
12991 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
12992
12993 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12994
12995 2005-01-03 Richard M. Stallman <rms@gnu.org>
12996
12997 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12998 (query-replace-highlight, query-replace-lazy-highlight)
12999 (query-replace): Definitions moved up. Doc fix.
13000
13001 2005-01-03 Richard M. Stallman <rms@gnu.org>
13002
13003 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13004 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13005 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13006 (lazy-highlight-face): Rename from isearch-lazy-...
13007 Change all references to them.
13008
13009 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13010
13011 * cus-edit.el (custom-file): Doc fix for defcustom.
13012 (custom-file): The function no longer sets the variable
13013 `custom-file' to its return value.
13014
13015 * startup.el (command-line): No longer load `custom-file'.
13016
13017 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13018
13019 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13020
13021 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13022 Don't confuse module-prefixed identifiers for labels.
13023 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13024
13025 2005-01-02 Richard M. Stallman <rms@gnu.org>
13026
13027 * files.el (basic-save-buffer-1): Fix previous change.
13028
13029 * loadhist.el (file-loadhist-lookup): New function.
13030 (file-provides, file-requires): Use it.
13031
13032 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13033 instead of calculating the right size.
13034
13035 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13036
13037 * vc-svn.el (vc-svn-diff): Stay local if possible.
13038
13039 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13040
13041 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13042
13043 * files.el (hack-local-variables): Fix last change.
13044
13045 2005-01-02 Jay Belanger <belanger@truman.edu>
13046
13047 * calc/calc-yank.el (calc-edit-top): New variable.
13048 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13049 object. Change header properties.
13050 (calc-edit-finish, calc-edit-finish-stack-object)
13051 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13052 edited object.
13053 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13054 for the beginning of the edited object.
13055 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13056 for the beginning of the edited object.
13057 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13058 (calc-finish-formula-edit, calc-macro-repeats)
13059 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13060 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13061 beginning of the edited object.
13062 (calc-user-define-edit): Change the header for editing macros.
13063 Remove unnecessary variable.
13064
13065 2005-01-01 Jay Belanger <belanger@truman.edu>
13066
13067 * calc/calc-yank.el (calc-edit-mode): Change default header.
13068 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13069 * calc/calc-store.el (calc-edit-variable): Change title to match new
13070 header.
13071 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13072 mode to match new header.
13073 (calc-user-define-edit): Change titles to include names of commands.
13074 (calc-finish-formula-edit): Adjust to handle new header.
13075 (calc-finish-macro-edit): Remove.
13076 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13077 (calc-edit-macro-command, calc-edit-macro-command-type)
13078 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13079 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13080 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13081 (calc-edit-macro-finish-edit): New functions.
13082 (calc-user-define-edit): Use new functions to edit named calc macros.
13083
13084 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13085
13086 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13087
13088 * ses.el (copy-region-as-kill): Deactivate mark.
13089
13090 2005-01-01 Richard M. Stallman <rms@gnu.org>
13091
13092 * replace.el (occur-1): If the output buffer is also an input,
13093 don't kill it, rename it.
13094
13095 * faces.el (set-face-background, set-face-foreground): Doc fix.
13096
13097 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13098 for :foreground and :background.
13099
13100 * dired.el (dired-view-command-alist): Variable deleted.
13101 (dired-view-file, dired-mouse-find-file-other-window):
13102 Delete the code to use it.
13103
13104 2005-01-01 Kim F. Storm <storm@cua.dk>
13105
13106 * image.el (insert-sliced-image): Use t for line-height property.
13107
13108 See ChangeLog.11 for earlier changes.
13109
13110 ;; Local Variables:
13111 ;; coding: iso-2022-7bit
13112 ;; End:
13113
13114 Copyright (C) 2005 Free Software Foundation, Inc.
13115 Copying and distribution of this file, with or without modification,
13116 are permitted provided the copyright notice and this notice are preserved.
13117
13118 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1