]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * savehist.el: Don't require CL at runtime.
4 (savehist-xemacs): Remove.
5 (savehist-coding-system): Use utf-8 if available, regardless of religion.
6 (savehist-no-conversion): Use (featurep 'xemacs).
7 (savehist-load): Check existence of start-itimer rather than XEmacs.
8 Use an idle timer.
9 (savehist-process-for-saving): Replace use of CL funs `subseq' and
10 `delete-if-not'.
11
12 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
13
14 * savehist.el: Newer version.
15 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
16 (savehist-last-checksum, savehist-no-conversion): New vars.
17 (savehist-autosave, savehist-process-for-saving, savehist-printable):
18 New functions.
19 (savehist-load, savehist-save): Use them.
20 (savehist-delimit): Remove.
21
22 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * progmodes/compile.el (compilation-goto-locus): Display the
25 compilation buffer first and the source buffer second, in case they're
26 in overlapping frames. Don't raise the compilation frame if it was the
27 selected window upon entry. Pass the `other-window' arg to
28 pop-to-buffer.
29
30 * info.el (Info-fontify-node): Use dolist.
31 Change add-text-properties to put-text-property.
32
33 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34
35 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
36 bound of search.
37
38 2005-10-16 Masatake YAMATO <jet@gyve.org>
39
40 * dabbrev.el (dabbrev-completion): Pass the common
41 prefix substring of completion to `display-completion-list'.
42
43 * filecache.el (file-cache-minibuffer-complete)
44 (file-cache-complete): Ditto.
45
46 * tempo.el (tempo-display-completions): Ditto.
47
48 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
49
50 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
51
52 * eshell/em-hist.el (eshell-list-history): Ditto.
53
54 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
55
56 * mail/mailalias.el (mail-complete): Ditto.
57
58 * progmodes/etags.el (complete-tag): Ditto.
59
60 * progmodes/make-mode.el (makefile-complete): Ditto.
61
62 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
63
64 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
65
66 * progmodes/pascal.el (pascal-complete-word)
67 (pascal-show-completions): Ditto.
68
69 * progmodes/python.el (python-complete-symbol): Ditto.
70
71 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
72
73 * textmodes/org.el (org-complete): Ditto.
74
75 * simple.el (completion-common-substring): New variable.
76 (completion-setup-function): Use `completion-common-substring'
77 to put faces.
78
79 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
80
81 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
82 (x-get-selection, mac-select-convert-to-string): Convert from/to
83 UTF-16 clipboard data as in native byte order, no BOM.
84
85 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
86
87 * progmodes/gud.el (gud-tool-bar-map): Rename the images
88 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
89 (gud-sentinel): Use speedbar-frame to check for speedbar.
90
91 2005-10-15 Richard M. Stallman <rms@gnu.org>
92
93 * savehist.el: New file.
94
95 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
96
97 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
98 Fix bug in \bf fontification.
99
100 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * pcvs.el (cvs-edit-log-files): New var.
103 (cvs-mode-edit-log): New arg `file'.
104 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
105 Instead force the use of the original file and nothing else.
106 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
107 the cvs-minor-wrap-function is set.
108 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
109
110 2005-10-14 Bill Wohler <wohler@newt.com>
111
112 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
113 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
114 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
115 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
116 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
117 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
118 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
119 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
120 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
121 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
122 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
123 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
124 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
125 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
126 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
127
128 * progmodes/gud.el (gud-tool-bar-map): Renamed the images
129 appropriately (for example, gud-break to gud/break).
130
131 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
132
133 * longlines.el (longlinges-search-function)
134 (longlines-search-forward, longlines-search-backward): New
135 functions.
136 (longlines-mode): Set isearch-search-fun-function to
137 longlinges-search-function.
138
139 * mouse.el (mouse-drag-region-1): Handle the case where a
140 double-click event is bound to an arbitrary function.
141
142 2005-10-14 David Ponce <david@dponce.com>
143
144 * recentf.el (recentf-track-opened-file)
145 (recentf-track-closed-file, recentf-update-menu)
146 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
147 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
148 mouse-1-click-follows-link.
149
150 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
151
152 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
153 Gnome file-manager.png. Suggested by
154 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
155
156 * toolbar/README: Add diropen.xpm.
157
158 2005-10-13 Bill Wohler <wohler@newt.com>
159
160 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
161 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
162
163 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
166 Don't waste the byte-compiler's time on constant data.
167
168 2005-10-13 Kenichi Handa <handa@m17n.org>
169
170 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
171 byte with `escape-glyph' face.
172
173 * international/fontset.el (ccl-encode-unicode-font):
174 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
175 Handle the case that ucs-mule-to-mule-unicode translates a character to
176 ASCII (usually for IPA characters).
177
178 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
181 Don't hide the underline of titles if font-lock-mode is disabled.
182
183 2005-10-12 Bill Wohler <wohler@newt.com>
184
185 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
186 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
187 files in MH-E-SRC have been updated.
188 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
189
190 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
193 (mixal-mode-syntax-table): Add \n as end-comment.
194 (mixal-operation-codes-alist): Immediately initialize to full value.
195 (mixal-add-operation-code): Remove.
196 (mixal-describe-operation-code): Make the arg non-optional.
197 Use the interactive spec instead.
198 Use mixal-operation-codes-alist rather than mixal-operation-codes.
199 (mixal-font-lock-keywords): Don't highlight comments here any more.
200 (mixal-font-lock-syntactic-keywords): New var.
201 (mixal-mode): Use it. Fix comment-start-skip.
202
203 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
204
205 * startup.el (command-line-x-option-alist): -nb => -nbi
206
207 2005-10-12 Kim F. Storm <storm@cua.dk>
208
209 * startup.el (fancy-splash-default-action): Discard mouse click in
210 the spash screen window, as it has no sensible meaning in the
211 next window to be selected. Fixes error reported by Jan D.
212
213 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
214
215 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
216
217 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
220 Try to fix up minor layout issues like indentation, line break, etc...
221 (mixal-mode-syntax-table): Don't try to specify comment syntax,
222 because it doesn't work.
223 (mixal-operation-codes): Add some more codes.
224 (mixal-font-lock-keywords): Process comments here.
225 (mixal-mode): mixasm no longer needs -g option.
226
227 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
228
229 * progmodes/sh-script.el (sh-tmp-file):
230 Use mktemp -t. Finish support for es and rc shells.
231
232 2005-10-11 Jay Belanger <belanger@truman.edu>
233
234 * calc/calcalg2.el (calc-integral): With an argument, compute the
235 definite integral.
236
237 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
238
239 * mouse.el (mouse-drag-region-1): Don't try to catch a
240 double-click when doing follow-link (it's overridden anyway).
241
242 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
243
244 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
245 (autoload-print-form-outbuf): Add docstring.
246
247 2005-10-11 Juri Linkov <juri@jurta.org>
248
249 * info.el (Info-mode-menu): Delete menu item "Edit".
250 (Info-mode): Delete description of Info-edit from docstring,
251 and rearrange descriptions of Info commands in the order
252 they are documented in the Info manual.
253
254 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * calendar/appt.el (appt-check): Use diary-selective-display var.
257
258 2005-10-10 Richard M. Stallman <rms@gnu.org>
259
260 * net/newsticker.el (newsticker-start, newsticker-show-news):
261 Add autoload cookies.
262
263 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
264
265 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
266
267 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
268
269 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
270
271 2005-10-10 Jay Belanger <belanger@truman.edu>
272
273 * calc/calc-arith.el (math-check-known-scalarp)
274 (math-check-known-matrixp): Check the values of arguments that are
275 variables.
276 (math-check-known-square-matrixp): New function.
277 (math-known-square-matrixp): Use math-check-known-square-matrixp.
278 (math-super-types): Add sqmatrix type.
279
280 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
281 mode name `square' to 'sqmatrix'.
282
283 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
284 mode name `square' to 'sqmatrix'.
285
286 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * progmodes/etags.el (select-tags-table-mode): Don't use
289 selective-display.
290 (tags-select-tags-table): Pass `button' to the action function.
291 (select-tags-table): Place the side-info on button properties rather
292 than in hidden text. Abbreviate file names.
293 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
294 (select-tags-table-select): Add `button' argument.
295 Get side-info from the button property rather than from hidden text.
296
297 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
298
299 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
300 (gud-speedbar-buttons): Preserve point if possible.
301 (gud-sentinel): Restore previous speedbar display type.
302
303 * progmodes/gdb-ui.el (gdba): Improve diagram.
304 (def-gdb-auto-update-handler, gdb-info-locals-handler)
305 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
306 Call get-buffer-window once.
307
308 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
311 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
312 (pascal-indent-command): Remove unused var `ind'.
313 (pascal-indent-case): Remove unused var `oldpos'.
314 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
315 since it's now used as a proper minor mode map.
316 (pascal-outline): Rename to pascal-outline-mode.
317 (pascal-outline-mode): Use define-minor-mode.
318 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
319 selective-display.
320
321 2005-10-10 Andreas Schwab <schwab@suse.de>
322
323 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
324 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
325
326 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
327 outside source directory.
328
329 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
330
331 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
332 C-x' as a prefix.
333 (orgtbl-mode-map): Full keymap instead of sparse, because all
334 `self-insert-command' keys are redefined in this map.
335 (org-export-as-html): Specify charset for HTML file, by taking it
336 from the coding system.
337
338 2005-10-10 Kenichi Handa <handa@m17n.org>
339
340 * textmodes/flyspell.el (flyspell-check-word-p):
341 If unread-command-events is non-empty, don't call sit-for.
342
343 2005-10-09 Richard M. Stallman <rms@gnu.org>
344
345 * font-lock.el (font-lock-syntactic-keywords)
346 (font-lock-keywords): Doc fixes.
347
348 * textmodes/flyspell.el (flyspell-external-point-words):
349 Simplify logic, and don't try to check for consecutive appearances
350 of one incorrect word.
351
352 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
353
354 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
355 separator.
356
357 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
358 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
359 (gud-expansion-speedbar-buttons): New function.
360 (gud-speedbar-buttons): Check for gud-comint-buffer.
361
362 2005-10-09 Bill Wohler <wohler@newt.com>
363
364 * Makefile.in (updates): Add mh-loaddefs dependency.
365
366 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
367
368 * speedbar.el (speedbar-file-key-map): Fix typo.
369
370 2005-10-09 Daniel Brockman <daniel@brockman.se>
371
372 * cus-start.el (line-spacing): Add custom spec.
373
374 2005-10-09 Romain Francoise <romain@orebokech.com>
375
376 * textmodes/ispell.el (ispell-check-version): Fix last change.
377
378 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
379
380 * term/x-win.el: Remove -i, --icon-type from comment.
381
382 * startup.el (command-line-x-option-alist): Remove options -i,
383 -itype, --icon-type, added -nb, --no-bitmap-icon
384
385 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
386
387 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
388 instead of :active.
389
390 2005-10-08 Eric Hanchrow <offby1@blarg.net>
391
392 * textmodes/ispell.el (ispell-check-version):
393 Ignore hyphen, and all that follows, in aspell's version text.
394
395 2005-10-08 Jay Belanger <belanger@truman.edu>
396
397 * calc/calc-arith.el (math-known-square-matrixp): New function.
398 (math-pow-fancy): Check for matrices before distributing exponent
399 across products.
400
401 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
402 fullscreen keypad. Suggested by Luc Teirlinck.
403 (calc-keypad-show-input): Add space for formatting.
404
405 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
406 Add square matrix option.
407
408 * calc/calc-poly.el (math-expand-term): Check for matrices instead
409 of checking calc-matrix-mode when deciding how to expand.
410
411 * calc/calc.el (calc-set-mode-line): Add square matrix option.
412
413 2005-10-08 Lars Hansen <larsh@soem.dk>
414
415 * net/tramp.el (tramp-perl-directory-files-and-attributes):
416 Add error handling.
417 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
418
419 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
420
421 Sync with Tramp 2.0.51.
422
423 * net/tramp.el (tramp-handle-set-visited-file-modtime)
424 (tramp-handle-insert-file-contents, tramp-handle-write-region):
425 Insert special handling for `last-coding-system-used', again
426 it still seems to be necessary (unlike stated before).
427 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
428 (tramp-password-prompt-regexp): There might be other words before
429 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
430 (tramp-chunksize): Improve docstring.
431 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
432 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
433 Christian Joergensen <bugs@razor.dk>.
434
435 2005-10-07 Glenn Morris <rgm@gnu.org>
436
437 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
438 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
439 precision'.
440
441 2005-10-07 Romain Francoise <romain@orebokech.com>
442
443 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
444 (ibuffer-do-shell-command-pipe-replace)
445 (ibuffer-do-shell-command-file, ibuffer-do-eval)
446 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
447 (ibuffer-do-revert, ibuffer-do-replace-regexp)
448 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
449 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
450 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
451 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
452 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
453 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
454 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
455 Autoload file sans suffix.
456
457 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
458
459 2005-10-07 David Ponce <david@dponce.com>
460
461 * recentf.el (recentf-menu-open-all-flag): New option.
462 (recentf-digit-shortcut-command-name): New function.
463 (recentf--shortcuts-keymap): New variable.
464 (recentf-menu-shortcuts): New variable.
465 (recentf-make-menu-items): Initialize it. Replace the "More..."
466 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
467 (recentf-menu-value-shortcut): New function.
468 (recentf-make-menu-item): Use it. No more in-lined.
469 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
470 (recentf-open-most-recent-file): Rename from
471 `recentf-open-file-with-key'. Don't depend on key binding.
472 (recentf-mode-map): New variable.
473 (recentf-mode): Use it.
474
475 2005-10-06 Bill Wohler <wohler@newt.com>
476
477 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
478
479 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
480 (MH-E-SRC): New. Used by mh-autoloads.
481 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
482 files in MH-E-SRC have been updated.
483 (compile, recompile, bootstrap): Depend on mh-autoloads.
484
485 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
486
487 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
488 gud-break and gud-remove icons when the fringe is not available.
489
490 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
491 Typo.
492
493 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
494
495 * play/zone.el (zone): Wrap body with save-window-excursion.
496
497 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
500 Use the new `list-only' arg to diary-list-entries.
501
502 * calendar/diary-lib.el: Use overlays rather than selective-display.
503 (diary-selective-display): New var.
504 (diary-header-line-format): Use it.
505 (diary-list-entries): Add argument `list-only'.
506 Put the buffer in diary-mode. Don't add \^M at beg and end.
507 Replace \^M by invisible overlays.
508 (diary-unhide-everything): Replace \^M by invisible overlays.
509 (print-diary-entries): Look for overlays rather than \^M.
510 Add a space to the temp buffer name.
511 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
512 Put the buffer in diary-mode.
513 (list-sexp-diary-entries): Replace \^M by invisible overlays.
514 (diary-anniversary): Make the year arg optional.
515 (diary-time-regexp): New const.
516 (diary-font-lock-keywords): Use it to accept a few more time formats.
517
518 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
519
520 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
521
522 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
523 Fix bug introduced 2005-07-03: Use (car (last ...))
524 to faithfully reproduce replaced artist-last.
525 (artist-set-arrow-points-for-poly): Likewise.
526 Suggested by Johan Bockg\e,Ae\e(Brd.
527
528 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
529
530 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
531 * wid-edit.el (widget):
532 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
533 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
534
535 2005-10-06 Kenichi Handa <handa@m17n.org>
536
537 * international/mule-cmds.el (set-language-environment):
538 Fix setting up of case-table for unibyte mode.
539
540 * simple.el (what-cursor-position): If the character is displayed
541 by some `display' text property, show that. Don't use
542 single-key-description for eight-bit characters in multibyte mode.
543
544 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
545
546 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
547 (gdb-ann3): Set it.
548 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
549 (gdb-info-frames-custom): Use inverse-video for first five
550 characters of selected frame only.
551 (gdb-get-frame-number): Select frame even when point is on frame
552 number.
553
554 2005-10-06 Masatake YAMATO <jet@gyve.org>
555
556 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
557 Put `font-lock-function-name-face'.
558 (gdb-info-frames-custom): Put `font-lock-function-name-face'
559 and `font-lock-variable-name-face'
560 (gdb-registers-font-lock-keywords): New font lock keywords definition.
561 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
562 (gdb-memory-font-lock-keywords): New font lock keywords definition.
563 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
564 (gdb-local-font-lock-keywords): New font lock keywords definition.
565 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
566 (gdb-threads-font-lock-keywords): New font lock keywords definition.
567 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
568
569 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
570
571 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
572 (ediff-merge-region-is-non-clash-to-skip): Previously called
573 ediff-merge-region-is-non-clash.
574
575 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
576 Use insert-buffer-substring.
577
578 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
579 selecting files to patch. Also bug fixes.
580
581 * ediff-util.el (ediff-setup): Bug fix.
582 (ediff-next-difference): Never skip clashes that differ in white
583 space only.
584
585 * ediff-wind.el (ediff-setup-control-frame)
586 (ediff-destroy-control-frame): Check the menubar feature.
587
588 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
589 (viper-refresh-mode-line): Use make-local-variable to localize
590 some vars instead of make-variable-buffer-local. Suggested by
591 Stefan Monnier.
592
593 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
594 (viper-restore-cursor-type, viper-set-insert-cursor-type):
595 Use make-local-variable instead of make-variable-buffer-local.
596 Suggested by Stefan Monnier.
597
598 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
599 (viper-comint-mode-hook): Use make-local-variable on
600 require-final-newline.
601 (viper-non-hook-settings): Don't use make-variable-buffer-local.
602
603 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
606 also the second char of a comment-start sequence.
607 (scheme-sexp-comment-syntax-table): New var.
608 (lambda, define): Set their scheme-doc-string-elt property.
609 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
610 Use lisp-font-lock-syntactic-face-function now that it properly
611 handles |...| symbols.
612 (scheme-mode-variables): Set lisp-doc-string-elt-property,
613 parse-sexp-lookup-properties and font-lock-extra-managed-props.
614
615 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
616 bit from # to |.
617 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
618
619 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
620 (lisp-doc-string-elt-property): New var.
621 (lisp-font-lock-syntactic-face-function): Use it.
622 Rewrite to recognize docstrings even for forms not at toplevel.
623
624 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
625 annotation on the | part of #| rather than on the # part.
626 (scheme-font-lock-syntactic-face-function): New function, to
627 distinguish strings from |...| symbols.
628 (scheme-mode-variables): Use it. Also fix up the font-lock-time
629 syntax-table so that #|...|# is properly highlighted.
630
631 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
632 Don't mark as docstring the 3rd elem of an unknown toplevel form.
633
634 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
637 and C-e.
638
639 * emacs-lisp/eldoc.el: Move comments into docstrings.
640 (eldoc-message-commands): Initialize in its declaration.
641 Add move-beginning-of-line and move-end-of-line.
642 (eldoc-add-command, eldoc-add-command-completions)
643 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
644
645 * outline.el (outline-mark-subtree): Activate the mark.
646
647 * calendar/appt.el (appt-time-regexp): New var.
648 (appt-add, appt-make-list): Use it.
649 (appt-convert-time): Clean up.
650
651 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
652 Don't set any syntax-table property here.
653 (tex-font-lock-verb): New function. Do it here.
654 (tex-font-lock-syntactic-keywords): Use it.
655
656 2005-10-04 Richard M. Stallman <rms@gnu.org>
657
658 * wid-edit.el (widget-file-complete): Get the widget start point
659 the right way. Default directory to `/' if file has none.
660
661 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
662
663 * textmodes/flyspell.el (flyspell-mode-on):
664 Call ispell-maybe-find-aspell-dictionaries.
665
666 * textmodes/ispell.el (ispell-word, ispell-region):
667 Call ispell-maybe-find-aspell-dictionaries.
668 (ispell-accept-buffer-local-defs):
669 Don't call ispell-maybe-find-aspell-dictionaries
670
671 2005-10-04 Richard M. Stallman <rms@gnu.org>
672
673 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
674
675 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
676
677 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
678 instead of `fboundp' in order to allow for anonymous functions.
679
680 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
681
682 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
683 case the user clicks on the link while another window is selected.
684 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
685
686 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
687 functionality.
688 (dframe-help-echo): Save point in case mouse tracking is off.
689
690 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
691
692 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
693
694 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
697 not change the global value of those vars.
698
699 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
700 make-local-variable which we do not need any more.
701
702 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
703
704 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
705 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
706 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
707 (speedbar-path-line): Define obsolete aliases.
708 (speedbar-line-directory): Doc fix.
709
710 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
711 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
712 instead of speedbar-line-path.
713
714 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
715
716 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
717 to nil if dropping on a window. Handle dropping on a minibuffer window
718 like dropping on a non-window part of Emacs.
719
720 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 * net/ange-ftp.el: Use with-current-buffer.
723 (ange-ftp-insert-directory): Do not follow symlinks any more.
724
725 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
726 Remove interactive spec.
727
728 2005-10-03 Kim F. Storm <storm@cua.dk>
729
730 * ido.el (ido-mode): Use custom-initialize-set.
731
732 2005-10-02 Richard M. Stallman <rms@gnu.org>
733
734 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
735 Use insert-buffer-substring.
736
737 * net/tramp.el: Pacify byte compiler warnings in pacification code.
738 (tramp-handle-file-local-copy): Use insert-buffer-substring.
739
740 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
743 in last change.
744 (ange-ftp-insert-directory): Fix up the search for the case where
745 `file' is absolute.
746
747 2005-10-02 Romain Francoise <romain@orebokech.com>
748
749 * progmodes/compile.el (compile-goto-error): Delete extra paren.
750
751 2005-10-02 Andreas Schwab <schwab@suse.de>
752
753 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
754 directory component in the session info.
755
756 2005-10-01 Richard M. Stallman <rms@gnu.org>
757
758 * comint.el (comint-redirect-subvert-readonly): Doc fix.
759
760 * simple.el (next-error-internal): New function.
761
762 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
763 (compilation-start): Pass new arg to compilation-buffer-name.
764 (compile-goto-error): Use next-error-internal.
765
766 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
767
768 * speedbar.el: Remove RCS tag.
769 (speedbar-check-read-only): Handle non-existent files.
770
771 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
772
773 * info.el (Info-speedbar-hierarchy-buttons)
774 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
775
776 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
777
778 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
779 Do not match newline.
780 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
781 (bibtex-summary): Remove unnecessary save-excursion.
782 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
783
784 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
785
786 * term/mac-win.el: Add charset info for "iso10646-1".
787 Modify default fontset to use ATSUI-compatible fonts for some charsets
788 if available.
789
790 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
791
792 * speedbar.el: Re-apply arch tag.
793 (speedbar-version): Rename to version 1.0. Suggested by Eric
794 M. Ludlam.
795 Reapply two changes from Emacs CVS' version of speedbar lost
796 during the merge:
797 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
798 (speedbar-frame-parameters): Improve customize type.
799
800 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
803 (ange-ftp-file-directory-p): Fix the symlink case.
804 (ange-ftp-insert-directory): When listing a single file, get a list of
805 the parent buffer and extract the relevant line. Inspired from a patch
806 by Katsumi Yamaoka <yamaoka@jpl.org>.
807 (ange-ftp-file-name-sans-versions): Simplify.
808
809 2005-09-30 Bill Wohler <wohler@newt.com>
810
811 Move MH-E image files from toolbar and mail directories into
812 etc/images.
813
814 * mail/reply2.*: Move to etc/images/mail/reply*.
815
816 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
817 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
818 etc/images.
819
820 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
821 * toolbar/reply*: Move to etc/images/mail.
822
823 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
824
825 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
826
827 * speedbar.el: New version 1.0pre3.
828
829 Frame management code (including timer, and mouse click specifics)
830 moved to dframe.el:
831 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
832 (speedbar-timer): Removed. Use dframe-timer.
833 (speedbar-close-frame): Removed. Use dframe-close-frame.
834 (speedbar-activity-change-focus-flag): Removed. Use
835 dframe-activity-change-focus-flag.
836 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
837 dframe-update-speed.
838
839 (speedbar-current-frame): New macro. Use this instead of the
840 variable speedbar-frame.
841
842 (speedbar-use-images, speedbar-expand-image-button-alist)
843 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
844
845 (speedbar-find-image-on-load-path): Removed. Replaced by
846 defezimage in ezimage.el.
847 (speedbar-expand-image-button-alist): Removed. Replaced by
848 ezimage-expand-image-button-alist in ezimage.el.
849
850 (speedbar-ignored-directory-regexp)
851 (speedbar-add-ignored-directory-regexp)
852 (speedbar-ignored-directory-expressions)
853 (speedbar-line-directory, speedbar-buffers-line-directory)
854 (speedbar-directory-line, speedbar-buffers-line-directory):
855 Renamed, replacing `path' with `directory'.
856
857 (speedbar-create-directory, speedbar-expand-line-descendants)
858 (speedbar-toggle-line-expansion)
859 (speedbar-contract-line-descendants): New commands.
860
861 (speedbar-query-confirmation-method, speedbar-select-frame-method)
862 (speedbar-use-tool-tips-flag): New options.
863
864 (speedbar-check-read-only, speedbar-require-version)
865 (speedbar-insert-separator, speedbar-buffers-tail-notes)
866 (speedbar-handle-delete-frame, speedbar-try-completion)
867 (speedbar-update-localized-contents): New functions.
868
869 (speedbar-incompatible-version, speedbar-ro-to-do-point)
870 (speedbar-object-read-only-indicator): New variables.
871
872 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
873 New hooks.
874
875 (speedbar-separator-face): New face.
876
877 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
878 (speedbar-ignored-modes): Add fundamental-mode.
879 (speedbar-directory-unshown-regexp): Add . directories.
880
881 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
882 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
883 `]' for full expand/close.
884 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
885
886 (speedbar-check-vc): Support hidden files.
887 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
888 (speedbar-this-file-in-vc): Use vc-state if available. If VC
889 state is nil, it is not checked out.
890
891 (speedbar-line-text, speedbar-line-token): Support expand buttons
892 with no text.
893 (speedbar-refresh): Universal argument acts as power-click.
894 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
895 that buffer to get variable values.
896
897 And many other bugfixes.
898
899 * dframe.el, ezimage.el, sb-image.el: New files.
900
901 * sb-*.xpm: Remove files. New image files installed into
902 etc/images/ezimage.
903
904 2005-09-30 Kenichi Handa <handa@m17n.org>
905
906 * ps-mule.el (ps-mule-show-warning): If a character is in
907 ps-print-translation-table, don't treat it as non-printable.
908
909 2005-09-30 David Ponce <david@dponce.com>
910
911 * tree-widget.el (tree-widget-themes-load-path): New variable.
912 (tree-widget-themes-directory): Doc fix.
913 (tree-widget-image-formats) [Emacs]: Doc fix.
914 (tree-widget--locate-sub-directory): New function.
915 (tree-widget-themes-directory): Use it.
916
917 * recentf.el (recentf-filename-handlers): Rename from
918 `recentf-filename-handler'. Allow a list of functions.
919 (recentf-menu-items-for-commands): Fix :help strings.
920 (recentf-apply-filename-handlers): New function.
921 (recentf-expand-file-name): Use it.
922 (recentf-cleanup): Remove duplicates too.
923
924 2005-09-29 Juri Linkov <juri@jurta.org>
925
926 * faces.el: Rearrange face definitions to be in the same order as
927 their face descriptions in "(emacs)Standard Faces".
928
929 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
930
931 * tooltip.el (tooltip): Add group `basic-faces'.
932
933 * buff-menu.el (Buffer-menu-buffer): Remove group
934 `font-lock-highlighting-faces'.
935
936 * progmodes/compile.el (compilation-error, compilation-warning)
937 (compilation-info, compilation-line-number, compilation-column-number):
938 Change group from `font-lock-highlighting-faces' to `compilation'.
939
940 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
941 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
942 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
943 (vhdl-font-lock-reserved-words-face)
944 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
945 `font-lock-highlighting-faces'.
946
947 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
948
949 2005-09-28 Kim F. Storm <storm@cua.dk>
950
951 * emulation/cua-base.el: Set CUA move property on additional commands:
952 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
953 forward-sexp, backward-sexp, forward-list, backward-list.
954
955 2005-09-28 Romain Francoise <romain@orebokech.com>
956
957 * comint.el (comint-show-output): Really set point at the
958 beginning of the output when not using `comint-use-prompt-regexp'.
959
960 2005-09-27 Jay Belanger <belanger@truman.edu>
961
962 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
963 in TeX mode.
964
965 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
966
967 * textmodes/org.el (org-table-sum): Fix format string.
968
969 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
970 Quote face names.
971
972 2005-09-26 Romain Francoise <romain@orebokech.com>
973
974 * isearch.el (isearch-forward-regexp): Close doc string.
975
976 2005-09-25 Richard M. Stallman <rms@gnu.org>
977
978 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
979
980 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
981
982 * progmodes/compile.el (compilation-error-properties):
983 When getting the file from the previous error message,
984 correctly decode the new data format.
985
986 * progmodes/cc-cmds.el (c-electric-paren):
987 Call old-blink-paren only for close-paren.
988
989 2005-09-24 Andreas Schwab <schwab@suse.de>
990
991 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
992 condition.
993
994 2005-09-25 Romain Francoise <romain@orebokech.com>
995
996 * dired-aux.el (dired-copy-file-recursive):
997 * dired.el (dired-delete-file):
998 * ediff-mult.el (ediff-dir-diff-copy-file):
999 * ediff-util.el (ediff-test-save-region):
1000 * forms.el (forms-mode):
1001 * ido.el (ido-file-internal, ido-delete-file-at-head):
1002 * log-edit.el (log-edit-done):
1003 * ses.el (ses-yank-resize):
1004 * play/gomoku.el (gomoku-human-plays, gomoku)
1005 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1006 (gomoku-offer-a-draw):
1007 * play/landmark.el (lm-human-resigns, lm):
1008 * net/eudcb-ldap.el (eudc-ldap-check-base):
1009 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1010 * progmodes/ebrowse.el (ebrowse-find-pattern):
1011 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1012 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1013 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1014
1015 * vc.el (vc-delete-file):
1016 * play/gomoku.el (gomoku-terminate-game, gomoku)
1017 (gomoku-prompt-for-move, gomoku-human-takes-back):
1018 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1019 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1020
1021 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1022
1023 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1024 color rxvt terminals by using the code xterm.el used to use before
1025 2005-04-09 in order to match the colors used by rxvt.
1026
1027 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1028
1029 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1030 colors rxvt-unicode terminals by using the same code as xterm.el.
1031
1032 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1035 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1036 new symbol used for the tex-verbatim face.
1037
1038 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1039
1040 * woman.el (woman-file-name):
1041 * wid-edit.el (widget-file-prompt-value)
1042 (widget-coding-system-prompt-value):
1043 * w32-fns.el (set-w32-system-coding-system):
1044 * vc.el (vc-version-diff, vc-annotate):
1045 * textmodes/reftex-auc.el (reftex-arg-cite)
1046 (reftex-arg-index-tag):
1047 * textmodes/refer.el (refer-get-bib-files):
1048 * textmodes/artist.el (artist-figlet-choose-font):
1049 * terminal.el (terminal-emulator):
1050 * replace.el (occur-read-primary-args):
1051 * rect.el (string-rectangle, string-insert-rectangle):
1052 * ps-print.el (ps-print-preprint):
1053 * progmodes/pascal.el (pascal-goto-defun):
1054 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1055 * progmodes/compile.el (compilation-find-file):
1056 * printing.el (pr-interactive-n-up):
1057 * play/animate.el (animate-birthday-present):
1058 * net/rcompile.el (remote-compile):
1059 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1060 * mail/rmailsum.el (rmail-summary-search-backward)
1061 (rmail-summary-search):
1062 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1063 (rmail-output-read-file-name):
1064 * mail/rmail.el (rmail-search, rmail-search-backwards):
1065 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1066 * locate.el (locate):
1067 * international/quail.el (quail-show-keyboard-layout):
1068 * international/mule.el (set-buffer-file-coding-system)
1069 (revert-buffer-with-coding-system, set-file-name-coding-system)
1070 (set-terminal-coding-system, set-keyboard-coding-system)
1071 (set-next-selection-coding-system):
1072 * international/mule-diag.el (describe-coding-system)
1073 (describe-font, describe-fontset):
1074 * international/mule-cmds.el (universal-coding-system-argument)
1075 (search-unencodable-char, describe-input-method)
1076 (set-language-environment, describe-language-environment):
1077 * international/codepage.el (codepage-setup):
1078 * international/code-pages.el (codepage-setup):
1079 * info.el (Info-search, Info-follow-reference)
1080 (Info-search-backward):
1081 * emacs-lisp/advice.el (ad-read-advised-function)
1082 (ad-read-advice-class, ad-clear-cache, ad-activate)
1083 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1084 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1085 (ad-read-regexp):
1086 * ediff-util.el (ediff-toggle-regexp-match):
1087 * ediff-ptch.el (ediff-prompt-for-patch-file):
1088 * dired-aux.el (dired-diff):
1089 * diff.el (diff):
1090 * cus-edit.el (custom-variable-prompt):
1091 * calendar/timeclock.el (timeclock-ask-for-project):
1092 * calc/calcalg3.el (calc-get-fit-variables):
1093 * calc/calc-store.el (calc-edit-variable)
1094 (calc-permanent-variable):
1095 * vc-mcvs.el (vc-mcvs-register):
1096 * shadowfile.el (shadow-define-literal-group):
1097 * woman.el (woman-file-name):
1098 * vc.el (vc-version-diff, vc-merge):
1099 * textmodes/reftex-index.el (reftex-index-complete-tag):
1100 * format.el (format-decode-buffer, format-decode-region):
1101 * emulation/viper-cmd.el (viper-read-string-with-history):
1102 * emacs-lisp/debug.el (cancel-debug-on-entry):
1103 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1104 * ediff.el (ediff-merge-revisions)
1105 (ediff-merge-revisions-with-ancestor, ediff-revision):
1106 * completion.el (interactive-completion-string-reader):
1107 * calc/calc-prog.el (calc-user-define-formula):
1108 Follow convention for reading with the minibuffer.
1109
1110 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1111
1112 * progmodes/python.el (python-describe-symbol): Add globals() and
1113 locals() to the arguments of emacs.ehelp.
1114
1115 2005-09-24 Magnus Henoch <mange@freemail.hu>
1116
1117 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1118 New function, code extracted from ispell-valid-dictionary-list.
1119 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1120 Call it.
1121
1122 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1123
1124 * subr.el (version-regexp-alist): Extend valid syntax for version
1125 strings: allow any of the characters -,_,+ to separate the
1126 alpha/beta/rc part from the version part. Doc fix.
1127 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1128
1129 2005-09-23 David Reitter <david.reitter@gmail.com>
1130
1131 * mail/mailclient.el: New file.
1132
1133 2005-09-23 Richard M. Stallman <rms@gnu.org>
1134
1135 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1136 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1137 Doc fixes.
1138
1139 * progmodes/cc-mode.el (c-font-lock-init):
1140 Specify font-lock-lines-before.
1141
1142 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1143
1144 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1145 whole conflict.
1146
1147 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1148
1149 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1150 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1151 of `remap' feature when available. Additional key bindings for
1152 better tty support.
1153 (org-mode-restart, org-force-self-insert): New commands.
1154 (org-time-stamp-inactive): New command.
1155 (org-remap): New function.
1156 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1157 (org-enable-fixed-width-editor): Move to `org-structure'
1158 customization group.
1159 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1160 blank field after field motion commands.
1161
1162 2005-09-23 Kenichi Handa <handa@m17n.org>
1163
1164 * international/mule-cmds.el (set-language-environment):
1165 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1166 have to call utf-translate-cjk-load-tables.
1167
1168 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1169
1170 * mouse.el (mouse-move-drag-overlay): Fix last change.
1171
1172 2005-09-22 David Ponce <david@dponce.com>
1173
1174 * tree-widget.el (tree-widget-value-create): Fix previous change.
1175
1176 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1177
1178 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1179
1180 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * mouse.el (mouse-move-drag-overlay): New function.
1183 (mouse-drag-region-1): Use it.
1184 Try to simplify a bit the state handling. Handle clicks on links
1185 inside intangible areas.
1186 (mouse-save-then-kill): Minor simplification.
1187 (mouse-secondary-overlay): Make it always non-nil instead of
1188 recreating it each time.
1189 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1190 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1191 Simplify accordingly.
1192
1193 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1194
1195 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1196
1197 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1198
1199 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1200 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1201 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1202 to patch.
1203
1204 * ediff-util.el: Use insert-buffer-substring.
1205
1206 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1207
1208 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1209 field boundaries in the minibuffer.
1210 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1211 (viper-minibuffer-post-command-hook): New hook.
1212 (viper-line): Don't move cursor at bolp.
1213
1214 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1215
1216 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1217 avoid compiler warnings.
1218
1219 * emulation/viper-macs.el (ex-map): Better messages.
1220
1221 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1222
1223 * emulation/viper.el: Replace make-variable-buffer-local with
1224 viper-make-variable-buffer-local everywhere, to avoid warnings.
1225
1226 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1229 Delete unused var `old-selected-window'.
1230 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1231 (mouse-drag-secondary): Delete unused var `start-frame'.
1232
1233 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1234
1235 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1236
1237 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1240 Re-indent within 80 columns. Use inhibit-read-only.
1241
1242 2005-09-19 Romain Francoise <romain@orebokech.com>
1243
1244 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1245
1246 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1247
1248 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1249 unconditionally, since the after-change-function already did it.
1250
1251 2005-09-19 Miles Bader <miles@gnu.org>
1252
1253 * net/newsticker.el: Get rid of CVS keyword.
1254
1255 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1256
1257 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1258 The prompt is formatted later.
1259
1260 2005-09-19 David Ponce <david@dponce.com>
1261
1262 * tree-widget.el (tree-widget-value-create): Save the converted
1263 tree :node widget.
1264
1265 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1266
1267 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1268 variable `message'.
1269
1270 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1271
1272 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1273 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1274 <slawomir.nowaczyk.847@student.lu.se>.
1275
1276 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1277
1278 * image.el (image-load-path): Use symbol `data-directory' instead
1279 of its value, for backward compatibility with packages that bind
1280 it during `find-image'. Suggested by Katsumi Yamaoka.
1281 (image-search-load-path): Handle symbols whose values are strings.
1282
1283 2005-09-18 Romain Francoise <romain@orebokech.com>
1284
1285 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1286 with-current-buffer form in save-excursion.
1287
1288 2005-09-18 D Goel <deego@gnufans.org>
1289
1290 * apropos.el (apropos-command): Fix `message' call: first arg
1291 should be a format spec. In this and all other cases that appear
1292 below and elsewhere in the source code, I made a change only when
1293 two conditions were satisfied: [1] I can think of a possibility
1294 that the arguments would cause an error, for example, the code in
1295 question relies on external variables such as filenames. [2] I
1296 was sure that the arg to `message' could not have been nil in the code.
1297
1298 * textmodes/tildify.el (tildify-region): Ditto.
1299
1300 * textmodes/reftex-index.el (reftex-index-change-entry)
1301 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1302 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1303 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1304 (org-priority, org-table-sum):
1305 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1306 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1307 (flyspell-word, flyspell-display-next-corrections):
1308 * textmodes/bibtex.el (bibtex-print-help-message):
1309 * textmodes/artist.el (artist-key-set-point-poly):
1310 * term/mac-win.el (mac-services-insert-text):
1311 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1312 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1313 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1314 (vhdl-compose-configuration):
1315 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1316 (sh-set-indent, sh-learn-line-indent):
1317 * progmodes/ps-mode.el (ps-mode-target-column):
1318 * progmodes/idlwave.el (idlwave-make-tags)
1319 (idlwave-scan-library-catalogs):
1320 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1321 * progmodes/gud.el (gud-jdb-analyze-source):
1322 * progmodes/flymake.el (flymake-log):
1323 * progmodes/ebnf2ps.el (ebnf-generate-region):
1324 * progmodes/cmacexp.el (c-macro-expansion):
1325 * progmodes/ada-xref.el (ada-treat-cmd-string):
1326 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1327 (ada-justified-indent-current, ada-batch-reformat):
1328 * play/zone.el (zone):
1329 * play/landmark.el (lm-move):
1330 * play/decipher.el (decipher-show-alphabet):
1331 * net/newsticker.el (newsticker--display-jump)
1332 (newsticker--display-scroll):
1333 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1334 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1335 * mail/feedmail.el (feedmail-dump-message-to-queue):
1336 * eshell/esh-proc.el (eshell-remove-process-entry):
1337 * emulation/ws-mode.el (ws-last-error):
1338 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1339 (viper-record-kbd-macro):
1340 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1341 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1342 * emacs-lisp/find-func.el (find-function-noselect):
1343 * calendar/timeclock.el (timeclock-status-string)
1344 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1345 (timeclock-when-to-leave-string):
1346 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1347 * calc/calc-units.el (calc-enter-units-table):
1348 * calc/calc-mode.el (calc-mode-record-mode):
1349 * woman.el (woman-mini-help):
1350 * wdired.el (wdired-change-to-wdired-mode):
1351 * vc.el (vc-retrieve-snapshot):
1352 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1353 * startup.el (display-startup-echo-area-message):
1354 * simple.el (set-goal-column):
1355 * ses.el (ses-command-hook, ses-recalculate-cell):
1356 * server.el (server-process-filter):
1357 * printing.el (pr-interface-txt-print, pr-interface-printify)
1358 (pr-interface-ps):
1359 * pcvs.el (cvs-help):
1360 * log-edit.el (log-edit, log-edit-mode-help):
1361 * iswitchb.el (iswitchb-possible-new-buffer):
1362 * isearch.el (isearch-edit-string):
1363 * image-mode.el (image-mode, image-minor-mode):
1364 * ibuf-macs.el (define-ibuffer-filter):
1365 * hi-lock.el (hi-lock-find-patterns):
1366 * files.el (toggle-read-only):
1367 * ediff-util.el (ediff-copy-diff)
1368 (ediff-write-merge-buffer-and-maybe-kill):
1369 * echistory.el (Electric-history-undefined):
1370 * dnd.el (dnd-insert-text):
1371 * dired-aux.el (dired-query):
1372 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1373 * bookmark.el (bookmark-bmenu-locate):
1374 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1375 Fix `message' calls to ensure first arg is a format string.
1376 The change was made only when these two conditions were satisfied:
1377 [1] when there is a possibility that the arguments would cause an error
1378 for example, if the code in question relies on external variables
1379 such as filenames, and
1380 [2] if the arg to `message' could not have been nil in the code.
1381
1382 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1383 Not having a %s would be weird, though not technically wrong.
1384
1385 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1386
1387 * term/mac-win.el (mac-add-charset-info): Doc fix.
1388
1389 2005-09-17 Romain Francoise <romain@orebokech.com>
1390
1391 * shell.el (shell-resync-dirs): Handle echoing processes more
1392 reliably. Don't insert resync command if `comint-process-echoes'
1393 is non-nil.
1394
1395 2005-09-17 Magnus Henoch <mange@freemail.hu>
1396
1397 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1398 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1399 aspell versions >= 0.60.
1400 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1401 only if ispell-aspell-supports-utf8 is non-nil.
1402
1403 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1404
1405 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1406 buffer-local value to lisp-indent-function.
1407
1408 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1409
1410 * progmodes/glasses.el (glasses-make-readable): If
1411 glasses-separator differs from underscore, put appropriate
1412 overlays over underscore characters.
1413 (glasses-convert-to-unreadable): If glasses-separator differs from
1414 underscore, try to convert glasses-separator characters to
1415 underscores.
1416
1417 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1420 Use with-syntax-table and dolist.
1421
1422 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1423
1424 * textmodes/reftex-auc.el:
1425 * textmodes/reftex-cite.el:
1426 * textmodes/reftex-dcr.el:
1427 * textmodes/reftex-global.el:
1428 * textmodes/reftex-parse.el:
1429 * textmodes/reftex-ref.el:
1430 * textmodes/reftex-sel.el:
1431 * textmodes/reftex-toc.el:
1432 * textmodes/reftex-vars.el:
1433 * textmodes/reftex.el: Small changes to remove compiler warnings.
1434
1435 * textmodes/reftex-index.el: Likewise.
1436 (reftex-query-index-phrase): More efficient use of markers.
1437
1438 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1439
1440 * image.el (image-load-path): New variable.
1441 (image-search-load-path): New function.
1442 (find-image): Search for images in `image-load-path'.
1443
1444 2005-09-15 Richard M. Stallman <rms@gnu.org>
1445
1446 * follow.el: Change Maintainer field.
1447
1448 2005-09-15 David Ponce <david@dponce.com>
1449
1450 * recentf.el (recentf-save-file-modes): New option.
1451 (recentf-save-list): Use it.
1452
1453 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1454
1455 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1456 (mode-line-mule-info, mode-line-modified): Move bindings from
1457 mouse-3 to mouse-1.
1458
1459 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1460
1461 * simple.el (sendmail-user-agent-compose): Revert last change.
1462
1463 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1464
1465 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1466 Use with-current-buffer.
1467 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1468 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1469 (ange-ftp-insert-directory): Remove unused var `short'.
1470 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1471
1472 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1473 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1474
1475 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1476 (check-calendar-holidays, diary-list-entries): Autoload.
1477 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1478 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1479
1480 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1481 which mistakenly removed a call to display-buffer.
1482
1483 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1484
1485 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1486
1487 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1488
1489 * progmodes/hideshow.el
1490 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1491 (hs-allow-nesting): New user var.
1492 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1493 (hs-hide-block-at-point): When nesting allowed,
1494 if there is already an overlay in place, delete it.
1495 (hs-safety-is-job-n): Delete func; remove call sites.
1496 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1497 (hs-overlay-at): New func.
1498 (hs-already-hidden-p, hs-show-block): Use it.
1499 (hs-hide-all): Don't pre-clean if nesting allowed.
1500 (hs-show-all): Temporarily disallow
1501 nesting around call to `hs-discard-overlays'.
1502
1503 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1504
1505 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1506 Delete unused local var.
1507
1508 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1509
1510 * help-fns.el (describe-categories): "?\ " -> "?\s".
1511 (help-do-arg-highlight): Recognize also ARG-n, as in
1512 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1513
1514 * international/codepage.el (dos-unsupported-char-glyph):
1515 * net/newsticker.el (tool-bar-map, w3-mode-map)
1516 (w3m-minor-mode-map):
1517 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1518 (ent-alist):
1519 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1520
1521 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1522
1523 * custom.el (custom-push-theme): Handle the case where a symbol is
1524 bound but face properties have not yet been assigned.
1525
1526 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1527 Fix behavior if noerase is `t' and there is no mail buffer.
1528
1529 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1530 if `continue' is nil, rather than signal an error.
1531
1532 2005-09-12 Richard M. Stallman <rms@gnu.org>
1533
1534 * font-lock.el (font-lock-keywords): Add autoload.
1535
1536 * help-fns.el (describe-variable): Rearrange to put source link
1537 in a predictable place.
1538
1539 * net/newsticker.el: New file.
1540
1541 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1544 (calendar-basic-setup): Use the new nil arg.
1545 (number-of-diary-entries): Move to diary-lib.el.
1546
1547 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1548 (diary-list-entries): Use with-syntax-table and dolist.
1549 Rename from list-diary-entries.
1550 Use number-of-diary-entries if `number' is nil.
1551 (diary, diary-view-entries): Use this new name and new nil arg value.
1552 (number-of-diary-entries): Move from calendar.el.
1553 (diary-unhide-everything): New function.
1554 (include-other-diary-files, fancy-diary-display)
1555 (diary-show-all-entries, make-diary-entry): Use it.
1556 (diary-mail-entries): Use buffer-string.
1557 (mark-diary-entries): Fix long standing paren typo.
1558 (diary-sexp-entry): Use count-lines.
1559 (make-diary-entry): Avoid `previous-line'.
1560 (diary-mode-map): New var.
1561 (diary-mode): Redraw cal after saving. Setup header-line.
1562 (fancy-diary-display-mode): Use local-set-key.
1563
1564 * startup.el (command-line): Try calling various terminal-init-foo-bar
1565 functions by stripping hyphenated suffixes from $TERM.
1566
1567 * files.el (normal-mode): Check boundness of font-lock-keywords.
1568
1569 2005-09-12 Richard M. Stallman <rms@gnu.org>
1570
1571 * progmodes/compile.el: Don't decide a file's directory
1572 until the user actually tries to go there.
1573 (compilation-next-error-function):
1574 Pass compilation-find-file the directory from the file-struct.
1575 (compilation-internal-error-properties): Separate local FILE-STRUCT
1576 from FILE. Doc the args better. Rename arg FMT to FMTS.
1577 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1578 Expand it, and if nil, use default-directory.
1579 (compilation-get-file-structure): Don't mix specified directory
1580 with default directory. Put specified directory into
1581 file-struct. Don't make the file name absolute.
1582
1583 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1584 (compile-command): Add autoload.
1585 (compilation-disable-input): Add autoload.
1586
1587 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1588
1589 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1590 strings of the variables it can override.
1591 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1592 %Q and %q, for fully-qualified domain name and unqualified host name.
1593
1594 2005-09-11 Kim F. Storm <storm@cua.dk>
1595
1596 * emacs-lisp/authors.el (authors-aliases): Update list.
1597 (authors-fixed-entries): Update mldrag.el entry.
1598
1599 2005-09-10 Alan Mackenzie <acm@muc.de>
1600
1601 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1602 from the region narrowed to.
1603
1604 2005-09-10 Magnus Henoch <mange@freemail.hu>
1605
1606 * textmodes/ispell.el (ispell-check-version): Signal an error if
1607 aspell version is less than 0.60.
1608
1609 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1610
1611 * progmodes/octave-inf.el (inferior-octave-startup):
1612 Resync current dir at the end.
1613
1614 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1615
1616 * woman.el (woman-topic-at-point-default):
1617 Rename to woman-use-topic-at-point-default.
1618 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1619 (woman-file-name): Reflect renames above. Automatically use the
1620 word at point as topic if woman-use-topic-at-point is non-nil.
1621 Otherwise offer it as default but don't insert it in the
1622 minibuffer. Also use `test-completion' instead of `assoc' as
1623 suggested by Stefan Monnier.
1624
1625 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1626
1627 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1628 the attempt to do it over Tramp. This is not yet supported.
1629
1630 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1631
1632 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1633 (menu-bar-non-minibuffer-window-p): New functions.
1634 ("Split Window", "Save As..."): Use them.
1635 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1636 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1637 Use menu-bar-menu-frame-live-and-visible-p.
1638 ("Save Buffer", "Insert File", "Open Directory...")
1639 ("Open File...", "Visit New File..."):
1640 Use menu-bar-non-minibuffer-window-p.
1641 (kill-this-buffer-enabled-p, dired <menu-enable>):
1642 Use menu-bar-non-minibuffer-window-p.
1643
1644 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1645
1646 * cus-start.el (all): Don't complain about fringe-related
1647 built-ins if fringes are not supported. Ditto about
1648 selection-related built-ins. Fix the test for GTK-related built-ins.
1649
1650 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1651 ("Postscript Print Buffer", "Print Region", "Save As...")
1652 ("Save", "Insert File...", "Open Directory...")
1653 ("Open File...", "Visit New File..."")
1654 ("Truncate Long Lines in this Buffer"): Don't look at
1655 menu-updating-frame if this display does not support multiple frames.
1656
1657 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1658
1659 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1660
1661 2005-09-09 Emilio Lopes <eclig@gmx.net>
1662
1663 * woman.el: Format- and whitespace-related changes.
1664
1665 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1666
1667 * woman.el: Fix my email address.
1668
1669 2005-09-08 Richard M. Stallman <rms@gnu.org>
1670
1671 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1672 (sh-mode): Locally set skeleton-pair-default-alist.
1673
1674 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1675
1676 * progmodes/flymake.el: Require `compile' unconditionally.
1677
1678 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1679
1680 * woman.el (woman-file-name): Provide a default, not initial input.
1681
1682 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1683
1684 * font-lock.el (font-lock-support-mode): Doc fix.
1685
1686 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1687
1688 2005-09-08 Richard M. Stallman <rms@gnu.org>
1689
1690 * simple.el (blink-matching-open): Get rid of text props from
1691 the string shown in echo area. Don't permanently set point.
1692 Some rearrangements.
1693
1694 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1695
1696 * recentf.el (recentf-filename-handler): Add custom choice
1697 `abbreviate-file-name'.
1698
1699 * msb.el (msb--very-many-menus): Fix typo.
1700
1701 * disp-table.el (standard-display-european): Don't set
1702 enable-multibyte-characters to nil.
1703
1704 2005-09-08 David Ponce <david@dponce.com>
1705
1706 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1707 (recentf-expand-file-name): Doc fix.
1708 (recentf-dialog-mode-map): Define digit shortcuts.
1709 (recentf--files-with-key): New variable.
1710 (recentf-show-digit-shortcut-filter): New function.
1711 (recentf-open-files-items): New function.
1712 (recentf-open-files): Use it.
1713 (recentf-open-file-with-key): New command.
1714
1715 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1718 Suggested by Kim F. Storm.
1719 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1720 (Buffer-menu-make-sort-button): Use global keymap.
1721
1722 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1723
1724 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1725 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1726 necessary any longer with the remapped command.
1727 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1728 formatting time only.
1729
1730 * net/tramp.el (tramp-action-password)
1731 (tramp-multi-action-password): Compile the password prompt from
1732 `method', `user' and `host'. Sometimes it isn't obvious which
1733 password to enter, for example with remote files offered by
1734 recentf.el, or with multiple steps. Suggested by Robert Marshall
1735 <robert@chezmarshall.freeserve.co.uk>.
1736
1737 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1740 Fix regexp for when "s///" is at the beginning of line.
1741
1742 2005-09-07 Jay Belanger <belanger@truman.edu>
1743
1744 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1745 when in matrix mode.
1746
1747 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1750 non-anonymous functions.
1751
1752 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1753
1754 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1755 when using a header line. Otherwise, use mouse-1-click-follows-link.
1756
1757 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1758 can't be moved; don't signal an error.
1759
1760 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1761
1762 * cus-theme.el (custom-theme-write-faces): Save the current face
1763 spec, not the defface spec.
1764
1765 * custom.el (custom-known-themes): Clarify meaning of "standard".
1766 (custom-push-theme): Save old values in the standard theme.
1767 (disable-theme): Correct typo.
1768 (custom-face-theme-value) Deleted unused function.
1769 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1770
1771 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1772
1773 * progmodes/compile.el (compilation-goto-locus): Take into account
1774 iconified frames when determining whether the buffer is
1775 already visible.
1776 Don't reset window height if the window already existed.
1777
1778 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1779
1780 * custom.el (load-theme): Rename from require-theme.
1781 Add interactive spec.
1782 (enable-theme): Rename from custom-enable-theme.
1783 Add interactive spec.
1784 (disable-theme): Rename from custom-disable-theme.
1785 Add interactive spec.
1786 (custom-make-theme-feature): Doc fix.
1787 (custom-theme-directory): Doc fix.
1788 (provide-theme): Call enable-theme.
1789
1790 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * obsolete/lazy-lock.el (lazy-lock-mode):
1793 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1794 font-lock-mode if it's off. Print a warning instead.
1795
1796 * progmodes/compile.el (compilation-start): Ignore errors if the
1797 process died before we get to send-eof.
1798
1799 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1800 Undo last change. Enclosing the result in quotes broke things on Unix
1801 since tex-send-command passes it through shell-quote-argument.
1802 (tex-send-command): Pass `file' through convert-standard-filename
1803 when possible.
1804 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1805 info in a transcript.
1806
1807 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1808
1809 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1810 fix compilation warning. Reorder the key definitions to group
1811 together keys emitted by the current version of xterm.
1812
1813 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1814 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1815 Reorder predicates to correct min-color usage.
1816
1817 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1820 Kill local variables when longlines-mode is turned off.
1821
1822 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1823
1824 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1825
1826 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1827
1828 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1829
1830 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1831 (font-lock-lines-before): Change default to being inactive.
1832 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1833 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1834
1835 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1836
1837 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1838 Deactivate temporarily advice if active (not needed for Emacs 22,
1839 but for backwards compatibility).
1840 (tramp-exists-file-name-handler): Rewrite. First implementation
1841 was too simple.
1842 (tramp-advice-make-auto-save-file-name):
1843 Call `tramp-handle-make-auto-save-file-name' (again, just for
1844 backwards compatibility).
1845
1846 2005-08-31 Reto Zimmermann <reto@gnu.org>
1847
1848 * progmodes/vhdl-mode.el
1849 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1850 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1851 (vhdl-set-default-project): New function (easier setting of default).
1852 (vhdl-port-copy): Handle extended identifiers for generics.
1853 (vhdl-compiler-alist): Better description for error message regexp.
1854 (vhdl-make): Query for target, use previous as default.
1855 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1856 (vhdl-font-lock-keywords-2): Fix fontification for record
1857 el. assign.
1858 (vhdl-speedbar-make-subpack-line): Add package body link.
1859 (vhdl-generate-makefile-1): Not include itself as dependency.
1860 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1861 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1862 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1863 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1864 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1865 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1866 (vhdl-import-project): Add string argument for `error'.
1867 (vhdl-compose-configuration)
1868 (vhdl-compose-configuration-architecture): Add configuration
1869 declaration generation.
1870 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1871 (vhdl-trailer-re): Add "record" keyword (better indentation).
1872 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1873 "[^ \t-\"]+".
1874 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1875 (vhdl-testbench-entity-file-name)
1876 (vhdl-testbench-architecture-file-name): Allow separate
1877 customization of testbench file names.
1878 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1879 (vhdl-get-visible-signals): Allow newline within alias declaration.
1880 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1881 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1882 (member-ignore-case): Alias for missing function in XEmacs.
1883 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1884 (vhdl-update-sensitivity-list): Ignore case on read signals.
1885 (vhdl-replace-string): Adjust case only for file names.
1886 (vhdl-update-sensitivity-list): Fix search for read signals.
1887 (vhdl-update-sensitivity-list): Exclude formal parameters.
1888 (vhdl-get-visible-signals): Include aliases of signals.
1889 (vhdl-get-visible-signals): Fix signal name searching.
1890 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1891 (vhdl-fixup-whitespace-region): Fix for character
1892 literals (e.g. ':').
1893
1894 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1895
1896 * ansi-color.el (comint-last-output-start):
1897 * bs.el (font-lock-verbose):
1898 * diff-mode.el (add-log-buffer-file-name-function):
1899 * dired-x.el (vm-folder-directory):
1900 * faces.el (help-xref-stack-item):
1901 * files.el (font-lock-keywords):
1902 * find-lisp.el (dired-buffers, dired-subdir-alist):
1903 * ido.el (cua-inhibit-cua-keys):
1904 * log-view.el (cvs-minor-wrap-function):
1905 * outline.el (font-lock-warning-face):
1906 * simple.el (compilation-current-error):
1907 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1908 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1909 * tooltip.el (comint-prompt-regexp):
1910 * w32-fns.el (explicit-shell-file-name):
1911 * term/mac-win.el (mac-charset-info-alist)
1912 (mac-services-selection, mac-system-script-code):
1913 * term/tty-colors.el (msdos-color-values):
1914 * term/w32-win.el (xlfd-regexp-registry-subnum):
1915 * term/x-win.el (x-keysym-table, x-selection-timeout)
1916 (x-session-id, x-session-previous-id):
1917 * textmodes/ispell.el (mail-yank-prefix):
1918 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1919 * textmodes/org.el (calc-embedded-close-formula)
1920 (calc-embedded-open-formula)
1921 (font-lock-unfontify-region-function):
1922 * textmodes/reftex-global.el (isearch-next-buffer-function)
1923 (TeX-master):
1924 * textmodes/reftex.el (font-lock-keywords):
1925 * textmodes/tex-mode.el (font-lock-comment-face)
1926 (font-lock-doc-face):
1927 * textmodes/texinfo.el (outline-heading-alist):
1928 Add defvars.
1929
1930 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1931 (artist-spray-chars, artist-mode-init, artist-replace-string)
1932 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1933 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1934 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1935
1936 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1937 (conf-align-assignments): "?\ " -> "?\s".
1938
1939 * textmodes/reftex-index.el (TeX-master): Add defvar.
1940 (reftex-index-phrases-marker): Move up defvar.
1941
1942 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1943 (reftex-toc-include-labels-indicator)
1944 (reftex-toc-include-index-indicator)
1945 (reftex-toc-max-level-indicator): Move up declarations.
1946
1947 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1948 of args to `tramp-run-real-handler', even if it's empty in this case.
1949
1950 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1951
1952 * dired.el (dired-move-to-filename-regexp): Add date format for
1953 Mac OS X 10.3 in East Asian locales.
1954
1955 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1956
1957 * files.el (make-auto-save-file-name): Add file name handler call
1958 if applicable.
1959
1960 * net/tramp.el (tramp-file-name-handler-alist)
1961 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1962 (tramp-handle-make-auto-save-file-name): Rename from
1963 `tramp-make-auto-save-file-name'.
1964 (tramp-exists-file-name-handler): New defun.
1965 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1966 `make-auto-save-file-name' is not a magic file name operation.
1967
1968 2005-08-30 Richard M. Stallman <rms@gnu.org>
1969
1970 * files.el (risky-local-variable-p):
1971 Match `-predicates' and `-commands.
1972
1973 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1974 (custom-save-all): Visit the file if necessary;
1975 kill the buffer if we created it.
1976 (custom-save-delete): Don't visit file or kill buffer here.
1977
1978 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1979
1980 * textmodes/org.el (org-special-keyword): New face.
1981 (org-table-copy-down, org-table-eval-formula)
1982 (org-table-recalculate, org-init-section-numbers):
1983 Use `string-to-number' instead of `string-to-int'.
1984 (org-get-location): Use `insert-buffer-substring' instead of
1985 `insert-buffer'.
1986 (org-modify-diary-entry-string): New function.
1987 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1988 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1989 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1990 active region.
1991 (org-export-as-html): Handle QUOTE keyword.
1992 (org-quote-string): New option.
1993 (org-bookmark-jump-unhide): New function, used for
1994 `bookmark-after-jump-hook'.
1995 (org-diary-default-entry): Apply only when not called through
1996 `org-agenda'.
1997
1998 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
1999
2000 * net/eudc.el (mode-popup-menu):
2001 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2002 * progmodes/ada-mode.el (compile-auto-highlight)
2003 (skeleton-further-elements):
2004 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2005 * progmodes/cmacexp.el (msdos-shells):
2006 * progmodes/compile.el (font-lock-extra-managed-props)
2007 (font-lock-keywords, font-lock-maximum-size)
2008 (font-lock-support-mode):
2009 * progmodes/grep.el (font-lock-lines-before):
2010 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2011 * progmodes/mixal-mode.el (compile-command):
2012 * progmodes/perl-mode.el (font-lock-comment-face)
2013 (font-lock-doc-face, font-lock-string-face):
2014 * progmodes/prolog.el (comint-prompt-regexp):
2015 * progmodes/sh-script.el (font-lock-comment-face)
2016 (font-lock-set-defaults, font-lock-string-face):
2017 * progmodes/sql.el (font-lock-keyword-face)
2018 (font-lock-set-defaults, font-lock-string-face):
2019 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2020 (itimer-version, lazy-lock-defer-contextually)
2021 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2022 Add defvars.
2023
2024 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2025 (cperl-electric-keyword, cperl-electric-pod)
2026 (cperl-electric-backspace, cperl-forward-re)
2027 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2028 (vc-rcs-header, vc-sccs-header): Add defvars.
2029
2030 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2031 (font-lock-syntactic-keywords, gud-find-expr-function):
2032 Add defvars.
2033
2034 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2035 (gdb-frame-parameters): Declare before use.
2036
2037 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2038 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2039 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2040 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2041
2042 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2043 (idlwave-help-with-source): Use `insert-buffer-substring', not
2044 `insert-buffer'.
2045
2046 2005-08-29 Juri Linkov <juri@jurta.org>
2047
2048 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2049 Put outline-back-to-heading function call inside save-excursion.
2050
2051 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2052
2053 * man.el (Man-init-defvars, Man-translate-references)
2054 (Man-support-local-filenames, Man-highlight-references):
2055 * progmodes/sql.el (sql-interactive-mode):
2056 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2057
2058 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2059 (compilation-mode-font-lock-keywords): Add defvars.
2060 (checkdoc-interactive-loop): "?\ " -> "?\s".
2061
2062 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2063 (font-lock-doc-face, font-lock-string-face)
2064 (font-lock-keywords-case-fold-search): Add defvars.
2065 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2066
2067 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2068 Don't pass X and Y (they are ignored anyway).
2069 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2070 (mouse-delete-window): Make arguments optional.
2071
2072 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2073 (caesar-translate-table, minor-modes, news-buffer-save)
2074 (news-group-name, news-minor-modes): Add defvars.
2075
2076 * emacs-lisp/lselect.el (mouse-highlight-priority)
2077 (x-lost-selection-functions, zmacs-regions):
2078 * emacs-lisp/pp.el (font-lock-verbose):
2079 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2080 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2081 (ses-mode-map):
2082 * emacs-lisp/tcover-unsafep.el (safe-functions):
2083 * international/mule-cmds.el (mac-system-coding-system)
2084 (mac-system-locale):
2085 * language/ethio-util.el (rmail-current-message)
2086 (rmail-message-vector):
2087 * language/thai-util.el (thai-auto-composition-mode):
2088 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2089 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2090 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2091 (vm-primary-inbox, vm-spool-files):
2092 * mail/rmail.el (deleted-head, font-lock-fontified)
2093 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2094 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2095 (total-messages):
2096 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2097 (rmail-summary-mode-map):
2098 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2099 (rmail-last-label, rmail-last-multi-labels)
2100 (rmail-summary-vector, rmail-total-messages):
2101 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2102 * mail/rmailsum.el (msgnum):
2103 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2104 (rmail-current-message):
2105 * obsolete/fast-lock.el (font-lock-face-list):
2106 * obsolete/rnewspost.el (mail-reply-buffer):
2107 * obsolete/scribe.el (compile-command):
2108 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2109
2110 2005-08-28 John Paul Wallington <jpw@gnu.org>
2111
2112 * ibuf-ext.el (ibuffer-auto-update-changed):
2113 Use `frame-or-buffer-changed-p' to check whether we need to update.
2114 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2115 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2116 as a `frame-or-buffer-changed-p' state vector instead.
2117
2118 2005-08-27 Romain Francoise <romain@orebokech.com>
2119
2120 * textmodes/makeinfo.el (makeinfo-compile):
2121 Use `compilation-start'. Set `next-error-function' according to
2122 `disable-errors'.
2123 (makeinfo-next-error): New function.
2124 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2125 (makeinfo-buffer): Likewise.
2126
2127 * progmodes/compile.el (compilation-start): Add autoload cookie.
2128
2129 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2130 * textmodes/sgml-mode.el: Likewise.
2131 * progmodes/python.el: Likewise.
2132
2133 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2134
2135 * simple.el (blink-matching-paren-distance): Document the meaning
2136 of nil value, and allow to customize to nil.
2137
2138 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2139 command.com, not command.exe.
2140
2141 2005-08-26 John Wiegley <johnw@newartisans.com>
2142
2143 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2144 code around a bit so that an extraneous nil argument is not added
2145 to a command when no args are given.
2146
2147 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2148 double-quoted argument resolves to nil, return it as an empty
2149 string rather than as nil. This made it impossible to pass "" to
2150 a shell script as a null string argument.
2151
2152 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * outline.el (outline-invent-heading): New fun.
2155 (outline-promote, outline-demote): Use it.
2156 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2157 (outline-end-of-subtree): Remove unused var `opoint'.
2158
2159 2005-08-26 David Reitter <david.reitter@gmail.com>
2160
2161 * menu-bar.el (truncate-lines, write-file, print-buffer)
2162 (ps-print-buffer-faces, ps-print-buffer, split-window):
2163 Disable menu items when the frame they refer to is invisible, or when
2164 they refer to a buffer and the minibuffer is selected.
2165
2166 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2167
2168 * progmodes/flymake.el (flymake-highlight-err-lines):
2169 Use save-excursion around flymake-highlight-line to preserve point.
2170
2171 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2172
2173 * progmodes/octave-mod.el: Change Author and Maintainer address.
2174 (octave-maintainer-address): Change Kurt's email address.
2175 * progmodes/octave-inf.el: Change Author and Maintainer address.
2176 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2177
2178 2005-08-26 Kim F. Storm <storm@cua.dk>
2179
2180 * subr.el (version-list-<, version-list-<=, version-list-=):
2181 Renamed from integer-list-*.
2182 (version-list-not-zero): Likewise. Fix while loop.
2183 (version=): Use version-list-= instead of string-equal.
2184
2185 2005-08-26 Richard M. Stallman <rms@gnu.org>
2186
2187 * outline.el (outline-promote): Try shortening the heading.
2188 As last resort, read the heading to use.
2189 (outline-demote): As last resort, read the heading to use.
2190
2191 2005-08-26 Romain Francoise <romain@orebokech.com>
2192
2193 * progmodes/compile.el (compilation-start): Doc fix.
2194
2195 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2196 (antlr-font-lock-additional-keywords): Fix reference to
2197 `antlr-font-lock-literal-regexp' erroneously changed during the
2198 mass face rename.
2199 (antlr-run-tool): Use `compilation-start'.
2200
2201 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2202 instead of the obsolete `compile-internal'.
2203
2204 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2205
2206 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2207 (number, original-date):
2208 * calendar/cal-china.el (date):
2209 * calendar/cal-coptic.el (date):
2210 * calendar/cal-french.el (date):
2211 * calendar/cal-hebrew.el (date, entry, number, original-date):
2212 * calendar/cal-islam.el (date, number, original-date):
2213 * calendar/cal-iso.el (date):
2214 * calendar/cal-julian.el (date):
2215 * calendar/cal-mayan.el (date):
2216 * calendar/cal-menu.el (date, event):
2217 * calendar/cal-persia.el (date):
2218 * calendar/lunar.el (date):
2219 * calendar/solar.el (date): Add defvars.
2220
2221 * emerge.el:
2222 * ibuffer.el:
2223 * info-xref.el:
2224 * obsolete/bg-mouse.el:
2225 * obsolete/sun-curs.el:
2226 * obsolete/swedish.el: Move the `defvar's to the top level.
2227
2228 * smerge-mode.el (smerge-refined-change): Add :group.
2229
2230 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2233 (smerge-keep-n): Remove props.
2234 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2235 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2236 now that it's done in smerge-keep-n.
2237 (smerge-refined-change): New face.
2238 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2239 (smerge-refine): New funs.
2240 (smerge-basic-map): Bind smerge-refine.
2241
2242 2005-08-25 Juri Linkov <juri@jurta.org>
2243
2244 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2245 compilation-process-setup-function and compilation-disable-input
2246 in grep-mode instead of let-bindings in grep.
2247
2248 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2249 Delete "Automatic File De/compression" (auto-compression-mode).
2250
2251 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2252
2253 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2254 Silence warning about non-existent variable.
2255
2256 2005-08-25 Richard M. Stallman <rms@gnu.org>
2257
2258 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2259 Rename "Describe Key" to "Describe Key or Mouse Operation".
2260
2261 * mail/mailalias.el (build-mail-aliases): Delete comments
2262 from the contents before processing them.
2263
2264 * isearch.el (isearch-edit-string): Erase the Search prompt
2265 if user enters an empty string and there is no default.
2266
2267 * comint.el (comint-file-name-prefix): Add autoload.
2268
2269 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2270
2271 * subr.el (play-sound): Rearrange to avoid warning.
2272
2273 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2274
2275 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2276 New hook.
2277 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2278
2279 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2282
2283 * custom.el (custom-theme-set-variables): Sort minor modes last.
2284
2285 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2286
2287 * subr.el (version-separator, version-regexp-alist): New vars used by
2288 version comparison funs.
2289 (integer-list-<, integer-list-=, integer-list-<=)
2290 (integer-list-not-zero): New funs for integer list comparison.
2291 (version-to-list, version=, version<, version<=): New funs for version
2292 comparison.
2293
2294 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2295
2296 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2297 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2298 time to silence the byte-compiler.
2299
2300 * ibuffer.el (ibuffer-compile-make-eliding-form)
2301 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2302 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2303 so it's silly to get warnings for it).
2304 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2305 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2306 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2307 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2308 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2309 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2310 Defvar at compile time.
2311 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2312 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2313 Declare them before use.
2314
2315 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2316 (info-xref-good, info-xref-bad): Defvar at compile time.
2317
2318 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2319 Use `let*' instead of `let'.
2320
2321 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2322 (*mouse-y*, menu, char): Defvar at compile time.
2323 (sc::menu): Declare it before use.
2324 (sc::pack-one-line): Use `let', not `let*'.
2325
2326 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2327 (mail-send-hook): Defvar at compile time.
2328
2329 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2330 Defvar at compile time.
2331
2332 * term/sun-mouse.el (current-global-mousemap)
2333 (current-local-mousemap): Declare them before use.
2334
2335 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2336
2337 * bookmark.el (bookmark-after-jump-hook): New hook.
2338 (bookmark-jump): Run `bookmark-after-jump-hook'.
2339
2340 2005-08-23 Juri Linkov <juri@jurta.org>
2341
2342 * faces.el (minibuffer-prompt): Doc fix.
2343
2344 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2345
2346 * progmodes/xscheme.el: Trivial changes to silence warnings.
2347 (xscheme-previous-mode, xscheme-previous-process-state):
2348 Add defvars.
2349 (xscheme-last-input-end, xscheme-process-command-line)
2350 (xscheme-process-name, xscheme-buffer-name)
2351 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2352 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2353 (xscheme-control-g-synchronization-p)
2354 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2355 (default-xscheme-runlight, xscheme-runlight)
2356 (xscheme-runlight-string, xscheme-process-filter-state)
2357 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2358 Move to beginning of file.
2359 (scheme-interaction-mode-commands-alist)
2360 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2361 Declare them before use. Note: the initialization code for the variables
2362 has not been moved because it uses functions that reference the variables.
2363 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2364 (xscheme-prompt-for-expression-map): Declare them before use.
2365 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2366
2367 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2368
2369 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2370
2371 2005-08-22 Juri Linkov <juri@jurta.org>
2372
2373 * faces.el (set-face-underline): Delete this duplicate function
2374 and make an obsolete alias to set-face-underline-p.
2375 (set-face-underline-p): Use docstring of set-face-underline.
2376 (describe-face): Create hyperlink to parent face.
2377
2378 * info.el (Info-insert-dir): Use save-excursion around
2379 insert-buffer-substring.
2380 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2381 (Info-escape-percent): Delete function.
2382 (Info-fontify-node): Replace Info-escape-percent by
2383 replace-regexp-in-string with REP arg set to lambda that
2384 duplicates `%' and preserves text properties.
2385
2386 * progmodes/compile.el (compilation-disable-input): Doc fix.
2387 (define-compilation-mode): Doc fix and refill.
2388 (kill-compilation): Use `mode-name' in the error message.
2389 (compilation-find-file): Use `compilation-error' in the
2390 read-file-name's prompt.
2391
2392 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2393
2394 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2395 (smerge-auto-leave): Make undo re-enable the mode.
2396 (debug-ignored-errors): Add the user-error of impossible resolution.
2397 (smerge-resolve): Move things around a bit, in preparation for later.
2398 (smerge-diff): Don't fail if the buffer has no associated file.
2399 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2400 (smerge-conflict-overlay): New function.
2401 (smerge-match-conflict): Don't add text properties here.
2402 (smerge-find-conflict): Instead, add an overlay here.
2403 Also check for the case where we're inside a conflict already, so as to
2404 obviate the need for font-lock-multiline, which is unbearably slow with
2405 large conflicts and ciomplex font-lock patterns.
2406 (smerge-remove-props): Remove overlay rather than text-properties.
2407 (smerge-mode): Don't set font-lock-multiline.
2408 Remove overlays when turned off.
2409
2410 2005-08-21 Kim F. Storm <storm@cua.dk>
2411
2412 * ido.el (ido-ignore-item-p): Use save-match-data.
2413 Bind case-fold-search to ido-case-fold locally.
2414
2415 2005-08-20 Richard M. Stallman <rms@gnu.org>
2416
2417 * files.el (normal-mode): If font lock is on, turn it off and on.
2418
2419 * subr.el (replace-regexp-in-string): Doc fix.
2420
2421 * startup.el (command-line-1): Don't suppress startup screen
2422 due to existing processes.
2423
2424 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2425
2426 * progmodes/compile.el (compilation-disable-input): Default to nil.
2427
2428 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2429
2430 * progmodes/compile.el (compilation-disable-input): New defcustom.
2431 (compilation-start): If compilation-disable-input is non-nil, send
2432 EOF to the compilation process.
2433
2434 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2435
2436 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2437 Run the argument of tex-shell-cd-command through
2438 convert-standard-filename, to get the correct style of slashes on
2439 Windows, and enclose the result in quotes, in case the file name
2440 includes whitespace or other special characters.
2441
2442 2005-08-19 Andreas Schwab <schwab@suse.de>
2443
2444 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2445 process.
2446
2447 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2448
2449 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2450
2451 2005-08-18 Kim F. Storm <storm@cua.dk>
2452
2453 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2454
2455 2005-08-18 Richard M. Stallman <rms@gnu.org>
2456
2457 * scroll-lock.el: New file.
2458
2459 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2460
2461 * dired.el (dired-move-to-end-of-filename):
2462 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2463
2464 2005-08-18 Kim F. Storm <storm@cua.dk>
2465
2466 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2467 rather than toggle mode when custom value is nil.
2468 (ido-everywhere): Fix defun doc string.
2469
2470 2005-08-17 Richard M. Stallman <rms@gnu.org>
2471
2472 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2473 as tag instead of "Inviolable".
2474
2475 2005-08-17 Kim F. Storm <storm@cua.dk>
2476
2477 * windmove.el (windmove-coordinates-of-position): Remove.
2478 (windmove-coordinates-of-window-position): Remove.
2479 (windmove-reference-loc): Use posn-at-point instead.
2480
2481 * subr.el (insert-for-yank-1): Doc fix.
2482
2483 * ido.el (ido-enter-matching-directory): Rename from
2484 ido-enter-single-matching-directory. Change 'slash choice to
2485 'only. Add 'first choice.
2486 (ido-exhibit): Adapt to above changes.
2487
2488 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2489
2490 * Makefile.in: Expand comment about building loaddefs.el.
2491
2492 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2493
2494 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2495 Comment use of defadvice.
2496
2497 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2498
2499 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2500
2501 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2502 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2503 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2504 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2505 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2506 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2507 for backward compatibility for faces that did not appear in the
2508 previous Emacs release.
2509
2510 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2511
2512 2005-08-15 Kim F. Storm <storm@cua.dk>
2513
2514 * emulation/cua-base.el (cua-delete-region): Return t if
2515 deleted region was non-empty.
2516 (cua-replace-region): Inhibit overwrite-mode for
2517 self-insert-command if replaced region was non-empty.
2518 (cua--explicit-region-start, cua--status-string): Make them
2519 buffer-local at top-level...
2520 (cua-mode): ...rather than when mode is enabled.
2521
2522 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2523
2524 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2525 Set t for Emacs 21, 22, and so on.
2526
2527 2005-08-15 David Ponce <david@dponce.com>
2528
2529 * tree-widget.el: Update Commentary header.
2530 (tree-widget-theme): Doc fix.
2531 (tree-widget-space-width): New option.
2532 (tree-widget-image-properties): Look up in the default theme too.
2533 (tree-widget--cursors): Only for images with arrow pointer shape.
2534 (tree-widget-lookup-image): Pointer shape is hand by default.
2535 (tree-widget-icon): Rename generic icon widget from
2536 `tree-widget-control'.
2537 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2538 derive from `tree-widget-icon'.
2539 (tree-widget-handle): Improve default look and feel of the text
2540 representation.
2541 (tree-widget): Rename :*-control properties to :*-icon properties.
2542 Add :action and :help-echo properties.
2543 (tree-widget-after-toggle-functions): Move.
2544 (tree-widget-close-node, tree-widget-open-node): Remove.
2545 (tree-widget-before-create-icon-functions): New hook.
2546 (tree-widget-value-create): Update to allow customization of icons
2547 and nodes at run-time via that new hook.
2548 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2549 (tree-widget-icon-action, tree-widget-icon-help-echo)
2550 (tree-widget-action, tree-widget-help-echo): New functions.
2551
2552 2005-08-15 Kim F. Storm <storm@cua.dk>
2553
2554 * ido.el (ido-buffer-internal): Use with-no-warnings.
2555 (ido-make-merged-file-list): Use while-no-input.
2556
2557 2005-08-15 Richard M. Stallman <rms@gnu.org>
2558
2559 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2560 (flyspell-large-region): Fix doc and custom type.
2561
2562 2005-08-14 Richard M. Stallman <rms@gnu.org>
2563
2564 * files.el (interpreter-mode-alist): Doc fix.
2565
2566 * mail/rmail.el (rmail-nonignored-headers): New variable.
2567 (rmail-clear-headers): Use it.
2568 (rmail-reply): Better handling of mail-followup-to header.
2569
2570 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2571 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2572 don't try to refer to executable-font-lock-keywords.
2573 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2574 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2575 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2576 (sh-mode): Set comment-start-skip, local-abbrev-table,
2577 imenu-case-fold-search.
2578 (sh-set-shell): Don't set them here.
2579 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2580 Don't cache the results in the original alist; don't ever modify
2581 that alist.
2582
2583 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2584
2585 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2586 empty.
2587
2588 2005-08-15 Andreas Schwab <schwab@suse.de>
2589
2590 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2591
2592 * dired.el, info.el, mail/rmail.el: Revert last change.
2593
2594 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2595
2596 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2597 modification in `eval-after-load' form.
2598 * info.el: Likewise.
2599 * mail/rmail.el: Likewise.
2600
2601 2005-08-14 Juri Linkov <juri@jurta.org>
2602
2603 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2604 Remove highlighting of "Compilation started". Highlight only
2605 the word "finished" in "Compilation finished". Add highlighting
2606 of "interrupt", "killed", "terminated" and the exit code.
2607 (compilation-start): Add newline after header. Use exactly the
2608 same time stamp format as the finishing message.
2609 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2610
2611 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2612 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2613 Add highlighting of "interrupt", "killed", "terminated".
2614
2615 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2616 enabled and the current command is self-insert-command, call it
2617 explicitly with overwrite-mode bound to nil, to not allow it
2618 to delete the character after the selected region.
2619
2620 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2621
2622 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2623 move-end-of-line, end-of-line, and beginning-of-line to the list
2624 of commands after which the echo area is updated.
2625
2626 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2627
2628 * cus-edit.el (custom-save-all, custom-save-delete):
2629 Bind recentf-exclude to exclude custom-file.
2630
2631 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2632
2633 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2634 to go to the bottom of the mail message. Added to
2635 `rmail-summary-mode-map' with key "/".
2636 (rmail-summary-show-message): New (internal) function for use by
2637 both `rmail-summary-beginning/end-of-message'.
2638 (rmail-summary-beginning-of-message): Change to use
2639 rmail-summary-show-message.
2640
2641 * mail/rmail.el (rmail-end-of-message): New command to go to the
2642 end of the current message. Added to `rmail-mode-map' with key "/".
2643 (rmail-beginning-of-message): Fix to work as documented.
2644 (rmail-mode): Change documentation.
2645
2646 * progmodes/compile.el (compilation-start): Add the line
2647 "Compilation started" with compilation start time.
2648 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2649
2650 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2651
2652 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2653 of menu items.
2654
2655 2005-08-11 Richard M. Stallman <rms@gnu.org>
2656
2657 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2658
2659 * battery.el (battery-status-function): Don't use ignore-errors.
2660
2661 2005-08-11 Lute Kamstra <lute@gnu.org>
2662
2663 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2664 define-obsolete-variable-alias.
2665
2666 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2669 (ange-ftp-send-cmd): Revert last change, and expand
2670 the comment explaining the problem.
2671
2672 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2673
2674 * ldefs-boot.el: Update.
2675
2676 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2677 item to "Time, Load and Mail". Change help echo text.
2678
2679 * time.el (display-time-use-mail-icon, display-time-format)
2680 (display-time-string-forms): Shorten first line of docstrings.
2681
2682 2005-08-10 Lars Hansen <larsh@soem.dk>
2683
2684 * desktop.el (desktop-buffer-mode-handlers):
2685 Make non-customizable. Add autoload cookie. Change initial value to
2686 nil; add elements in respective modules instead. Fix doc string.
2687 (desktop-load-file): New function.
2688 (desktop-minor-mode-handlers): New autoloaded variable.
2689 (desktop-create-buffer): Call minor mode handlers.
2690 Use desktop-load-file to load major and minor mode modules prior to
2691 checking for a handler.
2692 (desktop-save): Don't add nil to desktop-minor-modes for minor
2693 modes with nil function in desktop-minor-mode-table. Don't delete
2694 desktop file before rewriting it.
2695 (desktop-locals-to-save): Add autoload cookie. Don't make
2696 automatically buffer-local. Add variables column-number-mode,
2697 size-indication-mode, indent-tabs-mode,
2698 indicate-buffer-boundaries, indicate-empty-lines and
2699 show-trailing-whitespace.
2700 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2701 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2702 (desktop-clear-preserve-buffers-regexp): Delete.
2703 (desktop-clear-preserve-buffers): Update initial value and docstring.
2704 (desktop-save-buffer): Fix doc string.
2705
2706 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2707 (hilit-chg-desktop-restore): New function.
2708 (highlight-changes-mode): Add highlight-changes-mode to
2709 desktop-locals-to-save.
2710
2711 * dired.el: Add handler to desktop-buffer-mode-handlers.
2712 (dired-restore-desktop-buffer): Remove autoload cookie.
2713 (dired-mode): Add autoload cookie.
2714
2715 * info.el: Add handler to desktop-buffer-mode-handlers.
2716 (Info-restore-desktop-buffer): Remove autoload cookie.
2717 (Info-mode): Add autoload cookie.
2718
2719 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2720 (mh-restore-desktop-buffer): Remove autoload cookie.
2721 (mh-folder-mode): Add autoload cookie.
2722
2723 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2724 (rmail-restore-desktop-buffer): Remove autoload cookie.
2725
2726 2005-08-11 Masatake YAMATO <jet@gyve.org>
2727
2728 * hexl.el (hexl-address-region):
2729 (hexl-ascii-region, hexl-font-lock-keywords):
2730 (hexl-highlight-line-range): Use the term "region"
2731 instead of "area" for consistency with the other symbols
2732 defined in hexl.el.
2733
2734 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2735
2736 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2737 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2738 out by Juri Linkov). Add `display-battery-mode'.
2739
2740 2005-08-09 Juri Linkov <juri@jurta.org>
2741
2742 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2743 Remove `-text' from face variable names.
2744 (compilation-error-file-name, compilation-warning-file-name)
2745 (compilation-info-file-name): Delete faces.
2746 (compilation-line-number, compilation-column-number):
2747 Remove face underlining.
2748 (compilation-message-face): Set to `underline' value by default.
2749 (compilation-error-face, compilation-warning-face)
2750 (compilation-info-face): Remove `-file-name' from face names.
2751 (compilation-error-text-face, compilation-warning-text-face)
2752 (compilation-info-text-face): Delete face variables.
2753 (compilation-text-face): Delete function.
2754
2755 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2756 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2757 (grep-error-face): Set to `compilation-error' instead of
2758 `compilation-error-face' (which is redefined to `grep-hit-face' in
2759 grep buffers).
2760 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2761 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2762
2763 * dired-aux.el (dired-do-query-replace-regexp):
2764 Use `query-replace-read-args'.
2765
2766 * replace.el (query-replace-read-from, query-replace-read-to)
2767 (query-replace-read-args): Rename arg `string' to `prompt'.
2768
2769 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2770
2771 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2772
2773 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2774 uploading files.
2775 (ange-ftp-canonize-filename): Handle file names beginning with ~
2776 correctly.
2777
2778 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * textmodes/fill.el (canonically-space-region)
2781 (fill-context-prefix, fill-french-nobreak-p)
2782 (fill-delete-newlines, fill-comment-paragraph)
2783 (justify-current-line): "?\ " -> "?\s".
2784
2785 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2786
2787 * textmodes/fill.el (fill-nonuniform-paragraphs):
2788 Improve argument/docstring consistency.
2789
2790 2005-08-09 Richard M. Stallman <rms@gnu.org>
2791
2792 * textmodes/ispell.el (ispell-word): More fboundp checks.
2793
2794 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2795 (find-file-noselect-1): Call it here, only if RAWFILE.
2796 (normal-mode): Always set some major mode.
2797 (save-some-buffers-action-alist): Change some explanation strings.
2798 (file-name-non-special): In the `quote' method, use unwind-protect.
2799
2800 2005-08-09 Magnus Henoch <mange@freemail.hu>
2801
2802 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2803 (ispell-have-aspell-dictionaries): New variable.
2804 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2805 (ispell-get-aspell-config-value): New function.
2806 (ispell-aspell-find-dictionary): New function.
2807 (ispell-aspell-add-aliases): New function.
2808 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2809 appropriate. Don't look for ispell dictionaries if we use aspell.
2810 (ispell-menu-map): Don't build a submenu of dictionaries.
2811
2812 2005-08-09 Richard M. Stallman <rms@gnu.org>
2813
2814 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2815 (sql-read-passwd): Use read-passwd.
2816
2817 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2818 (idlwave-toolbar-is-possible): Add defvars.
2819
2820 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2821 Avoid warnings.
2822
2823 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2824 (idlwave-system-class-info, idlwave-executive-commands-alist):
2825 Use defvar.
2826
2827 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2828
2829 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2830 Avoid warnings.
2831
2832 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2833 and content-type: headers.
2834
2835 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2836
2837 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2838 and rename some of them to be more self-explanatory.
2839
2840 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2841
2842 * startup.el (command-line-1): Implement -scriptload.
2843
2844 * replace.el (occur-engine): Initial *Occur* output not undoable.
2845
2846 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2847 and improve help strings.
2848
2849 * isearch.el (isearch-repeat): When changing direction,
2850 mark search successful.
2851
2852 * ediff-init.el: Use (featurep 'xemacs).
2853
2854 * comint.el (send-invisible): Identify buffer, if not selected.
2855
2856 * align.el: Delete autoload for c-guess-basic-syntax.
2857
2858 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2859
2860 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2861 Improve argument/docstring consistency. Doc fixes.
2862 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2863 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2864 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2865 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2866 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2867 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2868 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2869 Defvar at compile time.
2870
2871 2005-08-09 Juri Linkov <juri@jurta.org>
2872
2873 * info.el: Replace `info' with upper-case `Info' where appropriate.
2874 (info-title-1, info-title-2, info-title-3, info-title-4)
2875 (info-menu-header): Move up face definitions.
2876 (info-menu-star): Rename from `info-menu-5'.
2877 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2878 (Info-fontify-visited-nodes): Fix docstring.
2879 (Info-hide-note-references): Fix docstring.
2880 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2881 menu items in the same way as on cross-references.
2882 (info-apropos): Fix sorting order and formatting to be like in the
2883 stand-alone Info browser. Display error messages for 1 sec.
2884 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2885 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2886 from the menu bar.
2887 (Info-insert-dir): Restore point after calling
2888 `insert-buffer-substring'.
2889
2890 2005-08-08 Richard M. Stallman <rms@gnu.org>
2891
2892 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2893 (recompute-lucid-menubar): Add defvars.
2894
2895 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2896
2897 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2898
2899 * net/net-utils.el (run-dig): Rename from `dig'.
2900
2901 * play/gametree.el (gametree-mode): Use make-local-variable,
2902 not make-variable-buffer-local.
2903
2904 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2905
2906 * ansi-color.el (ansi-color-make-extent)
2907 (ansi-color-set-extent-face): Use fboundp, not functionp.
2908
2909 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2910 not make-variable-buffer-local.
2911
2912 * bookmark.el (Info-current-file): Add defvar.
2913 (bookmark-jump-noselect): Use with-no-warnings.
2914
2915 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2916
2917 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2918
2919 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2920
2921 * find-file.el (ada-procedure-start-regexp)
2922 (ada-package-start-regexp): Add defvars.
2923
2924 * info.el (Info-insert-dir): Use insert-buffer-substring.
2925
2926 * xml.el (xml-att-def-re): Add defvar.
2927
2928 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2929 calling convention.
2930
2931 * subr.el (while-no-input): Return t if there is input.
2932
2933 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2934
2935 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2936
2937 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2938
2939 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2940 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2941
2942 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2943
2944 * cmuscheme.el (scheme-start-file): Replace reference to
2945 `user-emacs-directory' by "~/.emacs.d/".
2946
2947 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2948
2949 * info.el (Info-dir-remove-duplicates): Avoid case folding
2950 in loop; instead, keep downcased strings for comparison.
2951 Suggested by Helmut Eller.
2952
2953 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2954
2955 Sync with Tramp 2.0.50.
2956
2957 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2958 XEmacs case; not necessary anymore.
2959 (tramp-user-regexp): Allow "@" as part of user name.
2960 (tramp-handle-set-visited-file-modtime)
2961 (tramp-handle-insert-file-contents)
2962 (tramp-handle-write-region): No special handling for
2963 `last-coding-system-used, because this is done in
2964 `tramp-accept-process-output' now.
2965 (tramp-accept-process-output): New defun.
2966 (tramp-process-one-action, tramp-process-one-multi-action)
2967 (tramp-wait-for-regexp, tramp-wait-for-output)
2968 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2969 Howells <dhowells@redhat.com>.
2970 (clear-visited-file-modtime): Defadvice removed. The check for
2971 unset buffer's modtime does not need to be based on
2972 `tramp-buffer-file-attributes'. Suggested by RMS.
2973 (tramp-message): Insert "\n" if not being at beginning of line.
2974 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2975 sequence with same logic.
2976 (tramp-completion-handle-expand-file-name): Discard call of
2977 `tramp-drop-volume-letter'. It is not necessary, and there have
2978 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2979 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2980 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2981 should always be visible.
2982 (tramp-handle-insert-directory, tramp-setup-complete)
2983 (tramp-set-process-query-on-exit-flag)
2984 (tramp-append-tramp-buffers): Pacify byte-compiler.
2985 (tramp-bug): Delete non-existing variables from list.
2986 Apply `tramp-load-report-modules' as pre-hook.
2987 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2988 `shell-prompt-pattern' because of non-7bit characters.
2989 Reported by Sebastian Luque <sluque@mun.ca>.
2990 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2991 (tramp-match-string-list): Remove function.
2992 (tramp-wait-for-regexp): Remove call of that function.
2993 Suggested by Kim F. Storm <storm@cua.dk>.
2994 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2995 instead of octal character code ?\600. The latter resulted in a
2996 syntax error with XEmacs.
2997
2998 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2999 XEmacs case; not necessary anymore.
3000 (tramp-smb-handle-write-region): No special handling for
3001 `last-coding-system-used, because this is done in
3002 `tramp-accept-process-output' now.
3003 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3004
3005 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3006
3007 * wid-edit.el (widget-choice-value-create):
3008 Unconditionally respect user choice. Set :explicit-choice back to nil
3009 when no longer needed.
3010 (widget-choice-action): Unconditionally respect user choice.
3011 Eliminate :explicit-choice-value.
3012
3013 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3014
3015 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3016 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3017 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3018 running new function `toggle-indicate-empty-lines'.
3019 Rename "Customize" item to "Customize fringe".
3020 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3021 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3022 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3023 Delete "Empty lines only" item.
3024 (menu-bar-showhide-fringe-ind-customize): New function.
3025 (menu-bar-showhide-fringe-ind-mixed)
3026 (menu-bar-showhide-fringe-ind-box)
3027 (menu-bar-showhide-fringe-ind-right)
3028 (menu-bar-showhide-fringe-ind-left)
3029 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3030 instead of `fringe-indicators'.
3031
3032 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3033
3034 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3035 Change the date of last update.
3036
3037 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3038
3039 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3040 (viper-exec-yank, viper-put-back): Don't display modification msg
3041 if in the minibuffer.
3042
3043 * viper-init.el (viper-replace-overlay-cursor-color)
3044 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3045 Make variables frame local.
3046
3047 * viper-util.el (viper-append-filter-alist): Use append instead of
3048 nconc.
3049
3050 * viper.el (viper-vi-state-mode-list)
3051 (viper-emacs-state-mode-list): Move help-mode and
3052 completion-list-mode from the first list to the second.
3053 (viper-mode): Docstring.
3054 (viper-go-away, viper-non-hook-settings): Don't localize
3055 minor-mode-alist in newer Emacsen. Add advice to
3056 set-cursor-color. Don't bind "\C-c\\".
3057
3058 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3059
3060 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3061 (scheme-macro-expand-command): New user options.
3062 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3063 (scheme-form-at-point, scheme-start-file)
3064 (scheme-interactively-start-process): New functions.
3065 (scheme-get-process): New function, extracted from `scheme-proc'.
3066 (run-scheme): Call `scheme-start-file' to get start file, and pass
3067 it to `make-comint'.
3068 (switch-to-scheme, scheme-proc):
3069 Call `scheme-interactively-start-process' if no Scheme buffer/process
3070 is available.
3071
3072 2005-08-06 Juri Linkov <juri@jurta.org>
3073
3074 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3075 Use `compilation-text-face', `compilation-info-text-face' and
3076 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3077 (compilation-error): New face.
3078 (compilation-error-file-name): Inherit from
3079 `compilation-error' instead of `font-lock-warning-face'.
3080 (compilation-warning-file-name): Inherit from
3081 `compilation-warning' instead of `font-lock-warning-face'.
3082 (compilation-info, compilation-error-file-name)
3083 (compilation-warning-file-name, compilation-info-file-name)
3084 (compilation-line-number, compilation-column-number): Doc fix.
3085 (compilation-error-text-face, compilation-warning-text-face)
3086 (compilation-info-text-face): New face variables.
3087 (compilation-line-face, compilation-column-face)
3088 (compilation-enter-directory-face)
3089 (compilation-leave-directory-face): Doc fix.
3090 (compilation-text-face): New function.
3091
3092 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3093 instead of 1 to display binary file names as info file links.
3094 (grep-error-face): Use `compilation-error-face' instead of
3095 `font-lock-keyword-face'.
3096 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3097 and `compilation-warning-text-face' instead of
3098 `font-lock-keyword-face'. Use `compilation-error-text-face'
3099 instead of `grep-error-face'.
3100
3101 2005-08-05 Kenichi Handa <handa@m17n.org>
3102
3103 * international/code-pages.el: Add autoload cookies for all coding
3104 systems.
3105
3106 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3107
3108 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3109
3110 2005-08-04 Juri Linkov <juri@jurta.org>
3111
3112 * progmodes/compile.el (compilation-mode-map):
3113 * progmodes/grep.el (grep-mode-map):
3114 Bind TAB to `compilation-next-error' and [backtab] to
3115 `compilation-previous-error'.
3116
3117 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3118 matching line numbers, column numbers and their ranges with regexp
3119 matching only line numbers.
3120 (grep-context-face): New face variable.
3121 (grep-mode-font-lock-keywords): Use it.
3122
3123 * faces.el (read-face-name): Delete duplicate faces.
3124
3125 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3126
3127 * thumbs.el (thumbs-find-image): Don't make variables
3128 automatically buffer local.
3129 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3130 (thumbs-image-num): Make automatically buffer local.
3131 (thumbs-show-thumbs-list): Use `make-local-variable', not
3132 `make-variable-buffer-local'.
3133 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3134
3135 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3136 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3137 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3138 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3139 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3140 (feelings-about, foullst, found, hello, history, howareyoulst)
3141 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3142 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3143 (neglst, obj, object, owner, please, problems, qlist)
3144 (random-adjective, relation, remlst, repetitive-shortness)
3145 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3146 (shortlst, something, sportslst, stallmanlst, states, subj)
3147 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3148 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3149 Defvar at compile time.
3150
3151 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3152 not `make-variable-buffer-local'.
3153
3154 2005-08-02 Kim F. Storm <storm@cua.dk>
3155
3156 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3157 rectangle overlay in selected window.
3158
3159 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3160
3161 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3162 instead of display group. Make `indicate-buffer-boundaries'
3163 customizable through Custom.
3164
3165 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3166
3167 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3168 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3169 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3170 (gdb-put-string): Fix typos in docstrings.
3171
3172 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3173
3174 Update copyright notices of files in progmodes directory for
3175 release of Emacs 22.1.
3176
3177 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3178
3179 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3180 Don't barf if the GUD buffer has been killed.
3181
3182 2005-08-01 Kim F. Storm <storm@cua.dk>
3183
3184 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3185
3186 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * simple.el (next-error-follow-minor-mode):
3189 make-variable-buffer-local -> make-local-variable.
3190
3191 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3192
3193 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3194 (byte-compile-form-make-variable-buffer-local): New functions to warn
3195 about misuses of make-variable-buffer-local where make-local-variable
3196 was meant.
3197
3198 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * bs.el (bs-attributes-list): Doc fix.
3201 (bs): Update url-link.
3202
3203 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3204 (desktop-load-default): Simplify.
3205
3206 * ibuffer.el (ibuffer-columnize-and-insert-list)
3207 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3208 (ibuffer-unmark-all, ibuffer-toggle-marks)
3209 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3210 (ibuffer-compile-make-format-form, ibuffer-format-column)
3211 (ibuffer-current-buffers-with-marks)
3212 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3213 (ibuffer): Doc fix.
3214 (ibuffer-mode): Fix typo in docstring.
3215 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3216 with `define-obsolete-variable-alias'.
3217 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3218
3219 2005-07-29 Kenichi Handa <handa@m17n.org>
3220
3221 * international/mule-cmds.el (select-message-coding-system):
3222 Be sure to use LF for end-of-line. If no coding system is decided,
3223 return iso-8859-1-unix.
3224
3225 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3228 (ange-ftp-pending-error-line): New vars.
3229 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3230 to handle the non-fatal no-route-to-host messages.
3231 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3232
3233 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3234
3235 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3236 (isearch-quote-char, isearch-printing-char)
3237 (isearch-text-char-description): "?\ " -> "?\s".
3238 (isearch-lazy-highlight-cleanup)
3239 (isearch-lazy-highlight-initial-delay)
3240 (isearch-lazy-highlight-interval)
3241 (isearch-lazy-highlight-max-at-a-time)
3242 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3243 Declare with define-obsolete-*-alias macros.
3244 (isearch-forward): Fix typo in docstring.
3245 (search-invisible, search-ring-yank-pointer)
3246 (regexp-search-ring-yank-pointer): Doc fixes.
3247
3248 * recentf.el (recentf-menu-append-commands-p): Declare with
3249 `define-obsolete-variable-alias'.
3250 (recentf-max-saved-items, recentf-menu-filter)
3251 (recentf-arrange-by-rule-subfilter): Doc fixes.
3252 (recentf-menu-append-commands-flag)
3253 (recentf-initialize-file-name-history, recentf-expand-file-name)
3254 (recentf-clear-data): Fix typos in docstrings.
3255
3256 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3257
3258 * progmodes/gdb-ui.el: Smarten comments.
3259 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3260
3261 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3262
3263 * term/apollo.el (terminal-init-apollo): New function containing
3264 all former top level forms in the file.
3265 * term/bobcat.el (terminal-init-bobcat):
3266 * term/cygwin.el (terminal-init-cygwin):
3267 * term/iris-ansi.el (terminal-init-iris-ansi):
3268 * term/linux.el (terminal-init-linux):
3269 * term/news.el (terminal-init-news):
3270 * term/rxvt.el (terminal-init-rxvt):
3271 * term/sun.el (terminal-init-sun):
3272 * term/tvi970.el (terminal-init-tvi970):
3273 * term/vt100.el (terminal-init-vt100):
3274 * term/vt102.el (terminal-init-vt102):
3275 * term/vt125.el (terminal-init-vt125):
3276 * term/vt200.el (terminal-init-vt200):
3277 * term/vt201.el (terminal-init-vt201):
3278 * term/vt220.el (terminal-init-vt220):
3279 * term/vt240.el (terminal-init-vt240):
3280 * term/vt300.el (terminal-init-vt300):
3281 * term/vt320.el (terminal-init-vt320):
3282 * term/vt400.el (terminal-init-vt400):
3283 * term/vt420.el (terminal-init-vt420):
3284 * term/wyse50.el (terminal-init-wyse50):
3285 * term/xterm.el (terminal-init-xterm): Likewise.
3286
3287 * term/README: Describe the terminal-init-* functionality.
3288
3289 * startup.el (command-line): After loading the terminal initialization
3290 file call the corresponding terminal initialization function.
3291
3292 2005-07-27 Kenichi Handa <handa@m17n.org>
3293
3294 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3295 negative.
3296
3297 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3298 (ps-mule-composition-prologue): Fix for the case that
3299 RelativeCompose is false.
3300
3301 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3304
3305 * descr-text.el (describe-char): Handle the case where the list of
3306 chars is displayed in a separate frame.
3307 Be a bit more discriminating when looking for the char.
3308
3309 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3310
3311 * bookmark.el (bookmark-automatically-show-annotations)
3312 (bookmark-read-annotation-text-func): Doc fixes.
3313 (bookmark-save): Improve argument/docstring consistency.
3314 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3315 (bookmark-alist-from-buffer)
3316 (bookmark-upgrade-file-format-from-0)
3317 (bookmark-grok-file-format-version)
3318 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3319 (bookmark-read-annotation-mode)
3320 (bookmark-insert-current-bookmark, bookmark-jump)
3321 (bookmark-exit-hook): Fix typos in docstrings.
3322 (bookmark-exit-hooks): Define as obsolete alias.
3323 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3324 not `bookmark-exit-hooks'. Fix docstring.
3325 (bookmark-bmenu-select): "?\ " -> "?\s".
3326
3327 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3328
3329 * startup.el (command-line): Fix typo.
3330
3331 2005-07-24 Richard M. Stallman <rms@gnu.org>
3332
3333 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3334 not emacs-quick-startup.
3335
3336 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3337
3338 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3339 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3340 instead of `reb-with-current-window'.
3341 (reb-prev-match): Likewise. Also, don't move left if the search
3342 was unsuccessful.
3343 (reb-initialize-buffer): New function.
3344 (re-builder, reb-change-syntax): Use it.
3345
3346 * man.el (Man-goto-page): Make second argument NOERROR optional.
3347
3348 2005-07-23 Richard M. Stallman <rms@gnu.org>
3349
3350 * man.el (Man-bgproc-sentinel): Check here for failure to find
3351 any man page in the output, and report the error here.
3352 (Man-arguments): Make it permanent local.
3353 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3354 (Man-mode): Pass t for NOERROR.
3355
3356 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3357 (grep-mode-font-lock-keywords):
3358 Don't use compilation-...-face for messages that are not file names.
3359
3360 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3361 Don't use compilation-...-face for messages that are not file names.
3362
3363 2005-07-22 Juri Linkov <juri@jurta.org>
3364
3365 * startup.el (normal-splash-screen): Update menu name.
3366
3367 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3368
3369 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3370
3371 * term/xterm.el: Load term/rxvt if the terminal is actually an
3372 rxvt terminal.
3373 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3374
3375 * term/rxvt.el (function-key-map): Use substitute-key-definition
3376 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3377
3378 * term/cygwin.el: New file.
3379
3380 2005-07-22 Kim F. Storm <storm@cua.dk>
3381
3382 * image-file.el (insert-image-file, image-file-yank-handler):
3383 Fix last change to maintain a (unique) yank-handler on yanked images.
3384
3385 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3386
3387 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3388 of the file size (as in "177B" for 177 bytes). This happens with
3389 "ls -lh" on FreeBSD.
3390
3391 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3392
3393 * hilit-chg.el (highlight-changes-global-initial-state)
3394 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3395 (hilit-chg-fixup, highlight-changes-mode):
3396 Fix typos in docstrings.
3397 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3398 Doc fixes.
3399
3400 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3401
3402 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3403 mode function using `eval-after-load'.
3404
3405 2005-07-21 Kim F. Storm <storm@cua.dk>
3406
3407 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3408 included when reporting an emacs crash, and tell about the DEBUG file.
3409
3410 * image-file.el (insert-image-file): Add yank-handler.
3411 (image-file-yank-handler): Yank handler to make unique copies of
3412 images when they are yanked into a buffer next to each other.
3413
3414 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3415
3416 * comint.el (comint-use-prompt-regexp, comint-send-input)
3417 (comint-source-default, comint-extract-string)
3418 (comint-get-source, comint-word, comint-completion)
3419 (comint-source, comint-prompt-read-only, comint-update-fence):
3420 Fix typos in docstrings.
3421 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3422 Declare with define-obsolete-*-alias macros.
3423 (comint-previous-matching-input-from-input)
3424 (comint-next-matching-input-from-input)
3425 (comint-previous-matching-input, comint-next-matching-input)
3426 (comint-forward-matching-input):
3427 Improve argument/docstring consistency.
3428
3429 * desktop.el (desktop-clear-preserve-buffers-regexp):
3430 Also preserve the *server* buffer.
3431
3432 * simple.el (clone-indirect-buffer): Doc fix.
3433 (fixup-whitespace, just-one-space)
3434 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3435 (next-error, next-error-highlight)
3436 (next-error-highlight-no-select, next-error-last-buffer)
3437 (next-error-buffer-p, next-error-find-buffer, next-error)
3438 (previous-error, next-error-no-select, previous-error-no-select)
3439 (open-line, split-line, minibuffer-prompt-width, kill-new)
3440 (binary-overwrite-mode): Fix typos in docstrings.
3441 (set-fill-column): Fix typo in message.
3442
3443 * skeleton.el (skeleton-proxy-new): Doc fix.
3444
3445 * strokes.el (strokes-load-hook): Doc fix.
3446 (strokes-grid-resolution, strokes-get-grid-position)
3447 (strokes-renormalize-to-grid, strokes-read-stroke)
3448 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3449 (strokes-global-map): Fix typos in docstrings.
3450 (strokes-help): Doc fix. Fix help message and pass it through
3451 `substitute-command-keys'.
3452
3453 * tempo.el (tempo-insert-prompt, tempo-interactive)
3454 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3455 (tempo-insert-string-functions, tempo-local-tags)
3456 (tempo-define-template, tempo-insert-template)
3457 (tempo-insert-prompt-compat, tempo-is-user-element)
3458 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3459 Fix typos in docstrings.
3460
3461 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3462 (vcursor-key-bindings, vcursor-use-vcursor-map)
3463 (vcursor-find-window, vcursor-scroll-down)
3464 (vcursor-disable, vcursor-beginning-of-buffer)
3465 (vcursor-end-of-buffer): Fix typos in docstrings.
3466 (vcursor-relative-move, vcursor-get-char-count):
3467 Improve argument/docstring consistency.
3468
3469 * version.el: "?\ " -> "?\s".
3470
3471 * wid-edit.el (widget-default-create, widget-after-change)
3472 (widget-default-format-handler, widget-checklist-add-item)
3473 (widget-radio-add-item, widget-choose, widget-specify-secret)
3474 (widget-field-value-create, widget-field-value-get)
3475 (widget-editable-list-format-handler)
3476 (widget-editable-list-entry-create, widget-group-value-create)
3477 (widget-documentation-link-add)
3478 (widget-documentation-string-value-create): "?\ " -> "?\s".
3479 (widget-convert-text): Doc fix.
3480 (widget-narrow-to-field, widget-field-find)
3481 (widget-url-link-action, widget-emacs-library-link-action)
3482 (widget-color-notify): Fix typos in docstrings.
3483
3484 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3485 (x-select-text, set-w32-system-coding-system)
3486 (w32-add-charset-info): Fix typos in docstrings.
3487
3488 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3489 (cua-enable-cua-keys, cua-use-hyper-key)
3490 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3491 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3492
3493 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3494
3495 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3496 `defalias' instead of faking it.
3497
3498 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3499 (eshell-ls-missing, eshell-ls-dired-initial-args)
3500 (eshell-ls-use-in-dired): Fix typos in docstrings.
3501
3502 2005-07-20 Kim F. Storm <storm@cua.dk>
3503
3504 * emulation/cua-base.el (cua-mode): Improve doc string.
3505
3506 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3507
3508 * abbrev.el (expand-region-abbrevs): Doc fix.
3509 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3510 Improve argument/docstring consistency.
3511
3512 * arc-mode.el (archive-get-descr, archive-alternate-display):
3513 Doc fixes.
3514 (archive-l-e): Improve argument/docstring consistency.
3515 (archive-tmpdir, archive-unixdate, archive-unixtime)
3516 (archive-chmod-entry): Fix typos in docstrings.
3517 (archive-unflag, archive-unflag-backwards)
3518 (archive-unmark-all-files): "?\ " -> "?\s".
3519
3520 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3521 (Buffer-menu-not-modified, Buffer-menu-execute)
3522 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3523 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3524
3525 * composite.el (compose-string, encode-composition-rule)
3526 (compose-last-chars): Fix typos in docstrings.
3527
3528 * desktop.el (desktop-enable, desktop-basefilename):
3529 Declare with `define-obsolete-variable-alias'.
3530 (desktop-internal-v2s): Don't quote keywords.
3531 (desktop-clear): "?\ " -> "?\s".
3532
3533 * dired.el (dired-align-file, dired-flag-backup-files)
3534 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3535 (dired-listing-switches, dired-ls-F-marks-symlinks)
3536 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3537 (dired-directory, dired-faces, dired, dired-revert)
3538 (dired-mode, dired-summary, dired-view-file)
3539 (dired-copy-filename-as-kill, dired-delete-file)
3540 (dired-no-confirm, dired-unmark-all-marks)
3541 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3542 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3543 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3544 Fix typos in message strings.
3545
3546 * dired-x.el (virtual-dired): Declare with `defalias'.
3547 (dired-mark-unmarked-files, dired-local-variables-file)
3548 (dired-omit-here-always): Doc fix.
3549 (dired-omit-mode, dired-find-subdir)
3550 (dired-enable-local-variables, dired-clean-up-buffers-too)
3551 (dired-extra-startup, dired-mark-extension, dired-jump)
3552 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3553 (dired-smart-shell-command, dired-guess-shell-alist-user)
3554 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3555 (dired-x-bind-find-file, dired-x-submit-report):
3556 Fix typos in docstrings.
3557 (dired-mark-unmarked-files): "?\ " -> "?\s".
3558
3559 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3560
3561 * faces.el (describe-face): "?\ " -> "?\s".
3562 (read-all-face-attributes, read-face-font, modify-face)
3563 (face-attr-construct, italic): Fix typos in docstrings.
3564 (frame-update-face-colors): Declare with
3565 `define-obsolete-function-alias'.
3566
3567 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3568 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3569 (magic-mode-alist, buffer-file-numbers-unique)
3570 (write-file-functions, get-free-disk-space):
3571 Fix typos in docstrings.
3572 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3573 (write-contents-hooks, write-file-hooks):
3574 Declare with `define-obsolete-variable-alias'.
3575
3576 * forms-d2.el (arch-rj): Fix typo in docstrings.
3577 (arch-tocol): Likewise. "?\ " -> "?\s".
3578
3579 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3580 Fix typo in docstring.
3581 (set-screen-width, set-screen-height): Delete redundant info in
3582 doctrings.
3583 (new-frame, screen-height, screen-width): Declare with
3584 `define-obsolete-function-alias'.
3585 (delete-frame-hook, blink-cursor): Declare with
3586 `define-obsolete-variable-alias'.
3587
3588 * paths.el (prune-directory-list): Fix typos in docstring.
3589
3590 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3591 (cvs-prefix-get): Fix typos in docstrings.
3592
3593 * ps-print.el (ps-extend-face-list, ps-extend-face)
3594 (ps-print-background-image): Fix typos in docstrings.
3595 (ps-default-fg, ps-default-bg): Doc fixes.
3596
3597 * s-region.el (s-region-bind): Doc fix.
3598 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3599
3600 * textmodes/org.el (org-table-formula-substitute-names)
3601 (org-table-get-vertical-vector): Doc fixes.
3602 (org-table-recalculate): Remove unused argument to `message'.
3603
3604 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3605
3606 * textmodes/org.el (org-table-column-names)
3607 (org-table-column-name-regexp)
3608 (org-table-named-field-locations): New variables.
3609 (org-archive-subtree): Protect `this-command' when calling
3610 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3611 the kill buffer.
3612 (org-complete): Remove fixed-formula completion.
3613 (org-edit-formulas-map): New variable.
3614 (org-table-edit-formulas): New command.
3615 (org-finish-edit-formulas, org-abort-edit-formulas)
3616 (org-show-variable, org-table-get-vertical-vector): New functions.
3617 (org-table-maybe-eval-formula): Handle `:=' fields.
3618 (org-table-get-stored-formulas, org-table-store-formulas)
3619 (org-table-get-formula, org-table-modify-formulas)
3620 (org-table-replace-in-formulas): Handle named field formulas.
3621 (org-table-get-specials): Store locations of named fields.
3622
3623 2005-07-19 Juri Linkov <juri@jurta.org>
3624
3625 * progmodes/grep.el (grep-regexp-alist)
3626 (grep-mode-font-lock-keywords, grep-process-setup):
3627 Use default GNU grep match color "01;31m" instead of "01;41m".
3628 (grep-regexp-alist, grep-mode-font-lock-keywords):
3629 Use `\\[[0-9]*m' instead of `\\[00m'.
3630 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3631 sgr_start where its handling is more important. Use the real
3632 length of sgr_start instead of constant 8.
3633 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3634 specially. Delete all remaining escape sequences.
3635 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3636 (grep-regexp-alist): Make hyperlink only for binary file name
3637 instead of the whole line.
3638 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3639 (grep-mode): Add autoload.
3640
3641 * emacs-lisp/find-func.el (find-function-regexp):
3642 Add `define-compilation-mode'.
3643
3644 2005-07-19 Juri Linkov <juri@jurta.org>
3645
3646 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3647 (compare-windows-sync-string-size, compare-windows-recenter)
3648 (compare-windows-highlight, compare-windows): Add version 22.1.
3649 (compare-windows) <defface>: Inherit from lazy-highlight instead
3650 of duplicating its default value.
3651
3652 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3653 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3654
3655 * descr-text.el (describe-char): Create link buttons for `charset'
3656 and `code point'. Add the current input method name with a link
3657 button to `to input' field. Print face names of display table
3658 characters in `The display table entry is displayed by' section
3659 instead of printing face-id in the `display' field.
3660 Guess hardcoded faces and create a link button for them.
3661 Skip empty fields when calculating max-width.
3662 Treat `widget-create' specially while inserting strings from the
3663 collected field list.
3664 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3665
3666 * diff-mode.el (diff-file-header): Change foreground color from
3667 yellow to green on light backgrounds.
3668 (diff-context): Inherit from `shadow' only for color/grayscale
3669 with more than 88 colors.
3670 (diff-indicator-removed, diff-indicator-added)
3671 (diff-indicator-changed): New faces.
3672 (diff-font-lock-keywords): Use new faces. Regroup rules.
3673 Add "^---$" for `normal' diff format. Fontify `#' lines with
3674 font-lock-comment-delimiter-face and font-lock-comment-face.
3675 Add `#' to ^[^...] in the rule for `diff-context-face'.
3676
3677 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3678 a button-like box. Inherit from `highlight' on low colors.
3679 (shadow): Use shades of gray only for color/grayscale with
3680 more than 88 colors. Use green for light backgrounds with
3681 8 colors, and yellow for dark backgrounds with 8 colors.
3682
3683 * font-lock.el (font-lock-regexp-grouping-backslash):
3684 Don't inherit from escape-glyph (use bold for all cases).
3685
3686 * info.el (info-xref-visited): Use light foreground color `violet'
3687 for dark backgrounds instead of dark color `magenta3'.
3688 (info-title-1): Use `yellow' color for dark backgrounds.
3689
3690 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3691 too-light magenta2.
3692
3693 * replace.el (match): Use slightly more light RoyalBlue3 instead
3694 of dark RoyalBlue4.
3695
3696 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3697
3698 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3699
3700 * novice.el (disabled-command-hook): Declare it with
3701 `define-obsolete-variable-alias'.
3702
3703 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3704 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3705 (desktop-load-default): Add release to obsolescence info.
3706 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3707 (desktop-append-buffer-args, desktop-read):
3708 Fix typos in docstrings.
3709 (desktop-kill): Fix typo in message.
3710 (desktop-save): Doc fix.
3711
3712 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3713
3714 * viper-cmd.el (viper-escape-to-state): Bug fix.
3715 (viper-envelop-ESC-key): Change the definition of fast
3716 keysequence so it'll work with keyboard macros.
3717
3718 * ediff.el (ediff-patch-buffer): Change the docstring.
3719
3720 2005-07-19 Kenichi Handa <handa@m17n.org>
3721
3722 * international/mule-cmds.el (select-safe-coding-system): Try to
3723 use an auto-coding (if any) before anything else. If the found
3724 auto-coding is invalid, show a warning message.
3725
3726 * international/mule.el (find-auto-coding): New function created
3727 by modifying the body of set-auto-coding.
3728 (set-auto-coding): Use find-auto-coding to find a coding.
3729
3730 2005-07-18 Richard M. Stallman <rms@gnu.org>
3731
3732 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3733 not isearch-mode-end-hook-error.
3734 (allout-before-change-protect): Fix error message.
3735
3736 2005-07-18 Juri Linkov <juri@jurta.org>
3737
3738 * allout.el (allout-mode):
3739 * calculator.el (calculator-copy):
3740 * custom.el (custom-known-themes):
3741 * dired.el (dired-desktop-buffer-misc-data)
3742 (dired-restore-desktop-buffer):
3743 * dired-x.el (dired-omit-marker-char):
3744 * files.el (basic-save-buffer):
3745 * font-core.el (font-lock-mode):
3746 * calendar/calendar.el (calendar-goto-hebrew-date)
3747 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3748 (calendar-goto-persian-date):
3749 * language/ethio-util.el (ethio-sera-to-fidel-region):
3750 * textmodes/picture.el (picture-mode):
3751 Delete duplicate duplicate words.
3752
3753 2005-07-18 Juri Linkov <juri@jurta.org>
3754
3755 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3756 chars * ? } |.
3757 (isearch-fallback): Don't call `isearch-process-search-char'.
3758 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3759 (isearch-process-search-char): Call `isearch-fallback' for regexp
3760 chars * ? } |.
3761 (isearch-return-char): Make obsolete with `make-obsolete' instead
3762 of simply documenting it as obsolete in the docstring.
3763 (isearch-fallback): Refill docstring.
3764
3765 * international/isearch-x.el
3766 (isearch-process-search-multibyte-characters): Remove unneeded
3767 `concat'. Add intermediate values to `junk-hist' instead of
3768 `minibuffer-history'. Test the length of `str'.
3769
3770 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3771
3772 * allout.el (allout-resolve-xref): Fix typos in error strings.
3773 (allout-before-change-protect): Remove unneeded `concat'.
3774
3775 * array.el (array-mode, array-reconfigure-rows)
3776 (untabify-backward): Fix typos in docstrings.
3777 (array-reconfigure-rows): Use `insert-buffer-substring', not
3778 `insert-buffer'.
3779
3780 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3781 * progmodes/ada-mode.el (ada-make-body):
3782 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3783
3784 * dired.el (dired-log):
3785 * tar-mode.el (tar-subfile-save-buffer):
3786 * play/zone.el (zone-pgm-stress-destress):
3787 Use `insert-buffer-substring', not `insert-buffer'.
3788
3789 2005-07-17 Simon Josefsson <jas@extundo.com>
3790
3791 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3792
3793 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3794
3795 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3796 Add plain auth method.
3797 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3798
3799 2005-07-17 Kim F. Storm <storm@cua.dk>
3800
3801 * ido.el (dired-other-window): Add ido property.
3802
3803 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3804
3805 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3806 Fix typo in docstring.
3807 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3808 `insert-file-literally'.
3809
3810 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3811 info and delete redundant message. Doc fix.
3812 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3813 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3814
3815 2005-07-16 Richard M. Stallman <rms@gnu.org>
3816
3817 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3818 (byte-compile-and): Use byte-compile-and-recursion.
3819 (byte-compile-or-recursion): New function.
3820 (byte-compile-or): Use that.
3821 (byte-compile-if): Guard the else-clause too.
3822 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3823
3824 * isearch.el (isearch-mode-end-hook-quit): New variable.
3825 (isearch-done): Bind it.
3826 (isearch-mode-end-hook): Doc fix.
3827
3828 * allout.el (allout-isearch-did-quit): Variable deleted.
3829 (allout-real-isearch-abort): Function name no longer used.
3830 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3831 (allout-isearch-rectification): isearch-mode always exists.
3832 Don't set allout-isearch-did-quit.
3833 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3834 allout-isearch-did-quit.
3835 (allout-enwrap-isearch): Just add the hook.
3836 (allout-isearch-abort): Function deleted.
3837 (allout-pre-command-business): Avoid warning.
3838
3839 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3840 Correctly avoid warnings.
3841 (pascal-outline): Likewise.
3842
3843 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3844
3845 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3846
3847 * play/tetris.el (tetris-mode): Avoid warning.
3848
3849 * play/snake.el (snake-mode): Avoid warning.
3850
3851 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3852 (gamegrid-set-display-table): Avoid warning.
3853 (gamegrid-set-timer): Likewise.
3854 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3855 (gamegrid-add-score-with-update-game-score-1): Take FILE
3856 as argument.
3857 (gamegrid-add-score-with-update-game-score): Pass that argument.
3858 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3859
3860 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3861
3862 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3863 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3864
3865 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3866 and insert-file.
3867
3868 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3869 (sc-ask): Avoid warnings.
3870
3871 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3872 (eshell-hist-initialize): Use that var the natural way.
3873
3874 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3875
3876 * emacs-lisp/re-builder.el (reb-cook-regexp):
3877 Avoid warning calling lre-compile-string.
3878 (reb-color-display-p): Avoid warning.
3879
3880 * calculator.el (calculator-last-input): Guard uses
3881 of event-key and key-press-event-p.
3882 (event-key, key-press-event-p): Delete definitions.
3883
3884 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3885 (find-gc-source-directory, find-gc-subrs-callers)
3886 (find-gc-noreturn-list, find-gc-source-files)
3887 (find-gc-subrs-called): Vars renamed and defvar'd.
3888
3889 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3890 (checkdoc-overlay-put, checkdoc-delete-overlay)
3891 (checkdoc-overlay-start, checkdoc-overlay-end)
3892 (checkdoc-mode-line-update, checkdoc-char=):
3893 Define such that compiler knows they are defined.
3894 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3895 (checkdoc-read-event): Delete. Use read-event directly.
3896
3897 * whitespace.el (whitespace-make-overlay)
3898 (whitespace-overlay-put, whitespace-delete-overlay)
3899 (whitespace-overlay-start, whitespace-overlay-end):
3900 Define such that compiler knows they are defined.
3901 (whitespace): Move conditional inside.
3902
3903 * tempo.el (tempo-insert-template): Suppress warning.
3904
3905 * ediff-diff.el (longlines-mode): Add defvar.
3906
3907 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3908
3909 * server.el: Bind "C-x #" in a way that works even if C-x is
3910 redefined to a command key, not a prefix key.
3911
3912 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3913
3914 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3915 cl-make-type-test till execution time.
3916
3917 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3918
3919 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3920 arg ARG and use it.
3921
3922 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3923
3924 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3925
3926 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3927
3928 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3929 a defcustom with two :set or :type keywords.
3930
3931 2005-07-15 Richard M. Stallman <rms@gnu.org>
3932
3933 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3934 Don't give ^M comment-end syntax.
3935
3936 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3937
3938 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3939 Don't consider gdbmi (gdb-mi.el has its own update functions).
3940 (gdb-var-delete): Make it work for gdbmi as well.
3941 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3942
3943 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3944 (gud-speedbar-menu-items): Correct logic for enabling items.
3945
3946 2005-07-15 Kim F. Storm <storm@cua.dk>
3947
3948 * ido.el: Fix commentary.
3949 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3950 Use with-no-warnings around ffap-guesser.
3951 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3952 Let bind minibuffer-completing-file-name to t.
3953
3954 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3955
3956 * startup.el (site-run-file, keyboard-type): Doc fixes.
3957 (command-line): Check for "--basic-display" argument; also for
3958 "--quick", not "--bare-bones" (which was renamed).
3959 (fancy-splash-text): Add missing item "Getting New Versions".
3960 (normal-splash-screen): Fix typos and improve consistency with
3961 `fancy-splash-text'. Update copyright year.
3962
3963 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3964 valid binding for `help-char'.
3965
3966 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3967
3968 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3969
3970 * term.el (term-mode): Disable cua-mode for term buffers.
3971
3972 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3973
3974 * add-log.el (add-log-mailing-address, change-log-merge):
3975 Doc fixes.
3976 (change-log-get-method-definition): Fix typo in docstring.
3977
3978 2005-07-14 Kim F. Storm <storm@cua.dk>
3979
3980 * emulation/cua-base.el:
3981 (cua--pre-command-handler-1, cua--pre-command-handler)
3982 (cua--post-command-handler-1, cua--post-command-handler):
3983 Split in two. Check (buffer local) value of cua-mode.
3984 (cua-selection-mode): New command.
3985
3986 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3987
3988 * custom.el (custom-initialize-safe-set)
3989 (custom-initialize-safe-default): Doc fixes.
3990
3991 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3992 and simplify :init-value again.
3993
3994 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3995 and simplify :init-value again. Delete autoload.
3996
3997 * startup.el (command-line): Use `custom-reevaluate-setting' again
3998 for tooltip-mode.
3999
4000 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4001 a defcustom with two :initialize keywords.
4002
4003 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4004
4005 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4006 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4007 (allout-post-command-business, allout-flag-region)
4008 (isearch-reenable-font-lock, allout-yank)
4009 (allout-insert-latex-header, allout-insert-latex-trailer)
4010 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4011 (allout-latex-verb-quote): Fix typos in docstrings.
4012 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4013 (allout-unprotected, allout-prefix-data):
4014 Improve argument/docstring consistency.
4015 (allout-chart-subtree): Fix argument spec.
4016 (allout-open-topic): Rename `use_sib_bullet' argument to
4017 `use-sib-bullet'. Doc fix.
4018
4019 * whitespace.el (whitespace-check-buffer-leading)
4020 (whitespace-check-buffer-trailing)
4021 (whitespace-check-buffer-indent)
4022 (whitespace-check-buffer-spacetab)
4023 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4024 (whitespace-check-leading-whitespace)
4025 (whitespace-check-trailing-whitespace)
4026 (whitespace-check-spacetab-whitespace)
4027 (whitespace-check-indent-whitespace)
4028 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4029 (whitespace-modes): Fix typos in docstrings.
4030 (defgroup, defcustom): Doc fixes.
4031
4032 * winner.el (winner-mode, winner-boring-buffers)
4033 (winner-pending-undo-ring): Doc fixes.
4034 (winner-ring): Remove unneeded `progn'.
4035 (winner-equal): `defsubst' it.
4036 (winner-redo): Fix message.
4037
4038 2005-07-13 Kim F. Storm <storm@cua.dk>
4039
4040 * simple.el (line-move-1): Always use vertical-motion to
4041 do the last (or only) line move to ensure some movement.
4042 Undo 2005-06-23 change--don't check for overlays.
4043
4044 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4045
4046 * term/mac-win.el (ccl-encode-mac-roman-font)
4047 (ccl-encode-mac-centraleurroman-font)
4048 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4049 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4050 Change charset-id boundary of dimension to ?\xef.
4051 (mac-char-fontspec-list): New constant.
4052 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4053 argument. Nil uses itself as family in font-spec. Previous
4054 behavior for nil is now provided by non-nil non-string argument.
4055 All callers changed. Add font-specs for Mac fonts to
4056 "fontset-default" unless iso8859-1 fonts are installed.
4057
4058 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4061 a continuation line if the \ is preceded by SPC or TAB.
4062 (sh-get-indent-info): Simplify.
4063 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4064 Use with-current-buffer.
4065
4066 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4067 when the matched text is empty.
4068
4069 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4070
4071 * startup.el (command-line): Revert to previous handling of
4072 tooltip-mode. Explain in comment why the complexity is needed.
4073
4074 * tooltip.el (tooltip-mode): Revert to previous implementation of
4075 its defcustom.
4076
4077 * frame.el (blink-cursor-mode): Revert to previous implementation
4078 of its defcustom. Update comment.
4079
4080 2005-07-12 Lars Hansen <larsh@soem.dk>
4081
4082 * desktop.el: Update e-mail address.
4083
4084 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4085
4086 * term/mac-win.el (mac-services-mail-selection)
4087 (mac-services-mail-to): New functions.
4088 (mac-application-menu-map): Bind them.
4089
4090 2005-07-12 wulei <milton@wulei.net> (tiny change)
4091
4092 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4093
4094 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4095
4096 * custom.el (custom-reevaluate-setting): Doc fix.
4097
4098 2005-07-11 Jay Belanger <belanger@truman.edu>
4099
4100 * calc/calc.el (calc-embedded-announce-formula-alist)
4101 (calc-embedded-open-close-plain-alist)
4102 (calc-embedded-open-close-mode-alist): Add checks for additional
4103 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4104
4105 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4106
4107 * custom.el (custom-enable-theme): Don't add theme to
4108 `custom-enabled-themes' with `push' because there is no
4109 setf-method for `delq'.
4110
4111 2005-07-11 Richard M. Stallman <rms@gnu.org>
4112
4113 * custom.el (custom-declare-variable): Doc fix.
4114
4115 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4116 from the alists.
4117
4118 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4119 Do nothing if edebug-active.
4120
4121 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4122 (edebug-display): Do it here instead.
4123
4124 2005-07-10 Richard M. Stallman <rms@gnu.org>
4125
4126 * cus-face.el (custom-theme-set-faces): Make it work.
4127 (custom-reset-faces): Doc fix.
4128 (custom-theme-reset-internal-face, custom-theme-face-value):
4129 Functions deleted.
4130
4131 * custom.el (custom-push-theme): Maintain list of the settings
4132 of a given theme in its theme-settings property.
4133 Maintain position of old settings in the theme-value
4134 or theme-face property.
4135 (custom-enabled-themes): New variable.
4136 (custom-theme-enabled-p): New function.
4137 (provide-theme): Update custom-enabled-themes.
4138 Disable and reenable the `user' theme.
4139 (require-theme): Doc fix.
4140 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4141 (custom-theme-value, custom-theme-variable-value): Likewise.
4142 (custom-theme-reset-internal): Likewise.
4143 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4144 (custom-enable-theme, custom-disable-theme): New functions.
4145 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4146 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4147 (custom-theme-reset-variables): Simplify.
4148 (deftheme, custom-declare-theme, custom-make-theme-feature):
4149 Definitions moved.
4150
4151 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * longlines.el (longlines-show-region)
4154 (longlines-unshow-hard-newlines): Recognize hard newlines by
4155 non-nil hard property, instead of t.
4156
4157 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4158
4159 * viper-cmd.el (viper--key-maps): New variable.
4160 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4161 emulation-mode-map-alists.
4162 (viper-envelop-ESC-key): Use viper-subseq.
4163 (viper-search-forward/backward/next): Disable debug-on-error.
4164
4165 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4166 (viper-ESC-key): New defcustoms.
4167
4168 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4169
4170 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4171 (viper-subseq): Copy of subseq from cl.el.
4172
4173 * viper.el (viper-go-away, viper-set-hooks): Use
4174 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4175
4176 * viper-mous.el (viper-current-frame-saved): Use defvar.
4177
4178 * viper-init.el: Get rid of -face in face names.
4179
4180 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4181 Make it work with longlines mode
4182
4183 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4184
4185 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4186
4187 * ediff-init.el: Get rid of -face in face names.
4188
4189 2005-07-10 Richard M. Stallman <rms@gnu.org>
4190
4191 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4192 and with-timeout-unsuspend.
4193
4194 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4195 and with-timeout-unsuspend.
4196
4197 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4198 (with-timeout): Bind that variable to record timers.
4199 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4200
4201 * emacs-lisp/debug.el (debug-help-follow): New function.
4202 (debugger-mode-map): Use that instead of help-follow.
4203 (debugger-setup-buffer): Use eval-buffer-list
4204 to handle eval-buffer frames.
4205
4206 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4207
4208 * timezone.el (timezone-parse-date): Change first regexp
4209 so it will not mistakenly match dates with no time zone.
4210
4211 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4212
4213 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4214
4215 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4216
4217 * custom.el (custom-initialize-safe-set)
4218 (custom-initialize-safe-default): New functions.
4219
4220 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4221 and simplify :init-value.
4222
4223 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4224 and simplify :init-value. Delete obsolete comment.
4225
4226 * startup.el (command-line): Use `custom-reevaluate-setting' to
4227 handle `tooltip-mode'. Delete obsolete comment.
4228
4229 * files.el (set-visited-file-name): Avoid calling
4230 `file-name-nondirectory' with a nil argument.
4231
4232 2005-07-09 Richard M. Stallman <rms@gnu.org>
4233
4234 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4235 was called with nil for the buffer, handle the read position right.
4236 Handle read position for eval-region, too.
4237
4238 2005-07-09 Juri Linkov <juri@jurta.org>
4239
4240 * fringe.el (fringe-mode): Add period in docstring.
4241 (fringe-query-style): Build prompt depending on `all-frames' arg.
4242
4243 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4244 to not create links to unrelated functions in the Help buffer.
4245
4246 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4247 Doc fix.
4248
4249 * simple.el (next-error-hook): New variable.
4250 (next-error): Use it. Doc fix.
4251
4252 * textmodes/ispell.el (ispell-command-loop): Add current
4253 dictionary name and program name to mode-line-format.
4254 (ispell-region, ispell-process-line): Add current dictionary name
4255 and program name to messages.
4256
4257 2005-07-08 Jay Belanger <belanger@truman.edu>
4258
4259 * calc/calc.el (calc-embedded-announce-formula-alist)
4260 (calc-embedded-open-close-formula-alist)
4261 (calc-embedded-open-close-word-alist)
4262 (calc-embedded-open-close-plain-alist)
4263 (calc-embedded-open-close-new-formula-alist)
4264 (calc-embedded-open-close-mode-alist)
4265 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4266 (calc-embedded-mode-hook): New variables.
4267
4268 * calc/calc-embed.el (calc-embedded-firsttime)
4269 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4270 New variables.
4271 (calc-do-embedded): Use calc-embedded-firsttime,
4272 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4273 determine whether or not to run hooks.
4274 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4275 calc-embedded-firsttime-formula appropriately.
4276 Set calc-embedded delimiter variables according to mode.
4277
4278 2005-07-08 Richard M. Stallman <rms@gnu.org>
4279
4280 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4281 Check for "emacs", etc., as entire symbol, not just as word.
4282 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4283
4284 * files.el (set-visited-file-name): Report the error
4285 for "empty filename" earlier.
4286 (kill-some-buffers): Ignore buffers already dead.
4287
4288 * fringe.el (fringe-mode): Doc fix.
4289
4290 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4291 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4292 Use unwind-protect to ensure byte-compile-unresolved-functions
4293 is updated.
4294
4295 * whitespace.el (whitespace-buffer-leading-cleanup):
4296 Simplify w/ skip-chars-forward.
4297 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4298
4299 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4300 Unconditionally try to leave point at the same old place.
4301
4302 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4303
4304 * comint.el (comint-postoutput-scroll-to-bottom)
4305 (comint-show-maximum-output): Take scroll-margin into consideration.
4306
4307 2005-07-08 Kim F. Storm <storm@cua.dk>
4308
4309 * ido.el (ido-use-filename-at-point): New choice `guess'.
4310 (ido-file-internal): Try ffap-guesser if selected.
4311
4312 * ido.el (ido-before-fallback-functions): New hook.
4313 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4314 (ido-read-file-name): Run it.
4315
4316 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4319 strings rather than a list of symbols to the completion function.
4320
4321 2005-07-07 Jay Belanger <belanger@truman.edu>
4322
4323 * calc/calc-units.el (math-apply-units): Change the places in
4324 which units are simplified.
4325
4326 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4327
4328 * cus-edit.el (customize-option, customize-option-other-window):
4329 Make them handle aliases.
4330
4331 * custom.el (custom-variable-p): Make it recursively follow
4332 aliases. Mention that in the docstring.
4333
4334 2005-07-07 Richard M. Stallman <rms@gnu.org>
4335
4336 * cus-start.el (exec-path): Use `directory' instead of `file'.
4337 Fix tag for nil.
4338
4339 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4340
4341 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4342 when called non-interactively. Doc fix.
4343
4344 2005-07-07 Lute Kamstra <lute@gnu.org>
4345
4346 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4347 new address as well.
4348
4349 2005-07-07 Kenichi Handa <handa@m17n.org>
4350
4351 * international/mule.el (make-coding-system):
4352 Describe `ascii-incompatible' property in the docstring.
4353 (set-file-name-coding-system): Signal an error if coding-system is
4354 ascii-incompatible.
4355 (set-keyboard-coding-system): Likewise.
4356
4357 * international/mule-cmds.el (set-default-coding-systems):
4358 Don't set default-file-name-coding-system and
4359 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4360
4361 * international/utf-16.el: Declare that all UTF-16-based coding
4362 systems are ASCII-incompatible.
4363
4364 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4365
4366 * progmodes/gud.el: Require font-lock for displaying errors.
4367 Used by gdb-ui.el.
4368
4369 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4370
4371 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4372 values for the pattern lists which are `read'able but not
4373 `append'able (like symbols).
4374
4375 2005-07-06 Richard M. Stallman <rms@gnu.org>
4376
4377 * progmodes/flymake.el (flymake-float-time): Instead of
4378 with-no-warnings, test for xemacs.
4379 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4380 to avoid warning.
4381
4382 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4385
4386 2005-07-05 Lute Kamstra <lute@gnu.org>
4387
4388 * battery.el: Add support for Darwin (with much debugging help
4389 from Samuel Lauber <sam124@operamail.com>).
4390 (battery-status-function, battery-echo-area-format)
4391 (battery-mode-line-format): Add support for pmset on Darwin.
4392 (battery-load-low, battery-load-critical): New user options.
4393 (battery-pmset): New function.
4394
4395 2005-07-05 Lute Kamstra <lute@gnu.org>
4396
4397 Update FSF's address in GPL notices.
4398
4399 * textmodes/page-ext.el: Update FSF's address.
4400
4401 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4402
4403 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4404 filling from using prefix when filling a single-line docstring.
4405
4406 * progmodes/flymake.el: Remove useless eval-when-compile.
4407
4408 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4409
4410 2005-07-04 Richard M. Stallman <rms@gnu.org>
4411
4412 * textmodes/org.el (org-file-apps-defaults-gnu):
4413 Rename from org-file-apps-defaults-linux.
4414 (org-default-apps): Don't test system-type for `linux'.
4415 (org-file-apps): Doc fix.
4416
4417 2005-07-04 David Ponce <david@dponce.com>
4418
4419 * tree-widget.el: Improve header Commentary section.
4420 (tree-widget) [defgroup]
4421 (tree-widget-image-enable, tree-widget-themes-directory)
4422 (tree-widget-theme, tree-widget-image-properties-emacs)
4423 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4424 (tree-widget-image-formats, tree-widget-control)
4425 (tree-widget-empty-control, tree-widget-leaf-control
4426 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4427 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4428 (tree-widget-keep, tree-widget-after-toggle-functions)
4429 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4430 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4431 :help-echo message.
4432 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4433 (tree-widget-image-properties): Doc fix. Clearer implementation.
4434 (tree-widget--cursors): New constant.
4435 (tree-widget-lookup-image): New function split from
4436 `tree-widget-find-image'. Clearer implementation.
4437 (tree-widget-find-image): Use it.
4438 (tree-widget-button-keymap): Use `set-keymap-parent'.
4439 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4440 Define the sub-widgets here.
4441 (tree-widget-node): Check that :node is not a tree-widget.
4442 (tree-widget-get-super, tree-widget-open-control)
4443 (tree-widget-close-control, tree-widget-empty-control)
4444 (tree-widget-leaf-control, tree-widget-guide)
4445 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4446 (tree-widget-no-handle, tree-widget-value-delete)
4447 (tree-widget-map): Remove.
4448 (tree-widget-children-value-save): Doc fix. Simplified.
4449 (tree-widget-value-create): Update according to previous changes.
4450
4451 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4452
4453 * textmodes/org.el: Leading space replaced by TABS.
4454 (org-recalc-marks, org-table-rotate-recalc-marks)
4455 (org-table-get-specials): Treat "^" and "_" marks.
4456 (org-table-justify-field-maybe): Optional argument NEW.
4457 (org-table-eval-formula): Parsing of the format simplified.
4458 New modes C,I. Honor the %= parameter in the current table.
4459 Avoid unnecessary re-align by using the NEW argument to
4460 `org-table-justify-field-maybe'.
4461 (org-calc-default-modes): Default for date-format mimicks org-mode.
4462 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4463
4464 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4465
4466 * cus-face.el (custom-theme-set-faces): Make it handle face
4467 aliases whose alias declarations are pre- or autoloaded.
4468
4469 2005-07-04 Juri Linkov <juri@jurta.org>
4470
4471 * faces.el (read-face-name): Put the code for getting a face name
4472 from the buffer before adding the faces from the `face' property.
4473 Use `completing-read-multiple' instead of `completing-read'.
4474 Require `crm'. Add default value and post-process the returned
4475 list of faces.
4476
4477 * emacs-lisp/crm.el (crm-find-current-element)
4478 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4479
4480 * emacs-lisp/lisp-mode.el (eval-defun-1):
4481 * emacs-lisp/edebug.el (edebug-eval-defun):
4482 Remove unnecessary quotes.
4483
4484 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4485
4486 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4487 (prolog-indent-level): Fix typo in docstring.
4488
4489 * info.el (Info-history, Info-history-forward)
4490 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4491
4492 * add-log.el (add-change-log-entry):
4493 * comint.el (comint-dynamic-list-input-ring)
4494 (comint-dynamic-list-completions):
4495 * dabbrev.el (dabbrev-expand):
4496 * delim-col.el (delimit-columns-rectangle-line):
4497 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4498 (diff-unified->context):
4499 * ediff-init.el (ediff-abbrev-jobname):
4500 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4501 (ediff-replace-session-activity-marker-in-meta-buffer):
4502 * info.el (Info-summary):
4503 * lpr.el (printify-region):
4504 * printing.el (pr-create-interface):
4505 * ps-print.el (ps-print-quote):
4506 * ses.el (ses-column-widths, ses-print-cell)
4507 (ses-adjust-print-width, ses-center):
4508 * shell.el (shell-file-name-quote-list):
4509 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4510 (strokes-fill-current-buffer-with-whitespace)
4511 (strokes-xpm-for-stroke, strokes-list-strokes)
4512 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4513 * term.el (term-dynamic-list-input-ring)
4514 (term-dynamic-list-completions):
4515 * calc/calc.el (math-format-stack-value):
4516 * emacs-lisp/edebug.el (edebug-display-freq-count):
4517 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4518 (delphi-new-comment-line):
4519 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4520 * progmodes/executable.el (executable-set-magic):
4521 * progmodes/python.el (inferior-python-mode):
4522 * progmodes/scheme.el (scheme-mode-syntax-table):
4523 * progmodes/sh-script.el (sh-maybe-here-document):
4524 * progmodes/sql.el (sql-copy-column):
4525 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4526 * textmodes/bibtex.el (bibtex-mode):
4527 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4528 (sgml-auto-attributes):
4529 * textmodes/table.el (table-insert, table-shorten-cell)
4530 (table--generate-source-scan-lines, table-delete-row)
4531 (*table--cell-delete-char, table--spacify-frame)
4532 (table--horizontally-shift-above-and-below)
4533 (table--cell-insert-char, table--cell-blank-str)
4534 (table--fill-region-strictly):
4535 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4536 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4537
4538 * add-log.el (change-log):
4539 * apropos.el (apropos):
4540 * comint.el (comint-completion, comint-source):
4541 * dabbrev.el (dabbrev):
4542 * delim-col.el (columns):
4543 * diff-mode.el (diff-mode):
4544 * ediff.el (ediff):
4545 * ediff-diff.el (ediff-diff):
4546 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4547 * ediff-mult.el (ediff-mult):
4548 * ediff-ptch.el (ediff-ptch):
4549 * ediff-wind.el (ediff-window):
4550 * facemenu.el (facemenu):
4551 * indent.el (indent):
4552 * info.el (info):
4553 * jka-cmpr-hook.el (compression, jka-compr):
4554 * lpr.el (lpr):
4555 * outline.el (outlines):
4556 * pcmpl-cvs.el (pcmpl-cvs):
4557 * pcmpl-rpm.el (pcmpl-rpm):
4558 * printing.el (printing):
4559 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4560 (ps-print-vertical, ps-print-headers, ps-print-font)
4561 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4562 (ps-print-background, ps-print-printer, ps-print-page)
4563 (ps-print-miscellany):
4564 * ses.el (ses):
4565 * shell.el (shell, shell-directories, shell-faces):
4566 * startup.el (initialization):
4567 * strokes.el (strokes):
4568 * term.el (term):
4569 * uniquify.el (uniquify):
4570 * w32-vars.el (w32):
4571 * calc/calc.el (calc):
4572 * emacs-lisp/bytecomp.el (bytecomp):
4573 * emacs-lisp/cl-indent.el (lisp-indent):
4574 * emacs-lisp/edebug.el (edebug):
4575 * emacs-lisp/elp.el (elp):
4576 * emacs-lisp/testcover.el (testcover):
4577 * emacs-lisp/trace.el (trace):
4578 * emulation/viper-ex.el (viper-ex):
4579 * emulation/viper-mous.el (viper-mouse):
4580 * mail/mailalias.el (mailalias):
4581 * mail/supercite.el (supercite, supercite-frames)
4582 (supercite-attr, supercite-cite, supercite-hooks):
4583 * net/rcompile.el (remote-compile):
4584 * net/rlogin.el (rlogin):
4585 * obsolete/ooutline.el (outlines):
4586 * progmodes/delphi.el (delphi):
4587 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4588 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4589 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4590 (ebnf-optimization):
4591 * progmodes/etags.el (etags):
4592 * progmodes/executable.el (executable):
4593 * progmodes/idlwave.el (idlwave):
4594 * progmodes/pascal.el (pascal):
4595 * progmodes/prolog.el (prolog):
4596 * progmodes/python.el (python):
4597 * progmodes/scheme.el (scheme):
4598 * progmodes/sh-script.el (sh, sh-script):
4599 * progmodes/sql.el (SQL):
4600 * progmodes/tcl.el (tcl):
4601 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4602 * textmodes/enriched.el (enriched):
4603 * textmodes/makeinfo.el (makeinfo):
4604 * textmodes/sgml-mode.el (sgml):
4605 * textmodes/table.el (table-hooks):
4606 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4607 * textmodes/texinfo.el (texinfo):
4608 * textmodes/two-column.el (two-column):
4609 Finish `defgroup' description with period.
4610
4611 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4612 * eshell/esh-var.el (eshell-var):
4613 * progmodes/vhdl-mode.el (vhdl-testbench):
4614 * textmodes/org.el (org): Fix typos in docstrings.
4615
4616 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4617 consistency.
4618
4619 * progmodes/flymake.el (flymake-find-file): Remove.
4620 (flymake-float-time): Use `with-no-warnings'.
4621 (flymake-check-start-time, flymake-check-was-interrupted)
4622 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4623 (flymake-new-err-info): `defvar' at compile time.
4624
4625 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4626
4627 * replace.el (occur-hook): Doc fix.
4628 (occur-1): Don't call `occur-hook' if there are no matches.
4629
4630 2005-07-03 Richard M. Stallman <rms@gnu.org>
4631
4632 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4633 global-map, save the same map.
4634 (global-map): Don't alter it at top level.
4635 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4636 Then alter it here instead.
4637 (tpu-edt-off): Set global-map to the saved one.
4638
4639 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4640 All references simplified.
4641 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4642 (zmacs-regions): Add defvar.
4643 (repeat-complex-command-map): Everything about that deleted.
4644
4645 * textmodes/artist.el (artist-key-is-drawing)
4646 (artist-key-endpoint1, artist-key-poly-point-list)
4647 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4648 (artist-key-compl-table, artist-rb-save-data)
4649 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4650 Don't put them in eval-when-compile.
4651 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4652
4653 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4654 Use with-no-warnings.
4655
4656 * net/browse-url.el (dos-windows-version): Add defvar.
4657
4658 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4659
4660 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4661 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4662 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4663 Add defvar.
4664 (rmail-summary-beginning-of-message): Use with-no-warnings.
4665 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4666
4667 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4668 Use with-no-warnings.
4669
4670 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4671 (c-mark-function): Add point-moving-unit property.
4672 (vi-goto-line): Use with-no-warnings.
4673
4674 * emulation/edt.el (edt-last-copied-word): Add defvar.
4675 (zmacs-region-stays): Likewise.
4676 (edt-mark-section-wisely): Use c-mark-function for C.
4677 Use makr-defun for Fortran.
4678 (time-string): defvar deleted.
4679 (edt-display-the-time): Don't set time-string.
4680
4681 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4682
4683 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4684 Don't warn when name is not constant
4685 or for defining the group `emacs'.
4686
4687 * tooltip.el (gud-tooltip-mode): Add defvar.
4688
4689 * startup.el (default-frame-background-mode): Add defvar.
4690
4691 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4692
4693 * info.el (tool-bar-map): Add defvar.
4694
4695 * dired.el (dnd-protocol-alist): Add defvar.
4696
4697 * dired-aux.el (dired-query): Display question with answer, when
4698 the user answers.
4699
4700 * custom.el (custom-add-option): Doc fix.
4701
4702 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4703
4704 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4705
4706 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4707 bogus name from the last change.
4708
4709 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4710
4711 * custom.el (custom-declare-variable): Fix typos in comment.
4712 (custom-known-themes): Doc fix.
4713 (custom-theme-directory): New defcustom.
4714 (require-theme): Make it check `custom-theme-directory'.
4715
4716 * cus-theme.el (custom-new-theme-mode): New function.
4717 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4718 (custom-theme-description): Add compiler defvars.
4719 (customize-create-theme): Add doc to the "*New Custom Theme*"
4720 buffer. Use `custom-new-theme-mode'.
4721 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4722 and save it to the `custom-theme-directory'. Make this the
4723 default directory of the buffer.
4724
4725 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4726
4727 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4728 Fix unbalanced parentheses.
4729
4730 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4731
4732 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4733 into flymake-mode and delegate to flymake-mode.
4734
4735 * find-file.el (ff-which-function-are-we-in): Clean up.
4736
4737 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4738
4739 * replace.el (occur-rename-buffer): Fix docstring.
4740
4741 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4742 (edt-last-copied-word, edt-learn-macro-count)
4743 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4744 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4745 (time-string, zmacs-region-stays):
4746 * emulation/edt-mapper.el (edt-save-function-key-map)
4747 (EDT-key-name): `defvar' to silence the byte-compiler.
4748
4749 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4750
4751 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4752 font-lock-regexp-backslash. Doc fix.
4753 (font-lock-regexp-backslash-grouping-construct): Rename from
4754 font-lock-regexp-backslash-construct. Doc fix.
4755 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4756 grouping constructs.
4757
4758 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4759
4760 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4761 updating all the prerequisites.
4762
4763 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4764
4765 * textmodes/org.el (org-agenda-start-on-weekday)
4766 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4767 (org-agenda-use-time-grid, org-archive-location)
4768 (org-allow-space-in-links, org-usenet-links-prefer-google)
4769 (org-enable-table-editor, org-export-default-language)
4770 (org-export-html-show-new-buffer, org-fill-paragraph)
4771 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4772 (org-goto-quit, org-occur, org-eval-in-calendar)
4773 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4774 (org-agenda-diary-entry, org-remember-help)
4775 (org-table-convert-region, org-at-table-p)
4776 (org-table-move-row-down, org-table-move-row-up)
4777 (org-table-copy-region, org-table-toggle-vline-visibility)
4778 (org-table-get-stored-formulas, org-table-get-specials)
4779 (org-recalc-commands, org-table-eval-formula)
4780 (org-table-formula-substitute-names, orgtbl-make-binding)
4781 (org-format-org-table-html, org-format-table-table-html)
4782 (org-format-table-table-html-using-table-generate-source)
4783 (org-customize): Fix typos in docstrings.
4784 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4785 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4786 (org-back-to-heading): Doc fixes.
4787 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4788 (org-agenda-change-all-lines, org-get-header):
4789 Improve argument/docstring consistency.
4790 (orgtbl-error): Fix error message.
4791
4792 * progmodes/flymake.el (flymake-find-possible-master-files)
4793 (flymake-master-file-compare, flymake-get-line-err-count)
4794 (flymake-highlight-line, flymake-gui-warnings-enabled):
4795 Fix typos in docstrings.
4796 (flymake-parse-line, flymake-get-project-include-dirs-function)
4797 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4798 Doc fixes.
4799 (flymake-get-project-include-dirs-function)
4800 (flymake-make-err-menu-data):
4801 Improve argument/docstring consistency.
4802
4803 2005-07-01 Lute Kamstra <lute@gnu.org>
4804
4805 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4806 Catch errors with ignore-errors. Use temporary buffer.
4807 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4808
4809 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4810 background color faces.
4811 (facemenu-set-foreground, facemenu-set-background):
4812 Use facemenu-set-face-from-menu.
4813 (facemenu-set-face-from-menu): Treat face names that start with
4814 "fg:" or "bg:" as special.
4815 (facemenu-add-new-color): Don't create faces. Simplify.
4816
4817 2005-06-30 Richard M. Stallman <rms@gnu.org>
4818
4819 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4820 (crm-find-current-element): Likewise.
4821
4822 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4823
4824 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4825
4826 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4827
4828 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4829 (archive-mouse-extract): Make it an obsolete alias.
4830 (archive-mode-map): Don't use archive-mouse-extract any more.
4831 (archive-mode, archive-extract): write-contents-hooks ->
4832 write-contents-functions.
4833 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4834 first arg.
4835 (archive-rename-entry): Update the call.
4836 (archive-zip-summarize): Remove unused var `method'.
4837 (archive-lzh-summarize): Remove unused var `creator'.
4838
4839 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4840 dedicated frame upon exit.
4841
4842 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4843 (archive-zip-extract, archive-zip-expunge)
4844 (archive-zip-update, archive-zip-update-case): Use executable-find.
4845 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4846 Use restore-buffer-modified-p.
4847 (archive-extract, archive-add-new-member, archive-write-file-member):
4848 Use with-current-buffer.
4849 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4850
4851 2005-06-30 Andreas Schwab <schwab@suse.de>
4852
4853 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4854
4855 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4856
4857 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4858
4859 2005-06-30 Juri Linkov <juri@jurta.org>
4860
4861 * faces.el (vertical-border): Inherit from mode-line-inactive
4862 only on tty.
4863
4864 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4865
4866 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4867 example, -NLINES in the `occur' docstring).
4868
4869 * replace.el (occur-1): When no matches are found, do not set the
4870 `buffer-read-only' and modified flags for the occur buffer,
4871 because it is deleted.
4872
4873 * emulation/cua-base.el (cua-check-pending-input)
4874 (cua-repeat-replace-region, cua-mode, cua-debug)
4875 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4876 Fix typos in docstrings.
4877
4878 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4879 (cua-cut-region-to-global-mark)
4880 (cua--cut-rectangle-to-global-mark):
4881 Remove period from end of messages.
4882
4883 * emulation/cua-rect.el (cua-do-rectangle-padding):
4884 Remove period from end of messages.
4885 (cua--rectangle-seq-format): Fix typo in docstring.
4886 (cua-sequence-rectangle, cua-fill-char-rectangle):
4887 Improve argument/docstring consistency.
4888
4889 2005-06-29 Juri Linkov <juri@jurta.org>
4890
4891 * faces.el (default-frame-background-mode): New internal variable.
4892 (frame-set-background-mode): Use it.
4893
4894 * startup.el (normal-top-level): Set default-frame-background-mode
4895 instead of frame-background-mode. Before setting it, test for its
4896 nil value. Remove tests for frame-background-mode and frame
4897 parameter `reverse'. Add test for "unspecified-fg".
4898
4899 * term/xterm.el (xterm-rxvt-set-background-mode):
4900 * term/rxvt.el (rxvt-set-background-mode):
4901 Set default-frame-background-mode instead of frame-background-mode.
4902
4903 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4904
4905 * simple.el (set-variable): Warn about obsolete user variables.
4906
4907 * imenu.el (imenu--completion-buffer):
4908 * mouse.el (mouse-buffer-menu-alist):
4909 * msb.el (msb-invisible-buffer-p):
4910 * calendar/diary-lib.el (diary-header-line-format):
4911 * emacs-lisp/pp.el (pp-buffer):
4912 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4913 * textmodes/picture.el (picture-replace-match):
4914 Change space constants followed by a sexp to "?\s ".
4915
4916 * play/decipher.el (decipher-loop-with-breaks):
4917 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4918 constants "protected" from end of line by a comment to "?\s".
4919
4920 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * font-lock.el (save-buffer-state): Use `declare'.
4923
4924 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4925 reset the syntax-table to cperl-mode-syntax-table.
4926 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4927 "foo_print_bar" is not matched as a reserved keyword.
4928
4929 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4930
4931 * textmodes/org.el (orgtbl-setup): New function, for delayed
4932 setup for the orgtbl commands.
4933 (org-calc-default-modes): New option.
4934 (orgtbl-make-binding): Use `defun' to get better help display.
4935 (org-diary): Call `org-compile-prefix-format'.
4936 (org-table-formula-substitute-names): New function.
4937 (org-agenda-day-view, org-agenda-week-view): New commands.
4938 (org-agenda-toggle-week-view): Command removed.
4939 (org-tbl-menu): Split off from org-org-menu.
4940 (org-mode): Move removal of outline-mode menus to here.
4941 (org-table-formula-debug): New option.
4942 (org-table-insert-row): Keep first field if just "#" or "*".
4943 (org-mode): Paragraph regexps fixed.
4944 (org-table-recalculate-regexp): New constant.
4945 (org-table-justify-field-maybe): Avoid replace if not necessary.
4946 (org-copy-special, org-cut-special): Use `call-interactively'.
4947 (org-table-copy-region): Take region from `interactive' call.
4948 (org-trim): Return string even if no match.
4949 (org-formula): New face.
4950 (org-set-font-lock-defaults): No longer highlight "FIXME".
4951 But highlight formula-related fields in table.
4952 (org-table-p): Use regexp, not fontification.
4953 (org-table-align): Handle white space at end of line.
4954 (org-table-formula-evaluate-inline): New option.
4955 (org-mode): Auto-wrapping in comment lines turned off.
4956 (org-table-copy-down): Evaluate only in copied field, not in
4957 destination.
4958 (org-table-current-formula): Variable removed.
4959 (org-table-store-formulas, org-table-get-stored-formulas)
4960 (org-table-modify-formulas, org-table-replace-in-formulas)
4961 (org-table-maybe-eval-formula): New functions.
4962 (org-table-get-formula): Modify to use stored formulas.
4963 (org-table-insert-column, org-table-delete-column)
4964 (org-table-move-column): Call `org-table-modify-formulas'.
4965 (org-complete): Add completion for keyword formulas.
4966 (orgtbl-mode): Pull orgtbl-mode-map to start of
4967 minor-mode-map-alist.
4968
4969 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * progmodes/python.el (python-check): Require `compile' before
4972 modifying its variables.
4973
4974 * newcomment.el (comment-indent-default): Don't get fooled by an early
4975 end of buffer.
4976
4977 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4978
4979 * ps-print.el (ps-print-version): Fix version number.
4980
4981 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4982
4983 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4984
4985 2005-06-28 Richard M. Stallman <rms@gnu.org>
4986
4987 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4988 (flyspell-local-mouse-map): Declaration deleted.
4989 (flyspell-mouse-map): Bind only mouse-2.
4990 (flyspell-mode-map): Don't test flyspell-use-local-map.
4991 (flyspell-overlay-keymap-property-name): Var deleted.
4992 (flyspell-mode-on): Don't make local bindings for
4993 flyspell-mouse-map and flyspell-mode-map.
4994 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4995
4996 * textmodes/ispell.el (ispell-word): Do not ignore short words.
4997
4998 * progmodes/compile.el (compilation-next-error-function):
4999 Don't switch buffers; operate on the current buffer.
5000
5001 * progmodes/compile.el (compilation-error-file-name)
5002 (compilation-warning-file-name, compilation-info-file-name)
5003 (compilation-line-number, compilation-column-number): New faces.
5004 (compilation-error-face, compilation-warning-face)
5005 (compilation-info-face, compilation-line-face)
5006 (compilation-column-face): Use them.
5007
5008 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5009
5010 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5011
5012 * bindings.el (global-map): Bind insertchar and its variants.
5013
5014 2005-06-27 Richard M. Stallman <rms@gnu.org>
5015
5016 * textmodes/artist.el (artist-text-overwrite)
5017 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5018
5019 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5020
5021 * ps-print.el: It was not working the page selection for printing.
5022 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5023 (ps-print-version): New version 6.6.7.
5024 (ps-end-sheet): New fun.
5025 (ps-header-sheet, ps-end-job): Call it.
5026
5027 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5028
5029 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5030
5031 2005-06-27 Lute Kamstra <lute@gnu.org>
5032
5033 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5034 background color faces.
5035 (facemenu-get-face): Delete function.
5036 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5037 (facemenu-add-new-color): Make second argument mandatory.
5038 Create the appropriate face and return it. Simplify.
5039 (facemenu-set-foreground, facemenu-set-background): Don't check if
5040 color is defined. Use return value of facemenu-add-new-color.
5041
5042 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5043
5044 * progmodes/gud.el (gud-filter): Add missing argument to
5045 with-selected-window.
5046
5047 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5048
5049 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5050 a :require to the defcustom.
5051
5052 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5053 defcustoms corresponding to minor modes.
5054
5055 2005-06-26 David Ponce <david@dponce.com>
5056
5057 * recentf.el: Require tree-widget instead of wid-edit.
5058 (recentf-filename-handler): Fix widget :type.
5059 (recentf-cancel-dialog, recentf-open-more-files)
5060 (recentf-open-files-action): Doc fix.
5061 (recentf-dialog-goto-first): New function.
5062 (recentf-dialog-mode-map): Set parent keymap first.
5063 (recentf-dialog-mode): Define with define-derived-mode.
5064 Don't display continuation lines in dialogs.
5065 (recentf-edit-list): Rename from recentf-edit-selected-items.
5066 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5067 Simplify.
5068 (recentf-edit-list-validate): New function.
5069 (recentf-edit-list): Update accordingly.
5070 (recentf-open-files-item-shift): Remove.
5071 (recentf-open-files-item): Convert menu elements into tree and
5072 link widgets. Don't create the widgets.
5073 (recentf-open-files): Update accordingly.
5074 (recentf-save-list): Untabify.
5075
5076 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5077
5078 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5079 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5080 partially contained in the active region. Do not take active
5081 region into account when called from Lisp, unless INTERACTIVE arg
5082 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5083 avoid trouble with fields. Make marker point nowhere when no
5084 longer used. Always return nil. Doc fix.
5085 (flush-lines): Add INTERACTIVE arg. Do not take active region
5086 into account when called from Lisp, unless INTERACTIVE arg is
5087 non-nil. Use `forward-line' instead of `beginning-of-line' to
5088 avoid trouble with fields. Make marker point nowhere when no
5089 longer used. Always return nil. Doc fix.
5090 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5091 interchangeable. Do not take active region into account when
5092 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5093 message in echo area when called from Lisp, unless INTERACTIVE arg
5094 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5095 Return the number of matches. Doc fix.
5096 (occur): Doc fix.
5097 (perform-replace): Make comment follow double space convention for
5098 the sake of `outline-minor-mode'.
5099
5100 * faces.el (facep): Doc fix.
5101
5102 2005-06-25 Richard M. Stallman <rms@gnu.org>
5103
5104 * facemenu.el (facemenu-enable-faces-p): New function.
5105 (facemenu-background-menu, facemenu-foreground-menu)
5106 (facemenu-face-menu): Add menu-enable property.
5107
5108 * jka-compr.el (jka-compr-insert-file-contents):
5109 Special handling if cannot find the uncompression program.
5110
5111 * cus-face.el (custom-face-attributes): Add autoload.
5112
5113 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5114 Bind comment-indent-function locally.
5115
5116 * window.el (save-selected-window): Use save-current-buffer.
5117
5118 * subr.el (with-selected-window): Use save-current-buffer.
5119
5120 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5121 and with-current-buffer.
5122
5123 2005-06-24 Richard M. Stallman <rms@gnu.org>
5124
5125 * simple.el (line-move-1): Fix previous change.
5126
5127 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5128
5129 * replace.el (occur-1): Set `buffer-read-only' and the
5130 buffer-modified flag before running `occur-hook' to protect
5131 against unintentional buffer switches that can lead to data loss.
5132
5133 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5134
5135 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5136 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5137 initial error.
5138
5139 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5140 after fresh input.
5141 (gdb-var-create-handler): Put name of expression in quotes.
5142
5143 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5144
5145 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5146 elements of RING in order, and without bogus nil elements.
5147
5148 2005-06-23 Richard M. Stallman <rms@gnu.org>
5149
5150 * simple.el (set-variable): Args renamed; doc fix.
5151 (line-move-1): When there are overlays around, use vertical-motion.
5152
5153 * faces.el (escape-glyph): Use brown against light background.
5154 (nobreak-space): Rename from no-break-space.
5155 Fix previous change.
5156
5157 * dired-aux.el (dired-do-copy): Fix arg prompt.
5158
5159 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5160
5161 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5162
5163 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5164 rather than "Distributor".
5165
5166 2005-06-23 Lute Kamstra <lute@gnu.org>
5167
5168 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5169 (debug-on-entry): Use it. New interactive declaration that uses
5170 function-called-at-point.
5171
5172 2005-06-23 Kim F. Storm <storm@cua.dk>
5173
5174 * subr.el (save-match-data): Add comment about using evaporate arg
5175 to set-match-data.
5176
5177 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5178
5179 * cus-edit.el (customize-face)
5180 (customize-face-other-window): Handle face aliases.
5181
5182 * faces.el (face-documentation, set-face-attribute)
5183 (face-spec-set): Handle face aliases.
5184
5185 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5186
5187 * help-mode.el (help-make-xrefs): If a symbol representing a face
5188 name is not followed by the word "face", it could still be a
5189 function or variable name, so don't bypass other checks.
5190
5191 2005-06-22 Juri Linkov <juri@jurta.org>
5192
5193 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5194 Replace aliased functions with calls where second arg `inherit' is t.
5195
5196 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5197
5198 * progmodes/gdb-ui.el (gdb-error): New variable.
5199 (gdb-error): New function.
5200 (gdb-annotation-rules): Act on error-begin and error annotations.
5201 (gdb-concat-output): Use font-lock-warning-face for errors.
5202
5203 2005-06-22 Miles Bader <miles@gnu.org>
5204
5205 * bindings.el (propertized-buffer-identification): Use renamed
5206 `Buffer-menu-buffer' face.
5207
5208 * faces.el (vertical-border): Rename from `vertical-divider'.
5209 (escape-glyph): Change dark-background color back to `cyan'.
5210
5211 2005-06-21 Juri Linkov <juri@jurta.org>
5212
5213 * faces.el (face-user-default-spec): Try getting `customized-face'
5214 prior to `saved-face'.
5215 (frame-background-mode): Refill docstring.
5216
5217 * emacs-lisp/lisp-mode.el (eval-defun-1):
5218 * emacs-lisp/edebug.el (edebug-eval-defun):
5219 Set `saved-face' temporarily to nil before calling form.
5220 Set `customized-face' to the new spec after that.
5221
5222 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5223
5224 * subr.el (1value, lambda, key-substitution-in-progress):
5225 Doc fixes.
5226
5227 * autoinsert.el (auto-insert-alist):
5228 * ses.el (ses-call-printer):
5229 * subr.el (noreturn):
5230 * emacs-lisp/lisp.el (check-parens):
5231 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5232 * net/browse-url.el (browse-url-mosaic):
5233 * progmodes/cc-defs.el (c-safe-scan-lists):
5234 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5235 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5236 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5237 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5238 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5239 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5240
5241 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5242
5243 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5244
5245 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5246
5247 * calendar/appt.el (appt-make-list): Activate the package, if
5248 not already active (for backwards compatibility).
5249
5250 2005-06-20 Kim F. Storm <storm@cua.dk>
5251
5252 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5253
5254 2005-06-20 Miles Bader <miles@gnu.org>
5255
5256 * faces.el (vertical-divider): New face.
5257
5258 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5259
5260 * simple.el (kill-whole-line): Doc fix.
5261 (next-error-buffer-p, next-error-find-buffer)
5262 (clone-indirect-buffer): Fix typos in docstrings.
5263 (comment-line-break-function): Doc fix: don't say variable
5264 is automatically buffer-local (it isn't).
5265
5266 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5267
5268 * net/tramp-ftp.el (top):
5269 * net/tramp-smb.el (top):
5270 * net/tramp-util.el (top):
5271 * net/tramp-uu.el (top):
5272 * net/tramp-vc.el (top):
5273 * net/tramp.el (top): Revert copyright years back to original
5274 ones. Tramp has a life outside GNU Emacs.
5275
5276 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5277
5278 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5279
5280 2005-06-18 Juri Linkov <juri@jurta.org>
5281
5282 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5283 end of first regexp to limit the match to the position between
5284 line number and source line with same separator character as used
5285 between file name and line number. In the second regexp limit
5286 mouse-face area to file name and line number by adding new group
5287 for them and referring it in HYPERLINK arg.
5288 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5289 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5290 previous line where grep markers may be already removed.
5291
5292 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5293
5294 * progmodes/ps-mode.el: Update version and maintainer's email address.
5295
5296 2005-06-18 Steve Youngs <steve@xemacs.org>
5297
5298 * net/browse-url.el (browse-url-browser-function)
5299 (browse-url-default-browser): Add firefox.
5300 (browse-url-firefox-program, browse-url-firefox-arguments)
5301 (browse-url-firefox-startup-arguments)
5302 (browse-url-firefox-new-window-is-tab): New defcustoms.
5303 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5304
5305 2005-06-17 Richard M. Stallman <rms@gnu.org>
5306
5307 * startup.el (command-line): Warn if specified user name has
5308 no home directory.
5309
5310 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5311 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5312
5313 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5314 Doc fixes.
5315
5316 * faces.el (underline): Try bold if terminal doesn't support underline.
5317
5318 * mail/sendmail.el (mail-setup-with-from): New variable.
5319 (mail-insert-from-field): New function.
5320 (sendmail-send-it): Call it.
5321 (mail-setup): Optionally call it here.
5322
5323 * term/linux.el: Call tty-no-underline.
5324
5325 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5326
5327 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5328
5329 2005-06-17 Miles Bader <miles@gnu.org>
5330
5331 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5332 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5333 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5334 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5335 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5336 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5337 Remove "-face" suffix from face names.
5338 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5339 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5340 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5341 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5342 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5343 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5344 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5345 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5346 New backward-compatibility aliases for renamed faces.
5347 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5348 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5349 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5350 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5351 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5352 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5353 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5354 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5355 Use renamed ediff faces.
5356
5357 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5358 Remove "-face" suffix from face names.
5359 (eshell-test-ok-face, eshell-test-failed-face):
5360 New backward-compatibility aliases for renamed faces.
5361 (eshell-run-test): Use renamed eshell-test faces.
5362
5363 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5364 face name.
5365 (eshell-prompt-face): New backward-compatibility alias for renamed
5366 face.
5367 (eshell-emit-prompt): Use renamed eshell-prompt face.
5368
5369 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5370 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5371 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5372 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5373 Remove "-face" suffix from face names.
5374 (eshell-ls-directory-face, eshell-ls-symlink-face)
5375 (eshell-ls-executable-face, eshell-ls-readonly-face)
5376 (eshell-ls-unreadable-face, eshell-ls-special-face)
5377 (eshell-ls-missing-face, eshell-ls-archive-face)
5378 (eshell-ls-backup-face, eshell-ls-product-face)
5379 (eshell-ls-clutter-face):
5380 New backward-compatibility aliases for renamed faces.
5381 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5382
5383 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5384 Remove "-face" suffix from face name.
5385 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5386 instead of literal face.
5387
5388 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5389
5390 * emacs-lisp/warnings.el (display-warning, lwarn)
5391 (warning-minimum-log-level): Doc fixes.
5392 (warning-minimum-level, warning-minimum-log-level):
5393 Add :debug to :type choices.
5394
5395 * progmodes/ada-mode.el (ada-format-paramlist)
5396 (ada-get-indent-case, ada-check-matching-start)
5397 (ada-check-defun-name, ada-goto-matching-decl-start)
5398 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5399 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5400 (ada-make-subprogram-body): Follow error conventions.
5401 (ada-case-exception-file, ada-indent-comment-as-code)
5402 (ada-indent-handle-comment-special, ada-indent-renames)
5403 (ada-indent-return, ada-search-directories-internal)
5404 (ada-tab-policy, ada-case-exception-substring)
5405 (ada-other-file-alist, ada-matching-start-re)
5406 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5407 (ada-imenu-generic-expression, ada-compile-goto-error)
5408 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5409 (ada-popup-menu, ada-add-extensions, ada-mode)
5410 (ada-region-selected, ada-create-case-exception)
5411 (ada-create-case-exception-substring, ada-after-keyword-p)
5412 (ada-activate-keys-for-case, ada-adjust-case-region)
5413 (ada-adjust-case-buffer, ada-format-paramlist)
5414 (ada-scan-paramlist, ada-insert-paramlist)
5415 (ada-indent-newline-indent)
5416 (ada-indent-newline-indent-conditional)
5417 (ada-justified-indent-current, ada-goto-previous-word)
5418 (ada-indent-current, ada-get-indent-open-paren)
5419 (ada-get-indent-paramlist, ada-get-indent-end)
5420 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5421 (ada-get-indent-block-start, ada-get-indent-subprog)
5422 (ada-get-indent-noindent, ada-get-indent-label)
5423 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5424 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5425 (ada-goto-stmt-end, ada-goto-next-word)
5426 (ada-check-matching-start, ada-check-defun-name)
5427 (ada-goto-matching-decl-start, ada-goto-matching-start)
5428 (ada-goto-matching-end, ada-search-ignore-string-comment)
5429 (ada-in-decl-p, ada-looking-at-semi-or)
5430 (ada-looking-at-semi-private, ada-in-paramlist-p)
5431 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5432 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5433 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5434 (ada-previous-package, ada-create-menu)
5435 (ada-fill-comment-paragraph-justify)
5436 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5437 (ada-other-file-name, ada-last-which-function-line)
5438 (ada-last-which-function-subprog, ada-which-function)
5439 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5440 (ada-gen-treat-proc, ada-check-emacs-version)
5441 (ada-continuation-indent, ada-align-region-separate):
5442 Fix typos in docstrings.
5443 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5444
5445 2005-06-16 Lute Kamstra <lute@gnu.org>
5446
5447 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5448 conditionally.
5449
5450 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5451
5452 * comint.el (comint-replace-by-expanded-filename)
5453 (comint-prompt-regexp, comint-delimiter-argument-list)
5454 (comint-preinput-scroll-to-bottom):
5455 * info.el (Info-hide-cookies-node):
5456 * ls-lisp.el (ls-lisp-classify):
5457 * find-file.el (ff-search-directories, ff-special-constructs)
5458 (ff-find-other-file):
5459 * font-lock.el (font-lock-keywords):
5460 * shell.el (shell-prompt-pattern)
5461 (shell-dynamic-complete-functions, shell-mode)
5462 (shell-delimiter-argument-list):
5463 * term.el (term-replace-by-expanded-filename)
5464 (term-prompt-regexp, term-delimiter-argument-list):
5465 * woman.el (woman-ignore, woman0-if):
5466 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5467 * emacs-lisp/elint.el (elint-init-env):
5468 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5469 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5470 * language/ethio-util.el (ethio-tilde-escape)
5471 (ethio-use-three-dot-question):
5472 * net/zone-mode.el (zone-mode-load-time-setup):
5473 * progmodes/cc-align.el (c-lineup-argcont):
5474 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5475 * progmodes/cperl-mode.el (cperl-set-style-back):
5476 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5477 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5478 Fix spellings in docstrings.
5479
5480 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5481 * progmodes/modula2.el (m2-for): Fix spellings.
5482
5483 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5484
5485 * simple.el (undo-more): Don't use `format' on `error' arguments.
5486 Improve argument/docstring consistency.
5487 (pending-undo-list): Doc fix.
5488
5489 * smerge-mode.el (smerge-ensure-match):
5490 * emulation/vip.el (vip-ex):
5491 * net/zone-mode.el (zone-mode-update-serial):
5492 * progmodes/idlwave.el (idlwave-complete):
5493 * progmodes/vhdl-mode.el (vhdl-visit-file)
5494 (vhdl-compose-wire-components):
5495 Don't use `format' on `error' arguments.
5496
5497 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5498 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5499 (tooltip-help-tips): Fix typos in docstrings.
5500
5501 2005-06-16 David Ponce <david@dponce.com>
5502
5503 * tree-widget.el (tree-widget-value-create): Simplify last change.
5504
5505 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5506
5507 * ido.el (ido-incomplete-regexp): New variable.
5508 (ido-set-matches-1): Handle invalid-regexp error and set
5509 ido-incomplete-regexp.
5510 (ido-incomplete-regexp): New face.
5511 (ido-completions): Use it.
5512 (ido-complete, ido-exit-minibuffer, ido-completions):
5513 Handle incomplete regexps.
5514 (ido-completions): Add check for complete match when entering a regexp.
5515
5516 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5519
5520 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5521
5522 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5523 by field delimiters.
5524
5525 2005-06-15 David Ponce <david@dponce.com>
5526
5527 * tree-widget.el: eval-and-compile inlined functions so they will
5528 be available at run-time too.
5529 (tree-widget-super-format-handler)
5530 (tree-widget-format-handler): Remove.
5531 (tree-widget-value-create): Handle the :indent property.
5532
5533 2005-06-15 Miles Bader <miles@gnu.org>
5534
5535 * progmodes/which-func.el (which-func): Only inherit
5536 `font-lock-function-name-face' when that makes sense against the
5537 default mode-line face, otherwise set the face color explicitly.
5538
5539 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5540 faces instead of (non-existent) variables.
5541
5542 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5545 (iswitchb-get-matched-buffers): Likewise. Simplify.
5546
5547 2005-06-14 Miles Bader <miles@gnu.org>
5548
5549 * progmodes/ld-script.el (ld-script-location-counter):
5550 Remove "-face" suffix from face name.
5551 (ld-script-location-counter-face):
5552 New backward-compatibility alias for renamed face.
5553 (ld-script-location-counter-face): Use renamed face.
5554
5555 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5556 (cperl-hash): Remove "-face" suffix from face names.
5557 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5558 New backward-compatibility aliases for renamed faces.
5559 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5560 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5561
5562 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5563 name.
5564 (which-func-face): New backward-compatibility alias for renamed face.
5565 (which-func-format): Use renamed which-func face.
5566
5567 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5568 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5569 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5570 names.
5571 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5572 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5573 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5574 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5575 (vhdl-speedbar-architecture-selected)
5576 (vhdl-speedbar-configuration-selected)
5577 (vhdl-speedbar-package-selected)
5578 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5579 names.
5580 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5581 Use renamed faces.
5582 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5583 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5584 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5585 Use renamed faces.
5586 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5587 names.
5588 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5589 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5590 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5591 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5592 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5593 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5594
5595 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5596 face name.
5597 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5598 (sh-heredoc-face): Use renamed sh-heredoc face.
5599
5600 * progmodes/idlw-help.el (idlwave-help-link):
5601 Remove "-face" suffix from face name.
5602 (idlwave-help-link-face):
5603 New backward-compatibility alias for renamed face.
5604 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5605
5606 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5607 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5608 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5609 New backward-compatibility aliases for renamed faces.
5610 (idlwave-shell-disabled-breakpoint-face)
5611 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5612
5613 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5614 Remove "-face" suffix from face names.
5615 (flymake-errline-face, flymake-warnline-face):
5616 New backward-compatibility aliases for renamed faces.
5617 (flymake-highlight-line): Use renamed flymake faces.
5618
5619 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5620 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5621 (ebrowse-member-class, ebrowse-progress):
5622 Remove "-face" suffix from face names.
5623 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5624 (ebrowse-file-name-face, ebrowse-default-face)
5625 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5626 (ebrowse-progress-face):
5627 New backward-compatibility aliases for renamed faces.
5628 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5629 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5630 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5631 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5632
5633 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5634 antlr-syntax)
5635 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5636 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5637 names.
5638 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5639 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5640 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5641 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5642 backward-compatibility aliases for renamed faces.
5643 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5644 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5645 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5646 remove "font-lock-". Use renamed antlr-mode faces.
5647 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5648 literal face-names with face variable references.
5649
5650 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5651 face name.
5652 (Buffer-menu-buffer-face): New backward-compatibility alias for
5653 renamed face.
5654 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5655
5656 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5657
5658 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5659 Eliminate "-face" suffix.
5660 (makefile-targets): Inherit from font-lock-function-name-face and
5661 eliminate "-face" suffix.
5662 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5663 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5664 actions, instead of prepending, to make it less visible.
5665 (makefile-previous-dependency, makefile-match-dependency):
5666 Don't match a target on a continuation line.
5667
5668 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5669
5670 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5671
5672 * progmodes/gdb-ui.el (menu): Re-order menu items.
5673 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5674
5675 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5676 Define in tooltip.el.
5677 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5678 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5679 gud-tooltip-echo-area.
5680
5681 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5682 backward compatibility and make obsolete.
5683 (tooltip-help-tips): Use tooltip-use-echo-area.
5684 (tooltip-show-help-function): Rename to...
5685 (tooltip-show-help): ...this, because it is a function.
5686 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5687
5688 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5689
5690 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5691 (edebug-print-length, edebug-print-level, edebug-print-circle)
5692 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5693 (edebug-eval-print-last-sexp): Doc fixes.
5694
5695 2005-06-14 Kim F. Storm <storm@cua.dk>
5696
5697 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5698 as the coverage buffer/file/both may change.
5699
5700 2005-06-14 Lute Kamstra <lute@gnu.org>
5701
5702 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5703 and run-mode-hooks. Simplify.
5704
5705 * mail/rmailedit.el (rmail-edit-mode):
5706 * progmodes/octave-inf.el (inferior-octave-mode):
5707 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5708
5709 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5710 and run-mode-hooks.
5711 (recentf-edit-list, recentf-open-files): Don't call
5712 kill-all-local-variables directly.
5713
5714 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5715
5716 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5717
5718 * emacs-lisp/byte-run.el (make-obsolete)
5719 (define-obsolete-function-alias): Rename arguments FUNCTION and
5720 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5721 (make-obsolete-variable, define-obsolete-variable-alias):
5722 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5723 respectively.
5724
5725 * isearchb.el (isearchb-activate):
5726 * pcvs.el (cvs-mode):
5727 * ses.el (ses-load):
5728 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5729 * net/tramp.el (tramp-find-file-exists-command)
5730 (tramp-find-shell):
5731 * progmodes/ada-mode.el (ada-create-case-exception)
5732 (ada-create-case-exception-substring, ada-make-subprogram-body):
5733 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5734 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5735 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5736 * textmodes/org.el (org-promote, org-evaluate-time-range)
5737 (org-agenda-next-date-line, org-agenda-previous-date-line)
5738 (org-agenda-error, org-open-at-point, org-table-move-row)
5739 (org-format-table-table-html-using-table-generate-source)
5740 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5741 * textmodes/reftex.el (reftex-access-scan-info):
5742 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5743 (reftex-toc-promote-prepare): Follow error conventions.
5744
5745 * diff-mode.el (diff-mode): Fix typo in docstring.
5746
5747 * forms.el (forms--intuit-from-file): Fix reference to
5748 `forms-number-of-fields' in error message.
5749 (forms-print): Fix quoting in error message.
5750
5751 * forms.el (forms-mode):
5752 * emulation/vi.el (vi-goto-insert-state):
5753 * progmodes/flymake.el (flymake-new-err-info)
5754 (flymake-start-syntax-check-for-current-buffer)
5755 (flymake-simple-cleanup):
5756 * eshell/esh-var.el (eshell/export):
5757 * progmodes/gud.el (xdb):
5758 * textmodes/flyspell.el (flyspell-incorrect-hook)
5759 (flyspell-maybe-correct-transposition)
5760 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5761
5762 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5763
5764 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5765 minibuffer prompt.
5766
5767 2005-06-13 Kim F. Storm <storm@cua.dk>
5768
5769 * subr.el (add-to-ordered-list): New defun.
5770
5771 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5772 add cua--keymap-alist to emulation-mode-map-alists.
5773
5774 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 * subr.el (complete-in-turn): New macro.
5777 (dynamic-completion-table, lazy-completion-table): Add debug info.
5778
5779 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5780 in preference to face aliases.
5781
5782 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5783 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5784 Remove unused vars `start' and `firstline'.
5785 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5786 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5787
5788 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5789
5790 * cus-start.el (all): Don't complain about missing GTK-related
5791 variables, unless either `gtk' is boundp or this isn't a
5792 `windows-nt' build.
5793
5794 2005-06-13 Lute Kamstra <lute@gnu.org>
5795
5796 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5797 run-mode-hooks.
5798
5799 * ediff-mult.el (ediff-meta-mode):
5800 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5801
5802 * ledit.el (ledit-mode): Use delay-mode-hooks.
5803
5804 * woman.el (woman-mode-line-format): Delete constant.
5805 (woman-mode-map): Initialize it properly.
5806 (woman-mode): Set mode-class property to special.
5807 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5808 Set major-mode and mode-name. Don't set mode-line-format directly.
5809 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5810
5811 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5812 string argument obsolete.
5813
5814 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5815
5816 * textmodes/org.el (org-CUA-compatible): New option.
5817 (org-disputed-keys): New variable.
5818 (org-key): New function.
5819 (orgtbl-make-binding): Add docstring to the created function.
5820 (org-mode): Set paragraph start/separate regexps.
5821 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5822 (org-archive-location, org-archive-mark-done)
5823 (org-archive-stamp-time): New options.
5824 (org-archive-subtree): New command.
5825 (org-fill-paragraph): New function.
5826 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5827 (org-fake-empty-table-line): Function removed.
5828 (org-format-org-table-html): Do not create empty table lines at
5829 separator lines. Improved table header treatment.
5830 (org-link-format): New option.
5831 (org-make-link): New function.
5832 (org-insert-link, org-store-link): Use org-make-link.
5833 (org-open-file): Quote file name for shell command, to allow
5834 spaces in file names.
5835 (org-link-regexp): Fix bug with mailto link.
5836 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5837 New constants.
5838 (org-export-as-html): Deal with the optional angles around a link.
5839 Better treatment of file: links.
5840 (org-open-at-point): Replace @{ and @} with < and >.
5841 (org-run-mode-hooks): Function removed.
5842 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5843
5844 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5845
5846 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5847 MI command -data-list-register-values.
5848 (gdb-post-prompt): Indent properly.
5849
5850 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5851
5852 * hilit-chg.el (highlight-changes-colors): Rename from
5853 `highlight-changes-colours'.
5854 (highlight-changes-colours): Keep as obsolete alias.
5855 (highlight-changes-face-list): Doc fix.
5856 (hilit-chg-make-list): Use `highlight-changes-colors'.
5857
5858 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5859
5860 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5861 defun-prompt-regexp.
5862
5863 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5864
5865 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5866 and cygwin.
5867
5868 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5869 Don't use an old loaddefs.el, as in Makefile.in.
5870
5871 2005-06-12 Lute Kamstra <lute@gnu.org>
5872
5873 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5874
5875 * man.el (Man-mode-map): Initialize it properly.
5876 (Man-mode): Set mode-class property to special.
5877
5878 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5879
5880 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5881
5882 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5883 A newline is needed in the docstring there.
5884
5885 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5886 Doc fixes.
5887
5888 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5889
5890 * printing.el: Doc fix. The menubar is no more changed when printing
5891 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5892 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5893 (pr-version): New version number (6.8.4).
5894 (pr-menu-bind): New command.
5895 (pr-update-menus): Docstring and code fix.
5896 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5897 Docstring fix.
5898 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5899 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5900
5901 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5902
5903 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5904 "Returns" to "return", document useful return values, etc.
5905
5906 2005-06-11 Alan Mackenzie <acm@muc.de>
5907
5908 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5909 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5910 (adaptive-file-function): Minor amendment to doc-string.
5911
5912 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5913
5914 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5915 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5916 Fix :type--it is `integer', not `string'.
5917
5918 * faces.el (modeline-highlight): Rename from (the erroneous)
5919 `modeline-higilight'.
5920
5921 2005-06-11 Lute Kamstra <lute@gnu.org>
5922
5923 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5924 lisp-interaction-mode-map but make it the parent.
5925 (edebug-eval-mode): Use define-derived-mode.
5926
5927 2005-06-11 Andreas Schwab <schwab@suse.de>
5928
5929 * bindings.el: Add binding of `ESC functionkey' for every
5930 `M-functionkey'.
5931 * hexl.el (hexl-mode-map): Likewise.
5932
5933 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5934
5935 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5936 [msft]: update regexp for newer msft compilers.
5937
5938 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5939
5940 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5941 ATTLIST portions of included DTDs.
5942 (xml-parse-dtd): Eliminate use of inefficient match-data.
5943
5944 2005-06-10 Miles Bader <miles@gnu.org>
5945
5946 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5947 (mpuz-text): Remove "-face" suffix from face names.
5948 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5949 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5950 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5951
5952 * play/gomoku.el (gomoku-O, gomoku-X):
5953 Remove "-face" suffix from face names.
5954 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5955 New backward-compatibility aliases for renamed faces.
5956 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5957
5958 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5959
5960 * thumbs.el: Fixes for changes of 2005-06-09.
5961 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5962 as a directory.
5963 (thumbs-thumbname): Remove directory separator from format string;
5964 `thumbs-thumbsdir' now returns a valid directory name.
5965 (thumbs-temp-dir): New defsubst.
5966 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5967 Use it.
5968
5969 * cus-edit.el (minibuffer):
5970 * files.el (make-backup-file-name-function):
5971 * filesets.el (filesets-external-viewers):
5972 * hilit-chg.el (highlight-changes-colours)
5973 (highlight-changes-face-list, highlight-changes-rotate-faces):
5974 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5975 * kmacro.el (kmacro-call-macro):
5976 * log-edit.el (log-edit-changelog-full-paragraphs):
5977 * mouse.el (mouse-1-click-follows-link):
5978 * skeleton.el (skeleton-autowrap):
5979 * subr.el (insert-for-yank-1):
5980 * tempo.el (tempo-insert-region):
5981 * terminal.el (terminal-emulator):
5982 * time.el (display-time-mail-face):
5983 * vc.el (vc-annotate):
5984 * vcursor.el (vcursor-copy-line):
5985 * woman.el (woman-bold-headings, woman-ignore)
5986 (woman-default-faces, woman-monochrome-faces):
5987 * calendar/todo-mode.el (todo-insert-threshold):
5988 * emulation/pc-select.el (pc-select-selection-keys-only)
5989 (pc-selection-mode):
5990 * emulation/vip.el (vip-find-char-forward):
5991 * emulation/viper-cmd.el (viper-find-char-forward):
5992 * international/mule-cmds.el
5993 (select-safe-coding-system-accept-default-p)
5994 (input-method-exit-on-invalid-key):
5995 * international/mule-diag.el (describe-coding-system):
5996 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5997 * net/browse-url.el (browse-url-xterm-program):
5998 * obsolete/lazy-lock.el (lazy-lock-mode):
5999 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6000 (cperl-mode):
6001 * progmodes/cpp.el (cpp-face-light-name-list)
6002 (cpp-face-dark-name-list):
6003 * progmodes/delphi.el (delphi-newline-always-indents):
6004 Fix spellings in docstrings.
6005
6006 * ido.el (ido-mode, ido-file-extensions-order)
6007 (ido-default-file-method, ido-default-buffer-method)
6008 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6009 (ido-decorations, ido-read-file-name-as-directory-commands)
6010 (ido-read-file-name-non-ido, ido-work-directory-list)
6011 (ido-ignore-item-temp-list, ido-current-directory)
6012 (ido-magic-forward-char, ido-enter-find-file)
6013 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6014 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6015
6016 2005-06-10 Lute Kamstra <lute@gnu.org>
6017
6018 * play/dunnet.el (dun-mode): Use define-derived-mode.
6019 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6020 obsolete alias.
6021
6022 * play/doctor.el (doctor-mode-map): Remove defvar.
6023 (doctor-mode): Use define-derived-mode.
6024
6025 * mail/mspools.el (mspools-mode):
6026 * net/eudc-hotlist.el (eudc-hotlist-mode):
6027 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6028
6029 2005-06-10 Miles Bader <miles@gnu.org>
6030
6031 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6032 Remove "-face" suffix from face names.
6033 (flyspell-incorrect-face, flyspell-duplicate-face):
6034 New backward-compatibility aliases for renamed faces.
6035 (flyspell-mode-on, make-flyspell-overlay)
6036 (flyspell-highlight-incorrect-region)
6037 (flyspell-highlight-duplicate-region)
6038 (flyspell-display-next-corrections)
6039 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6040
6041 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6042 from face name.
6043 (texinfo-heading-face): New backward-compatibility alias for
6044 renamed face.
6045 (texinfo-heading-face): Use renamed texinfo-heading face.
6046
6047 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6048 suffix from face names.
6049 (tex-math-face, tex-verbatim-face):
6050 New backward-compatibility aliases for renamed faces.
6051 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6052 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6053 literal face name.
6054
6055 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6056 name.
6057 (table-cell-face): New backward-compatibility alias for renamed face.
6058 (table--put-cell-face-property, table--update-cell-face):
6059 Use renamed table-cell face.
6060
6061 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6062 from face name.
6063 (sgml-namespace-face): New backward-compatibility alias for
6064 renamed face.
6065 (sgml-namespace-face): Use renamed sgml-namespace face.
6066
6067 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6068 (org-level-4, org-level-5, org-level-6, org-level-7)
6069 (org-level-8, org-warning, org-headline-done)
6070 (org-deadline-announce, org-scheduled-today)
6071 (org-scheduled-previously, org-link, org-done, org-table)
6072 (org-time-grid): Remove "-face" suffix from face names.
6073 (org-level-1-face, org-level-2-face, org-level-3-face)
6074 (org-level-4-face, org-level-5-face, org-level-6-face)
6075 (org-level-7-face, org-level-8-face, org-warning-face)
6076 (org-headline-done-face, org-deadline-announce-face)
6077 (org-scheduled-today-face, org-scheduled-previously-face)
6078 (org-link-face, org-done-face, org-table-face)
6079 (org-time-grid-face):
6080 New backward-compatibility aliases for renamed faces.
6081 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6082 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6083 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6084 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6085
6086 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6087 (viper-minibuffer-emacs, viper-minibuffer-insert)
6088 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6089 (viper-search-face, viper-replace-overlay-face)
6090 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6091 (viper-minibuffer-vi-face):
6092 New backward-compatibility aliases for renamed faces.
6093 (viper-search-face, viper-replace-overlay-face)
6094 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6095 (viper-minibuffer-vi-face): Use renamed viper faces.
6096
6097 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6098 Remove "-face" suffix from face names.
6099 (testcover-nohits-face, testcover-1value-face):
6100 New backward-compatibility aliases for renamed faces.
6101 (testcover-mark): Use renamed testcover faces.
6102
6103 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6104 face name.
6105 (diary-button-face): New backward-compatibility alias for renamed face.
6106 (diary-entry): Use renamed diary-button face.
6107
6108 * calendar/calendar.el (diary, calendar-today, holiday)
6109 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6110 (diary-face, calendar-today-face, holiday-face):
6111 New backward-compatibility aliases for renamed faces.
6112 (eval-after-load "facemenu", diary-entry-marker)
6113 (calendar-today-marker, calendar-holiday-marker, diary-face):
6114 Use renamed calendar faces.
6115
6116 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6117 (compare-windows-face): New backward-compatibility alias for
6118 renamed face.
6119 (compare-windows-highlight): Use renamed compare-windows face.
6120
6121 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6122 (strokes-char-face): New backward-compatibility alias for renamed face.
6123 (strokes-encode-buffer): Use renamed strokes-char face.
6124
6125 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6126 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6127 Remove "-face" suffix from face names.
6128 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6129 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6130 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6131 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6132 Use renamed pcvs faces.
6133 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6134 * pcvs-defs.el (cvs-mode-map): Likewise.
6135 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6136
6137 * info.el (info-title-1, info-title-2, info-title-3)
6138 (info-title-4): Remove "-face" suffix from and downcase face names.
6139 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6140 (Info-title-4-face):
6141 New backward-compatibility aliases for renamed faces.
6142 (Info-fontify-node): Use renamed info faces.
6143
6144 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6145 Remove "-face" suffix from face names.
6146 (highlight-changes-face, highlight-changes-delete-face):
6147 New backward-compatibility aliases for renamed faces.
6148 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6149 (hilit-chg-make-list): Use renamed highlight-changes faces.
6150
6151 * generic-x.el (show-tabs-tab, show-tabs-space):
6152 Remove "-face" suffix from face names.
6153 (show-tabs-tab-face, show-tabs-space-face):
6154 New backward-compatibility aliases for renamed faces.
6155 (show-tabs-generic-mode-font-lock-defaults-1)
6156 (show-tabs-generic-mode-font-lock-defaults-2):
6157 Use renamed show-tabs faces.
6158
6159 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6160 (smerge-markers): Remove "-face" suffix from face names.
6161 (smerge-mine-face, smerge-other-face, smerge-base-face)
6162 (smerge-markers-face):
6163 New backward-compatibility aliases for renamed faces.
6164 (smerge-mine-face, smerge-other-face, smerge-base-face)
6165 (smerge-markers-face): Use renamed smerge faces.
6166
6167 * log-view.el (log-view-file, log-view-message): Remove "-face"
6168 suffix from face names.
6169 (log-view-file-face, log-view-message-face):
6170 New backward-compatibility aliases for renamed faces.
6171 (log-view-file-face, log-view-message-face): Use renamed log-view
6172 faces.
6173
6174 * paren.el (show-paren-match, show-paren-mismatch):
6175 Remove "-face" suffix from face names.
6176 (show-paren-match-face, show-paren-mismatch-face):
6177 New backward-compatibility aliases for renamed faces.
6178 (show-paren-function): Use renamed show-paren faces.
6179
6180 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6181 (ruler-mode-margins, ruler-mode-fringes)
6182 (ruler-mode-column-number, ruler-mode-fill-column)
6183 (ruler-mode-comment-column, ruler-mode-goal-column)
6184 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6185 suffix from face names.
6186 (ruler-mode-default-face, ruler-mode-pad-face)
6187 (ruler-mode-margins-face, ruler-mode-fringes-face)
6188 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6189 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6190 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6191 New backward-compatibility aliases for renamed faces.
6192 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6193 (ruler-mode-column-number, ruler-mode-fill-column)
6194 (ruler-mode-comment-column, ruler-mode-goal-column)
6195 (ruler-mode-tab-stop, ruler-mode-current-column)
6196 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6197 faces.
6198
6199 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6200 face name.
6201 (whitespace-highlight-the-space): Use renamed face.
6202 (whitespace-highlight-face): New backward-compatibility alias for
6203 renamed face.
6204
6205 * woman.el (woman-italic, woman-bold, woman-unknown)
6206 (woman-addition, woman-symbol-face):
6207 Remove "-face" suffix from face names.
6208 (woman-italic-face, woman-bold-face, woman-unknown-face)
6209 (woman-addition-face):
6210 New backward-compatibility aliases for renamed faces.
6211 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6212 (woman-decode-region, woman-replace-match)
6213 (woman-display-extended-fonts, woman-special-characters)
6214 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6215 Use renamed woman faces.
6216
6217 * longlines.el (longlines-visible-face): Face removed.
6218
6219 * diff-mode.el (diff-header, diff-file-header, diff-index)
6220 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6221 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6222 suffix from face names.
6223 (diff-header-face, diff-file-header-face, diff-index-face)
6224 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6225 (diff-changed-face, diff-function-face, diff-context-face)
6226 (diff-nonexistent-face): New backward-compatibility aliases for
6227 renamed faces.
6228 (diff-header-face, diff-file-header-face)
6229 (diff-index, diff-index-face, diff-hunk-header)
6230 (diff-hunk-header-face, diff-removed, diff-removed-face)
6231 (diff-added, diff-added-face, diff-changed-face, diff-function)
6232 (diff-function-face, diff-context-face, diff-nonexistent)
6233 (diff-nonexistent-face): Use renamed diff-mode faces.
6234
6235 * progmodes/compile.el (compilation-warning-face)
6236 (compilation-info-face): Remove "-face" suffix from face names.
6237 (compilation-warning-face, compilation-info-face):
6238 New backward-compatibility aliases for renamed faces.
6239 (compilation-warning-face, compilation-info-face):
6240 Use renamed compilation faces.
6241
6242 * add-log.el (change-log-date, change-log-name)
6243 (change-log-email, change-log-file, change-log-list)
6244 (change-log-conditionals, change-log-function)
6245 (change-log-acknowledgement): Remove "-face" suffix from face names.
6246 (change-log-date-face, change-log-name-face)
6247 (change-log-email-face, change-log-file-face)
6248 (change-log-list-face, change-log-conditionals-face)
6249 (change-log-function-face, change-log-acknowledgement-face):
6250 New backward-compatibility aliases for renamed faces.
6251 (change-log-font-lock-keywords): Use renamed change-log faces.
6252
6253 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6254 (custom-set, custom-changed, custom-saved, custom-button)
6255 (custom-button-pressed, custom-documentation, custom-state)
6256 (custom-comment, custom-comment-tag, custom-variable-tag)
6257 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6258 (custom-group-tag): Remove "-face" suffix from face names.
6259 (custom-magic-alist, custom-magic-value-create)
6260 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6261 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6262 (custom-set-face, custom-changed-face, custom-saved-face)
6263 (custom-button-face, custom-button-pressed-face)
6264 (custom-documentation-face, custom-state-face)
6265 (custom-comment-face, custom-comment-tag-face)
6266 (custom-variable-tag-face, custom-variable-button-face)
6267 (custom-face-tag-face, custom-group-tag-face-1)
6268 (custom-group-tag-face):
6269 New backward-compatibility aliases for renamed faces.
6270
6271 * wid-edit.el (widget-documentation, widget-button)
6272 (widget-field, widget-single-line-field, widget-inactive)
6273 (widget-button-pressed): "-face" suffix removed from face names.
6274 (widget-documentation-face, widget-button-face)
6275 (widget-field-face, widget-single-line-field-face)
6276 (widget-inactive-face, widget-button-pressed-face):
6277 New backward-compatibility aliases for renamed faces.
6278 (widget-documentation-face, widget-button-face)
6279 (widget-button-pressed-face, widget-specify-field)
6280 (widget-specify-inactive): Use renamed widget faces.
6281
6282 2005-06-10 Kenichi Handa <handa@m17n.org>
6283
6284 * term/x-win.el (x-clipboard-yank): Remove condition-case
6285 wrapping.
6286
6287 2005-06-11 Kenichi Handa <handa@m17n.org>
6288
6289 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6290 date lines stricter.
6291
6292 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6293
6294 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6295 of x-get-selection.
6296
6297 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6298
6299 * comint.el (comint-mode, comint-snapshot-last-prompt):
6300 * frame.el (frame-current-scroll-bars):
6301 * term.el (term-mode, term-check-proc, term-input-sender)
6302 (term-simple-send, term-extract-string, term-word)
6303 (term-match-partial-filename):
6304 * window.el (window-current-scroll-bars):
6305 * emulation/cua-base.el (cua-normal-cursor-color)
6306 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6307 (cua-global-mark-cursor-color):
6308 * mail/undigest.el (rmail-forward-separator-regex):
6309 Fix typos in docstrings.
6310
6311 * comint.el (comint-check-proc, make-comint-in-buffer)
6312 (comint-source-default): Doc fixes.
6313
6314 * term.el (term-send-string): Improve argument/docstring consistency.
6315
6316 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6317
6318 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6319 call to `delete-region'.
6320 (comint-mode-hook): Do not enable Font Lock by default.
6321
6322 2005-06-09 Lute Kamstra <lute@gnu.org>
6323
6324 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6325 could be void.
6326
6327 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6328
6329 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6330 (debug): Use it.
6331 (debugger-step-through, debugger-continue, debugger-jump)
6332 (debugger-return-value): Set it when needed.
6333 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6334 Use inhibit-read-only.
6335
6336 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6337
6338 * window.el (shrink-window-if-larger-than-buffer)
6339 (window-size-fixed): Fix typo in docstring.
6340
6341 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6342 thumbnails directory on loading.
6343 (thumbs-conversion-program): Use `eq' to check the system type,
6344 not `equal'.
6345 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6346 not "/tmp". Fix docstring.
6347 (thumbs-thumbsdir): New function to return the thumbnails
6348 directory, creating it if needed.
6349 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6350 (thumbs-temp-file): Delete variable and make it into a function.
6351 (thumbs-resize-image, thumbs-modify-image): Use it.
6352 (thumbs-kill-buffer): Simplify.
6353 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6354 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6355 docstrings.
6356
6357 2005-06-09 Kim F. Storm <storm@cua.dk>
6358
6359 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6360 set-match-data to free markers in match-data.
6361
6362 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6363 match-data to unchain markers in match-data.
6364
6365 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6368 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6369 unnecessary now.
6370
6371 2005-06-08 Richard M. Stallman <rms@gnu.org>
6372
6373 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6374 give the variable a doc string that doesn't say don't set it directly.
6375
6376 * textmodes/ispell.el (ispell-check-version):
6377 Use match-string-no-properties.
6378 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6379 (ispell-buffer-local-words): Likewise.
6380
6381 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6382 except on terminals with enough colors to really display it.
6383 (makefile-dependency-regex): Delete spurious `bb'.
6384
6385 * faces.el (escape-glyph): Use blue once again in last case.
6386 (no-break-space): Redefine so that it isn't invisible on a tty.
6387
6388 2005-06-08 Kim F. Storm <storm@cua.dk>
6389
6390 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6391 also when reading directory name.
6392
6393 2005-06-08 Lute Kamstra <lute@gnu.org>
6394
6395 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6396 (flyspell-mode-line-string): Remove autoload cookie.
6397 (flyspell-mode): Remove defvar.
6398
6399 2005-06-07 Lute Kamstra <lute@gnu.org>
6400
6401 * textmodes/org.el (org-run-mode-hooks): New function.
6402 (org-agenda-mode): Use it.
6403
6404 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6405
6406 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6407
6408 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6409
6410 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6411
6412 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6413
6414 * font-lock.el (font-lock-add-keywords): Doc fix.
6415
6416 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6419 (tex-compile-default): In the absence of any history, use the order in
6420 tex-compile-alist to choose the preferred command.
6421 (tex-compile-commands): Reorder a bit.
6422
6423 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6424 (flyspell-incorrect-face, flyspell-duplicate-face):
6425 Use (X)Emacs-agnostic code.
6426 (flyspell-mode-map): Don't overwrite at each load. Remove code
6427 redundant with the subsequent add-minor-mode. Merge Emacs and
6428 XEmacs code.
6429 (flyspell-word): Minor simplification.
6430 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6431 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6432 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6433 Merge the corresponding Emacs code.
6434 (flyspell-correct-word, flyspell-xemacs-popup):
6435 Use flyspell-do-correct.
6436
6437 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6438 a dedicated window.
6439
6440 * international/latexenc.el (latexenc-find-file-coding-system):
6441 Undo part of last patch, to turn off a compiler warning.
6442
6443 2005-06-06 Juri Linkov <juri@jurta.org>
6444
6445 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6446 Rename `tmm-inactive-face' to `tmm-inactive'.
6447
6448 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6449
6450 * iswitchb.el: Rename faces.
6451
6452 2005-06-06 Kim F. Storm <storm@cua.dk>
6453
6454 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6455 (cua-global-mark): Remove -face suffix from face names.
6456
6457 * emulation/cua-gmrk.el (cua--init-global-mark):
6458 Remove cua-global-mark face setup.
6459
6460 2005-06-06 Richard M. Stallman <rms@gnu.org>
6461
6462 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6463 just like other allowed characters.
6464 (makefile-match-dependency): Exclude leading and training whitespace
6465 from the range of regexp subexp 1.
6466 (makefile-macroassign-regex): Don't try to match the body,
6467 just the name of the macro being defined.
6468
6469 * info.el (Info-read-node-name-2): New function.
6470 (Info-read-node-name-1): Use that.
6471 Add a completion-base-size-function property.
6472
6473 * simple.el (completion-setup-function): Look for
6474 completion-base-size-function property of minibuffer-completion-table.
6475
6476 * files.el (locate-file-completion): Doc fix.
6477
6478 * printing.el: Don't call pr-update-menus; user must do that.
6479
6480 * emacs-lisp/debug.el (debugger-window): New variable.
6481 (debug): Use debugger-window if it is set and still alive.
6482 Record debugger-window for next entry.
6483
6484 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6485
6486 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6487
6488 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6489 (hack-one-local-variable, hack-local-variables)
6490 (hack-local-variables-prop-line): Pass that arg.
6491
6492 2005-06-06 Kim F. Storm <storm@cua.dk>
6493
6494 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6495 (ido-indicator): Remove -face suffix from face names.
6496
6497 2005-06-06 Juri Linkov <juri@jurta.org>
6498
6499 * font-lock.el (font-lock-regexp-backslash)
6500 (font-lock-regexp-backslash-construct): New faces.
6501 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6502 after `('. Add `while-no-input' to control structures.
6503
6504 * faces.el (no-break-space, shadow): New faces.
6505 (escape-glyph): Use less loud colors pink2 and red4.
6506
6507 * diff-mode.el (diff-context-face)
6508 * dired.el (dired-ignored)
6509 * rfn-eshadow.el (file-name-shadow)
6510 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6511
6512 * info.el (Info-title-1-face): Use green instead of yellow because
6513 bold yellow is not readable on light backgrounds.
6514
6515 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6516 before selecting the desired mode to not spend time fontifying
6517 old contents.
6518
6519 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6520
6521 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6522 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6523
6524 * ps-print.el (ps-default-fg, ps-default-bg):
6525 Fix typos in docstrings.
6526
6527 * isearchb.el (isearchb): Don't pass a spurious second argument to
6528 `iswitchb-completions'.
6529
6530 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6531
6532 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6533 to preserve point.
6534 (gdb-find-file-hook): Add doc string.
6535
6536 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6537 C dereferenced pointer expression.
6538 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6539
6540 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6541
6542 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6543 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6544 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6545 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6546 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6547 Make background transparent.
6548
6549 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6550
6551 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6552 (font-lock-remove-keywords): Doc fix.
6553 (font-lock-mode-major-mode): Compiler defvar.
6554 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6555
6556 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6557 (font-lock-mode): Update `font-lock-mode-major-mode'.
6558 (font-lock-set-defaults): Compiler defvar.
6559 (font-lock-default-function): Take `font-lock-mode-major-mode'
6560 into account.
6561
6562 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6563 keep track of which major mode it enabled the minor mode for.
6564 Use find-file-hook again. Update docstring.
6565
6566 * simple.el (eval-expression-print-level)
6567 (eval-expression-print-length, eval-expression-debug-on-error):
6568 Doc fixes.
6569
6570 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6571
6572 * iswitchb.el (iswitchb-single-match-face)
6573 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6574 (iswitchb-invalid-regexp-face): New faces.
6575 (iswitchb-completions): Use them.
6576 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6577 now marked as an obsolete alias.
6578 (iswitchb-read-buffer): Remove check for bound font variables.
6579 (iswitchb-invalid-regexp): New free variable.
6580 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6581 set iswitchb-invalid-regexp.
6582 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6583 invalid regexps.
6584 (iswitchb-completions): Add check for complete match when entering
6585 a regexp.
6586 (iswitchb-completions): Remove require-match argument.
6587 (iswitchb-exhibit): Fix caller.
6588 (iswitchb-common-match-inserted): New variable.
6589 (iswitchb-complete, iswitchb-completion-help): Use it.
6590
6591 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6592
6593 * url-http.el (url-http-chunked-encoding-after-change-function):
6594 Use `url-http-debug' instead of `message'.
6595
6596 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6597
6598 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6599 callback argument.
6600
6601 2005-06-04 Kim F. Storm <storm@cua.dk>
6602
6603 * simple.el (line-move): Only call sit-for when moving backwards.
6604
6605 * ido.el (ido-make-merged-file-list-1): New defun split from
6606 ido-make-merged-file-list.
6607 (ido-make-merged-file-list): Bind throw-on-input around call to
6608 ido-make-merged-file-list-1. Return input-pending-p if
6609 interrupted by more input available.
6610 (ido-read-internal): Handle input-pending-p return value from
6611 ido-make-merged-file-list.
6612
6613 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6616 compatibility code.
6617
6618 * international/latexenc.el (latexenc-find-file-coding-system):
6619 Don't inherit the EOL part of the coding-system from the
6620 tex-main buffer. Fit within 80 columns.
6621
6622 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6623
6624 * tmm.el (tmm-inactive-face): New face.
6625 (tmm-remove-inactive-mouse-face): New function.
6626 (tmm-prompt, tmm-add-one-shortcut)
6627 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6628 but not selectable.
6629
6630 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6631
6632 * faces.el (face-equal): Improve argument/docstring consistency.
6633
6634 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6635
6636 * progmodes/make-mode.el (makefile-targets-face)
6637 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6638 (makefile-bsdmake-dependency-regex)
6639 (makefile-makepp-rule-action-regex)
6640 (makefile-bsdmake-rule-action-regex): New constants.
6641 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6642
6643 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6644 Allow (...) within `...' for makepp messages.
6645
6646 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6647
6648 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6649
6650 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6651 "." files are deleted from all file lists before comparison.
6652
6653 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6654 (viper-ESC-key): Made them customizable.
6655
6656 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6657
6658 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6659
6660 * autorevert.el (auto-revert-buffers): Use save-match-data.
6661
6662 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6665 menu items with a nil command binding.
6666
6667 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6668
6669 * emacs-lisp/cl-macs.el (defsetf):
6670 Improve argument/docstring consistency.
6671
6672 * faces.el (list-faces-display): Improve the formatting by
6673 computing the maximum length required for any face-name (reworked
6674 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6675 (internal-find-face): Remove redundant info in docstring.
6676
6677 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6678
6679 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6680 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6681 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6682 (gdb-assembler-custom): Improve regexps.
6683 (def-gdb-auto-update-handler): Use window point to preserve point.
6684
6685 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6686
6687 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6688
6689 2005-05-31 Jay Belanger <belanger@truman.edu>
6690
6691 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6692 to calc-embedded.
6693 (calc-embedded-make-info): Have plain prefix argument select
6694 entire line.
6695
6696 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6697
6698 * faces.el (list-faces-display): Signal error if passed a regexp
6699 that matches no face name.
6700
6701 * simple.el (filter-buffer-substring): Fix typo in docstring.
6702
6703 2005-05-31 Richard M. Stallman <rms@gnu.org>
6704
6705 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6706 (vhdl-emacs-21): Doc fix.
6707 (vhdl-mode): Unconditionally set comment-padding.
6708 (vhdl-fixup-whitespace-region): Insert spaces only where
6709 there are none.
6710 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6711
6712 2005-05-30 John Wiegley <johnw@newartisans.com>
6713
6714 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6715 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6716 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6717 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6718 `string-to-number'.
6719
6720 2005-05-30 Jay Belanger <belanger@truman.edu>
6721
6722 * calc/calc.el (calc-bug-address): Fix docstring.
6723 (calc-window-hook, calc-trail-window-hook): New variables.
6724 (calc-trail-display): Restore use of calc-trail-window-hook.
6725 (calc): Restore use of calc-window-hook.
6726
6727 2005-05-31 Masatake YAMATO <jet@gyve.org>
6728
6729 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6730
6731 * help-fns.el (help-C-file-name): Add autoload mark for
6732 `find-function-noselect'.
6733
6734 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6737 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6738
6739 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6740
6741 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6742 included diary buffer if it was not already being visited.
6743 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6744
6745 * calendar/icalendar.el (top-level): Do not require 'appt.
6746
6747 * mail/supercite.el (sc-select-attribution): Only use a list
6748 element from sc-attrib-selection-list if it returns a string.
6749 Reported by Davide G. M. Salvetti <salve@debian.org>.
6750
6751 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6752
6753 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6754 includes a hash value to improve its uniqueness, and has a ".jpg"
6755 extension. Also, it is now a valid filename on all systems.
6756 (thumbs-make-thumb): Use `let', not `let*'.
6757 (thumbs-show-thumbs-list): Check for JPEG availability.
6758
6759 2005-05-30 Richard M. Stallman <rms@gnu.org>
6760
6761 * filesets.el (filesets-menu-ensure-use-cached):
6762 Prevent warning when emacs-version>= is undefined.
6763
6764 * printing.el (pr-interactive-n-up): Use string-to-number.
6765
6766 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6767
6768 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6769 Warn only when name to be defined is quoted.
6770
6771 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6772
6773 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6774 Make regexp more robust.
6775 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6776 Force regeneration of disassembly.
6777
6778 2005-05-29 Jay Belanger <belanger@truman.edu>
6779
6780 * calc/calc.el (calc-user-invocation): Check if
6781 calc-invocation-macro is non-nil.
6782
6783 2005-05-29 Juri Linkov <juri@jurta.org>
6784
6785 * add-log.el (change-log-font-lock-keywords):
6786 Add `+' to e-mail regexp to accept mail address with keywords.
6787
6788 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6789
6790 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6791
6792 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6793
6794 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6795
6796 2005-05-29 Richard M. Stallman <rms@gnu.org>
6797
6798 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6799 Undo the change that moves to end of the current word.
6800
6801 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6802
6803 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6804 Throw error when count <= 0 to ensure input is a number.
6805 (gdb-read-memory-custom): Pick up address from buffer.
6806 (gdb-memory-mode): Allow user to increment and decrement
6807 memory address from header line.
6808
6809 2005-05-29 Richard M. Stallman <rms@gnu.org>
6810
6811 * flyspell.el (flyspell-version): Function deleted.
6812 (flyspell-auto-correct-previous-hook): Doc fix.
6813
6814 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6815 Do nothing if memory is full.
6816
6817 * font-lock.el (font-lock-fontify-syntactically-region):
6818 Pass t for GREEDY to looking-back.
6819
6820 * saveplace.el (save-place-alist-to-file): Write the file
6821 using write-region.
6822
6823 * subr.el (looking-back): New argument GREEDY.
6824
6825 * progmodes/compile.el (compilation-start): Set the mode
6826 before inserting the initial text.
6827
6828 * progmodes/which-func.el (which-func-update-1): Turn the mode
6829 off in case of error by setting which-func-mode.
6830
6831 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6832
6833 * flyspell.el (flyspell-auto-correct-previous-word):
6834 Narrow down to what's on the screen, and recenter overlays
6835 at the end of the next word.
6836
6837 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6838
6839 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6840 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6841 (flyspell-abbrev-p): Default to nil.
6842 (flyspell-use-global-abbrev-table-p): Doc fix.
6843 (flyspell-large-region): Allow nil as value.
6844 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6845
6846 (mail-mode-flyspell-verify): More robust handling
6847 of `mail-header-separator'. More efficient signature detection.
6848 Allow for regexp metacharacters in message-header-separator.
6849 Adding `To' not to be checked in mail-mode-flyspell-verify.
6850
6851 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6852 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6853 Bind flyspell-auto-correct-binding.
6854 Bind C-. and C-, .
6855 (flyspell-mode-map): Likewise.
6856 (flyspell-mode): Doc fix.
6857 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6858 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6859 (flyspell-word-cache-result): New var, always local.
6860 (flyspell-check-pre-word-p): Doc fix.
6861 (flyspell-check-changed-word-p): Handle spc like newline.
6862 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6863 (flyspell-word-search-backward, flyspell-word-search-forward):
6864 New functions.
6865 (flyspell-word): Return t if nothing to check.
6866 When parsing TeX code, check for after } or \.
6867 Use flyspell-word-search-backward to find previous word.
6868 Return nil if duplicated word.
6869 For word already checked, return same value as last time.
6870 Set flyspell-word-cache-result after checking.
6871 Don't clobber the return value.
6872 (flyspell-get-word): Major rewrite.
6873 (flyspell-external-point-words): New locals pword, pcount.
6874 Fix size used in progress message.
6875 Find the proper corresponding word in flyspell-large-region-buffer.
6876 (flyspell-region): Check for flyspell-large-region = nil.
6877 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6878 (flyspell-auto-correct-word): Check that WORD is a cons.
6879 (flyspell-correct-word): Likewise.
6880
6881 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6882
6883 * progmodes/make-mode.el (makefile-rule-action-regex)
6884 (makefile-macroassign-regex, makefile-makepp-mode)
6885 (makefile-bsdmake-mode): Continuation lines may be empty.
6886 Reported by Joshua Varner.
6887 (makefile-makepp-font-lock-keywords): Add $(stem).
6888
6889 2005-05-28 Karl Berry <karl@gnu.org>
6890
6891 * textmodes/tex-mode.el: Now that tex-send-command calls
6892 shell-quote-argument (2005-03-31 change), remove all calls to
6893 shell-quote-argument; they all end up invoking tex-send-command.
6894 The double quoting loses on filenames with non-safe characters,
6895 such as "@". Reported by Frederik Fouvry.
6896
6897 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6898
6899 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6900 about preserving point.
6901
6902 2005-05-27 Jay Belanger <belanger@truman.edu>
6903
6904 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6905 Info-goto-node.
6906
6907 * calc/calc-embed.el (calc-embed-arg): New variable.
6908 (calc-do-embedded-activate, calc-embedded-activate-formula)
6909 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6910 variable by new variable.
6911 (calc-embedded-make-info): Replace undeclared variable by new
6912 variable. When selecting region with positive prefix
6913 argument, use end of previous line instead of beginning of line.
6914
6915 * calc/calc-aent.el (calc-arg-values): Declare it.
6916
6917 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6918 Declare them.
6919
6920 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6921
6922 * calc/calc.el (calc-alg-map): Declare it.
6923
6924 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6925
6926 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6927
6928 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6929 (gdb-registers-buffer, toggle-gdb-all-registers):
6930 Toggle display of floating point registers.
6931 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6932
6933 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6934 (toggle-gud-tooltip-dereference):
6935 Rename from gud-toggle-tooltip-dereference.
6936
6937 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6940
6941 2005-05-27 Jay Belanger <belanger@truman.edu>
6942
6943 * calc/calc-prog.el (calc-kbd-report): Remove.
6944 (calc-kbd-query): Rewrite.
6945
6946 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6947
6948 * image.el (image-library-alist): Move to image.c.
6949 (image-type-available-p): Doc fix.
6950
6951 2005-05-27 Lute Kamstra <lute@gnu.org>
6952
6953 * calc/calc.el (calc):
6954 * outline.el (outline-1, outline-2, outline-3, outline-4)
6955 (outline-5, outline-6, outline-7, outline-8):
6956 * textmodes/dns-mode.el (dns-mode):
6957 * textmodes/sgml-mode.el (sgml-namespace-face):
6958 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6959 (tex-verbatim-face, tex-use-reftex):
6960 * textmodes/texinfo.el (texinfo-heading-face):
6961 Specify customization group.
6962
6963 * longlines.el: Don't require easy-mmode.
6964 (longlines-visible-face): Specify customization group.
6965
6966 2005-05-27 Kenichi Handa <handa@m17n.org>
6967
6968 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6969 encoding table of windows-1251.
6970
6971 * international/ucs-tables.el (ucs-set-table-for-input):
6972 If translation-table-for-input of a coding system is a symbol, get
6973 its translation-table property.
6974
6975 * international/code-pages.el: Don't register a coding system into
6976 non-iso-charset-alist more than once.
6977 (cp-make-coding-system): Likewise.
6978
6979 2005-05-26 John Wiegley <johnw@newartisans.com>
6980
6981 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6982 `eshell-resume-eval' is wrapped in a list, it indicates that the
6983 command was run asynchronously. In that case, unwrap the value
6984 before checking the delimiter value.
6985
6986 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6987 character before a space at the end of a line is \, assume the space
6988 is part of the last argument rather than a final argument separator.
6989
6990 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6991 is in use, and the target is `t' or `nil' (which are the most common
6992 values), don't assume that the symbol target is a buffer.
6993
6994 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6995
6996 * calendar/calendar.el (calendar-mode-line-format):
6997 Use mode-line-highlight as mouse-face.
6998
6999 * time.el (display-time-string-forms, display-time-update):
7000 Use mode-line-highlight as mouse-face.
7001
7002 2005-05-26 Jay Belanger <belanger@truman.edu>
7003
7004 * calc/calc.el (calc-language-alist): Remove extra defvar.
7005
7006 2005-05-26 Lute Kamstra <lute@gnu.org>
7007
7008 * arc-mode.el (archive-mode):
7009 * bookmark.el (bookmark-read-annotation-mode)
7010 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7011 * bs.el (bs-mode):
7012 * calc/calc-yank.el (calc-edit-mode):
7013 * calc/calc.el (calc-mode, calc-trail-mode):
7014 * calculator.el (calculator-mode):
7015 * chistory.el (command-history-mode):
7016 * comint.el:
7017 * cus-edit.el (custom-mode):
7018 * descr-text.el (describe-text-mode):
7019 * ebuff-menu.el (Electric-buffer-menu-mode):
7020 * ediff-util.el (ediff-mode):
7021 * emacs-lisp/re-builder.el (reb-mode):
7022 * emulation/vi.el (vi-mode-setup):
7023 * emulation/ws-mode.el (wordstar-mode):
7024 * eshell/esh-mode.el (eshell-mode):
7025 * forms.el (forms-mode):
7026 * help-mode.el (help-mode):
7027 * hexl.el (hexl-mode):
7028 * ibuffer.el (ibuffer-mode):
7029 * ielm.el (inferior-emacs-lisp-mode):
7030 * info.el (Info-mode, Info-edit-mode):
7031 * international/swedish.el:
7032 * ledit.el (ledit-from-lisp-mode):
7033 * locate.el (locate-mode):
7034 * mail/rmail.el (rmail-mode):
7035 * mail/rmailedit.el (rmail-edit-mode):
7036 * mail/rmailsum.el (rmail-summary-mode):
7037 * mail/supercite.el (sc-electric-mode):
7038 * net/eudc.el (eudc-mode):
7039 * net/quickurl.el (quickurl-list-mode):
7040 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7041 * obsolete/ooutline.el (outline-mode):
7042 * obsolete/options.el (Edit-options-mode):
7043 * obsolete/rnews.el (news-mode):
7044 * obsolete/rnewspost.el (news-reply-mode):
7045 * play/5x5.el (5x5-mode):
7046 * play/decipher.el (decipher-mode, decipher-stats-mode):
7047 * play/gomoku.el (gomoku-mode):
7048 * play/snake.el (snake-mode):
7049 * play/solitaire.el (solitaire-mode):
7050 * play/tetris.el (tetris-mode):
7051 * progmodes/ada-mode.el (ada-mode):
7052 * progmodes/antlr-mode.el (antlr-mode):
7053 * progmodes/autoconf.el (autoconf-mode):
7054 * progmodes/dcl-mode.el (dcl-mode):
7055 * progmodes/delphi.el (delphi-mode):
7056 * progmodes/ebrowse.el (ebrowse-tree-mode)
7057 (ebrowse-electric-list-mode, ebrowse-member-mode)
7058 (ebrowse-electric-position-mode):
7059 * progmodes/f90.el (f90-mode):
7060 * progmodes/fortran.el (fortran-mode):
7061 * progmodes/icon.el (icon-mode):
7062 * progmodes/idlw-help.el (idlwave-help-mode):
7063 * progmodes/idlw-shell.el (idlwave-shell-mode):
7064 * progmodes/idlwave.el (idlwave-mode):
7065 * progmodes/inf-lisp.el (inferior-lisp-mode):
7066 * progmodes/m4-mode.el (m4-mode):
7067 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7068 * progmodes/modula2.el (modula-2-mode):
7069 * progmodes/octave-inf.el (inferior-octave-mode):
7070 * progmodes/octave-mod.el (octave-mode):
7071 * progmodes/pascal.el (pascal-mode):
7072 * progmodes/sh-script.el (sh-mode):
7073 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7074 * progmodes/vhdl-mode.el (vhdl-mode):
7075 * progmodes/xscheme.el (scheme-interaction-mode):
7076 * replace.el (occur-mode):
7077 * ses.el (ses-mode):
7078 * simple.el (completion-list-mode):
7079 * skeleton.el:
7080 * speedbar.el (speedbar-mode):
7081 * term.el (term-mode):
7082 * terminal.el (terminal-edit-mode):
7083 * textmodes/reftex-index.el (reftex-index-mode)
7084 (reftex-index-phrases-mode):
7085 * textmodes/reftex-sel.el (reftex-select-label-mode)
7086 (reftex-select-bib-mode):
7087 * textmodes/reftex-toc.el (reftex-toc-mode):
7088 * wdired.el (wdired-change-to-wdired-mode):
7089 * wid-browse.el (widget-browse-mode):
7090 Use run-mode-hooks.
7091
7092 * array.el (array-mode):
7093 * calendar/todo-mode.el (todo-mode):
7094 * man.el (Man-mode):
7095 * play/landmark.el (lm-mode):
7096 * play/mpuz.el (mpuz-mode):
7097 Use kill-all-local-variables and run-mode-hooks.
7098
7099 * subr.el (delay-mode-hooks): Specify indentation.
7100
7101 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7102
7103 * xml.el (xml-substitute-special): Don't die for undefined xml
7104 entities.
7105
7106 2005-05-26 Jay Belanger <belanger@truman.edu>
7107
7108 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7109 of nil.
7110
7111 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7112
7113 * progmodes/gdb-ui.el (gdb-frame-address):
7114 Rename from gdb-current-address.
7115 (gdb-previous-frame-address): Rename from gdb-previous-address.
7116 (gdb-selected-frame): Rename from gdb-current-frame.
7117 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7118 (gdb-frame-number): Rename from gdb-current-stack-level.
7119 (gdb-ann3): Match new mode-name for disassembly buffer.
7120 Extend initialization of variables.
7121 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7122 (gdb-memory-mode): Use mouse-face in header line.
7123 (gdb-assembler-buffer-name): Call it disassembly and give frame
7124 in mode line.
7125 (gdb-source-spec-regexp, gdb-assembler-custom)
7126 (gdb-invalidate-assembler, gdb-frame-handler):
7127 Make robust to leading zeroes in address format.
7128
7129 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7130
7131 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7132 define `org-mode'.
7133 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7134
7135 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * log-edit.el (log-edit-changelog-entries): Distinguish between
7138 filenames like xfns.c and fns.c.
7139
7140 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7141
7142 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7143 point after reverting.
7144 (Buffer-menu-make-sort-button): Handle the case where
7145 `Buffer-menu-use-header-line' is nil.
7146
7147 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7148
7149 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7150 New funcs. In minibuffer-local-completion-map bind `]', `/'
7151 and `:' to them.
7152
7153 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 * startup.el (normal-top-level): Allow modification of load-path while
7156 we're iterating over it.
7157
7158 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7159
7160 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7161 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7162 (thumbs-resize-interactive, thumbs-insert-image)
7163 (thumbs-insert-thumb, thumbs-dired-show-marked)
7164 (thumbs-find-image-at-point, thumbs-delete-images)
7165 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7166 (thumbs-increment-image-size, thumbs-decrement-image-size):
7167 Fix typos in docstrings.
7168
7169 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7170
7171 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7172 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7173 (cperl-mode): Use them.
7174
7175 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7176
7177 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7178 Doc fixes.
7179
7180 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7181
7182 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7183 Bind C-d to gdb-inferior-io-eof.
7184
7185 * dired.el (dired-dnd-popup-notice): Use message-box.
7186
7187 2005-05-23 Masatake YAMATO <jet@gyve.org>
7188
7189 * bindings.el (mode-line-major-mode-keymap):
7190 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7191
7192 * faces.el (mode-line-highlight): New face.
7193
7194 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7195 as mouse-face.
7196
7197 * bindings.el (top-level, help-echo, mode-line-modified)
7198 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7199 as mouse-face.
7200
7201 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7202
7203 * progmodes/cc-engine.el (c-guess-basic-syntax):
7204 Remove spurious call to `zerop'.
7205
7206 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7207
7208 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7209
7210 CC Mode update to 5.30.10:
7211
7212 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7213 could go past the limit in decoration level 2, thereby causing
7214 errors during interactive fontification.
7215
7216 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7217 the file is evaluated interactively.
7218
7219 * cc-engine.el (c-guess-basic-syntax): Handle operator
7220 declarations somewhat better in C++.
7221
7222 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7223 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7224 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7225 (awk-mode): Use it.
7226 (make-local-hook): Suppress warning about obsoleteness.
7227
7228 * cc-engine.el, cc-align.el, cc-cmds.el
7229 (c-append-backslashes-forward, c-delete-backslashes-forward)
7230 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7231 Compensate for return value from `forward-line' when it has moved
7232 but not to a different line due to eob.
7233
7234 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7235 `objc-method-intro' and `objc-method-args-cont'.
7236
7237 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7238
7239 CC Mode update to 5.30.10:
7240
7241 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7242 in the copyright statement. Incidentally, change "along with GNU
7243 Emacs" to "along with this program" where it occurs.
7244
7245 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7246 so that it is interactive, hence can be found by M-x awk-mode
7247 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7248 <gmorris+emacs@ast.cam.ac.uk>.
7249
7250 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7251 Mode's regexps.
7252
7253 2005-05-23 Kevin Ryde <user42@zip.com.au>
7254
7255 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7256 c-parse-state, to avoid a lisp error (on bad code).
7257
7258 2005-05-23 Lute Kamstra <lute@gnu.org>
7259
7260 * subr.el (font-lock-defaults): Remove defvar as it's already
7261 defined in font-core.el.
7262
7263 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7264
7265 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7266
7267 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7268 more general and work when GDB variable "print pretty" is on,
7269 as with Emacs, for example.
7270
7271 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7272
7273 * font-core.el: Update comment.
7274
7275 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7276 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7277
7278 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7279
7280 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7281
7282 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7283 and `yank-handler' in the doc strings.
7284
7285 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7286
7287 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7288
7289 2005-05-22 Richard M. Stallman <rms@gnu.org>
7290
7291 * help.el (describe-key): Move print-help-return-message call
7292 out of conditional.
7293
7294 * progmodes/etags.el (list-tags): Use with-no-warnings.
7295
7296 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7297 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7298 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7299
7300 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7301
7302 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7303 Add defvar.
7304
7305 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7306 Use defvar, not defconst.
7307
7308 * hexl.el (hexl-follow-line): Use with-no-warnings.
7309
7310 * emulation/tpu-extras.el: Use write-file-functions instead of
7311 write-file-hooks.
7312
7313 * dired.el (dired-font-lock-keywords): Fontify files with junk
7314 extensions even if marked by -F.
7315
7316 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7317
7318 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7319 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7320 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7321 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7322 (concatenate, list-length, get*, getf, cl-remprop):
7323 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7324 (etypecase, progv, lexical-let, lexical-let*)
7325 (multiple-value-bind, multiple-value-setq, shiftf):
7326 Improve argument/docstring consistency.
7327
7328 * subr.el (focus-frame, unfocus-frame):
7329 Revert deletion on 2005-05-01.
7330
7331 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7332
7333 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7334 doesn't exist.
7335
7336 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7337 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7338
7339 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7340
7341 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7342 already deleted variables: auto-fill-hook, blink-paren-hook,
7343 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7344 suspend-hooks, comment-indent-hook, meta-flag,
7345 before-change-function, after-change-function,
7346 font-lock-doc-string-face.
7347
7348 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7349
7350 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7351
7352 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7353
7354 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7355 rmail-dont-reply-to.
7356
7357 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7358
7359 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7360 literal blank when splitting new-header-values.
7361
7362 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7363
7364 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7365 string so that tmm doesn't create a completion entry for it.
7366
7367 * textmodes/table.el (table-disable-menu): Ditto.
7368
7369 2005-05-21 Richard M. Stallman <rms@gnu.org>
7370
7371 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7372
7373 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7374
7375 * net/rcompile.el (remote-compile): Use compilation-start.
7376
7377 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7378
7379 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7380
7381 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7382 Default to makefile-bsdmake-mode on BSD systems.
7383
7384 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7385 REGEXP may also be a search function now. The part of doc-string
7386 for describing the structure was 95% identical to that of
7387 `imenu--generic-function'. Unify it there.
7388
7389 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7390 Use function to find dependencies, because regexp alone is so complex,
7391 it easily goes into an endless loop.
7392 (makefile-makepp-mode): Also add submenu for Perl functions
7393 defined in the makefile.
7394 (makefile-bsdmake-mode): Special imenu-generic-expression no
7395 longer needed, due to function call.
7396 (makefile-match-dependency): Take BOUND into account when checking
7397 if we're through.
7398
7399 2005-05-20 Jay Belanger <belanger@truman.edu>
7400
7401 * calc/calc-units.el (calc-invalidate-units-table):
7402 Use inhibit-read-only.
7403 (math-build-units-table-buffer): Use view-mode.
7404
7405 2005-05-20 David Kastrup <dak@gnu.org>
7406
7407 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7408 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7409
7410 2005-05-20 Lute Kamstra <lute@gnu.org>
7411
7412 * diff-mode.el (diff-header-face, diff-file-header-face)
7413 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7414 (diff-added-face, diff-changed-face, diff-function-face)
7415 (diff-context-face, diff-nonexistent-face): Put them in the
7416 diff-mode customization group.
7417
7418 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7421
7422 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7423
7424 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7425 Minor regexp-optimization.
7426
7427 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7428
7429 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7430 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7431 (org-agenda-add-time-grid-maybe): New function.
7432 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7433 (org-table-create): `dotimes' instead of `mapcar'.
7434 (org-xor): Simplify implementation.
7435 (org-agenda): `inhibit-redisplay' turned on.
7436 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7437 a consistent line after a state change.
7438 (org-agenda-remove-times-when-in-prefix): New option.
7439 (org-prefix-has-time): New variable.
7440 (org-parse-time-string): Optional argument NODEFAULT.
7441 (org-format-agenda-item): Parse items for time-of-day
7442 specifications and move these into the prefix if possible.
7443 (org-agenda-priority): Get current heading, not previous heading
7444 during agenda remote editing.
7445
7446 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7447
7448 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7449 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7450 (remove-duplicates, delete-duplicates, substitute)
7451 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7452 (nsubstitute-if-not, find, find-if, find-if-not, position)
7453 (position-if, position-if-not, count, count-if, count-if-not)
7454 (mismatch, search, sort*, stable-sort, merge, member*)
7455 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7456 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7457 (intersection, nintersection, set-difference, nset-difference)
7458 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7459 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7460 (nsublis, tree-equal): Improve argument/docstring consistency.
7461
7462 * subr.el (send-string, send-region):
7463 Remove obsolescence declaration.
7464 (window-dot, set-window-dot, read-input, show-buffer)
7465 (eval-current-buffer, string-to-int):
7466 Add release number to obsolescence declarations.
7467
7468 2005-05-19 Kim F. Storm <storm@cua.dk>
7469
7470 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7471 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7472
7473 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7474
7475 * faces.el (list-faces-display): Make back button respect optional
7476 regexp arg.
7477
7478 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7479
7480 * calculator.el (calculator-radix-grouping-mode)
7481 (calculator-radix-grouping-digits, calculator-displayer)
7482 (calculator-radix-grouping-separator, calculator-copy-displayer):
7483 * dabbrev.el (dabbrev-search-these-buffers-only):
7484 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7485 (diff-advance-after-apply-hunk, diff-mode-hook)
7486 (diff-minor-mode-prefix):
7487 * imenu.el (imenu-use-popup-menu):
7488 * jit-lock.el (jit-lock-context-time):
7489 * newcomment.el (comment-fill-column, comment-column)
7490 (comment-style, comment-padding, comment-multi-line)
7491 (comment-empty-lines, comment-auto-fill-only-comments):
7492 * reveal.el (reveal-around-mark):
7493 * uniquify.el (uniquify-buffer-name-style)
7494 (uniquify-after-kill-buffer-p)
7495 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7496 (uniquify-min-dir-content, uniquify-separator)
7497 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7498 * w32-vars.el (w32-fixed-font-alist):
7499 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7500 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7501 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7502 * progmodes/perl-mode.el (perl-indent-level)
7503 (perl-continued-statement-offset, perl-continued-brace-offset)
7504 (perl-brace-offset, perl-brace-imaginary-offset)
7505 (perl-label-offset, perl-indent-continued-arguments)
7506 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7507 * progmodes/tcl.el (tcl-indent-level)
7508 (tcl-continued-indent-level, tcl-auto-newline)
7509 (tcl-tab-always-indent, tcl-electric-hash-style)
7510 (tcl-help-directory-list, tcl-use-smart-word-finder)
7511 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7512 (inferior-tcl-source-command):
7513 * textmodes/fill.el (enable-kinsoku):
7514 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7515 * textmodes/table.el (table-yank-handler):
7516 Specify missing group (and type, if simple) in defcustom.
7517
7518 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7519
7520 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7521
7522 2005-05-19 Richard M. Stallman <rms@gnu.org>
7523
7524 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7525
7526 * subr.el (event-basic-type): Don't get an error.
7527 (left-fringe-p): Function deleted.
7528
7529 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7530 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7531
7532 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7533 in recursive copy.
7534
7535 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7536
7537 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7538
7539 * emacs-lisp/bytecomp.el
7540 (byte-compile-file-form-custom-declare-variable): Call
7541 byte-compile-nogroup-warn if appropriate.
7542
7543 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7544 (compilation-set-window): Don't call left-fringe-p; do it directly.
7545
7546 2005-05-19 Jay Belanger <belanger@truman.edu>
7547
7548 * calc/calc-graph.el (calc-graph-format-data): Make sure
7549 var-PlotRejects is bound before trying to check its value.
7550
7551 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7552
7553 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7554 definition of this variable from reftex-global.el to reftex.el,
7555 because it is needed in the menu.
7556
7557 2005-05-19 Lute Kamstra <lute@gnu.org>
7558
7559 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7560 years are fixed. Don't insert a space after a dash.
7561
7562 2005-05-19 Kim F. Storm <storm@cua.dk>
7563
7564 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7565
7566 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7567
7568 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7569 strings, because (eq ... ?\\) is fairly frequent.
7570
7571 * progmodes/make-mode.el (makefile-add-this-line-targets):
7572 Simplify and integrate into `makefile-pickup-targets'.
7573 (makefile-add-this-line-macro): Simplify and integrate into
7574 `makefile-pickup-macros.
7575 (makefile-pickup-filenames-as-targets): Simplify.
7576 (makefile-previous-dependency, makefile-match-dependency):
7577 Don't stumble over `::'.
7578
7579 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7580
7581 * subr.el (post-command-idle-hook, post-command-idle-delay):
7582 Remove obsoletion of post-command-idle-hook and
7583 post-command-idle-delay.
7584
7585 * faces.el (list-faces-display): Provide button when describe-face
7586 is called to take user back to the list of faces.
7587
7588 * help-fns.el (describe-variable): Remove hyperlinks in a
7589 variable's value as these are quite frequently inappropriate.
7590
7591 * follow.el (follow-submit-feedback, follow-mode):
7592 Remove references to post-command-idle-hook.
7593
7594 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7595
7596 * progmodes/make-mode.el (makefile-previous-dependency)
7597 (makefile-match-dependency): Check for := (and in bsd mode also
7598 !=) to give a better result, even when font-lock is not on.
7599
7600 2005-05-18 Jay Belanger <belanger@truman.edu>
7601
7602 * calc/calc-help.el (calc-s-prefix-help):
7603 Add `calc-copy-special-constant' to help string.
7604
7605 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7606
7607 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7608
7609 2005-05-18 Jay Belanger <belanger@truman.edu>
7610
7611 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7612 in linear factors are in proper order.
7613
7614 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7615
7616 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7617 Support for jurabib.
7618
7619 * textmodes/reftex.el (featurep): Define aliases for overlay
7620 commands, for XEmacs compatibility, and use these aliases in
7621 overlay initializations.
7622 (reftex-highlight): Use `reftex-move-overlay'.
7623 (reftex-unhighlight): Use `reftex-delete-overlay'.
7624 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7625 (reftex-access-search-path): Use `reftex-uniquify' instead of
7626 `reftex-uniq'
7627
7628 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7629 `before-string' property modification enables for Emacs as well.
7630 (reftex-select-item): Use `reftex-delete-overlay'.
7631 (reftex-select-mark): Use `reftex-make-overlay' and
7632 `reftex-overlay-put'.
7633 (reftex-select-unmark): Use `reftex-delete-overlay' and
7634 `reftex-overlay-put'.
7635
7636 2005-05-18 Lute Kamstra <lute@gnu.org>
7637
7638 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7639
7640 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7641
7642 * add-log.el (add-change-log-entry):
7643 * array.el (array-make-template, array-reconfigure-rows)
7644 (array-init-max-row, array-init-max-column)
7645 (array-init-columns-per-line, array-init-field-width):
7646 * replace.el (replace-match-maybe-edit, perform-replace):
7647 * textmodes/spell.el (spell-region):
7648 Replace `read-input' by `read-string'.
7649
7650 * forms.el (forms-mode):
7651 * finder.el (finder-compile-keywords):
7652 * shadowfile.el (shadow-read-files):
7653 Replace `eval-current-buffer' by `eval-buffer'.
7654
7655 * terminal.el (te-pass-through):
7656 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7657 (ange-ftp-raw-send-cmd):
7658 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7659 (send-process-next-char, telnet-initial-filter, telnet):
7660 Replace `send-string' by `process-send-string'.
7661
7662 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7663 (prolog-consult-region): Replace `send-string' by
7664 `process-send-string'; replace `send-region' by `process-send-region'.
7665
7666 * progmodes/delphi.el (delphi-log-msg):
7667 Replace `set-window-dot' by `set-window-point'.
7668
7669 * subr.el (window-dot, set-window-dot, read-input, send-string)
7670 (send-region, show-buffer, eval-current-buffer):
7671 Make really obsolete, as the comment says.
7672
7673 2005-05-17 Kim F. Storm <storm@cua.dk>
7674
7675 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7676 (cua--init-keymaps): Bind C-return instead of S-return to set
7677 rectangle mark.
7678
7679 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7680 instead of S-return to toggle/clear rectangle mark.
7681
7682 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7683
7684 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7685 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7686 Also fontify plain strings assigned to variables, mostly so that a
7687 colon has a face and is thus not taken as a dependency separator.
7688 (makefile-previous-dependency): Inline the new matcher, because it
7689 is too complex to work in both directions.
7690 (makefile-match-dependency): Eliminate `backward' arg (see above).
7691 Completely reimplemented so as to not sometimes go into an endless
7692 loop. It should also be more efficient, because first it only
7693 searches for `:', instead of applying the very complex regexp.
7694 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7695 to be fontified in one piece can be too long for JIT.
7696 Makefiles are never *that* big.
7697
7698 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7699
7700 * dired.el (dired-mode): Simplify.
7701
7702 2005-05-17 Lute Kamstra <lute@gnu.org>
7703
7704 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7705 defcustom for the mode hook variable.
7706
7707 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7708 Emacs Lisp Reference Manual.
7709
7710 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7711
7712 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7713 (evenp, list*):
7714 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7715 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7716
7717 * net/tramp-smb.el (tramp-smb-open-connection):
7718 Pass `tramp-chunksize' as fifth (required) argument.
7719
7720 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7721
7722 * font-lock.el (lisp-font-lock-keywords-1):
7723 Set `font-lock-negation-char-face' for [^...] char group.
7724 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7725
7726 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7727 a var, and refine it to mask one more level of nested vars.
7728 (makefile-rule-action-regex): Turn it into a var, and refine it so
7729 it recognizes backslashed continuation lines as belonging to the
7730 same command.
7731 (makefile-macroassign-regex): Refine it so it recognizes
7732 backslashed continuation lines as belonging to the same command.
7733 (makefile-var-use-regex): Don't look at the next char, because it
7734 might be the same one to be skipped by the initial [^$], leading
7735 to an overlooked variable use.
7736 (makefile-make-font-lock-keywords): Remove two parameters, which
7737 are now variables that some of the modes set locally.
7738 Handle dependency and rule action matching through functions, because
7739 regexps alone match too often. Dependency matching now comes
7740 last, so it can check, whether a colon already matched something else.
7741 (makefile-mode): Inform that font-lock improves makefile parsing
7742 capabilities.
7743 (makefile-match-dependency, makefile-match-action): New functions.
7744
7745 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7746
7747 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7748
7749 * align.el (align-regexp):
7750 * ansi-color.el (ansi-color-get-face):
7751 * array.el (array-reconfigure-rows, array-init-max-row)
7752 (array-init-max-column, array-init-columns-per-line)
7753 (array-init-field-width):
7754 * dired-aux.el (dired-trample-file-versions):
7755 * dired-x.el (dired-mark-sexp):
7756 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7757 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7758 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7759 * faces.el (face-read-integer):
7760 * files.el (backup-extract-version, insert-directory):
7761 * hexl.el (hexl-insert-decimal-char):
7762 * server.el (server-process-filter):
7763 * shell.el (shell-extract-num):
7764 * startup.el (command-line-1):
7765 * term.el (term-command-hook):
7766 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7767 (time-stamp-do-number):
7768 * time.el (display-time-update):
7769 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7770 (timezone-fix-time):
7771 * vms-patch.el (vms-suspend-resume-hook):
7772 * calendar/appt.el (appt-convert-time):
7773 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7774 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7775 * calendar/cal-islam.el (mark-islamic-diary-entries):
7776 * calendar/calendar.el (calendar-cursor-to-date)
7777 (calendar-star-date):
7778 * calendar/diary-lib.el (diary-attrtype-convert)
7779 (mark-diary-entries, diary-entry-time):
7780 * calendar/solar.el (solar-get-number):
7781 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7782 * emacs-lisp/re-builder.el (reb-display-subexp):
7783 * emulation/edt.el (edt-set-scroll-margins):
7784 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7785 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7786 (vip-get-ex-count):
7787 * emulation/viper-ex.el (viper-get-ex-token)
7788 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7789 * international/fontset.el (fontset-plain-name):
7790 * mail/feedmail.el (feedmail-look-at-queue-directory):
7791 * mail/mailalias.el (mail-get-names):
7792 * mail/rmail.el (rmail-convert-to-babyl-format):
7793 * mail/rmailsum.el (rmail-make-basic-summary-line)
7794 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7795 (rmail-summary-goto-msg):
7796 * mail/smtpmail.el (smtpmail-read-response):
7797 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7798 (ange-ftp-vms-add-file-entry):
7799 * play/gametree.el (gametree-looking-at-ply)
7800 (gametree-current-branch-score):
7801 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7802 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7803 * progmodes/cperl-mode.el (condition-case):
7804 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7805 (ebrowse-set-member-buffer-column-width)
7806 (ebrowse-select-1st-to-9nth):
7807 * progmodes/etags.el (etags-snarf-tag):
7808 * progmodes/flymake.el (flymake-parse-line):
7809 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7810 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7811 (idlwave-shell-menu-def):
7812 * progmodes/ps-mode.el (ps-run-goto-error):
7813 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7814 (vhdl-speedbar-contract-level):
7815 * term/mac-win.el (x-handle-numeric-switch):
7816 * term/sun-mouse.el (sun-get-frame-data):
7817 * term/w32-win.el (x-handle-numeric-switch):
7818 * term/x-win.el (x-handle-numeric-switch):
7819 * textmodes/ispell.el (ispell-parse-output):
7820 * textmodes/nroff-mode.el (nroff-outline-level):
7821 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7822 (reftex-bib-sort-year-reverse, reftex-format-citation):
7823 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7824 (reftex-section-number):
7825 * textmodes/texinfmt.el (texinfo-paragraphindent):
7826 Replace `string-to-int' by `string-to-number'.
7827
7828 * international/latexenc.el: Add page marker to force the "Local
7829 Variables:" string out of the last page.
7830
7831 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7832
7833 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7834 tooltip-change-major-mode.
7835 (gud-tooltip-print-command): Remove case where gud-minor-mode
7836 is gdb ("--fullname").
7837 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7838 explain to user.
7839
7840 2005-05-16 Jay Belanger <belanger@truman.edu>
7841
7842 * calc/calc-store.el (calc-copy-special-constant): New function.
7843
7844 * calc/calc-ext.el (calc-init-extensions): Add binding for
7845 `calc-copy-special-constant'.
7846
7847 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7848 for the `calc-copy-special-constant' command.
7849
7850 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7851
7852 * subr.el (left-fringe-p): New function.
7853
7854 * progmodes/compile.el (compilation-setup): Set local value of
7855 overlay-arrow-string to "" always.
7856 (compilation-set-window): Left fringe then don't scroll.
7857 No left fringe then no arrow and scroll message to top.
7858 (compilation-context-lines): Adjust doc string accordingly.
7859
7860 2005-05-16 Kim F. Storm <storm@cua.dk>
7861
7862 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7863 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7864 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7865 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7866 (ido-read-file-name): Handle commands with ido property value
7867 equal to find-file as reading a file name, to allow C-d to enter dired.
7868 (ibuffer-find-file): Add ido property with value find-file.
7869
7870 2005-05-15 Kim F. Storm <storm@cua.dk>
7871
7872 * subr.el (open-network-stream-nowait): Remove.
7873 (open-network-stream-server): Remove.
7874
7875 2005-05-15 Richard M. Stallman <rms@gnu.org>
7876
7877 * faces.el (describe-face): Output a definition link button.
7878
7879 * help-mode.el (help-face-def): New button type.
7880
7881 * emacs-lisp/copyright.el (copyright-fix-years):
7882 Match properly if the first year is 2-digit.
7883 Don't mess up the whitespace after the years by filling.
7884
7885 * dired-aux.el (dired-mark-confirm):
7886 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7887
7888 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7889 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7890 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7891
7892 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7893 Set font-lock-comment-start-skip.
7894
7895 * font-lock.el (font-lock-comment-start-skip): New variable.
7896 (font-lock-comment-end-skip): New variable.
7897 (font-lock-fontify-syntactically-region): Use them if non-nil.
7898
7899 2005-05-15 Jay Belanger <belanger@truman.edu>
7900
7901 * calc/calc-store.el (calc-store-value): Return a string rather
7902 than display it as a message.
7903 Use calc-var-name for variable name.
7904 (calc-store-into): Add the result of calc-store-value to message.
7905 (calc-copy-variable): Add a message.
7906 (calc-store-exchange): Improve error messages.
7907 (calc-store-binary, calc-store-map): Don't reset the values of
7908 special constants.
7909
7910 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7911
7912 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7913 manual to docstring.
7914
7915 * files.el (hack-local-variables-confirm): Add STRING argument.
7916 Make the function handle non file visiting buffers correctly.
7917 (hack-local-variables-prop-line, hack-local-variables)
7918 (hack-one-local-variable): Use STRING arg of
7919 `hack-local-variables-confirm'.
7920
7921 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7922
7923 Sync with Tramp 2.0.49.
7924
7925 * net/tramp.el (tramp-handle-dired-call-process)
7926 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7927 because the contents of the Tramp buffer is changed before
7928 insertion (`expand-file' and alike).
7929 (tramp-handle-insert-directory): If `localname' has an empty
7930 nondirectory name, it must not be quoted.
7931 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7932 variable `tramp-chunksize'. Change callees.
7933 (tramp-open-connection-setup-interactive-shell): Check remote host
7934 for buggy `send-process-string' implementation.
7935 Set `tramp-chunksize' if found. Reported by Michael Kifer
7936 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7937 (tramp-handle-shell-command): `insert-buffer' cannot be used
7938 because the contents of the Tramp buffer is changed before
7939 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7940 <frederic.bothamy@free.fr>.
7941 (tramp-set-auto-save): Actions should be done for Tramp file name
7942 handler only. Ange-FTP has its own auto-save mechanism.
7943 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7944 (tramp-set-auto-save-file-modes): Set file modes of
7945 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7946 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7947 (tramp-bug): Remove obsolete variable.
7948 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7949 for presence of `mml-mode'. Make it running for older Emacsen as well.
7950
7951 2005-05-14 John Paul Wallington <jpw@pobox.com>
7952
7953 * ibuf-ext.el (define-ibuffer-filter filename):
7954 If `dired-directory' is a list, use its car.
7955
7956 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7957
7958 * ibuffer.el (define-ibuffer-column filename):
7959 If `dired-directory' is a list, use its car.
7960
7961 2005-05-14 Richard M. Stallman <rms@gnu.org>
7962
7963 * subr.el (symbol-file): Doc fix.
7964
7965 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7966 (byte-compile-form): Call byte-compile-nogroup-warn.
7967 (byte-compile-warning-types): Doc fix.
7968
7969 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7970
7971 * progmodes/cc-engine.el (c-literal-faces):
7972 Add font-lock-comment-delimiter-face.
7973
7974 * net/net-utils.el (dig): Use with-no-warnings.
7975
7976 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7977 (sc-recite-frame-alist, sc-default-cite-frame)
7978 (sc-default-uncite-frame, sc-default-recite-frame)
7979 (sc-attrib-selection-list, sc-rewrite-header-list):
7980 Mark as risky-local-variable.
7981
7982 * international/ogonek.el (ogonek-jak, ogonek-how):
7983 Don't use beginning-of-buffer.
7984
7985 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7986
7987 * calendar/solar.el (solar-data-list): Move definition up.
7988
7989 * dnd.el (dnd-protocol-alist): Add autoload.
7990
7991 * progmodes/sh-script.el: Many doc usage fixes.
7992 (sh-indent-after-do): Change default to match common styles.
7993
7994 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7995
7996 * files.el (interpreter-mode-alist)
7997 (auto-mode-interpreter-regexp): Doc fixes.
7998
7999 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8000
8001 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8002
8003 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8004
8005 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8006
8007 * dired.el (dired-mode): make-variable-buffer-local =>
8008 make-local-variable.
8009
8010 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8011
8012 * term/mac-win.el (mac-select-convert-to-string): Try coding
8013 systems in mac-script-code-coding-systems if specified one cannot
8014 encode string for `com.apple.traditional-mac-plain-text'.
8015
8016 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8017
8018 * progmodes/make-mode.el (makefile-targets-face)
8019 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8020 (makefile-dependency-regex): Fix it to not make the colon in
8021 $(var:a=b) special.
8022 (makefile-rule-action-regex): New regexp for highlighting embedded
8023 Shell strings.
8024 (makefile-macroassign-regex): Handle != for highlighting as
8025 embedded Shell strings.
8026 (makefile-var-use-regex): New const.
8027 (makefile-statements, makefile-automake-statements)
8028 (makefile-gmake-statements, makefile-makepp-statements)
8029 (makefile-bsdmake-statements): New consts.
8030 (makefile-make-font-lock-keywords): New function.
8031 (makefile-automake-font-lock-keywords)
8032 (makefile-gmake-font-lock-keywords)
8033 (makefile-makepp-font-lock-keywords)
8034 (makefile-bsdmake-font-lock-keywords): New consts.
8035 (makefile-mode-map): Add switchers between the various submodes.
8036 (makefile-mode): Document the availability of the variants.
8037 (makefile-automake-mode, makefile-gmake-mode)
8038 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8039
8040 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8041 new variants of makefile-mode.
8042
8043 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8044
8045 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8046 the inheritance.
8047
8048 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8049
8050 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8051 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8052
8053 * files.el (normal-mode): Extend the scope of the
8054 `enable-local-variables' binding to include the `set-auto-mode' call.
8055 (magic-mode-alist): Doc fix.
8056
8057 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8060 font-lock-comment-face rather than copying its setting.
8061
8062 2005-05-12 Andreas Schwab <schwab@suse.de>
8063
8064 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8065
8066 2005-05-12 Lute Kamstra <lute@gnu.org>
8067
8068 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8069 defcustom for the mode hook variable. Delete the last argument.
8070 * generic-x.el: Fix callers of define-generic-mode.
8071 (generic-x-modes): Delete group.
8072 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8073 generic-x customization group.
8074
8075 2005-05-12 Kim F. Storm <storm@cua.dk>
8076
8077 * font-lock.el (font-lock-negation-char-face): Default to "off".
8078
8079 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8080 font-lock-negation-char-face to ! in !=.
8081
8082 2005-05-12 Masatake YAMATO <jet@gyve.org>
8083
8084 * add-log.el (find-change-log): Fix typos in the docstring
8085 of function.
8086
8087 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8088
8089 * international/latexenc.el (latexenc-find-file-coding-system):
8090 Avoid `re-search-forward' when looking for input encoding because
8091 of speed and safety. Better regular expressions for recognizing
8092 input encoding. Limit a search for TeX-master/tex-main-file to
8093 the local variable section.
8094
8095 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8096
8097 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8098 syntax of $ to "'" (quote).
8099
8100 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8101
8102 * dnd.el (dnd-protocol-alist): Improve custom type.
8103
8104 * dired.el (dired-dnd-protocol-alist): New variable.
8105 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8106 `dired-mode-hook' to the end.
8107
8108 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8111 comment-end if comment-start-skip is not set.
8112 Obey the font-lock-comment-delimiter-face variables.
8113
8114 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * files.el (executable-find): Move from executable.el. Use
8117 locate-file.
8118 * progmodes/executable.el (executable-find): Move to files.el.
8119
8120 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8121 when trying to ensure forward progress.
8122
8123 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8124
8125 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8126 (mouse-select, mouse-select-internal, mouse-extend-internal):
8127 Use it to implement mouse-1-click-follows-link functionality.
8128
8129 2005-05-11 Richard M. Stallman <rms@gnu.org>
8130
8131 * font-lock.el (font-lock-fontify-syntactically-region):
8132 Use font-lock-comment-delimiter-face for comment delimiters.
8133
8134 2005-05-10 Jay Belanger <belanger@truman.edu>
8135
8136 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8137 preserving embedded modes.
8138
8139 2005-05-10 Richard M. Stallman <rms@gnu.org>
8140
8141 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8142
8143 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8144 Move from ada-stmt.el.
8145 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8146
8147 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8148 Move to ada-mode.el.
8149 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8150
8151 * cus-edit.el (custom-file): Call file-chase-links.
8152
8153 * files.el (read-directory-name): Fix previous change.
8154 (hack-local-variables-confirm): New function.
8155 (hack-local-variables-prop-line, hack-local-variables)
8156 (hack-one-local-variable): Use it.
8157
8158 2005-05-10 Lute Kamstra <lute@gnu.org>
8159
8160 * font-lock.el (font-lock-keywords-alist)
8161 (font-lock-removed-keywords-alist): Clarify docstrings.
8162
8163 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8164
8165 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8166 (gdb-source-info): Check for preprocessor info.
8167 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8168 a macro for a function.
8169 (gdb-info-breakpoints-custom): Try to find file again if not already
8170 found (user might have used GDB dir command).
8171 (gdb-get-location): Update gdb-location-alist correctly for change
8172 to gdb-info-breakpoints-custom.
8173
8174 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8175 (gud-tooltip-print-command): Add gdbmi case.
8176 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8177 preprocessor info.
8178
8179 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8180
8181 * startup.el (fancy-splash-insert): Fix typo in doc string.
8182
8183 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8184
8185 * obsolete/float.el (string-to-float):
8186 * obsolete/hilit19.el (hilit-add-pattern):
8187 * obsolete/rnews.el (news-parse-range, news-select-message)
8188 (news-get-pruned-list-of-files): Replace `string-to-int' by
8189 `string-to-number'.
8190
8191 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8192 `find-file-not-found-hooks'; use `add-hook'.
8193 (uncompress-while-visiting): Set `write-file-functions', not
8194 `write-file-hooks'; use `add-hook'.
8195
8196 2005-05-09 Kim F. Storm <storm@cua.dk>
8197
8198 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8199 (cua-paste): Handle clipboard action.
8200 (cua--init-keymaps): Remap clipboard-kill-region and
8201 clipboard-kill-ring-save.
8202
8203 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8204
8205 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8206 Improve commentary.
8207
8208 * simple.el (next-error-overlay-arrow-position): Revert the change
8209 made on 2005-04-30.
8210
8211 2005-05-07 Jay Belanger <belanger@truman.edu>
8212
8213 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8214 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8215 `calc-sel-reselect'.
8216
8217 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8218 Calc is in embedded mode.
8219
8220 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8221
8222 * progmodes/compile.el (compilation-setup):
8223 Set overlay-arrow-string to an empty string on text terminals.
8224
8225 * textmodes/ispell.el (ispell-program-name): Try looking for
8226 "aspell" along exec-path, and if found, use it as the default
8227 speller program.
8228
8229 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8230
8231 * international/mule.el (sgml-xml-auto-coding-function):
8232 Recognize encoding='FOO' in single quotes as well as in double quotes.
8233
8234 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8235
8236 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8237 as well as `interactive', so that defmacro* would recognize
8238 `declare' forms.
8239
8240 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8241
8242 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8243 Explain more about the LIGHTER arg's usage in the doc string.
8244 Add commentary to clarify what the code does. Fix the regexp that
8245 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8246 since it could have characters special to regular expressions.
8247
8248 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8249
8250 * replace.el (occur-1): Bind inhibit-read-only so that
8251 erase-buffer doesn't barf on read-only text properties (likewise
8252 for add-text-properties in occur-engine). Mark buffer as unmodified.
8253 (occur-engine): Don't set buffer-read-only here.
8254
8255 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8258 list-buffers-directory. This caused the *cvs-commit* buffer to be
8259 sometimes mistakenly reused as a *cvs* buffer.
8260
8261 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8262
8263 * tooltip.el: Move code for GUD tooltips into gud.el.
8264 (require): CL no longer needed to compile case.
8265 (tooltip-mode): Do not toggle functions for GUD tooltips.
8266 (tooltip-gud-tips-p): Remove. Replace with minor mode
8267 gud-tooltip-mode in gud.el.
8268 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8269 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8270 tooltip-gud prefix with gud-tooltip and obsolete.
8271 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8272 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8273 (tooltip-mouse-motion): Mouse movement functions/variable.
8274 Rename in gud.el by adding gud prefix.
8275 (tooltip-gud-original-filter, tooltip-gud-dereference)
8276 (tooltip-gud-event, tooltip-toggle-gud-tips)
8277 (tooltip-gud-process-output, tooltip-gud-print-command)
8278 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8279 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8280 (gdb-tooltip-print): Move to gdb-ui.el.
8281
8282 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8283 (require): CL needed to compile case.
8284 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8285 tooltip-gud-tips-p. Make it a minor-mode.
8286 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8287 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8288 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8289 (gud-tooltip-change-major-mode)
8290 (gud-tooltip-activate-mouse-motions-if-enabled)
8291 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8292 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8293 (gud-tooltip-original-filter, gud-tooltip-dereference)
8294 (gud-tooltip-event, tooltip-toggle-gud-tips)
8295 (gud-tooltip-process-output, gud-tooltip-print-command)
8296 (gud-tooltip-tips): Move from tooltip.el.
8297
8298 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8299 (gdb-cpp-define-alist-flags): Doc fix.
8300 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8301 gud-tooltip-mode is t.
8302
8303 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8306 evaporate if their text is deleted.
8307 (goto-address-at-point): Make it work as a mouse binding as well.
8308 (goto-address-at-mouse): Obsolete it. Update users.
8309
8310 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8311
8312 * calendar/appt.el (top-level): No longer activate on load.
8313
8314 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8315
8316 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8317 * net/webjump.el (webjump):
8318 * progmodes/idlw-help.el (idlwave-do-context-help1)
8319 (idlwave-highlight-linked-completions):
8320 * textmodes/po.el (po-find-file-coding-system-guts):
8321 Replace `assoc-ignore-case' by `assoc-string'.
8322
8323 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8324
8325 * files.el (locate-file): Doc fix.
8326
8327 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8328 Remove the redundant test for ms-dos.
8329
8330 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8331 look for the preprocessor with exec-suffixes. If not found in
8332 standard places, look in exec-path. Remove most of the tests that
8333 used system-type.
8334
8335 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8336
8337 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8338
8339 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8340 file-name clash with jka-compr.el on 8+3 filesystems.
8341
8342 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8343
8344 * term/mac-win.el: Don't define or bind scroll bar functions if
8345 x-toolkit-scroll-bars is t.
8346 (x-select-text, x-get-selection-value): Clear
8347 x-last-selected-text-clipboard if x-select-enable-clipboard is
8348 nil.
8349 (PRIMARY): Put mac-scrap-name property.
8350 (mac-select-convert-to-file-url): New function.
8351 (public.file-url): New selection target type. Add to
8352 selection-converter-alist.
8353 (x-get-selection, x-selection-value): Handle it.
8354 (x-cut-buffer-or-selection-value): New alias.
8355
8356 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8357
8358 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8359 entry to avoid calling bibtex-find-entry with arg global
8360 being t. Remove arg key.
8361 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8362 (bibtex-copy-summary-as-kill): Change accordingly.
8363
8364 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8367 (org-agenda-date-later): Use with-current-buffer.
8368
8369 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8370
8371 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8372 (define-obsolete-variable-alias): Doc Fixes.
8373
8374 2005-05-06 Kim F. Storm <storm@cua.dk>
8375
8376 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8377 vertical-motion when selective-display is active.
8378
8379 * ido.el (ido-setup-hook): New hook.
8380 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8381 (ido-input-stack): New var.
8382 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8383 ido-next-work-file binding to M-O.
8384 Bind M-f to ido-wide-find-file-or-pop-dir.
8385 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8386 (ido-read-internal): Run ido-setup-hook.
8387 Catch quit in read-file-name and read-string to cancel edit.
8388 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8389 Automatically pop-all when completing a directory name (RET).
8390 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8391 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8392 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8393 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8394 New functions for M-b/M-f to move among the directory components.
8395 (ido-make-merged-file-list): Catch quit to cancel merge.
8396 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8397 (ido-completion-help): No warnings for ido-completion-buffer-full.
8398
8399 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8400
8401 * font-lock.el (font-lock-negation-char-face): New face and variable.
8402 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8403 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8404 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8405 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8406
8407 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8408
8409 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8410 Fix typo in docstring.
8411
8412 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8413 (ebrowse-print-statistics-line)
8414 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8415
8416 * term/w32-win.el (image-library-alist): Add additional name for
8417 Xpm library.
8418
8419 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8420
8421 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8422 use gcc instead of cpp.
8423
8424 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8425 (gdb-create-define-alist): Use it.
8426 (gdb-cpp-define-alist-program): Update for MS-DOS.
8427
8428 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8429
8430 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8431
8432 2005-05-04 Richard M. Stallman <rms@gnu.org>
8433
8434 * help.el (describe-key): No error when UNTRANSLATED is nil.
8435
8436 * simple.el (line-move-1): Fix previous change to signal errors
8437 appropriately.
8438
8439 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8440
8441 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8442 (icalendar-duration-correction): Remove.
8443 (icalendar--get-event-properties): Split result at commas.
8444 (icalendar--decode-isoduration): New optional argument
8445 DURATION-CORRECTION.
8446 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8447 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8448 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8449 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8450 (icalendar--convert-anniversary-to-ical): New functions, extracted
8451 from icalendar-export-region, with bug fixes.
8452 (icalendar-export-region): Use the above functions.
8453 (icalendar-import-buffer): Check before saving diary file.
8454 (icalendar--convert-recurring-to-diary)
8455 (icalendar--convert-non-recurring-all-day-to-diary)
8456 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8457 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8458 (icalendar--convert-ical-to-diary): Use the above functions.
8459
8460 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8461
8462 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8463 Remove these recent additions.
8464 (c-mode): Restore to before 2005-04-28.
8465
8466 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8467 recent addition.
8468
8469 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8470 (gdb-define-alist): New variables.
8471 (gdb-create-define-alist): New function.
8472 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8473 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8474 with string-to-number.
8475 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8476
8477 * progmodes/gud.el: Replace string-to-int with string-to-number.
8478 (gud-find-file): Handle gdb-define-alist.
8479
8480 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8481
8482 2005-05-02 Jay Belanger <belanger@truman.edu>
8483
8484 * calc/calc-aent.el (math-read-token):
8485 * calc/calc-bin.el (calc-word-size):
8486 * calc/calc-ext.el (calc-read-number-fancy):
8487 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8488 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8489 * calc/calc-frac.el (calc-over-notation):
8490 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8491 (calc-graph-num-points, calc-graph-init):
8492 * calc/calc-prog.el (calc-read-parse-table-part)
8493 (calc-edit-macro-repeats):
8494 * calc/calc-yank.el (calc-do-grab-rectangle):
8495 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8496 Replace `string-to-int' by `string-to-number'.
8497
8498 2005-05-02 Kim F. Storm <storm@cua.dk>
8499
8500 * kmacro.el: Use executing-kbd-macro-index variable.
8501
8502 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8503
8504 * net/rlogin.el (rlogin-parse-words): Delete func.
8505 (rlogin): Use split-string, not rlogin-parse-words.
8506 Also, if there are option-like elements in the parsed args,
8507 take the host to be the first arg immediately following them.
8508 Suggested by Michael Mauger.
8509
8510 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8511
8512 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8513
8514 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8515
8516 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8517 (cc-mode-cpp-program): Rename to cc-define-list-program and
8518 move to cc-vars.el.
8519
8520 * progmodes/cc-vars.el (cc-define-list-program):
8521 Change to "gcc -E -dM -". Make customizable.
8522
8523 2005-05-02 Kim F. Storm <storm@cua.dk>
8524
8525 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8526
8527 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8528
8529 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8530
8531 * international/mule-util.el (truncate-string): Remove alias and
8532 obsolete declaration.
8533
8534 * international/mule-cmds.el (update-iso-coding-systems):
8535 Remove alias and obsolete declaration.
8536
8537 * international/mule.el (coding-system-parent): Remove alias and
8538 obsolete declaration.
8539
8540 * subr.el (define-function, sref): Remove aliases and obsolete
8541 declarations.
8542 (chars-in-region): Remove obsolete declaration.
8543
8544 2005-05-01 Richard M. Stallman <rms@gnu.org>
8545
8546 * info.el (Info-mode): Set widen-automatically to nil, locally.
8547
8548 * simple.el (widen-automatically): New variable.
8549 (pop-global-mark): Obey widen-automatically.
8550
8551 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8552
8553 * term/xterm.el (function-key-map): Call substitute-key-definition
8554 before the keymap size is increased by a lot of define-key calls.
8555
8556 2005-05-01 Richard M. Stallman <rms@gnu.org>
8557
8558 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8559 Rename ARG to ELEMENT. Doc fix.
8560
8561 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8562
8563 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8564 Remove references to allout-exposure/change to allout-new-exposure.
8565
8566 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8567 bytecode symbols.
8568
8569 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8570 (compiled-function-p, focus-frame, unfocus-frame):
8571 Remove aliases and obsolete declarations.
8572 Back out inadvertent changes from previous commit.
8573
8574 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8575
8576 * files.el (require-final-newline): Make Custom tags consistent
8577 with mode-require-final-newline.
8578 (mode-require-final-newline): Doc fix.
8579
8580 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 * international/latexenc.el (latexenc-find-file-coding-system):
8583 Fix regular expressions.
8584
8585 2005-05-01 David Kastrup <dak@gnu.org>
8586
8587 * international/latexenc.el (latexenc-find-file-coding-system):
8588 Fix regular expressions.
8589
8590 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8591
8592 * subr.el (string-to-int): Make obsolete.
8593
8594 2005-04-30 Richard M. Stallman <rms@gnu.org>
8595
8596 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8597
8598 * loadup.el: load jka-comp-hook.
8599
8600 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8601 (jka-compr-handler): Add autoload. `put' calls moved
8602 to jka-comp-hook.el.
8603 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8604 (jka-compr-inhibit): Autoload.
8605
8606 * jka-comp-hook.el: New file.
8607 Enable the mode by default.
8608
8609 * files.el (backup-buffer-copy): Use copy-file instead
8610 of write-region, and put back the 'excl.
8611
8612 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8613
8614 * progmodes/flymake.el (flymake-split-string)
8615 (flymake-split-string, flymake-log, flymake-pid-to-names)
8616 (flymake-reg-names, flymake-get-source-buffer-name)
8617 (flymake-unreg-names, flymake-add-line-err-info)
8618 (flymake-add-err-info): Clarify docstrings.
8619 (flymake-popup-menu, flymake-make-emacs-menu)
8620 (flymake-make-xemacs-menu): Add docstrings.
8621 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8622 Set variables directly throughout.
8623
8624 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8625
8626 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8627 exists. Initialize cc-define-alist.
8628 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8629 If there is no file (Macroexpansion) don't create an alist.
8630
8631 2005-04-29 Sam Steingold <sds@gnu.org>
8632
8633 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8634 (cc-create-define-alist): Use it instead of the hard-coded string.
8635
8636 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8639 for latexenc.
8640
8641 2005-04-29 Lute Kamstra <lute@gnu.org>
8642
8643 * emacs-lisp/generic.el: Improve commentary section.
8644 (define-generic-mode): Improve docstring.
8645
8646 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8647
8648 * textmodes/org.el (many places): Change to quiet the byte compiler.
8649 (org-prefix-format-compiled): New variable.
8650 (org-compile-prefix-format): New function.
8651 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8652 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8653 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8654 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8655 consistency with entries from `org-mode' files.
8656 (org-get-time-of-day): Fix bug with partial matches early in a line.
8657 (org-non-link-chars): New constant.
8658 (org-link-regexp): Respect `org-non-link-chars'.
8659 (org-agenda-day-view): Remove command.
8660 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8661 (org-follow-bbdb-link, org-store-link): Search also company field.
8662 (org-highlight-overlay): New variable.
8663 (org-highlight, org-unhighlight): New functions.
8664 (org-agenda-mode): Add pre-command-hook to remove highlight.
8665 (org-evaluate-time-range): Behavior depends upon whether time stamp
8666 contains a time or not.
8667 (org-show-subtree, org-show-entry): New functions.
8668 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8669
8670 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8671
8672 * comint.el (comint-output-filter-functions): Add autoload cookie.
8673
8674 2005-04-28 Kim F. Storm <storm@cua.dk>
8675
8676 * ido.el (ido-everywhere): Fix last change.
8677
8678 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8679
8680 * international/latexenc.el: New file.
8681 * international/mule-conf.el (file-coding-system-alist): For .tex,
8682 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8683
8684 2005-04-28 Lute Kamstra <lute@gnu.org>
8685
8686 * font-lock.el (font-lock-add-keywords)
8687 (font-lock-remove-keywords): Clarify docstring.
8688 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8689 Don't start docstrings with a `*'.
8690 (font-lock-update-removed-keyword-alist): Give it a docstring.
8691
8692 * generic-x.el: Update commentary section.
8693 Only require font-lock when compiling.
8694 Define all modes conditionally.
8695 Place all generic modes in the generic-x-modes customization group.
8696 (generic-x-modes): New customization group.
8697 (generic-default-modes, generic-mswindows-modes)
8698 (generic-unix-modes, generic-other-modes): New constants.
8699 (generic-define-mswindows-modes, generic-define-unix-modes):
8700 Update docstrings. Make them obsolete.
8701 (generic-extras-enable-list): New default value. Update docstring.
8702 Improve :type. Change :set function.
8703 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8704 Fix docstring.
8705
8706 * emacs-lisp/generic.el (generic-mode-internal):
8707 Simplify font-lock-defaults.
8708 (define-generic-mode): Fix docstring.
8709
8710 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8711
8712 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8713 font-lock-face property to highlight matches.
8714
8715 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8716
8717 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8718 (cc-define-alist): New variable.
8719 (c-mode): Make it local and initialize it.
8720
8721 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8722 (gdb-exited): New function.
8723 (gdb-annotation-rules): Use it.
8724 (gdb-starting): Set gdb-active-process to t.
8725 (gdb-stopping): Amend doc string.
8726 (gdb-reset): Set gdb-active-process to nil.
8727
8728 * tooltip.el (tooltip-gud-tips): Show the associated #define
8729 directives when a C program under GDB is not executing.
8730
8731 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8732
8733 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8734 font-lock-fontify-syntactic-keywords.
8735
8736 * font-lock.el (font-lock-default-fontify-region): Don't force
8737 parse-sexp-lookup-properties to nil.
8738
8739 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8740
8741 * man.el (man-mode-syntax-table): Set up `:' to have
8742 word-constituent syntax.
8743
8744 2005-04-27 Lute Kamstra <lute@gnu.org>
8745
8746 * novice.el (disable-command): Don't add spurious newlines to the
8747 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8748
8749 2005-04-26 Jay Belanger <belanger@truman.edu>
8750
8751 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8752 than one window before deleting window.
8753
8754 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8755
8756 * shell.el (shell-prompt-pattern): Doc fix.
8757 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8758
8759 * comint.el (comint-prompt-regexp, comint-get-old-input)
8760 (comint-use-prompt-regexp)
8761 (comint-use-prompt-regexp-instead-of-fields)
8762 (comint-replace-by-expanded-history, comint-send-input)
8763 (comint-output-filter, comint-get-old-input-default)
8764 (comint-line-beginning-position, comint-bol, comint-show-output)
8765 (comint-backward-matching-input, comint-forward-matching-input)
8766 (comint-next-prompt, comint-previous-prompt):
8767 Rename `comint-use-prompt-regexp-instead-of-fields' to
8768 `comint-use-prompt-regexp'. Keep old name as alias and declare
8769 obsolete.
8770 (comint-use-prompt-regexp): Shorten first line of doc string.
8771
8772 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8773 Set paragraph-separate buffer locally to "\\'".
8774
8775 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8776 Adapt to above name change.
8777
8778 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8779 (smbclient-prompt-regexp): Ditto.
8780
8781 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8782
8783 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8784
8785 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8786 gdb-location-list.
8787 Break lines that are over 80 characters wide.
8788
8789 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8792 New fun and var, to preserve compatibility.
8793
8794 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8795
8796 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8797
8798 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8799 name to file-newer-than-file-p.
8800
8801 2005-04-26 Richard M. Stallman <rms@gnu.org>
8802
8803 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8804
8805 * progmodes/python.el (python-mode):
8806 Use new name eldoc-documentation-function.
8807
8808 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8809
8810 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8811 (eldoc-documentation-function):
8812 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8813
8814 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8815
8816 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8817
8818 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8819
8820 * term/xterm.el (function-key-map): Fix strings for
8821 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8822 {C,S,A,C-S}-{f1-f12}.
8823
8824 2005-04-26 Kenichi Handa <handa@m17n.org>
8825
8826 * international/mule-cmds.el (select-safe-coding-system):
8827 Fix previous change.
8828
8829 2005-04-26 Lute Kamstra <lute@gnu.org>
8830
8831 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8832
8833 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8834 (font-lock-comment-delimiter-face): Ditto.
8835
8836 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8837
8838 2005-04-25 Jay Belanger <belanger@truman.edu>
8839
8840 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8841 to t while inserting information; use help-mode.
8842
8843 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8844
8845 * term.el (ansi-term-color-vector): Use the xterm colors.
8846 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8847
8848 2005-04-25 Lute Kamstra <lute@gnu.org>
8849
8850 * font-core.el (font-lock-defaults): Fix docstring.
8851
8852 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8853
8854 2005-04-25 Kenichi Handa <handa@m17n.org>
8855
8856 * international/mule-cmds.el (select-safe-coding-system):
8857 Don't check consistency with coding: spec, etc if raw-text or
8858 no-conversion was found to be safe.
8859
8860 2005-04-24 Richard M. Stallman <rms@gnu.org>
8861
8862 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8863 citation markers at start of each line.
8864
8865 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8866 citation markers at start of each line.
8867
8868 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8869
8870 * files.el (mode-require-final-newline): Fix previous change.
8871 (require-final-newline): Fix type label.
8872
8873 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8874
8875 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8876 statement in buffer (broken by 2004-11-24 change).
8877
8878 2005-04-24 Kim F. Storm <storm@cua.dk>
8879
8880 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8881 and read-file-name-function values. Don't overwrite existing
8882 non-nil values if ido-mode is enabled without ido-everywhere.
8883
8884 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8885
8886 * files.el (mode-require-final-newline): Minor doc fix.
8887
8888 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8889
8890 * subr.el (syntax-after): Doc fix.
8891 (syntax-class): If argument is nil, return nil. Mask off upper 16
8892 bits, not 8 bits.
8893
8894 * files.el (mode-require-final-newline): Doc fix.
8895 (backup-buffer-copy): Fix last change.
8896
8897 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8898
8899 * term/mac-win.el: Require select. Set selection-coding-system to
8900 mac-system-coding-system. Call menu-bar-enable-clipboard.
8901 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8902 (x-select-enable-clipboard): New variables.
8903 (x-select-text, x-get-selection, x-selection-value)
8904 (x-get-selection-value, mac-select-convert-to-string)
8905 (mac-services-open-file, mac-services-open-selection)
8906 (mac-services-insert-text): New functions.
8907 (CLIPBOARD, FIND): Put mac-scrap-name property.
8908 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8909 (public.tiff): Put mac-ostype property.
8910 (selection-converter-alist): Add entries for them.
8911 (mac-application-menu-map): New keymap.
8912 (interprogram-cut-function, interprogram-paste-function): Set to
8913 x-select-text and x-get-selection-value, respectively.
8914 (split-window-keep-point): Set to t.
8915
8916 2005-04-23 Richard M. Stallman <rms@gnu.org>
8917
8918 * files.el (read-directory-name): Always pass non-nil
8919 DEFAULT-FILENAME arg to read-file-name.
8920 (backup-buffer-copy, basic-save-buffer-2): Take care against
8921 writing thru an unexpected existing symlink.
8922 (revert-buffer): In indirect buffer, revert the base buffer.
8923 (magic-mode-alist): Doc fix.
8924 (buffer-stale-function): Doc fix.
8925 (minibuffer-with-setup-hook): Avoid warning.
8926 (mode-require-final-newline): Doc and custom fix.
8927
8928 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8929
8930 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8931 use the default appearance.
8932 (font-lock-comment-delimiter-face): New face, new variable.
8933
8934 * imenu.el (imenu--generic-function): The official position of a
8935 definition is the start of the line that BEG is in.
8936
8937 * midnight.el (midnight-timer): Move defvar up.
8938
8939 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8940
8941 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8942
8943 * startup.el (command-line): Use with-no-warnings.
8944
8945 * window.el (window-size-fixed): New defvar.
8946
8947 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8948
8949 * mail/rmail.el (rmail-font-lock-keywords):
8950 Use font-lock-comment-delimiter-face.
8951
8952 * mail/sendmail.el (mail-font-lock-keywords):
8953 Use font-lock-comment-delimiter-face.
8954
8955 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8956
8957 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8958
8959 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8960 Specify t for LAXMATCH when matching directories.
8961 Save match data around compilation-compat-error-properties form.
8962
8963 2005-04-23 David Kastrup <dak@gnu.org>
8964
8965 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8966 Mention that the autoloaded aliases should be kept for AUCTeX.
8967
8968 2005-04-23 Andreas Schwab <schwab@suse.de>
8969
8970 * isearch.el (isearch-forward): Doc fix.
8971
8972 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8973
8974 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8975 (jit-lock-stealth-nice): Change default value to 0.5.
8976
8977 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8978
8979 * abbrev.el (write-abbrev-file): Write table entries in
8980 alphabetical order by table name.
8981
8982 2005-04-22 Kim F. Storm <storm@cua.dk>
8983
8984 * ido.el (ido-read-internal): Fix `list' completion.
8985
8986 2005-04-22 Kenichi Handa <handa@m17n.org>
8987
8988 * recentf.el (recentf-save-file-coding-system): New variable.
8989 (recentf-save-list): Encode the file by
8990 recentf-save-file-coding-system and add coding: tag.
8991
8992 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8993
8994 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8995
8996 2005-04-21 Lute Kamstra <lute@gnu.org>
8997
8998 * loadhist.el (unload-feature): Don't remove a function from hooks
8999 if it is about to be restored to an autoload . Remove functions
9000 that will become unbound from auto-mode-alist. Simplify the code.
9001
9002 * subr.el (assq-delete-all): New implementation that is linear,
9003 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9004 (rassq-delete-all): New function.
9005
9006 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9007 Add size-indication-mode.
9008
9009 2005-04-21 Kenichi Handa <handa@m17n.org>
9010
9011 * international/mule-cmds.el: Add autoload for widget-value in
9012 eval-when-compile.
9013
9014 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9015
9016 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9017 Add tooltip-mode.
9018
9019 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9020
9021 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9022
9023 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9024 (inferior-lisp-filter-regexp, inferior-lisp-program)
9025 (inferior-lisp-load-command, inferior-lisp-prompt)
9026 (inferior-lisp-mode-hook, lisp-source-modes)
9027 (inferior-lisp-load-hook): defvar->defcustom.
9028 (inferior-lisp-program, inferior-lisp-prompt)
9029 (inferior-lisp-load-hook): Doc fixes.
9030 (inferior-lisp-install-letter-bindings): Small change in
9031 introductory comment.
9032
9033 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9034
9035 * vc.el (vc-annotate-color-map): Change some colors so that text
9036 using them as foreground is readable on both white and black
9037 backgrounds.
9038
9039 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * international/mule-conf.el (translation-table-for-input):
9042 Remove redundant declaration.
9043
9044 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9045
9046 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9047
9048 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9049 (tooltip-toggle-gud-tips): New function.
9050
9051 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9052
9053 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9054 right angle brackets.
9055
9056 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9057
9058 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9059
9060 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9061
9062 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9063 Remove. Update callers to use expand-file-name instead.
9064
9065 * subr.el (syntax-class): New function.
9066
9067 * simple.el (blink-matching-open): Use it.
9068
9069 * paren.el (show-paren-function): Use it to recognize parens that are
9070 also used in 2-char comment markers.
9071
9072 2005-04-19 Lute Kamstra <lute@gnu.org>
9073
9074 * loadhist.el (unload-feature): Update for new format of
9075 load-history. Simplify the code.
9076
9077 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9078
9079 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9080 (mac-add-charset-info): New function. Initialize variable
9081 mac-charset-info-alist using it.
9082 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9083 for translation.
9084 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9085 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9086 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9087 New CCL programs.
9088
9089 2005-04-19 Kim F. Storm <storm@cua.dk>
9090
9091 * simple.el (next-buffer, prev-buffer, next-error)
9092 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9093 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9094
9095 * bindings.el (next-buffer, prev-buffer, next-error)
9096 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9097 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9098 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9099 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9100
9101 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * isearch.el (isearch-edit-string): Make the search-ring available for
9104 minibuffer history commands.
9105 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9106 the default history commands now work just as well.
9107 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9108
9109 2005-04-18 Kim F. Storm <storm@cua.dk>
9110
9111 * emulation/cua-base.el (cua--pre-command-handler): Add more
9112 elaborate check for shift modifier on non-window systems.
9113
9114 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9115
9116 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9117
9118 2005-04-18 Kim F. Storm <storm@cua.dk>
9119
9120 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9121 and make it optional. Don't test tooltip-gud-echo-area here.
9122 (tooltip-gud-process-output, gdb-tooltip-print):
9123 Pass tooltip-gud-echo-area to tooltip-show.
9124 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9125
9126 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9127
9128 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9129 `display-graphic-p' may not be bound yet.
9130
9131 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9132
9133 * startup.el (command-line): No longer enable Xterm Mouse mode by
9134 default in terminals compatible with xterm.
9135
9136 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9137
9138 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9139
9140 * tooltip.el (tooltip-gud-echo-area): Rename from
9141 tooltip-use-echo-area.
9142 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9143 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9144 area independently of where help tooltips are displayed.
9145
9146 2005-04-17 David Kastrup <dak@gnu.org>
9147
9148 * cus-theme.el (custom-theme-write-variables): Quote variables
9149 where necessary.
9150
9151 2005-04-17 Richard M. Stallman <rms@gnu.org>
9152
9153 * simple.el (yank-excluded-properties): Add follow-link to value.
9154
9155 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9156
9157 * startup.el (fancy-splash-max-time): Just 30 seconds.
9158 (fancy-splash-delay): Just 7.
9159 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9160
9161 * loadhist.el (unload-feature): Update for new format of load-history.
9162 Simplify the code.
9163
9164 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9165 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9166
9167 * mail/sendmail.el (mail-font-lock-keywords):
9168 Don't fontify subject text.
9169 Don't fontify the text of a citation.
9170
9171 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9172
9173 * comint.el (comint-output-filter): Run comint-output-filter-functions
9174 with point where the user had it.
9175
9176 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9177
9178 * international/ucs-tables.el (ucs-set-table-for-input):
9179 Disable when using unify-on-decoding.
9180
9181 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9182
9183 * emulation/cua-base.el (cua-global-mark-face): Add special case
9184 for displays supporting a high number of colors.
9185
9186 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9187
9188 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9189
9190 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9191
9192 * filesets.el (filesets-add-buffer): If user supplies a name of a
9193 non-existing fileset, create a new fileset.
9194
9195 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9196
9197 * textmodes/org.el (org-up-heading-all): Fix bug with
9198 `outline-up-heading-all'.
9199
9200 2005-04-16 Andreas Schwab <schwab@suse.de>
9201
9202 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9203 /etc/permissions.d/* and /etc/aliases.d/*.
9204
9205 2005-04-16 Kenichi Handa <handa@m17n.org>
9206
9207 * international/code-pages.el (cp-make-coding-system):
9208 Set `translation-table-for-input' property value to the symbol
9209 ucs-mule-to-mule-unicode, not to that value.
9210 (pt154): Escape guillemet by `\'.
9211
9212 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9213
9214 * loadup.el: Load tooltip if x-show-tip is fboundp.
9215
9216 * startup.el (command-line): Add comment.
9217
9218 * tooltip.el (tooltip-mode): Specify correct standard value for
9219 Custom in init-value.
9220
9221 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9222
9223 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9224 possible.
9225
9226 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9227
9228 * textmodes/org.el (org-agenda-date-prompt): Rename from
9229 `org-agenda-date-today'.
9230 (org-evaluate-time-range): Insert at point instead of directly
9231 after time range.
9232 (org-first-headline-recenter, org-subtree-end-visible-p)
9233 (org-optimize-window-after-visibility-change): New functions
9234 (org-agenda-post-command-hook): Don't allow point at end of line,
9235 to make sure it always hits the text properties.
9236 (org-agenda-next-date-line, org-agenda-previous-date-line):
9237 New commands.
9238 (org-set-regexps-and-options): Category may contain white space.
9239 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9240 Improve marker positions.
9241 (org-agenda-new-marker): Argument POS made optional.
9242 (org-agenda-get-timestamps): Deadlines which are done are listed
9243 in org-done-face now.
9244 (org-agenda-get-todos, org-agenda-get-timestamps)
9245 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9246 Set `undone-face' and `done-face' properties.
9247 (org-last-todo-state-is-todo): New variable.
9248 (org-todo): Set `org-last-todo-state-is-todo'.
9249 (org-agenda-todo): Change face according to
9250 `org-last-todo-state-is-todo'. And change other lines referring to
9251 the same entry.
9252 (org-calendar-goto-agenda): New command.
9253 (org-calendar-to-agenda-key): New option.
9254 (org-startup-folded): New allowed value `content'.
9255 (org-set-regexps-and-options): Accept new value `content' for
9256 `org-startup-folded'.
9257 (org-get-current-options): Handle new value `content' for
9258 `org-startup-folded'.
9259 (org-insert-todo-heading): New command.
9260 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9261 interactively in empty file and option
9262 `org-insert-mode-line-in-empty-file' has been set.
9263 (org-agenda-todo,org-agenda-priority): Modify to use
9264 `org-agenda-change-all-lines'.
9265 (org-warning-face): Change color on dark background
9266
9267 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9268
9269 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9270 use preferences AppleLocale and AppleLanguages, and variable
9271 mac-system-locale for default locale. On Mac OS Classic, use
9272 mac-system-coding-system for default coding systems.
9273
9274 * term/mac-win.el: Don't set file-name-coding-system.
9275 Decode variables system-name, emacs-build-system, user-login-name, and
9276 user-full-name by mac-system-coding-system on Mac OS Classic.
9277 (mac-system-coding-system): New variable.
9278
9279 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9280
9281 * startup.el (command-line): Handle `xterm-mouse-mode' before
9282 reading init file.
9283
9284 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9285
9286 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9287
9288 * progmodes/sh-script.el (sh-here-document-word): Make it a
9289 defcustom. Doc fix.
9290 (sh-add): Bash uses $(( )) for arithmetic.
9291 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9292 (sh-maybe-here-document): Remove quotes and leading whitespace
9293 from heredoc word when closing. Indent heredoc with tabs if word
9294 starts with "-".
9295
9296 2005-04-13 Richard M. Stallman <rms@gnu.org>
9297
9298 * simple.el (undo): Fix previous change.
9299
9300 * custom.el (defface): Doc fix.
9301
9302 2005-04-13 Lute Kamstra <lute@gnu.org>
9303
9304 * Makefile.in (DONTCOMPILE): Remove list.
9305 (compile, compile-always): Don't use DONTCOMPILE.
9306 (update-authors): Load the library in which batch-update-authors
9307 is defined.
9308 * makefile.w32-in (DONTCOMPILE): Remove list.
9309 (compile, compile-always): Fix comments.
9310 (update-authors): Load the library in which batch-update-authors
9311 is defined.
9312
9313 * generic-x.el (generic-mode-ini-file-find-file-hook):
9314 Rename to ini-generic-mode-find-file-hook.
9315 Keep generic-mode-ini-file-find-file-hook as an alias.
9316 (ini-generic-mode-find-file-hook): Rename from
9317 generic-mode-ini-file-find-file-hook. Fix docstring.
9318 (ini-generic-mode): Docstring change.
9319 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9320
9321 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9322 called from lisp.
9323
9324 * generic.el: Move to the emacs-lisp subdir.
9325
9326 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9327
9328 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9329 and C-S- function and cursor motion keys.
9330
9331 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9332
9333 * startup.el (command-line): Enable Xterm Mouse mode by default.
9334 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9335 for Custom. No longer show "Mouse" in mode line when enabled.
9336 Doc fix.
9337
9338 2005-04-12 Kim F. Storm <storm@cua.dk>
9339
9340 * emulation/cua-base.el (cua-rectangle-face)
9341 (cua-rectangle-noselect-face): Define face attributes here.
9342
9343 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9344
9345 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9346
9347 * startup.el (command-line): Turn off blinking cursor if
9348 cursorBlink in resources is off or false.
9349
9350 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9351
9352 * term/mac-win.el (dnd): Require dnd.
9353 (mac-drag-n-drop): Call dnd-handle-one-url.
9354 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9355 (kTextEncodingISOLatin2): Remove constants.
9356 (mac-script-code-coding-systems): New constant.
9357 (mac-handle-language-change): New function.
9358 (special-event-map): Bind it to `language-change' event.
9359 (mac-centraleurroman, mac-cyrillic): New coding systems.
9360 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9361 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9362 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9363 encode-mac-cyrillic, respectively.
9364
9365 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9366
9367 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9368 Don't set overlay-arrow-string to "=>" as this is done
9369 globally in C now.
9370
9371 2005-04-12 Lute Kamstra <lute@gnu.org>
9372
9373 * generic-x.el (rc-generic-mode, rul-generic-mode):
9374 Fix auto-mode-alist entries.
9375 (etc-fstab-generic-mode): Tweak fontification.
9376
9377 * generic.el (generic-make-keywords-list): Fix docstring.
9378 (generic-mode-internal): Simplify generic-font-lock-keywords.
9379
9380 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9381
9382 * whitespace.el (whitespace-buffer-leading)
9383 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9384 However, fix the highlight area for the leading and
9385 trailing whitespaces to show space.
9386
9387 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9388
9389 * whitespace.el (whitespace-version): Bump to 3.5
9390
9391 (whitespace-buffer-leading, whitespace-buffer-trailing):
9392 Invert sense of the test to highlight the whitespace.
9393
9394 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9395
9396 * progmodes/gud.el (gud-display-line): GUD uses its own
9397 overlay arrow now so don't set overlay-arrow-string.
9398 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9399
9400 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9401
9402 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9403 (term-ansi-current-reverse, term-ansi-current-invisible)
9404 (term-ansi-face-already-done): Change to boolean.
9405 (term-reset-terminal, term-handle-colors-array): Handle the above
9406 vars accordingly.
9407 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9408 (term-emulate-terminal): Use the new name.
9409
9410 * faces.el (secondary-selection): Use yellow1, not yellow.
9411 (trailing-whitespace): Use red1, not red.
9412
9413 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9414
9415 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9416 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9417 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9418
9419 * cus-edit.el (dnd): New group.
9420
9421 * term/w32-win.el (dnd): Require dnd
9422 (w32-drag-n-drop): Call dnd-handle-one-url.
9423
9424 * x-dnd.el: Require dnd.
9425 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9426 Call dnd-handle-one-url.
9427 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9428 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9429 to dnd-insert-text.
9430 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9431 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9432 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9433 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9434
9435 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9436
9437 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9438
9439 * wdired.el: Doc fixes.
9440 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9441 (wdired-use-dired-vertical-movement): Rename from
9442 wdired-always-move-to-filename-beginning.
9443 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9444 (wdired-change-to-wdired-mode): Change mode name.
9445 (wdired-newline): Delete.
9446
9447 2005-04-11 Richard M. Stallman <rms@gnu.org>
9448
9449 * whitespace.el (whitespace-highlight-the-space):
9450 Don't call whitespace-unhighlight-the-space here.
9451
9452 * simple.el (undo): Record t in undo-equiv-table
9453 for the redo record made by an undo-in-region.
9454
9455 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9456
9457 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9458 (gdb-frame-inferior-io-buffer): New Functions to control
9459 display of separate IO buffer.
9460 (menu): Add them to menu-bar.
9461 (gdb-display-buffer): Check for buffer another frame.
9462 Protect GUD buffer.
9463 (gdb-setup-windows): Create IO buffer if not already there.
9464 (gdb-memory-mode): Remove purecopy noops.
9465
9466 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9467
9468 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9469 and pass to self-insert-command.
9470
9471 2005-04-11 Lute Kamstra <lute@gnu.org>
9472
9473 * generic.el: Commentary section cleanup.
9474 (generic): Delete.
9475 (generic-use-find-file-hook, generic-lines-to-scan)
9476 (generic-find-file-regexp, generic-ignore-files-regexp)
9477 (default-generic-mode, generic-mode-find-file-hook)
9478 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9479 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9480 (generic-use-find-file-hook, generic-lines-to-scan)
9481 (generic-find-file-regexp, generic-ignore-files-regexp)
9482 (default-generic-mode, generic-mode-find-file-hook)
9483 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9484
9485 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9486
9487 * bookmark.el (bookmark-write-file): Catch errors writing file.
9488 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9489
9490 2005-04-10 Richard M. Stallman <rms@gnu.org>
9491
9492 * startup.el (fancy-splash-tail): Update copyright year.
9493 (command-line): Split part of -Q into -D.
9494 (emacs-basic-display): New defvar.
9495 (fancy-splash-text): Correct name of menu item.
9496
9497 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9498
9499 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9500 lines in one node.
9501
9502 * comint.el (comint-send-input): New arg ARTIFICIAL.
9503 Callers in this file changed.
9504
9505 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9506
9507 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9508
9509 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9510
9511 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9512 `ldap-search-internal'.
9513
9514 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * files.el (set-auto-mode-1): Use line-end-position.
9517
9518 * international/latin-1.el:
9519 * international/latin-2.el:
9520 * international/latin-3.el:
9521 * international/latin-4.el:
9522 * international/latin-5.el:
9523 * international/latin-8.el:
9524 * international/latin-9.el: Give punctuation syntax to NBSP.
9525
9526 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9527 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9528 Use char-classes to accept non-ascii letters, accepted in some recent
9529 bibtex implementations.
9530
9531 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9532
9533 * custom.el (custom-set-minor-mode): Any non-nil value for the
9534 variable should enable the mode when set through Custom.
9535
9536 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9537
9538 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9539 TAB binding so tab-always-indent is obeyed.
9540 (vhdl-minibuffer-local-map): Move initialization into declaration.
9541 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9542 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9543 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9544 (vhdl-current-line): Use line-beginning-position.
9545 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9546 with-output-to-temp-buffer, so the current position can be recorded.
9547
9548 2005-04-10 Masatake YAMATO <jet@gyve.org>
9549
9550 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9551 Add regexp for gcov.
9552
9553 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9554
9555 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9556 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9557 syntax which Emacs 20 doesn't support.
9558
9559 2005-04-09 Richard M. Stallman <rms@gnu.org>
9560
9561 * help.el (describe-key-briefly, describe-key):
9562 Replace strings as event types with "(any string)".
9563
9564 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * arc-mode.el (archive-mode-map): Move initialization into
9567 the declaration. Override *all* bindings of `undo'.
9568 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9569
9570 2005-04-09 Jay Belanger <belanger@truman.edu>
9571
9572 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9573
9574 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9575
9576 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9577 (xterm-register-default-colors): Update color values computation
9578 to match xterm-200.
9579
9580 2005-04-09 Kenichi Handa <handa@m17n.org>
9581
9582 * international/code-pages.el (iso-latin-7): Fix the map.
9583
9584 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9585
9586 * emacs-lisp/lisp.el (defun-prompt-regexp)
9587 (parens-require-spaces, buffer-end, end-of-defun)
9588 (insert-parentheses): Doc fixes.
9589
9590 2005-04-08 Kim F. Storm <storm@cua.dk>
9591
9592 * comint.el (comint-highlight-prompt): Fix face spec.
9593 * hi-lock.el (hi-green): Likewise.
9594
9595 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9596
9597 * cus-edit.el (custom-modified-face):
9598 * comint.el (comint-highlight-input): Fix previous changes.
9599 * term.el (term-handle-ansi-escape): Add a comment.
9600
9601 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9602
9603 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9604 in the buffer and in whitespace-highlighted-space.
9605 (whitespace-unhighlight-the-space): Simplify.
9606 (whitespace-buffer): Simplify.
9607
9608 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9609
9610 * textmodes/table.el (table-cell-face): Add special case for
9611 displays supporting a high number of colors.
9612 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9613 (vhdl-font-lock-reserved-words-face)
9614 (vhdl-speedbar-architecture-face)
9615 (vhdl-speedbar-instantiation-face)
9616 (vhdl-speedbar-architecture-selected-face)
9617 (vhdl-speedbar-instantiation-selected-face): Likewise.
9618 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9619 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9620 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9621 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9622 (ebrowse-progress-face): Likewise.
9623 * progmodes/compile.el (compilation-info-face): Likewise.
9624 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9625 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9626 * calendar/calendar.el (diary-face): Likewise.
9627 * woman.el (woman-italic-face, woman-bold-face)
9628 (woman-unknown-face): Likewise.
9629 * wid-edit.el (widget-button-pressed-face): Likewise.
9630 * whitespace.el (whitespace-highlight-face): Likewise.
9631 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9632 * pcvs-info.el (cvs-marked-face): Likewise.
9633 * info.el (info-xref): Likewise.
9634 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9635 * hilit-chg.el (highlight-changes-face)
9636 (highlight-changes-delete-face): Likewise.
9637 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9638 (hi-red-b): Likewise.
9639 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9640 * font-lock.el (font-lock-keyword-face)
9641 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9642 * cus-edit.el (custom-invalid-face, custom-modified-face)
9643 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9644 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9645 * comint.el (comint-highlight-prompt): Likewise.
9646
9647 2005-04-08 Lute Kamstra <lute@gnu.org>
9648
9649 * font-lock.el (font-lock-keywords): Docstring fixes.
9650
9651 2005-04-08 Kenichi Handa <handa@m17n.org>
9652
9653 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9654 chars are more than a limit, print " and more..." at the tail.
9655
9656 2005-04-08 Kim F. Storm <storm@cua.dk>
9657
9658 * emacs-lisp/authors.el (authors-aliases): Update list.
9659 (authors-ignored-files): New list.
9660 (authors-fixed-entries): Fix typo.
9661 (authors-renamed-files-alist): Update list.
9662 (authors-add): Check authors-ignored-files.
9663
9664 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9665
9666 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9667 optional, to ensure backward compatibility.
9668
9669 2005-04-08 Stephen Eglen <stephen@gnu.org>
9670
9671 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9672
9673 2005-04-08 Kim F. Storm <storm@cua.dk>
9674
9675 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9676
9677 * mouse.el (mouse-on-link-p): Doc fix.
9678
9679 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9680
9681 * ielm.el (ielm-prompt-read-only): Doc fix.
9682
9683 * comint.el (comint-prompt-read-only): Doc fix.
9684
9685 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9686
9687 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9688 ensure dired always handles wildcards passed to ffap.
9689 (find-file-at-point): Use it.
9690 (ffap-dired-wildcards): Doc fix.
9691
9692 2005-04-07 Juri Linkov <juri@jurta.org>
9693
9694 * simple.el (next-error-overlay-arrow-position): New defvar.
9695 Put "=>" on its property `overlay-arrow-string'. Add it to
9696 `overlay-arrow-variable-list'.
9697
9698 * progmodes/compile.el (compilation-setup):
9699 Set `next-error-overlay-arrow-position' to nil. Also set it to
9700 nil in the local hook `kill-buffer-hook'. Make local variable
9701 `overlay-arrow-string' and set it to "=>".
9702 (compilation-goto-locus): Set BOL position to
9703 `next-error-overlay-arrow-position' instead of
9704 `overlay-arrow-position'.
9705
9706 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9707 locally instead of adding it to the global hook.
9708 (Info-kill-buffer): Move up.
9709
9710 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9711
9712 * term/xterm.el (xterm-standard-colors): Update color values from
9713 xterm-200.
9714
9715 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9716
9717 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9718
9719 * fast-lock.el:
9720 * lazy-lock.el: Move them to the obsolete subdir.
9721
9722 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9723
9724 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9725 (wdired-add-replace-advice): Remove.
9726 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9727
9728 2005-04-06 Kim F. Storm <storm@cua.dk>
9729
9730 * startup.el (command-line): Add --bare-bones alias for -Q.
9731
9732 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9733
9734 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9735 create the startup fontset if a font specification ends with
9736 `mac-roman'.
9737
9738 2005-04-06 Lute Kamstra <lute@gnu.org>
9739
9740 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9741 change.
9742
9743 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9744 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9745
9746 2005-04-05 Lute Kamstra <lute@gnu.org>
9747
9748 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9749 (define-generic-mode): Ditto. Fix debug declaration.
9750
9751 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9752 Put them in the generic-x group.
9753
9754 * calendar/timeclock.el (timeclock): Doc fix.
9755
9756 * generic.el (define-generic-mode): Don't use custom-current-group.
9757 Document default :group value.
9758 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9759 (define-global-minor-mode): Don't use custom-current-group.
9760
9761 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9762
9763 * startup.el (command-line-1): Display startup-echo-area-message
9764 when fancy splash screen is in use.
9765
9766 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9767 (sh-escaped-newline): New face.
9768 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9769 newline, and use sh-escaped-newline face.
9770
9771 * progmodes/tcl.el (tcl-escaped-newline): New face.
9772 (tcl-builtin-list): New variable.
9773 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9774 newlines. Fix keywords subexpression number.
9775
9776 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9777
9778 * textmodes/org.el (org-diary-default-entry): Fix call to
9779 `add-to-diary-entry'.
9780
9781 2005-04-05 Kim F. Storm <storm@cua.dk>
9782
9783 * ediff-init.el: Use (featurep 'xemacs).
9784
9785 2005-04-05 David Ponce <david@dponce.com>
9786
9787 * cus-edit.el (face): Derive from symbol widget. Display sample
9788 of the current face on the fly.
9789 (widget-face-sample-face-get, widget-face-notify): New functions.
9790 (widget-face-value-create): Remove.
9791
9792 * wid-edit.el (widget-field-end): Temporarily remove field
9793 narrowing before to call `get-char-property'.
9794
9795 2005-04-04 Jay Belanger <belanger@truman.edu>
9796
9797 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9798 (math-read-subscripts): New variable.
9799 (math-read-preprocess-string): Process subscripts.
9800
9801 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9802
9803 * comint.el (comint-prompt-read-only): Doc fix.
9804
9805 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9806 `-1'. Doc fix.
9807
9808 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9809
9810 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9811 Change default value to nil.
9812
9813 2005-04-04 Lute Kamstra <lute@gnu.org>
9814
9815 * autorevert.el (auto-revert-mode): Specify :group.
9816 * battery.el (display-battery-mode): Specify :group.
9817 * diff-mode.el (diff-minor-mode): Specify :group.
9818 * font-core.el (font-lock-mode): Specify :group.
9819 * hl-line.el (hl-line-mode): Specify :group.
9820 * iimage.el (iimage): New customization group.
9821 (iimage-mode): Specify :group.
9822 * longlines.el (longlines-mode): Specify :group.
9823 * master.el: Don't require easy-mmode.
9824 (master): New customization group.
9825 (master-mode): Specify :group.
9826 * msb.el (msb-mode): Specify :group.
9827 * reveal.el (reveal-mode): Specify :group.
9828 * simple.el (next-error-follow-minor-mode): Specify :group.
9829 * smerge-mode.el (smerge-mode): Specify :group.
9830 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9831 * emulation/cua-base.el (cua-mode): Specify :group.
9832 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9833 * language/thai-util.el (thai-auto-composition-mode)
9834 (thai-word-mode): Specify :group.
9835 * mail/supercite.el (sc-minor-mode): Specify :group.
9836 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9837 * progmodes/flymake.el (flymake-mode): Specify :group.
9838 * progmodes/glasses.el (glasses-mode): Specify :group.
9839 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9840 * textmodes/enriched.el (enriched-mode): Specify :group.
9841 * textmodes/refill.el (refill-mode): Specify :group.
9842
9843 * add-log.el (change-log-font-lock-keywords): Names in
9844 parenthesized lists can contain spaces.
9845
9846 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9847
9848 * startup.el (fancy-splash-text): Shorten default text of
9849 "Emacs Tutorial" line. Also, if the current language env
9850 indicates an available tutorial file other than TUTORIAL,
9851 extract its title and append it to the line in parentheses.
9852 (fancy-splash-insert): If arg is a thunk, funcall it.
9853
9854 2005-04-04 Jay Belanger <belanger@truman.edu>
9855
9856 * calc.el (calc-language-alist): Add tags to customization type.
9857
9858 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9859
9860 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9861 Doc fix.
9862
9863 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9864
9865 * add-log.el (change-log-font-lock-keywords): The manual
9866 describing a Change Log entry, says: (...) "Aside from these
9867 header lines, every line in the change log starts with a space or
9868 a tab.". The font-lock was not highlighting lines started with
9869 spaces, added support for it.
9870
9871 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9872
9873 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9874 (bibtex-generate-url-list): Update docstring accordingly. Put the
9875 complex example in the docstring.
9876 (bibtex-font-lock-url): Use pop.
9877
9878 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9879
9880 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9881
9882 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9883
9884 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9885
9886 * filesets.el (filesets-set-default): Doc fix.
9887
9888 2005-04-03 Lute Kamstra <lute@gnu.org>
9889
9890 * generic.el (define-generic-mode): Add argument to specify
9891 keywords for defcustom.
9892 (default-generic-mode): Specify :group.
9893
9894 * generic-x.el: Specify :group for all generic modes.
9895
9896 * desktop.el (desktop-no-desktop-file-hook)
9897 (desktop-after-read-hook): Doc fix.
9898
9899 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9900
9901 * simple.el (visible-mode): Use explicit :group keyword.
9902 This changes the group of `visible-mode-hook' from paren-blinking
9903 to editing-basics.
9904
9905 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9906
9907 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9908 mailbox specifications as well as URLs.
9909 (rmail-insert-inbox-text): Remove unused conditional branches.
9910
9911 2005-04-01 Jay Belanger <belanger@truman.edu>
9912
9913 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9914 (calc-gnuplot-print-command): Move definitions to calc.el.
9915
9916 * calc/calc-embed.el (calc-embedded-announce-formula)
9917 (calc-embedded-open-formula, calc-embedded-close-formula)
9918 (calc-embedded-open-word, calc-embedded-close-word)
9919 (calc-embedded-open-plain, calc-embedded-close-plain)
9920 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9921 (calc-embedded-open-mode, calc-embedded-close-mode):
9922 Move definitions to calc.el.
9923
9924 * calc/calc.el (calc-settings-file, calc-language-alist):
9925 Make customizable.
9926 (calc-embedded-announce-formula, calc-embedded-open-formula)
9927 (calc-embedded-close-formula, calc-embedded-open-word)
9928 (calc-embedded-close-word, calc-embedded-open-plain)
9929 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9930 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9931 (calc-embedded-close-mode, calc-gnuplot-name)
9932 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9933 from other files and make customizable.
9934
9935 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9938 Use buffer-live-p.
9939 (cvs-mode-run): Don't call cvs-update-header here.
9940 (cvs-run-process): Call cvs-update-header.
9941 Use process properties for cvs-postprocess and cvs-buffer so that
9942 the sentinel can behave better if the temp buffer is killed.
9943 Use a pipe rather than a tty, to better handle unexpected prompts.
9944 (cvs-sentinel): Rewrite. Call cvs-update-header.
9945
9946 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9947
9948 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9949 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9950
9951 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * generic.el (define-generic-mode): Add indentation rule.
9954
9955 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9956
9957 * files.el (mode-require-final-newline): Make Custom correctly
9958 report a nil value and allow to set it to nil via Custom.
9959 Doc fix.
9960
9961 2005-04-01 Kenichi Handa <handa@m17n.org>
9962
9963 * international/characters.el: Enable the correct case setting for
9964 dotless-i and dotted-I.
9965
9966 2005-04-01 Kim F. Storm <storm@cua.dk>
9967
9968 * ido.el (ido-file-internal): Fall back to non-ido command if
9969 initial directory is on slow ftp (or tramp) host.
9970
9971 2005-03-31 Richard M. Stallman <rms@gnu.org>
9972
9973 * emacs-lisp/autoload.el (make-autoload):
9974 Handle define-global-minor-mode.
9975
9976 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9977 Rename from easy-mmode-define-global-mode.
9978 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9979
9980 * progmodes/scheme.el (scheme-mode-syntax-table):
9981 Update syntax of | and # for two-character comment syntax.
9982
9983 2005-03-31 Lute Kamstra <lute@gnu.org>
9984
9985 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9986 (define-minor-mode): Call custom-current-group at load-time.
9987
9988 * generic.el (define-generic-mode): Add debug declaration.
9989 Add defcustom for the mode hook.
9990 (generic-mode-internal): Use run-mode-hooks.
9991
9992 2005-03-31 Kim F. Storm <storm@cua.dk>
9993
9994 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9995 (mouse-fixup-help-message): New defun called by show_help_echo
9996 to fixup mouse-2 prefix in help messages when applicable.
9997
9998 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9999
10000 2005-03-31 Kenichi Handa <handa@m17n.org>
10001
10002 * language/thai-word.el (thai-find-word-ends): Pay attention to
10003 the case that we reach the end of buffer.
10004
10005 * textmodes/fill.el (fill-text-properties-at): New function.
10006 (fill-newline): Use fill-text-properties-at instead of
10007 text-properties-at.
10008
10009 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10010
10011 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10012 not comint-quote-filename.
10013
10014 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10015
10016 * help-fns.el (help-with-tutorial): Revert last change.
10017
10018 2005-03-31 Kim F. Storm <storm@cua.dk>
10019
10020 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10021
10022 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10023
10024 * calendar/cal-china.el: Update reference to "Calendrical
10025 Calculations" book; there's a new edition.
10026 * calendar/cal-coptic.el: Likewise.
10027 * calendar/cal-french.el: Likewise.
10028 * calendar/cal-hebrew.el: Likewise.
10029 * calendar/cal-islam.el: Likewise.
10030 * calendar/cal-iso.el: Likewise.
10031 * calendar/cal-julian.el: Likewise.
10032 * calendar/cal-mayan.el: Likewise.
10033 * calendar/cal-persia.el: Likewise.
10034 * calendar/calendar.el: Likewise.
10035 * calendar/holidays.el: Likewise.
10036 * calendar/lunar.el: Likewise.
10037 * calendar/solar.el: Likewise.
10038
10039 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10040 white space from doc string.
10041
10042 2005-03-30 Jay Belanger <belanger@truman.edu>
10043
10044 * calc/calc-help.el (calc-full-help): Remove email address.
10045
10046 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10047
10048 * help-fns.el (help-with-tutorial): Delete title line.
10049
10050 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10051
10052 * calendar/cal-x.el (calendar-one-frame-setup)
10053 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10054 rather than 'symbol for set-window-dedicated-p.
10055
10056 * calendar/appt.el (appt-buffer-name): Make it a constant.
10057 (appt-add): Doc fix.
10058
10059 * filesets.el (filesets-menu-path, filesets-menu-before)
10060 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10061 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10062 (filesets-add-submenu): Delete and use add-submenu instead.
10063
10064 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10065
10066 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10067 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10068 (org-diary-default-entry): New function.
10069 (org-get-entries-from-diary): Better parsing of diary entries.
10070 (org-agenda-check-no-diary): New function.
10071 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10072 linking to diary entries.
10073 (org-agenda-execute-calendar-command): New function.
10074 (org-agenda): Improve visible section in window.
10075 Use `org-fit-agenda-window'.
10076 (org-fit-agenda-window): New option.
10077 (org-move-subtree-down): Better handling of empty lines
10078 at end of subtree.
10079 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10080 levels up.
10081 (org-fontify-done-headline): New option.
10082 (org-headline-done-face): New face.
10083 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10084 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10085 When current field is non-empty, it is copied to next row.
10086 (org-table-copy-from-above): Fix bug which made it
10087 impossible to copy fields containing only a single non-white character.
10088
10089 2005-03-30 Kim F. Storm <storm@cua.dk>
10090
10091 * kmacro.el (kmacro-end-macro): Isearch may store this command
10092 into the macro -- so ignore it when executing keyboard macro.
10093
10094 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10095
10096 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10097
10098 2005-03-29 Kenichi Handa <handa@m17n.org>
10099
10100 * language/thai.el ("Thai"): Set setup-function and exit-function
10101 for Thai language environment.
10102
10103 * language/thai-util.el: Require thai-word.
10104 (thai-word-mode-map): New variable.
10105 (thai-word-mode): New minor mode.
10106 (setup-thai-language-environment-internal): New function.
10107 (exit-thai-language-environment-internal): New function.
10108
10109 * language/thai-word.el (thai-word-table): Declare it by defvar,
10110 use dolist to initialize it.
10111 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10112 (thai-fill-find-break-point): New functions.
10113
10114 2005-03-29 Richard M. Stallman <rms@gnu.org>
10115
10116 * simple.el (idle-update-delay): Move definition up.
10117 (set-mark): Doc fix.
10118
10119 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10120
10121 * longlines.el: New file.
10122
10123 * simple.el (buffer-substring-filters): New variable.
10124 (filter-buffer-substring): New function.
10125 (kill-region, copy-region-as-kill): Use it.
10126
10127 * register.el (copy-to-register, append-to-register)
10128 (prepend-to-register): Use filter-buffer-substring.
10129
10130 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10131
10132 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10133 (gud-filter-pending-text): Move in front of gdb.
10134 (gud-overlay-arrow-position): New variable.
10135 (gud-sentinel, gud-display-line): Use it in place of
10136 overlay-arrow-position.
10137
10138 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10139
10140 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10141 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10142 (fortran-font-lock-keywords-4): New variable.
10143 (fortran-blocks-re, fortran-end-block-re)
10144 (fortran-start-block-re): New constants, for hideshow.
10145 (hs-special-modes-alist): Add a Fortran entry.
10146 (fortran-mode-map): Bind fortran-end-of-block,
10147 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10148 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10149 (fortran-looking-at-if-then, fortran-end-of-block)
10150 (fortran-beginning-of-block): New functions, for hideshow.
10151
10152 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10153 Doc fix. Tweak regexp.
10154 (f90-beginning-of-block): Push mark first.
10155
10156 2005-03-29 Jay Belanger <belanger@truman.edu>
10157
10158 * calc/calc.el: Update copyright date.
10159 (calc-version): Increase to 2.1.
10160 (calc-version-date): Remove.
10161
10162 * calc/calc-help.el: Update copyright date.
10163 (calc-full-help): Remove reference to calc-version-date.
10164 Update copyright date.
10165
10166 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10167
10168 * vc.el (vc-do-command): Use a pipe for async processes, so password
10169 prompts don't show up at places where the user can't reply.
10170
10171 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10172
10173 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10174 on the file name we pass to the inferior shell.
10175
10176 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10177
10178 * progmodes/which-func.el (which-function): Be robust in the face of an
10179 imenu--make-index-alist failure.
10180
10181 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10184
10185 * progmodes/python.el (python-preoutput-filter): Fix last change.
10186
10187 2005-03-29 Lute Kamstra <lute@gnu.org>
10188
10189 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10190 functions and compiled macros.
10191 (debug-convert-byte-code): Handle macros too.
10192 (debug-on-entry-1): Don't signal an error when trying to clear a
10193 function that is not set to debug on entry.
10194
10195 2005-03-29 Jay Belanger <belanger@truman.edu>
10196
10197 * calc/calc-lang.el: Add functions to math-function-table
10198 properties of tex and math.
10199
10200 2005-03-29 Kenichi Handa <handa@m17n.org>
10201
10202 * ps-mule.el (ps-mule-plot-string): Translate characters by
10203 ps-print-translation-table.
10204 (ps-mule-begin-job): Call find-charset-region/string with
10205 ps-print-translation-table.
10206 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10207
10208 * ps-print.el (ps-print-translation-table): New variable.
10209 (ps-plot-region): Translate characters by ps-print-translation-table.
10210
10211 2005-03-29 Juri Linkov <juri@jurta.org>
10212
10213 * simple.el (next-error-highlight-timer): New variable.
10214
10215 * progmodes/compile.el (compilation-goto-locus):
10216 Use `next-error-highlight-timer' instead of `sit-for'.
10217
10218 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * mail/supercite.el (sc-mail-field): Use assoc-string.
10221 (sc-get-address): Simplify regexps.
10222
10223 * files.el (minibuffer-with-setup-hook): New macro.
10224 (find-file-read-args): Use it to avoid let-binding
10225 minibuffer-with-setup-hook (which breaks turning on/off
10226 file-name-shadow-mode while in the prompt).
10227
10228 * complete.el (PC-read-include-file-name-internal):
10229 Use test-completion.
10230
10231 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10232
10233 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10234
10235 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10236
10237 * window.el (window-buffer-height): Use count-screen-lines.
10238
10239 * progmodes/python.el (python-preoutput-leftover): New var.
10240 (python-preoutput-filter): Use it.
10241 (python-send-receive): Loop until all the result has been received.
10242
10243 2005-03-28 Juri Linkov <juri@jurta.org>
10244
10245 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10246
10247 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10248 "Recover Crashed Session".
10249 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10250 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10251 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10252 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10253 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10254 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10255 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10256 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10257
10258 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10259 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10260 Ediff Sessions", "Toggle use of separate control buffer frame",
10261 "Use separate frame for Ediff control buffer".
10262
10263 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10264 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10265 "Rename Bookmark", "Delete Bookmark".
10266
10267 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10268 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10269 Add `:active Info-index-alternatives' to "Next Matching Item".
10270
10271 * wdired.el (wdired-change-to-wdired-mode):
10272 Mention `wdired-abort-changes' key in the initial message.
10273
10274 * international/mule.el (auto-coding-alist): Associate non-ascii
10275 image filename extensions with `no-conversion'.
10276
10277 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10278
10279 * international/iso-acc.el:
10280 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10281
10282 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10283
10284 * textmodes/sgml-mode.el (html-mode): Doc update.
10285
10286 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10287
10288 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10289
10290 * term.el (term-move-columns): Fix face after extending a line.
10291 (term-insert-spaces): Likewise.
10292 (term-reset-terminal): Fix off by one error.
10293
10294 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10295
10296 * international/mule.el (auto-coding-alist): Add .xpi files.
10297
10298 * files.el (auto-mode-alist): Add .xpi files.
10299
10300 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10301
10302 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10303
10304 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10305
10306 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10307
10308 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10309
10310 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10311 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10312
10313 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10314 cursor to Jan 1 when needed.
10315 (calendar-end-of-year): Fix -/+ typo.
10316 Reported by Chong Yidong <cyd@stupidchicken.com>.
10317
10318 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10321
10322 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10323 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10324
10325 2005-03-25 Richard M. Stallman <rms@gnu.org>
10326
10327 * filesets.el (filesets-init): Add autoload.
10328
10329 * mail/mailalias.el (mail-directory): Doc fix.
10330
10331 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10332
10333 * mail/mailalias.el (mail-directory-process): Do nothing if
10334 mail-directory-process is an atom.
10335 (mail-get-names): Ignore mail-directory-names if it is an atom.
10336 (mail-directory-process defvar): Doc fix.
10337 (mail-names): Doc fix.
10338
10339 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10340
10341 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10342
10343 2005-03-26 Kenichi Handa <handa@m17n.org>
10344
10345 * international/mule-util.el (detect-coding-with-priority):
10346 Call update-coding-systems-internal before detect-coding-region.
10347
10348 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10349
10350 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10351 (gdb-frames-mode-map): Add follow-link property.
10352
10353 2005-03-25 Jay Belanger <belanger@truman.edu>
10354
10355 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10356 for variables.
10357
10358 2005-03-25 Juri Linkov <juri@jurta.org>
10359
10360 * image-mode.el: Optimize image filename extension regexps in
10361 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10362 in `auto-mode-alist'.
10363 (image-mode): Add `image-toggle-display-text' to local hook
10364 `change-major-mode-hook'. Display the image as an image by
10365 default. Set `cursor-type' and `truncate-lines' if the image
10366 is already displayed. Take into account the current mode (image
10367 or text) in message.
10368 (image-minor-mode): New minor mode.
10369 (image-mode-maybe, image-toggle-display-text): New functions.
10370 (image-toggle-display): Use called-interactively-p.
10371 Let-bind `inhibit-read-only' to t.
10372
10373 * image-mode.el (image-minor-mode): Set `cursor-type' and
10374 `truncate-lines' if the image is already displayed. Add turning
10375 image-minor-mode off to `change-major-mode-hook'. Add message.
10376 Call `image-toggle-display-text' after turning image-minor-mode off.
10377
10378 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10379
10380 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10381 Terminal.app, use utf-8.
10382 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10383 (set-locale-environment): Use it.
10384
10385 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10386
10387 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10388
10389 * progmodes/python.el (python-close-block-statement-p)
10390 (python-outdent-p, python-current-defun): Use symbol-end.
10391
10392 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10393
10394 * files.el (save-some-buffers): Doc fix.
10395
10396 2005-03-25 Werner Lemberg <wl@gnu.org>
10397
10398 * complete.el, thumbs.el: Replace `legal' with `valid'.
10399 * calendar/calendar.el: Replace `legal' with `valid'.
10400 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10401 * mail/supercite.el: Replace `legal' with `valid'.
10402 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10403 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10404 Replace `legal' with `valid'.
10405 * textmodes/reftex-vars.el, textmodes/reftex.el:
10406 Replace `legal' with `valid'.
10407
10408 2005-03-25 Werner Lemberg <wl@gnu.org>
10409
10410 * calc/calc-forms.el, calc/calc-sel.el:
10411 * midnight.el, vc-cvs.el:
10412 * emacs-lisp/cl-macs.el:
10413 * emulation/vip.el:
10414 * eshell/esh-io.el, eshell/esh-var.el:
10415 * mail/supercite.el:
10416 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10417 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10418 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10419 * progmodes/sh-script.el, progmodes/xscheme.el:
10420 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10421 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10422 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10423 * textmodes/reftex.el, textmodes/org.el:
10424 Replace `illegal' with `invalid'.
10425
10426 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10429 (flymake-find-buildfile, flymake-find-possible-master-files)
10430 (flymake-check-include, flymake-parse-line): Replace loops over the
10431 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10432
10433 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10434 Substitute file-name-as-directory in the rest of the file.
10435 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10436 (flymake-replace-region): Remove unused arg `buffer'.
10437 (flymake-check-patch-master-file-buffer): Update calls to it.
10438 (flymake-add-err-info): Remove unused var `count'.
10439 (flymake-mode): Use define-minor-mode.
10440
10441 * progmodes/flymake.el: Use with-current-buffer.
10442 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10443 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10444 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10445 Avoid testing for `xemacs'.
10446 (flymake-nop): Move.
10447 (flymake-region-has-flymake-overlays): Return the computed value.
10448 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10449 Remove unused var `endline'.
10450 (flymake-get-line-count): Remove unused function.
10451 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10452
10453 * emulation/vi.el:
10454 * generic.el:
10455 * hilit-chg.el (global-highlight-changes):
10456 * hi-lock.el (hi-lock-mode):
10457 * follow.el: find-file-hooks -> find-file-hook.
10458
10459 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10460
10461 2005-03-24 Juri Linkov <juri@jurta.org>
10462
10463 * dired.el (dired-mode-map): Add menu item "Compare directories"
10464 for dired-compare-directories.
10465
10466 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10467 Doc fix. Replace `read-file-name' with `read-directory-name'.
10468
10469 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10470
10471 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10472
10473 2005-03-24 Jay Belanger <belanger@truman.edu>
10474
10475 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10476 relevant mode settings in calc-embedded-original-modes when modes
10477 are permanently changed.
10478
10479 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * autoinsert.el: find-file-hooks -> find-file-hook.
10482
10483 2005-03-24 Lute Kamstra <lute@gnu.org>
10484
10485 * generic.el (generic-font-lock-defaults): Make it obsolete.
10486 (generic-font-lock-keywords): New variable to replace
10487 generic-font-lock-defaults.
10488 (generic-mode-set-font-lock): Delete it.
10489 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10490 (generic-bracket-support): Add docstring.
10491
10492 * generic-x.el: Rename generic-font-lock-defaults to
10493 generic-font-lock-keywords throughout.
10494 (mailagent-rules-setup-function): Delete it.
10495 (mailagent-rules-generic-mode): Use anonymous function instead.
10496 (show-tabs-generic-mode-font-lock-defaults-1)
10497 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10498 Quote faces.
10499 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10500 not foreground.
10501
10502 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10503 Recognize define-generic-mode.
10504
10505 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10506
10507 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10508 if there's no completion table.
10509
10510 2005-03-23 Miles Bader <miles@gnu.org>
10511
10512 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10513 Remove tty-specific variants, as they're no longer needed.
10514
10515 2005-03-23 Lute Kamstra <lute@gnu.org>
10516
10517 * generic-x.el: Code cleanup: make args constant whenever possible.
10518 (installshield-statement-keyword-list)
10519 (installshield-system-functions-list)
10520 (installshield-system-variables-list, installshield-types-list)
10521 (installshield-funarg-constants-list): Make them constants.
10522
10523 * generic.el (generic-make-keywords-list): Add autoload cookie.
10524
10525 * calendar/time-date.el: Add comment on time value formats.
10526 Don't require parse-time.
10527 (with-decoded-time-value): New macro.
10528 (encode-time-value): New function.
10529 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10530 (days-to-time): Return a valid time value when arg is huge.
10531 (time-since): Use time-subtract.
10532 (time-to-number-of-days): Use time-to-seconds.
10533
10534 2005-03-23 David Ponce <david@dponce.com>
10535
10536 * recentf.el: (recentf-keep): New option.
10537 (recentf-menu-action): Default to `find-file'.
10538 (recentf-keep-non-readable-files-flag)
10539 (recentf-keep-non-readable-files-p)
10540 (recentf-file-readable-p, recentf-find-file)
10541 (recentf-cleanup-remote): Remove.
10542 (recentf-include-p): More robust.
10543 (recentf-keep-p): New function.
10544 (recentf-remove-if-non-kept): Rename from
10545 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10546 All callers updated.
10547 (recentf-menu-items-for-commands): Fix help string.
10548 (recentf-track-closed-file): Update. Doc fix.
10549 (recentf-cleanup): Update. Count removed files. Doc fix.
10550
10551 2005-03-23 Kim F. Storm <storm@cua.dk>
10552
10553 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10554 Don't inherit from fringe face (now happens automatically).
10555
10556 2005-03-22 Kim F. Storm <storm@cua.dk>
10557
10558 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10559 position values.
10560
10561 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * menu-bar.el (showhide-date-time): Remove.
10564 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10565 (menu-bar-make-mm-toggle): Simplify.
10566
10567 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10568
10569 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10570 Accept qualified variable and function names.
10571
10572 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10573
10574 * bindings.el (completion-ignored-extensions):
10575 Remove ".lis" for `vax-vms'.
10576
10577 2005-03-22 Andreas Schwab <schwab@suse.de>
10578
10579 * generic-x.el: Revert last change.
10580 * ldefs-boot.el: Update.
10581
10582 2005-03-22 Jay Belanger <belanger@truman.edu>
10583
10584 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10585 (calc-embedded-save-original-modes)
10586 (calc-embedded-restore-original-modes): New functions.
10587 (calc-do-embedded): Save original modes when entering embedded mode
10588 and restore when leaving embedded mode.
10589 (calc-embedded-modes-change): Change the value of
10590 calc-embedded-original-modes to reflect permanent changes.
10591
10592 2005-03-22 Lute Kamstra <lute@gnu.org>
10593
10594 * generic-x.el: Require generic again.
10595
10596 2005-03-22 Miles Bader <miles@gnu.org>
10597
10598 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10599 Tweak details to look good on both ttys and bitmap displays, light
10600 or dark background, etc.
10601
10602 2005-03-21 Kim F. Storm <storm@cua.dk>
10603
10604 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10605 mouse position.
10606
10607 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10608
10609 * icomplete.el: Don't forcibly turn on the mode upon load.
10610 (icomplete-mode): Use define-minor-mode.
10611 (icomplete-eoinput): Default to nil.
10612 (icomplete-minibuffer-setup): Remove autoload.
10613 (icomplete-tidy): Simplify.
10614 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10615 in the initial state or if the user has modified the field.
10616 Fix handling of icomplete-max-delay-chars.
10617 Remove code that handles the oddball case where
10618 minibuffer-completion-table is an integer.
10619 Wrap icomplete-completions in while-no-input in case building
10620 completions takes more time than expected.
10621 (icomplete-completions): Simplify.
10622
10623 2005-03-21 Richard M. Stallman <rms@gnu.org>
10624
10625 * jka-compr.el (jka-compr-really-do-compress):
10626 Make variable buffer-local.
10627
10628 * image-mode.el: Handle .xpm files too.
10629 (image-toggle-display): Preserve modification flag.
10630
10631 * help.el (where-is): Don't mention aliases with no key bindings.
10632
10633 2005-03-21 Lute Kamstra <lute@gnu.org>
10634
10635 * generic.el: Fix commentary section. Don't require cl for
10636 compilation.
10637 (generic-mode-list): Add autoload cookie.
10638 (generic-use-find-file-hook, generic-lines-to-scan)
10639 (generic-find-file-regexp, generic-ignore-files-regexp)
10640 (generic-mode, generic-mode-find-file-hook)
10641 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10642 (define-generic-mode): Make it a defmacro. Fix docstring.
10643 (generic-mode-internal): Code cleanup. Add autoload cookie.
10644 (generic-mode-set-comments): Code cleanup.
10645 * generic-x.el: Don't prevent compilation. Don't require generic.
10646 Follow coding conventions. Minor code cleanup.
10647 (etc-fstab-generic-mode): Add some keywords.
10648 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10649 define-generic-mode like a function declaration.
10650
10651 2005-03-21 Jay Belanger <belanger@truman.edu>
10652
10653 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10654 changing modes.
10655
10656 2005-03-21 Sam Steingold <sds@gnu.org>
10657
10658 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10659
10660 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10661
10662 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10663 Add underscore to "f$ lexicals" regexp.
10664
10665 2005-03-20 Juri Linkov <juri@jurta.org>
10666
10667 * subr.el (progress-reporter-do-update): When `min-value' is equal
10668 to `max-value', set `percentage' to 0 and prevent division by zero.
10669
10670 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10671
10672 Sync with Tramp 2.0.48.
10673
10674 * net/tramp.el (all): Change all addresses to .gnu.org.
10675 (tramp-append-tramp-buffers): New defun.
10676 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10677 Catch `dont-send' signal.
10678 (tramp-set-auto-save-file-modes): Set always permissions, because
10679 there might be an old auto-saved file belonging to another
10680 original file. This could be a security threat. Reported by
10681 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10682 Check for Emacs 21.3.50 removed.
10683
10684 * net/tramp-smb.el (all): Remove debug construct for
10685 `with-parsed-tramp-file-name'.
10686 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10687 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10688 No error message if DIRECTORY or FILENAME doesn't exist.
10689 (tramp-smb-open-connection): Check existence of
10690 `tramp-smb-program'.
10691
10692 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10693
10694 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10695 Properly handle the case where the `m' or `s' command's argument is not
10696 yet terminated.
10697 (perl-indent-new-calculate): New function.
10698 (perl-indent-line): Use it.
10699
10700 2005-03-20 Miles Bader <miles@gnu.org>
10701
10702 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10703 in text-mode too. Change to new face names.
10704 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10705 Add `:weight bold' attribute.
10706 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10707
10708 2005-03-19 Juri Linkov <juri@jurta.org>
10709
10710 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10711
10712 * international/mule.el (auto-coding-alist): Sync with
10713 `auto-mode-alist' by adding upper case archive file extensions
10714 and adding ear/war to jar extension.
10715
10716 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10717
10718 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10719 running, restart it.
10720
10721 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10722
10723 * finder.el (finder-current-item): Throw an error on an empty line.
10724
10725 * man.el (Man-follow-manual-reference): If current-word returns
10726 nil, use "".
10727
10728 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10729
10730 * simple.el (goto-line): Doc fix.
10731
10732 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10733
10734 * files.el (save-buffer): Doc fix.
10735
10736 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10737
10738 * recentf.el (recentf-cleanup-remote): New variable.
10739 (recentf-cleanup): Use it to conditionally check availability of
10740 remote files.
10741
10742 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10743
10744 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10745 function names.
10746
10747 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10748
10749 * language/thai-word.el: New file.
10750
10751 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10752
10753 * files.el (backup-buffer): If the file's directory is not
10754 writable, use copy instead of move to backup the file.
10755
10756 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10757
10758 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10759
10760 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10761
10762 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10763 Use functionp instead of symbolp and fboundp. Reported by Drkm
10764 <darkman_spam@yahoo.fr>.
10765 (ps-print-version): New version 6.6.6.
10766
10767 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10768
10769 * textmodes/table.el (table--line-column-position): New idiom.
10770 (table--row-column-insertion-point-p): New function to test
10771 validity of row and column insertion operation at a location.
10772 (table-global-menu, table-cell-menu): Use above functions for
10773 deterministic test operation.
10774 (table--editable-cell-p): Behave in deterministic fashion.
10775
10776 2005-03-18 Juri Linkov <juri@jurta.org>
10777
10778 * isearch.el (isearch-lazy-highlight-new-loop):
10779 Make arguments beg and end optional.
10780 (isearch-update): Remove optional arguments nil from
10781 isearch-lazy-highlight-new-loop.
10782 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10783 isearch-lazy-highlight-case-fold-search instead of
10784 isearch-case-fold-search, and let-bind isearch-regexp to
10785 isearch-lazy-highlight-regexp.
10786 Use isearch-lazy-highlight-last-string instead of isearch-string.
10787
10788 * replace.el (perform-replace): Remove bindings of global
10789 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10790 Add three new arguments to `replace-highlight'.
10791 (replace-highlight): Add arguments string, regexp, case-fold.
10792 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10793 to allow isearch-lazy-highlight-new-loop to use these values
10794 to set corresponding isearch-lazy-highlight-* internal
10795 variables whose values lazy highlighting will use regardless of
10796 changes to global variables isearch-string, isearch-regexp,
10797 isearch-case-fold-search during lazy highlighting loop.
10798 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10799 to `lazy-highlight-cleanup'.
10800
10801 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10802 (ispell-highlight-face): Set default face to `isearch' when
10803 lazy highlighting is enabled.
10804 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10805 priority to 1. Add lazy highlighting.
10806 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10807 from `isearch-dehighlight'.
10808
10809 2005-03-18 David Ponce <david@dponce.com>
10810
10811 * files.el (hack-local-variables): Do a case-insensitive search
10812 for End.
10813
10814 2005-03-18 Juri Linkov <juri@jurta.org>
10815
10816 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10817 `isearch-lazy-highlight-cleanup', add alias to old name and
10818 declare obsolete. Add release numbers to other obsolete vars.
10819 (isearch-done, isearch-lazy-highlight-new-loop):
10820 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10821 (lazy-highlight-cleanup) <variable>: Doc fix.
10822 (isearch-lazy-highlight-update): Rename obsolete
10823 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10824
10825 2005-03-18 Kenichi Handa <handa@m17n.org>
10826
10827 * language/thai-util.el: Fix categorization of Thai characters in
10828 thai-category-table.
10829 (thai-composition-pattern): Adjust it for the above change.
10830 (thai-self-insert-command, thai-compose-syllable): New functions.
10831 (thai-compose-region): Use thai-compose-syllable.
10832 (thai-compose-string): Likewise.
10833 (thai-composition-function): Likewise.
10834 (thai-auto-composition): New function.
10835 (thai-auto-composition-mode): New minor mode.
10836
10837 * language/thai.el: Fix patterns to be registered in
10838 composition-function-table.
10839
10840 * international/quail.el (quail-input-method): Locally bind
10841 inhibit-modification-hooks to t.
10842
10843 2005-03-17 Richard M. Stallman <rms@gnu.org>
10844
10845 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10846 (perl-mode): Use run-mode-hooks.
10847
10848 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10849 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10850 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10851
10852 * mail/sendmail.el (sendmail-send-it): Reenable the code
10853 to compute resend-to-address and use it.
10854
10855 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10856
10857 * image-mode.el: New file.
10858
10859 * image.el (insert-sliced-image): Add autoload cookie.
10860
10861 * font-lock.el (font-lock-lines-before): New user option.
10862 (font-lock-after-change-function): Obey it.
10863
10864 * bindings.el (esc-map): Make M-g a prefix.
10865 Bind M-g g and M-g M-g to goto-line.
10866
10867 * faces.el (face-id): Doc fix.
10868
10869 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10870
10871 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10872 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10873 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10874
10875 * mail/sendmail.el (mail-yank-ignored-headers)
10876 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10877 Add Mail-Followup-To and Mail-Reply-To headers.
10878 (mail-citation-hook): Add autoload cookie.
10879 (mail-mode): Doc fix.
10880 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10881 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10882 (mail-mode-fill-paragraph): Handle those headers.
10883 (mail-mailing-lists): New variable.
10884 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10885
10886 2005-03-17 Juri Linkov <juri@jurta.org>
10887
10888 * isearch.el (isearch-fallback): Check for `(car previous)'
10889 before calling `isearch-other-end-state'.
10890
10891 2005-03-17 Kim F. Storm <storm@cua.dk>
10892
10893 * simple.el (move-beginning-of-line): Move to beginning of buffer
10894 line, as well as beginning of screen line.
10895
10896 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10897
10898 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10899 argument REDRAW rather than calendar-redrawing variable.
10900 * calendar/calendar.el (calendar-redrawing): Delete.
10901 (redraw-calendar): Do not bind calendar-redrawing.
10902
10903 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10904
10905 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10906 diary-file buffer.
10907
10908 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10909
10910 * help.el (describe-mode): Allow a :minor-mode-function property to
10911 specify a different minor mode toggle function than the variable.
10912 * simple.el (auto-fill-function):
10913 * subr.el (add-minor-mode): Use it.
10914
10915 2005-03-16 Kenichi Handa <handa@m17n.org>
10916
10917 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10918 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10919 (ethio-fidel-to-sera-buffer): Likewise.
10920
10921 2005-03-16 Juri Linkov <juri@jurta.org>
10922
10923 * emacs-lisp/find-func.el (find-function-regexp):
10924 Add defun-emitting macro `menu-bar-make-toggle'.
10925
10926 * isearch.el: Put `isearch-scroll' property to
10927 `split-window-horizontally'.
10928
10929 * info.el: Update error messages for `debug-ignored-errors'.
10930 (Info-isearch-search): Doc fix.
10931 (Info-find-node): Move up code to go into info buffer before
10932 recording the node to the history.
10933 (Info-fontify-node): Fontify titles only if the next line
10934 has two or more `*', `=', `-', `.'.
10935 Display "go to this node" for empty (match-string 3).
10936
10937 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10938
10939 * term/mac-win.el: Add mouse pointer shape constants.
10940
10941 2005-03-15 Kim F. Storm <storm@cua.dk>
10942
10943 * simple.el (move-beginning-of-line): Use vertical-motion.
10944
10945 2005-03-15 Juri Linkov <juri@jurta.org>
10946
10947 * isearch.el (isearch-error): New variable.
10948 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10949 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10950 (isearch-within-brackets-state): Remove.
10951 (isearch-case-fold-search-state, isearch-pop-fun-state):
10952 Decrease frame index.
10953 (isearch-mode, isearch-top-state, isearch-push-state)
10954 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10955 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10956 (isearch-search, isearch-lazy-highlight-new-loop):
10957 Replace `isearch-invalid-regexp' with `isearch-error'.
10958 Remove `isearch-within-brackets'.
10959 (isearch-search): Add `search-failed' handler to `condition-case'.
10960 (isearch-lazy-highlight-search): Add `condition-case' to catch
10961 errors and allow `isearch-lazy-highlight-update' to try
10962 highlighting from the beginning of the window.
10963 (isearch-repeat): Move up code to set isearch-wrapped to t
10964 before calling isearch-wrap-function.
10965
10966 * info.el (Info-isearch-initial-node): New internal variable.
10967 (Info-search): Signal an error in isearch mode when search leaves
10968 the initial node. Signal an error when `bound' is non-nil and
10969 nothing was found in the current subfile.
10970 (Info-isearch-search): Remove `condition-case'.
10971 (Info-isearch-wrap): Don't wrap when search failed during leaving
10972 the initial node. If `Info-isearch-search' is nil, wrap around
10973 the current node.
10974 (Info-isearch-start): New fun.
10975 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10976 `isearch-mode-hook'.
10977
10978 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10979
10980 * simple.el (normal-erase-is-backspace): Set default to t if
10981 running on Mac.
10982
10983 * term/mac-win.el (function-key-map): Sync with x-win.el.
10984
10985 2005-03-15 Kenichi Handa <handa@m17n.org>
10986
10987 * international/mule-cmds.el (locale-language-names): Modify the
10988 format of elements and add more entries.
10989 (locale-preferred-coding-systems): Add more entries.
10990 (set-locale-environment): Adjust for the change of
10991 locale-language-names.
10992
10993 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10994
10995 * pcvs.el (smerge-ediff): Remove bogus autoload.
10996
10997 2005-03-14 Lute Kamstra <lute@gnu.org>
10998
10999 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11000 Ignore a `*' at the beginning of a line.
11001
11002 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11003 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11004 subr.el.
11005 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11006 to specify indentation.
11007
11008 * generic.el (define-generic-mode): Let generic-mode-list be a
11009 list of strings; test membership with equal.
11010
11011 2005-03-14 Kim F. Storm <storm@cua.dk>
11012
11013 * simple.el (next-line, previous-line): Add optional try-vscroll
11014 arg to recognize interactive use. Pass it on to line-move.
11015 (line-move): Don't perform auto-window-vscroll when defining or
11016 executing keyboard macro to ensure consistent behavior.
11017
11018 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11021
11022 2005-03-13 Lute Kamstra <lute@gnu.org>
11023
11024 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11025 debugger-setup-buffer so that backtrace marks the frames set to
11026 debug-on-exit and we don't have to do it manually. Set an extra
11027 debug-on-exit for macro's.
11028 (debugger-setup-buffer): Don't mark the top frame manually.
11029
11030 2005-03-12 Lute Kamstra <lute@gnu.org>
11031
11032 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11033 lisp-indent-function throughout.
11034 (with-no-warnings): Set lisp-indent-function property.
11035
11036 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11037
11038 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11039 Add entry for backslash.
11040
11041 2005-03-12 Juri Linkov <juri@jurta.org>
11042
11043 * info.el (Info-search): Four fixes for backward search.
11044
11045 2005-03-11 Jay Belanger <belanger@truman.edu>
11046
11047 * calc/calc.el (calc-language-alist): New variable.
11048 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11049 (calc-embedded-find-modes): Use calc-language-alist instead of
11050 calc-embedded-language-alist.
11051
11052 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11053
11054 * calendar/calendar.el (calendar-redrawing): New internal
11055 variable.
11056 (redraw-calendar): Remove bogus save-excursion from previous
11057 change. Bind calendar-redrawing to t for mark-diary-entries.
11058 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11059 calendar if that is why we were called.
11060
11061 2005-03-11 Kenichi Handa <handa@m17n.org>
11062
11063 * international/mule.el (make-coding-system): Set property
11064 coding-system-define-form to nil.
11065 (define-coding-system-alias): Likewise.
11066
11067 2005-03-11 Kenichi Handa <handa@m17n.org>
11068
11069 These changes are suggested by Dave Love <fx@gnu.org>.
11070
11071 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11072 coding: tag.
11073 (adaptive-fill-regexp): Add more bullets.
11074 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11075 regexps.
11076
11077 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11078
11079 * help.el (describe-mode): Properly handle non-trivial lighters.
11080 Don't ignore minor modes that are not listed in minor-mode-list.
11081
11082 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11083 feature ON when the user requests to turn it OFF.
11084
11085 2005-03-10 Lute Kamstra <lute@gnu.org>
11086
11087 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11088 (implement-debug-on-entry): New function to replace debug-entry-code.
11089 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11090 second argument as the 2005-03-07 change makes it obsolete.
11091 (debug-on-entry, cancel-debug-on-entry): Update call to
11092 debug-on-entry-1.
11093 (debug, debugger-setup-buffer): Comment update.
11094 (debugger-frame-number): Update to work with implement-debug-on-entry.
11095
11096 2005-03-10 Jay Belanger <belanger@truman.edu>
11097
11098 * calc/calc-embed.el (math-ms-args): Declare it.
11099 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11100 math-ms-args.
11101 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11102 variables.
11103
11104 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11105
11106 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11107 Use message-box.
11108
11109 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11110 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11111 (tooltip-gud-tips): Simplify.
11112 (tooltip-gud-tips-p): Remove superfluous :set.
11113 (tooltip-gud-modes): Add fortran-mode.
11114 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11115
11116 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11117
11118 2005-03-09 Kim F. Storm <storm@cua.dk>
11119
11120 * play/animate.el (animate-place-char): Use forward-line instead
11121 of next-line to improve performance.
11122
11123 2005-03-09 Simon Josefsson <jas@extundo.com>
11124
11125 * net/browse-url.el (browse-url-default-browser): Doc fix.
11126
11127 2005-03-09 Miles Bader <miles@gnu.org>
11128
11129 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11130 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11131
11132 2005-03-09 Kenichi Handa <handa@m17n.org>
11133
11134 * international/latin-1.el: Set case and syntax for 255 only if
11135 set-case-syntax-set-multibyte is nil.
11136
11137 * textmodes/ispell.el (ispell-insert-word): New function.
11138 (ispell-word): Use ispell-insert-word to insert a new word.
11139 (ispell-process-line): Likewise.
11140 (ispell-complete-word): Likewise.
11141
11142 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11143
11144 * calendar/calendar.el (redraw-calendar): Preserve point.
11145 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11146 (calendar-week-start-day): Move after definition of
11147 redraw-calendar. Delete buffer test, since redraw-calendar has
11148 that now.
11149
11150 * calendar/diary-lib.el (mark-diary-entries): Only call
11151 redraw-calendar in the first of any recursive calls.
11152 Reported by Alan Shutko <ats@acm.org>.
11153
11154 2005-03-08 Juri Linkov <juri@jurta.org>
11155
11156 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11157 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11158 (html-radio-buttons): Add a space before the trailing `/>' where
11159 sgml-xml-mode is non-nil.
11160 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11161 the subsequent tag of the empty XML tag.
11162 (html-href-anchor): Don't set initial input to "http:".
11163 (html-image): Ask for the image URL and set point inside alt="".
11164 (html-name-anchor): Duplicate the name in the `id' attribute when
11165 sgml-xml-mode is non-nil.
11166 (html-paragraph): Remove \n before <p>.
11167 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11168 instead of `checked' when sgml-xml-mode is non-nil.
11169
11170 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11171 Remove 1 space before #RRGGBB to not truncate it on terminal
11172 windows w/o fringes. Remove 1 space between bg and fg examples
11173 to get more space.
11174 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11175 avoid byte-compile warnings.
11176
11177 * image-file.el (image-file-handler): Put `safe-magic' property to
11178 `image-file-handler'.
11179
11180 * info.el (Info-isearch-search): Emulate word search in
11181 isearching through multiple Info nodes with Info-search.
11182 (Info-isearch-wrap): Allow isearch-word.
11183
11184 2005-03-08 Lute Kamstra <lute@gnu.org>
11185
11186 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11187 stepping into the debugger's code is not possible.
11188 (debugger-jumping-flag): Docstring update.
11189
11190 2005-03-08 Jay Belanger <belanger@truman.edu>
11191
11192 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11193 embedded mode begins.
11194 (calc-embedded-language-alist): New variable.
11195 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11196 set default language mode.
11197
11198 2005-03-08 Kenichi Handa <handa@m17n.org>
11199
11200 * international/ccl.el (define-ccl-program): Fix docstring about
11201 extra 256 bytes assured for the output buffer.
11202
11203 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11204 Fix BUFFER_MAGNIFICATION to 2.
11205 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11206
11207 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11208
11209 * align.el (align-rules-list): Added an alignment rule for CSS
11210 declarations (applies to css-mode and html-mode buffers).
11211
11212 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11213
11214 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11215
11216 2005-03-07 Kim F. Storm <storm@cua.dk>
11217
11218 * simple.el (move-beginning-of-line): New command.
11219
11220 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11221
11222 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11223
11224 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11225 and move-beginning-of-line.
11226
11227 * apropos.el (apropos-print): Omit command from M-x ... RET.
11228
11229 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11230
11231 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11232 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11233
11234 2005-03-06 Richard M. Stallman <rms@gnu.org>
11235
11236 * bindings.el (esc-map): Bind M-g to goto-line.
11237
11238 * facemenu.el (global-map): Bind M-o, not M-g.
11239
11240 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11241
11242 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11243 "Open Directory" as for "Open File".
11244
11245 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11246
11247 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11248 (push-mark-command): Run activate-mark-hook.
11249
11250 2005-03-06 Richard M. Stallman <rms@gnu.org>
11251
11252 * help-mode.el (help-mode-finish): Don't alter the element
11253 in view-return-to-alist if there already is one.
11254
11255 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11256 make sure the current buffer is the expected one.
11257
11258 * novice.el (disabled-command-function): Output in *Disabled Command*.
11259 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11260
11261 * textmodes/flyspell.el (flyspell-large-region):
11262 Pass args differently for aspell.
11263
11264 * files.el (mode-require-final-newline): Doc fix.
11265
11266 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11267
11268 * progmodes/which-func.el (which-function):
11269 Specify NOERROR when calling imenu--make-index-alist.
11270
11271 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 * simple.el (normal-erase-is-backspace): Define default value.
11274
11275 * custom.el (custom-theme-set-variables): Remove unused var
11276 `immediate'.
11277 (custom-reevaluate-setting): Simple function to handle variables
11278 that are defined before their default value can really be
11279 computed.
11280
11281 * startup.el (command-line): Use it for temporary-file-directory,
11282 small-emporary-file-directory, auto-save-file-name-transforms,
11283 blink-cursor-mode, and normal-erase-is-backspace.
11284
11285 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11286 progress, even with buggy anchored keywords.
11287
11288 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11289
11290 * simple.el (goto-line): Remove unbalanced final parenthesis.
11291
11292 2005-03-05 Richard M. Stallman <rms@gnu.org>
11293
11294 * simple.el (goto-line): Use a number at point as the default.
11295 With C-u as arg, switch buffers.
11296
11297 2005-03-05 Juri Linkov <juri@jurta.org>
11298
11299 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11300 with `no-blinking-cursor'.
11301
11302 * startup.el (no-blinking-cursor): New defvar.
11303 (command-line): Add `--no-blinking-cursor' to longopts.
11304 Set `no-blinking-cursor' to t for command line arguments
11305 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11306 with `no-blinking-cursor' in the condition for calling
11307 `blink-cursor-mode'.
11308
11309 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11310
11311 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11312 (menu-bar-options-save): Add blink-cursor-mode.
11313 (menu-bar-options-menu): Add blink-cursor-mode.
11314
11315 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11316
11317 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11318 (icalendar-export-file, icalendar-export-region)
11319 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11320 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11321
11322 2005-03-04 Lute Kamstra <lute@gnu.org>
11323
11324 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11325 (debug-function-list): Ditto.
11326
11327 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11328
11329 * textmodes/texinfmt.el (texinfo-append-refill):
11330 Redefine the types of line to which @refill
11331 is not appended by replacing a search for `@refill\\|@bye' with
11332 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11333 itemize@refill' bug and the unfilled long lines bug.
11334 (texinfmt-version): Update number and date.
11335
11336 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11337
11338 * international/code-pages.el (windows-1250, windows-125[2-8])
11339 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11340
11341 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11344 bound yet.
11345
11346 2005-03-02 Romain Francoise <romain@orebokech.com>
11347
11348 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11349 buffer after removing limits.
11350 (ibuffer-pop-filter): Ditto.
11351 Update copyright.
11352
11353 2005-03-02 Miles Bader <miles@gnu.org>
11354
11355 * button.el (make-text-button): If the user doesn't specify a
11356 type, use the default. Rewrite to use `add-text-properties' and
11357 plist functions.
11358
11359 2005-03-01 Lute Kamstra <lute@gnu.org>
11360
11361 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11362 (debugger-jumping-flag): New var.
11363 (debug-entry-code): Use it.
11364 (debugger-jump): Use debugger-jumping-flag and add
11365 debugger-reenable to post-command-hook.
11366 (debugger-reenable): Use debugger-jumping-flag and remove itself
11367 from post-command-hook.
11368 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11369 debugger-reenable.
11370
11371 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11372
11373 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11374 inclusion of "itemize\\|", which may be unnecessary, is certainly
11375 inelegant, and stops refilling in itemize lists when formatting
11376 Japanese Texinfo files to Info.
11377 Update copyright to 2005.
11378
11379 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11380
11381 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11382 of an error if GDB can't find the source file.
11383
11384 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11385
11386 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11387 not just the calendar.
11388
11389 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11390 first.
11391 (diary-redraw-calendar): New function.
11392 (make-diary-entry): Add diary-redraw-calendar to local
11393 write-contents-functions. Turn off selective display before
11394 inserting in diary.
11395
11396 2005-03-01 Kim F. Storm <storm@cua.dk>
11397
11398 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11399
11400 2005-03-01 Lute Kamstra <lute@gnu.org>
11401
11402 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11403 that debug-entry-code can be safely removed from a function while
11404 this code is being evaluated. Revert the 2005-02-27 change as the
11405 new implementation no longer requires it. Make sure that a
11406 function body containing just a string is not mistaken for a docstring.
11407 (debug): Skip one more frame in case of debug on entry.
11408 (debugger-setup-buffer): Delete one more frame line in case of
11409 debug on entry.
11410 (debugger-frame-number): Update to use the new text introduced by
11411 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11412
11413 2005-02-28 Kim F. Storm <storm@cua.dk>
11414
11415 * double.el (double-translate-key): Call force-window-update after
11416 read-event to avoid crash in redisplay.
11417
11418 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11419
11420 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11421 (debug): Use it. Move the inhibit-trace earlier.
11422 (debug-entry-code): New const.
11423 (debug-on-entry-1): Use it.
11424
11425 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11426
11427 * international/utf-16.el (ccl-encode-mule-utf-16le):
11428 Fix BUFFER_MAGNIFICATION to 2.
11429 (ccl-encode-mule-utf-16be): Likewise.
11430
11431 2005-02-28 Kenichi Handa <handa@m17n.org>
11432
11433 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11434 Fix BUFFER_MAGNIFICATION to 4.
11435 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11436
11437 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11438
11439 * speedbar.el (speedbar-update-flag): Doc fix.
11440 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11441 argument.
11442
11443 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11444
11445 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11446 have a non-nil `invisible' property but are actually visible.
11447
11448 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11449 for perldoc sections.
11450 (perl-outline-regexp, perl-outline-level): New var and function.
11451 (perl-mode): Use them.
11452
11453 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11454
11455 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11456 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11457
11458 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11459
11460 * cus-edit.el: Comment change.
11461 (custom-buffer-create-internal): Slightly reword text at top of
11462 Custom buffers. Mention there that saving an option edits the
11463 init file. Add link to Emacs manual node on `custom-file'.
11464 (custom-magic-alist): Rewrite individual State messages to use
11465 capitalized keywords. Doc fix.
11466
11467 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11468
11469 * calendar/calendar.el (calendar-buffer): Move above
11470 calendar-week-start-day.
11471 (calendar-week-start-day): Doc fix. Add :set function.
11472 (calendar-minimum-window-height): New variable.
11473 (generate-calendar-window): Only resize window if selected-window
11474 is displaying the calendar buffer. Use new variable
11475 calendar-minimum-window-height.
11476 (generate-calendar): Reword error message.
11477 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11478
11479 2005-02-27 Andreas Schwab <schwab@suse.de>
11480
11481 * vc.el (vc-do-command): Don't run command asynchronously when
11482 operating in a remote directory.
11483
11484 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11485 change from sync with Tramp 2.0.47.
11486
11487 2005-02-27 Richard M. Stallman <rms@gnu.org>
11488
11489 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11490
11491 * textmodes/flyspell.el (flyspell-mode-on):
11492 Call ispell-change-dictionary only if necessary.
11493
11494 * emacs-lisp/re-builder.el (regexp-builder): New function.
11495
11496 * register.el (describe-register-1): Explicitly handle
11497 yank-excluded-properties = t.
11498
11499 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11500 (custom-magic-alist): Change the status descriptions again.
11501 (face widget-type): Total rewrite based on `restricted-sexp'
11502 to eliminate the confusing double hiding levels.
11503
11504 * emacs-lisp/debug.el (debug-on-entry-1):
11505 If function body is empty, add nil as body form.
11506
11507 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * emacs-lisp/trace.el (inhibit-trace): New var.
11510 (trace-make-advice): Use it.
11511
11512 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11513
11514 2005-02-26 Kim F. Storm <storm@cua.dk>
11515
11516 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11517 (mouse-on-link-p, mouse-drag-region-1): Use it.
11518
11519 2005-02-25 Lute Kamstra <lute@gnu.org>
11520
11521 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11522
11523 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11524
11525 * frame.el (blink-cursor-mode): Add :group keyword.
11526
11527 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11528
11529 * calendar/icalendar.el (icalendar--decode-isodatetime):
11530 New optional argument DAY-SHIFT.
11531 (icalendar-export-region): Fix coding-system-for-write.
11532 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11533 events by one.
11534
11535 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11536
11537 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11538
11539 2005-02-24 Kim F. Storm <storm@cua.dk>
11540
11541 * international/iso-acc.el (iso-accents-compose): Fix crash
11542 during redisplay. Call force-window-update after read-event
11543 and delete-region to signal that window is not accurate.
11544
11545 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11548 Remove unused and inexistent var `inhibit-trace'.
11549 (debugger-mode): Use run-mode-hooks.
11550 (debugger-list-functions): Add buttons; setup xref stack.
11551
11552 2005-02-23 Richard M. Stallman <rms@gnu.org>
11553
11554 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11555 appointment says it was explicitly made.
11556 (appt-add): Set the 3rd element.
11557 (appt-make-list): Preserve explicit appointments.
11558
11559 * subr.el (find-tag-default): Catch errors in forward-sexp.
11560
11561 2005-02-23 Juri Linkov <juri@jurta.org>
11562
11563 * info.el (Info-isearch-search): New defcustom.
11564 (Info-isearch-search): Call the default isearch function
11565 when Info-isearch-search is nil.
11566 (Info-isearch-wrap): Use variable Info-isearch-search.
11567
11568 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11569
11570 * cus-edit.el: Comment change.
11571
11572 2005-02-22 Kim F. Storm <storm@cua.dk>
11573
11574 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11575 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11576
11577 2005-02-22 Simon Josefsson <jas@extundo.com>
11578
11579 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11580 New variable.
11581 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11582 Oskarsson" <myrkraverk@users.sourceforget.net>.
11583
11584 2005-02-22 Kim F. Storm <storm@cua.dk>
11585
11586 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11587 check that window of that event is the selected window.
11588 (mouse-drag-region-1): Compare mouse event window to selected
11589 window before setting point.
11590
11591 * tooltip.el (tooltip-show-help-function): Pass event to
11592 mouse-on-link-p so it can check selected window.
11593
11594 2005-02-22 Kenichi Handa <handa@m17n.org>
11595
11596 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11597 (ps-mule-show-warning): New function.
11598 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11599 characters are found.
11600
11601 * ps-print.el (ps-header-footer-string): Return a list of header
11602 and footer strings.
11603
11604 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11605
11606 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11607
11608 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * frame.el (blink-cursor-mode): Use define-minor-mode.
11611
11612 * term/mac-win.el (function-key-map): Use char-names more consistently.
11613 (file-name-coding-system): Only set it for MacOS-9. The other case is
11614 already handled in mule-cmds.el (where it also works when mac-win.el
11615 is not used).
11616
11617 2005-02-21 Kenichi Handa <handa@m17n.org>
11618
11619 * international/mule.el (ctext-pre-write-conversion): Always use
11620 " *code-converting-work*" buffer for work.
11621
11622 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11623
11624 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11625
11626 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11627
11628 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11629
11630 * ses.el (undo-more): Restore defadvice, but only the part that
11631 allows changes outside the restricted area of the buffer.
11632
11633 2005-02-20 Kim F. Storm <storm@cua.dk>
11634
11635 * simple.el (line-move): Add fourth optional arg try-vscroll which
11636 must be set to perform auto-window-vscroll.
11637 When moving backwards and doing auto-window-vscroll, automatically
11638 vscroll to the last part of lines which are taller than the window.
11639 (next-line, previous-line): Set try-vscroll arg on line-move.
11640
11641 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11642
11643 * replace.el (query-replace, query-replace-regexp)
11644 (replace-string, replace-regexp): When operating on region, make
11645 the minibuffer prompt say so.
11646
11647 * isearch.el (isearch-forward): Document isearch-query-replace and
11648 isearch-query-replace-regexp keybindings.
11649
11650 2005-02-19 Jay Belanger <belanger@truman.edu>
11651
11652 * calc/calc-aent.el (math-read-token): Add local variable.
11653
11654 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11655 (calc-edit-top): Move declaration to earlier in file.
11656 (calc-edit-macro-repeats): Add local variables.
11657
11658 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11659 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11660 calcFunc-tanh.
11661 Adjust integration rule for calcFunc-tan.
11662
11663 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11664
11665 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11666 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11667 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11668 (viper-skip-separators): Bug fix.
11669 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11670 particular major mode.
11671 (viper-del-backward-char-in-replace): Don't put deleted char on the
11672 kill ring.
11673
11674 * viper-ex.el (viper-color-display-p): New function.
11675 (viper-has-face-support-p): Use viper-color-display-p.
11676
11677 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11678
11679 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11680
11681 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11682 (viper-file-remote-p): Make equivalent to file-remote-p.
11683
11684 * viper.el (viper-major-mode-modifier-list):
11685 Use viper-gnus-modifier-map.
11686
11687 2005-02-19 David Kastrup <dak@gnu.org>
11688
11689 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11690 quoting.
11691
11692 2005-02-19 Jay Belanger <belanger@truman.edu>
11693
11694 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11695 Remove extra definitions.
11696 (calc-coth): New function.
11697 (calcFunc-cot): Fix `let'.
11698
11699 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11700
11701 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11702 the reasons we use "type pc" in these faces.
11703
11704 * button.el (button): Ditto.
11705
11706 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11707
11708 * replace.el (query-replace-read-from): Set the value of
11709 query-replace-from-history-variable to handle the case of an empty
11710 string entered to accept the suggested default.
11711
11712 * net/tramp.el (tramp-file-name-for-operation):
11713 Use dired-call-process instead of dired-call-process-command.
11714
11715 2005-02-19 Jay Belanger <belanger@truman.edu>
11716
11717 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11718 (math-div-non-trig): New variables.
11719 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11720 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11721 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11722 trig expressions.
11723
11724 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11725
11726 * progmodes/gdb-ui.el (gdb-var-update-handler)
11727 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11728 for watch expressions,
11729 (gdb-var-create-handler): Don't set speedbar-update-flag.
11730 (gdb-post-prompt): Simplify test for speedbar.
11731
11732 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11733
11734 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11735 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11736 we use the syntax table of the correct buffer.
11737 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11738 Felix Gatzemeier.
11739
11740 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11741 (ediff-file-remote-p): Make synonymous with file-remote-p.
11742 In all deffaces ediff-*-face-*, use min-colors.
11743
11744 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11745 ediff-recurse-to-subdirectories.
11746 (ediff-mark-if-equal): Check that the arguments are strings, use
11747 ediff-same-contents (after to Felix Gatzemeier).
11748
11749 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11750 nil.
11751
11752 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11753
11754 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11755
11756 2005-02-18 David Kastrup <dak@gnu.org>
11757
11758 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11759 use `mark-active' when defined.
11760
11761 2005-02-18 Kenichi Handa <handa@m17n.org>
11762
11763 * ps-print.el (ps-font-info-database): New entry
11764 ZapfChancery-MediumItalic with correct font name. Fix font name
11765 of the entry Zapf-Chancery-MediumItalic.
11766
11767 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11768
11769 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11770
11771 2005-02-16 Kim F. Storm <storm@cua.dk>
11772
11773 * ido.el (ido-fallback-command): Pass user input to fallback command.
11774
11775 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11776
11777 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11778 (gdb-find-file-hook): Add server prefix.
11779
11780 2005-02-16 Richard M. Stallman <rms@gnu.org>
11781
11782 * replace.el (perform-replace): Pass new args to replace-highlight.
11783 (replace-highlight): Take region args,
11784 and pass them to isearch-lazy-highlight-new-loop.
11785
11786 * novice.el (disabled-command-hook): Autoload the defalias
11787 and the make-obsolete-variable call.
11788
11789 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11790
11791 * isearch.el (isearch-lazy-highlight-start-limit)
11792 (isearch-lazy-highlight-end-limit): New variables limit
11793 the region for highlighting.
11794 (isearch-lazy-highlight-new-loop): New args BEG and END.
11795 (isearch-lazy-highlight-search): Use the new vars.
11796 (isearch-lazy-highlight-update): Likewise.
11797
11798 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11799
11800 * cus-start.el (all): Use default-boundp.
11801
11802 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11803
11804 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11805
11806 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11807
11808 * autorevert.el (auto-revert-stop-on-user-input)
11809 (auto-revert-verbose): Doc fixes.
11810
11811 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11812
11813 * international/mule-cmds.el (set-locale-environment): Remove call
11814 to set-selection-coding-system on Windows.
11815
11816 2005-02-15 Jay Belanger <belanger@truman.edu>
11817
11818 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11819 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11820 calcFunc-coth.
11821 (math-simplify-sqrt): Add simplifications.
11822
11823 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11824 to list.
11825
11826 * calc/calc-ext.el: Add functions to autoloads.
11827
11828 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11829 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11830 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11831 (math-csc-raw, math-cot-raw): New functions.
11832
11833 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11834
11835 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11836 the variable name in a message.
11837
11838 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11839 calcFunc-csc, calcFunc-cot.
11840
11841 * calc/calcalg2.el: Add derivative and integration rules for
11842 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11843 calcFunc-csch, calcFunc-coth.
11844 (math-do-integral-methods): Add to checks for when to use
11845 substitutions.
11846
11847 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11848
11849 2005-02-15 Lute Kamstra <lute@gnu.org>
11850
11851 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11852 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11853 <monnier@iro.umontreal.ca>
11854 (lisp-outline-level): Improve efficiency. Suggested by David
11855 Kastrup <dak@gnu.org>.
11856
11857 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11858
11859 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11860 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11861 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11862 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11863 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11864
11865 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11866
11867 * cus-start.el (all): Comment change.
11868
11869 2005-02-14 Lute Kamstra <lute@gnu.org>
11870
11871 * cus-start.el (all): Check if symbol is void.
11872
11873 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11874
11875 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11876 optional argument to \cite.
11877
11878 2005-02-14 Richard M. Stallman <rms@gnu.org>
11879
11880 * cus-edit.el (custom-buffer-create-internal): Update help message.
11881 (custom-magic-alist): Update help messages.
11882
11883 * cus-start.el (all): Allow a var to specify a standard value.
11884
11885 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11886
11887 * custom.el (custom-theme-set-variables): Handle variable aliases.
11888
11889 * frame.el (blink-cursor-timer): Doc fix.
11890 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11891 declare obsolete.
11892 (blink-cursor-mode): Define with defcustom and use correct
11893 standard expression in that defcustom.
11894 * startup.el (command-line): Adapt to above changes in frame.el.
11895
11896 2005-02-11 Lute Kamstra <lute@gnu.org>
11897
11898 * apropos.el (apropos-score-doc): Prevent division by zero.
11899
11900 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11901
11902 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11903 (icalendar--get-event-property-attributes)
11904 (icalendar--get-event-properties)
11905 (icalendar--datetime-to-diary-date): New functions.
11906 (icalendar--split-value): Doc fix.
11907 (icalendar--datetime-to-noneuropean-date)
11908 (icalendar--datetime-to-european-date): New optional argument
11909 SEPARATOR. Return result as a string instead of a list.
11910 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11911 (icalendar--convert-string-for-export): Rename arg S to STRING.
11912 (icalendar-export-region): Doc fix. Change name of error buffer.
11913 Save output buffer.
11914 (icalendar-import-file): Add blank at end of prompt.
11915 (icalendar-import-buffer): Doc fix. Do not switch to error
11916 buffer. Indicate status in return value.
11917 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11918 buffer. Save output buffer. Handle exception from recurrence
11919 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11920 events. Fix problems with weekly all-day events.
11921
11922 2005-02-10 Richard M. Stallman <rms@gnu.org>
11923
11924 * simple.el (eval-expression-print-format):
11925 Avoid warning about edebug-active.
11926
11927 * help.el (help-for-help-internal): Rename from help-for-help.
11928 (help-for-help): Define with defalias.
11929
11930 * font-core.el (font-lock-default-function): Use with-no-warnings.
11931
11932 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11933
11934 * custom.el (defface): Doc fix.
11935
11936 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11937
11938 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11939 width 0" to prevent word wrapping problems.
11940
11941 2005-02-09 Kim F. Storm <storm@cua.dk>
11942
11943 * ido.el (ido-file-extensions-order): New defcustom.
11944 (ido-file-extension-lessp, ido-file-extension-aux)
11945 (ido-file-extension-order): New advanced file ordering.
11946 (ido-file-lessp): New simple file ordering.
11947 (ido-sort-list): Remove.
11948 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11949 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11950
11951 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11952
11953 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11954 that some versions of grep produce.
11955 (grep-mode-font-lock-keywords): Likewise.
11956
11957 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11958
11959 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11960 (gdb-cdir): Delete.
11961 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11962 (gdb-source-info): Treat case when source file is in another
11963 directory properly.
11964 (gdb-get-location): New function.
11965
11966 2005-02-07 Jay Belanger <belanger@truman.edu>
11967
11968 * calc/calc-prog.el (calc-write-parse-table-part)
11969 (calc-fix-token-name): Fix a check for language type.
11970
11971 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11972
11973 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11974
11975 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11976 as directory not writable.
11977
11978 2005-02-07 Kim F. Storm <storm@cua.dk>
11979
11980 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11981 (cua--standard-movement-commands): Remove list.
11982 Instead, set CUA property value to move for movement commands.
11983 (cua-movement-commands): Remove. Users must set CUA prop instead.
11984 (cua--pre-command-handler): Check CUA property.
11985 (cua--init-keymaps): Don't remap undo commands.
11986 (cua-mode): Don't call cua--rectangle-on-off.
11987
11988 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11989 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11990 (cua--rect-undo-set-point): New var.
11991 (cua--rectangle-undo-boundary): Setup undo apply entry.
11992 (cua--rect-undo-handler): New function for rectangle undo.
11993 (cua--rect-start-position, cua--rect-end-position): Add.
11994 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11995 for restored rectangle. Set point if cua--rect-undo-set-point.
11996
11997 2005-02-06 Jay Belanger <belanger@truman.edu>
11998
11999 * calc/calc-lang.el (calc-tex-language): Display more information
12000 in messages.
12001
12002 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12003 in TeX mode.
12004
12005 2005-02-06 Richard M. Stallman <rms@gnu.org>
12006
12007 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12008
12009 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12010
12011 * net/ldap.el (ldap-search-internal): Support attributes with
12012 optional descriptions separated by a semi-colon, as in
12013 "userCertificate;binary".
12014
12015 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12016
12017 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12018 isn't a cons (i.e. the version is 0).
12019
12020 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12021
12022 * help.el (help-for-help): Doc fix.
12023
12024 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12025
12026 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12027 GDB-Windows on the menu-bar as this works better.
12028
12029 2005-02-04 Jay Belanger <belanger@truman.edu>
12030
12031 * calc/calc-embed.el (calc-embedded-update): Don't put in
12032 unnecessary newlines. Adjust the end of formula marker.
12033
12034 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12035 (math-latex-parse-two-args): New function.
12036
12037 2005-02-03 Lute Kamstra <lute@gnu.org>
12038
12039 * help-fns.el (help-with-tutorial): Make sure that users cannot
12040 remove the entire text of the tutorial by means of `undo'.
12041
12042 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12043
12044 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12045 in recent changes, where the ispell process was repeatedly
12046 killed & restarted.
12047
12048 * international/mule-cmds.el (set-locale-environment): Set file-name
12049 coding system to utf-8 on Darwin systems.
12050 (set-default-coding-systems): Don't set default-file-name-coding-system
12051 on Darwin systems.
12052
12053 2005-02-03 Richard M. Stallman <rms@gnu.org>
12054
12055 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12056
12057 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12058
12059 * faces.el (list-faces-display): Add optional argument.
12060
12061 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12062
12063 * font-core.el (font-lock-default-function): Handle the rare case where
12064 only font-lock-keywords is set.
12065
12066 2005-02-02 Kenichi Handa <handa@m17n.org>
12067
12068 * international/characters.el: Cancel previous change for
12069 I-WITH-DOT-ABOVE and DOTLESS-i.
12070
12071 * international/latin-5.el: Cancel previous change.
12072
12073 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12074
12075 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12076
12077 2005-02-02 Kenichi Handa <handa@m17n.org>
12078
12079 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12080 DOTLESS-i.
12081
12082 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12083 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12084
12085 * case-table.el (get-upcase-table): New function.
12086 (copy-case-table): Copy upcaes table too if non-nil.
12087 (set-case-syntax-delims): Maintain upcase table too.
12088 (set-case-syntax-pair): Likewise.
12089 (set-upcase-syntax, set-downcase-syntax): New functions.
12090 (set-case-syntax): Maintain upcase table too.
12091
12092 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12093
12094 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12095
12096 * progmodes/gud.el (gud-goto-info): New function.
12097 (gud-tool-bar-map): Use correct icon.
12098
12099 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12100
12101 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12102 When delegating, order args in the funcall correctly.
12103
12104 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12105
12106 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12107
12108 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12109
12110 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12111 buffer not visiting a file.
12112
12113 2005-01-31 Jay Belanger <belanger@truman.edu>
12114
12115 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12116 bound on the line with the formula.
12117
12118 2005-01-31 Kim F. Storm <storm@cua.dk>
12119
12120 * ses.el (ses-create-cell-variable-range)
12121 (ses-destroy-cell-variable-range, ses-reset-header-string)
12122 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12123 (ses-insert-row): Fix format of apply undo entries.
12124
12125 2005-01-31 Jay Belanger <belanger@truman.edu>
12126
12127 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12128 parts.
12129
12130 * calc/calc-embed.el (calc-embedded-open-formula)
12131 (calc-embedded-close-formula): Ignore matrix environments.
12132
12133 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12134 TeX mode.
12135
12136 * calc/calc-lang.el (math-function-table, math-oper-table)
12137 (math-variable-table): Adjust the LaTeX portions.
12138
12139 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12140 (math-latex-ignore-words): New constant.
12141
12142 2005-01-31 Richard M. Stallman <rms@gnu.org>
12143
12144 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12145 (ispell-local-dictionary): Doc fix.
12146 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12147 Don't reinitialize at run time. Don't defcustom.
12148 All uses changed to append ispell-local-dictionary-alist,
12149 or check it first.
12150 (ispell-current-dictionary): New variable for dictionary in use.
12151 (ispell-dictionary): Now used only for global default.
12152 (ispell-start-process): Set ispell-current-dictionary,
12153 not ispell-dictionary.
12154 (ispell-change-dictionary): Use this only for setting
12155 user preferences.
12156 (ispell-internal-change-dictionary): New function
12157 to change the current dictionary in use.
12158 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12159 Use ispell-current-dictionary.
12160 Handle ispell-local-dictionary-overridden.
12161 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12162
12163 2005-01-31 Jay Belanger <belanger@truman.edu>
12164
12165 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12166
12167 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12168 (calc-mode-map): Add calc-latex-language.
12169
12170 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12171 (math-latex-print-frac): New functions.
12172 (math-oper-table, math-function-table, math-variable-table)
12173 (math-complex-format, math-input-filter): Add latex properties.
12174 (calc-set-language): Set math-expr-special-function-mapping.
12175
12176 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12177 (calc-write-parse-table-part): Add LaTeX support.
12178
12179 * calc/calc.el (calc-language): Adjust docstring.
12180 (calc-set-mode-line): Add LaTeX support.
12181 (math-expr-special-function-mapping): New variable.
12182 (math-tex-ignore-words): Add to list.
12183
12184 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12185 Add LaTeX support.
12186 (math-compose-expr): Add support for special functions.
12187
12188 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12189
12190 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12191
12192 * progmodes/gdb-ui.el (gdb-memory-address)
12193 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12194 (gdb-memory-mode-map, gdb-memory-format-keymap)
12195 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12196 (gdb-memory-unit-menu): New variables for a buffer
12197 that lets the user examine program memory.
12198 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12199 (gdb-memory-format-binary, gdb-memory-format-octal)
12200 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12201 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12202 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12203 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12204 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12205 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12206 (gdb-memory-mode, gdb-memory-buffer-name)
12207 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12208 New functions for above buffer.
12209
12210 2005-01-30 Richard M. Stallman <rms@gnu.org>
12211
12212 * cus-edit.el (custom-bury-buffer): Function deleted.
12213 (custom-buffer-done-function): Option deleted.
12214 (custom-buffer-done-kill): New (replacement option.
12215 (Custom-buffer-done): Call quit-window.
12216 (custom-buffer-create-internal): Update for above changes.
12217
12218 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12219
12220 * simple.el (undo-ask-before-discard): New var.
12221 (undo-outer-limit-truncate): Implement it.
12222 (undo-extra-outer-limit): Doc update.
12223
12224 2005-01-29 Richard M. Stallman <rms@gnu.org>
12225
12226 * ses.el (undo-more): Delete defadvice.
12227 (ses-begin-change): Doc fix.
12228
12229 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12230 instead of rebinding C-x u and C-_.
12231
12232 * files.el (normal-backup-enable-predicate): Return nil for files
12233 in /tmp, regardless of temporary-file-directory.
12234
12235 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12236
12237 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12238 (open-rectangle, delete-whitespace-rectangle-line)
12239 (clear-rectangle-line): If FILL, pass t instead of FILL
12240 for move-to-column's 2nd arg.
12241
12242 * simple.el (undo): Fix the test for continuing a series of undos.
12243 (undo-more): Set pending-undo-list to t when we reach end.
12244 (pending-undo-list): Move up defvar.
12245
12246 * wid-edit.el (widget-button-click):
12247 Shorten the range of the track-mouse binding.
12248
12249 * comint.el (comint-insert-input): Undo previous changes;
12250 use last-input-event in interactive spec.
12251
12252 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12253
12254 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12255 to nil before invoking call-process. Reset buffer's modified flag
12256 after fontifying it in the no-async branch.
12257
12258 * wid-edit.el (widget-specify-button): If mouse pointer shape
12259 cannot be changed, use mouse face instead.
12260
12261 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12262
12263 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12264 (gdb-goto-breakpoint): Make breakpoint handling work on template
12265 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12266 (gdb-assembler-custom): Update to recognize breakpoint information
12267 added on 2005-01-19.
12268
12269 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12270
12271 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12272 (dsssl-mode): Use define-derived-mode.
12273 (scheme-mode-initialize): Remove.
12274 (scheme-mode): Use run-mode-hooks.
12275
12276 * cus-edit.el (customize-group-other-window)
12277 (custom-buffer-create-other-window): Don't override special-display-*.
12278 (custom-mode-map): Make it dense.
12279
12280 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12281 sets the default value.
12282
12283 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12284
12285 * descr-text.el: Add more keywords.
12286
12287 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12288
12289 * speedbar.el: Avoid unnecessary use of locate-library.
12290
12291 * international/mule-cmds.el (standard-display-european-internal):
12292 Don't fiddle with latin-1 non-break space any more since it's now
12293 special cased in the C code.
12294 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12295
12296 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12297
12298 * cus-start.el (all): Add `undo-outer-limit'.
12299
12300 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12301
12302 * textmodes/bibtex.el (bibtex-format-entry):
12303 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12304 field lines.
12305 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12306 not on part of a buffer.
12307
12308 2005-01-25 Lute Kamstra <lute@gnu.org>
12309
12310 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12311 nonempty field text strings like "{letters\\macro{}more letters}".
12312 Clarify docstring.
12313 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12314 (bibtex-entry-offset, bibtex-parse-association)
12315 (bibtex-parse-field-name): Fix typos in docstrings.
12316 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12317
12318 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12319
12320 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12321 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12322 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12323 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12324
12325 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12326 isearch minor mode.
12327
12328 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12329
12330 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12331
12332 2005-01-24 Lute Kamstra <lute@gnu.org>
12333
12334 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12335 CASECHARS and NOT-CASECHARS regular expressions of the
12336 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12337 striding over charsets" error.
12338
12339 2005-01-24 Jay Belanger <belanger@truman.edu>
12340
12341 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12342 display variable name.
12343
12344 2005-01-24 Kenichi Handa <handa@m17n.org>
12345
12346 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12347 Fix setting of the element of encoded-kbd-iso2022-invocations.
12348
12349 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12350
12351 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12352 (gdb-threads-select): Change to also accept mouse events.
12353 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12354 (gdb-threads-mouse-select): Delete.
12355
12356 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12357
12358 * files.el (insert-directory): Take care of empty directory,
12359 listed without -a switch.
12360
12361 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12362
12363 * textmodes/refill.el (refill-post-command-function):
12364 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12365 to the list of functions that we should be careful not to undo.
12366 (refill-late-fill-paragraph-function): Remove.
12367 (refill-saved-state): New var.
12368 (refill-mode): Use it to save fill-paragraph-function.
12369 Save also the value of auto-fill-function.
12370
12371 * term/w32-win.el: Simplify code.
12372
12373 2005-01-23 Kim F. Storm <storm@cua.dk>
12374
12375 * simple.el (line-move): Adapt to new return value from
12376 pos-visible-in-window-p.
12377
12378 * simple.el (line-move): Fix last change. Check partial
12379 visibility at point rather than at window-start.
12380
12381 2005-01-22 Jason Rumney <jasonr@gnu.org>
12382
12383 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12384
12385 2005-01-22 David Kastrup <dak@gnu.org>
12386
12387 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12388
12389 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12390
12391 * type-break.el (type-break-mode): Add a test for
12392 type-break-file-name being non-nil.
12393
12394 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12395
12396 * net/eudc.el (top level): Call (message "") via progn, so that
12397 eudc-options-file is loaded.
12398
12399 2005-01-22 Kim F. Storm <storm@cua.dk>
12400
12401 * simple.el (line-move-1): Rename from line-move.
12402 (line-move): New function that adjusts vscroll for partially
12403 visible rows, and calls line-move-1 otherwise.
12404
12405 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12406
12407 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12408 since it's not a complete read-event implementation
12409
12410 2005-01-20 Jay Belanger <belanger@truman.edu>
12411
12412 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12413 for called function.
12414
12415 2005-01-20 Steven Tamm <steventamm@mac.com>
12416
12417 * term/mac-win.el (process-connection-type): Remove.
12418 Controlled now by s/darwin.h:PTY_ITERATION.
12419
12420 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12421
12422 * window.el (handle-select-window): Don't switch window when we're
12423 in the minibuffer.
12424
12425 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12426
12427 * subr.el (dotimes-with-progress-reporter): New macro.
12428
12429 * ses.el (ses-dotimes-msg): Remove macro.
12430 Use `dotimes-with-progress-reporter' instead.
12431
12432 2005-01-19 Steven Tamm <steventamm@mac.com>
12433
12434 * term/mac-win.el (process-connection-type): Use new
12435 operating-system-release variable to use ptys on Darwin 7 (OS X
12436 10.3) when using carbon build.
12437
12438 2005-01-19 Jay Belanger <belanger@truman.edu>
12439
12440 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12441 flags if the last command was a tab or M-tab.
12442
12443 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12444 in formula editing buffer.
12445
12446 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12447
12448 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12449 breakpoint image symbol in margin.
12450
12451 2005-01-19 Jay Belanger <belanger@truman.edu>
12452
12453 * calc/calc-prog.el (calc-execute-kbd-macro):
12454 Ignore calc-keep-arg-flag.
12455
12456 2005-01-19 Kenichi Handa <handa@m17n.org>
12457
12458 * textmodes/ispell.el (ispell-looking-at): New function.
12459 (ispell-process-line): Use ispell-looking-at to compare the ispell
12460 output and the buffer contents.
12461
12462 2005-01-18 Jay Belanger <belanger@truman.edu>
12463
12464 * calc/calc.el (calc-display-raw): Fix docstring.
12465
12466 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12467
12468 * simple.el (blink-matching-open): Strip extra info from syntax.
12469
12470 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12471 funny chars in the end-of-here-doc marker.
12472
12473 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12474
12475 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12476 that enable/disabled state of breakpoints is shown correctly in
12477 fringe and on ttys.
12478 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12479 Add breakpoint information as text properties.
12480 (gdb-mouse-toggle-breakpoint):
12481 Rename to gdb-mouse-set-clear-breakpoint.
12482 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12483 breakpoints in the margin.
12484 (gdb-remove-strings): Simplify.
12485
12486 2005-01-17 Jay Belanger <belanger@truman.edu>
12487
12488 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12489 erasing buffer.
12490
12491 2005-01-17 Richard M. Stallman <rms@gnu.org>
12492
12493 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12494 for calling grep-compute-defaults.
12495
12496 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12497 if buffer is empty.
12498
12499 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12500
12501 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12502
12503 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12504
12505 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12506 non-preloaded variables.
12507
12508 2005-01-17 Steven Tamm <steventamm@mac.com>
12509
12510 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12511 tex-shell cause to force interactivity when using pipes.
12512
12513 2005-01-17 Kim F. Storm <storm@cua.dk>
12514
12515 * simple.el (just-one-space): Make arg optional.
12516
12517 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12518
12519 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12520 posn-at-x-y to t to access left-margin.
12521
12522 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12523
12524 Sync with Tramp 2.0.47.
12525
12526 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12527 catching keep-date problems in cp/scp operations.
12528 (tramp-handle-copy-file): Don't call `set-file-modes'
12529 unconditionally. Specialized functions should know better what is
12530 necessary. This improves performance a little bit, and the
12531 functions could catch errors with `cp -p' and `scp -p'.
12532 (tramp-do-copy-or-rename-file-via-buffer)
12533 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12534 when appropriate.
12535 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12536 Call `set-file-modes' when appropriate.
12537 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12538 Johnsson <isak@hypergene.com>
12539 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12540 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12541 <joakim@verona.se>
12542 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12543 Emacs only.
12544
12545 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12546 `find-file-hooks' and `dired-mode-hook'.
12547 (tramp-minor-mode-map): Respective map. Add remapping for
12548 `compile' and `recompile'.
12549 (tramp-remap-command, tramp-recompile): New defuns.
12550 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12551 in buffer "*Compilation*". Call the commands asynchronously.
12552
12553 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12554 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12555 `shell-command', because it isn't magic in XEmacs. Reported by
12556 Adrian Aichner <adrian@xemacs.org>.
12557
12558 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12559 `substitute-in-file-name.
12560 (tramp-smb-handle-substitute-in-file-name): New defun.
12561 (tramp-smb-advice-PC-do-completion): Delete advice.
12562
12563 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12564
12565 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12566 Fix error in deleting region.
12567
12568 2005-01-15 Richard M. Stallman <rms@gnu.org>
12569
12570 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12571 In non-temp buffer, switch syntax table temporarily.
12572
12573 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12574
12575 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12576
12577 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12578
12579 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12580 (imenu--generic-function): Use START, not BEG, as pos of definition.
12581
12582 * simple.el (just-one-space): Argument specifies number of spaces.
12583
12584 * simple.el (eval-expression-print-format): Avoid warning
12585 about edebug-active.
12586
12587 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12588
12589 * progmodes/sh-script.el: Code copied from make-mode.el
12590 with small changes,
12591 (sh-mode-map): Bind C-c C-\.
12592 (sh-backslash-column, sh-backslash-align): New variables.
12593 (sh-backslash-region, sh-append-backslash): New functions.
12594
12595 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12596
12597 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12598 (rmail-pop-password, rmail-pop-password-required): Move to
12599 rmail-obsolete group.
12600 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12601 All callers updated.
12602 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12603 Take an argument specifying whether it is POP or IMAP mailbox we
12604 are using. All callers updated.
12605 (rmail-pop-password-error): Rename to
12606 rmail-remote-password-error. Added mailutils-specific error message.
12607 (rmail-movemail-search-path)
12608 (rmail-movemail-variant-in-use): New variables.
12609 (rmail-remote-password, rmail-remote-password-required):
12610 New customization variables.
12611 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12612 (rmail-parse-url): New function.
12613 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12614 with GNU mailutils movemail.
12615
12616 2005-01-15 Kevin Ryde <user42@zip.com.au>
12617
12618 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12619 suffix to space, $ or '$, to correctly position point when going
12620 to @table style constants like DBL_MAX.
12621
12622 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12623
12624 * type-break.el (type-break-mode, type-break-file-time)
12625 (type-break-file-keystroke-count, type-break-choose-file):
12626 Don't store data in or load data from the file if type-break-file-name
12627 is nil.
12628 (type-break-file-name): Doc update as per the above.
12629
12630 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12631
12632 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12633 lookup-key might return nil; handle that.
12634
12635 2005-01-15 Alan Mackenzie <acm@muc.de>
12636
12637 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12638 rather than the element found, thus enabling the tree to be setcar'd.
12639
12640 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12641
12642 * textmodes/org.el (org-show-following-heading): New option.
12643 (org-show-hierarchy-above): Use `org-show-following-heading'.
12644 (org-cycle): Documentation fix.
12645
12646 * textmodes/org.el (orgtbl-optimized): New option
12647 (orgtbl-mode): New command, a minor mode.
12648 (orgtbl-mode-map): New variable.
12649 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12650 (orgtbl-error, orgtbl-self-insert-command)
12651 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12652
12653 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12654 a local variable in each org-mode buffer.
12655
12656 * textmodes/org.el (org-set-regexps-and-options): Rename from
12657 `org-set-regexps'. Added checking for STARTUP keyword.
12658 (org-get-current-options): Add STARTUP options.
12659 (org-table-insert-row): Make mode intelligent about when
12660 realignment is needed.
12661 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12662 New commands.
12663 (org-enable-table-editor): New default value `optimized'.
12664 (org-table-blank-field): Support blanking regions if active.
12665
12666 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12667
12668 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12669 if the year is not given.
12670
12671 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12672 Add new escapes %m and %M, fixed bug with %F by adding
12673 save-match-data.
12674 (reftex-reference): Remove ?. from list of spaces.
12675 (reftex-label-info): Add automatic label prefix recognition.
12676
12677 * textmodes/reftex-index.el (reftex-index-next-phrase):
12678 Add slave parameter to call of `reftex-index-this-phrase'.
12679 (reftex-index-this-phrase): New optional argument.
12680 (reftex-index-region-phrases): Add slave parameter to call of
12681 `reftex-index-this-phrase'.
12682 (reftex-display-index): New argument redo.
12683 (reftex-index-rescan): Add 'redo to arguments of
12684 `reftex-display-index'.
12685 (reftex-index-Rescan, reftex-index-revert)
12686 (reftex-index-switch-index-tag): Add 'redo to arguments of
12687 `reftex-display-index'.
12688 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12689 indexing. Fix bug with matching is there is a quote before or
12690 after the word.
12691
12692 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12693 Fix bug when collecting citation keys in lines with comments.
12694 (reftex-citation): Prefix argument no longer rescans the document,
12695 but forces prompting for optional arguments of cite macros.
12696 (reftex-do-citation): Prompting for optional arguments implemented.
12697
12698 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12699 Add optional arguments to most cite commands.
12700 (reftex-cite-cleanup-optional-args): New option
12701 (reftex-cite-prompt-optional-args): New option.
12702 (reftex-trust-label-prefix): New option.
12703
12704 * textmodes/reftex-toc.el (reftex-toc-find-section):
12705 Add push-mark before changing the position in the buffer.
12706
12707 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12708 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12709
12710 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12711
12712 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12713 more carefully.
12714
12715 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12716
12717 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12718 (sgml-mode): Use it.
12719 (sgml-get-context): Better keep track of implicitly closed tags.
12720
12721 2005-01-13 Kenichi Handa <handa@m17n.org>
12722
12723 * textmodes/ispell.el: These changes are to fix misalignment error
12724 caused by equivalent characters of different Emacs charsets.
12725 (ispell-unified-chars-table): New variable.
12726 (ispell-get-decoded-string): New function.
12727 (ispell-get-casechars, ispell-get-not-casechars)
12728 (ispell-get-otherchars): Call ispell-get-decoded-string.
12729
12730 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12731
12732 * custom.el (custom-declare-variable): Just put symbol instead
12733 of (defvar . symbol) in `current-load-list'.
12734
12735 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12736
12737 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12738
12739 2005-01-12 Jay Belanger <belanger@truman.edu>
12740
12741 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12742 to create a Calc summary.
12743
12744 2005-01-12 Kim F. Storm <storm@cua.dk>
12745
12746 * mouse.el (mouse-on-link-p): Change functionality and doc
12747 string to comply with latest description in lisp ref.
12748
12749 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12750
12751 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12752 Enable mouse clicks on mode-line, header-line and margin.
12753 (event-type): Give mouse event symbols an 'event-kind property
12754 with value 'mouse-click.
12755
12756 2005-01-12 Juri Linkov <juri@jurta.org>
12757
12758 * facemenu.el (list-colors-display): Add new arg buffer-name.
12759 Use it. Fix docstring. Replace code for identifying duplicate
12760 colors by the name with call to `list-colors-duplicates' which
12761 identifies duplicate colors by the value unless the color
12762 is one of special Windows colors. Set truncate-lines to t.
12763 Print sorted duplicate color names on each line. Indent to 22
12764 \(the longest color name in rgb.txt) instead of 20. Optimize.
12765 (list-colors-duplicates): New function.
12766 (facemenu-color-name-equal): Delete function.
12767
12768 * facemenu.el (list-colors-print): New function created from code
12769 in list-colors-display. Print #RRGGBB at the window right edge.
12770 (list-colors-display): When temp-buffer-show-function is not
12771 defined, call list-colors-print from temp-buffer-show-hook
12772 to get the right value of window-width in list-colors-print
12773 after the buffer is displayed.
12774
12775 * simple.el (pop-mark): Move deactivate-mark out of conditional
12776 part to deactivate the active mark regardless of the state of the
12777 mark ring.
12778
12779 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12780 variables line in desktop files.
12781
12782 2005-01-12 Juri Linkov <juri@jurta.org>
12783
12784 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12785 Bring together isearch highlight related options.
12786 (lazy-highlight): Replace group `replace' by `matching'.
12787 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12788 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12789 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12790 and declare them obsolete.
12791 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12792 (isearch-faces): Remove defgroup.
12793 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12794 Move isearch highlighting code closer to lazy highlighting code.
12795
12796 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12797 (query-replace-highlight, query-replace-lazy-highlight)
12798 (query-replace): Move definitions to the beginning of the file.
12799
12800 2005-01-11 Juri Linkov <juri@jurta.org>
12801
12802 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12803 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12804 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12805
12806 * info.el (Info-history-forward): New variable.
12807 (Info-select-node): Reset Info-history-forward to nil.
12808 (Info-last): Turn into defalias.
12809 (Info-history-back): Rename from Info-last.
12810 Add current node to Info-history-forward.
12811 (Info-history-forward): New fun.
12812 (Info-mode-map): Replace Info-last by Info-history-back.
12813 Bind Info-history-forward to "r".
12814 (Info-mode-menu): Replace Info-last by Info-history-back.
12815 Fix menu item text. Add menu item for Info-history-forward.
12816 (info-tool-bar-map): Replace Info-last by Info-history-back.
12817 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12818 for Info-history-forward.
12819 (Info-mode): Replace Info-last by Info-history-back in docstring.
12820 Add local variable Info-history-forward.
12821 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12822
12823 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12824
12825 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12826 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12827 Ignore select-window events rather than fiddle with
12828 mouse-autoselect-window.
12829
12830 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12831
12832 * type-break.el (type-break-mode): Fix previous change.
12833
12834 2005-01-10 Jay Belanger <belanger@truman.edu>
12835
12836 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12837 calculator; only reset when point is inside a calculator.
12838 Don't adjust the window height if the window takes up the whole height
12839 of the frame.
12840
12841 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12842
12843 * ebuff-menu.el (Electric-buffer-menu-mode):
12844 Preserve value of buffer-local var header-line-format.
12845
12846 2005-01-09 Jay Belanger <belanger@truman.edu>
12847
12848 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12849 Make sure settings file exists before accessing it.
12850
12851 * calc/calc-embed.el (calc-embedded-subst):
12852 Replace math-multi-subst-rec, which is only supposed to be called
12853 by math-multi-subst, by math-multi-subst.
12854
12855 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12856
12857 * vc.el (vc-allow-async-revert): New user option.
12858 (vc-disable-async-diff): New internal variable.
12859 (vc-revert-buffer): Use them to disable asynchronous diff.
12860
12861 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12862 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12863 asynchronously if vc-disable-async-diff is t.
12864
12865 2005-01-09 Jay Belanger <belanger@truman.edu>
12866
12867 * calc/calc.el (defcalcmodevar): New macro.
12868 (calc-mode-var-list-restore-default-values)
12869 (calc-mode-var-list-restore-saved-values): New functions.
12870 (calc-mode-var-list): Use defcalcmodevar to define it.
12871 (calc-always-load-extensions, calc-line-numbering)
12872 (calc-line-breaking, calc-display-just, calc-display-origin)
12873 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12874 (calc-group-char, calc-point-char, calc-frac-format)
12875 (calc-prefer-frac, calc-hms-format, calc-date-format)
12876 (calc-float-format, calc-full-float-format, calc-complex-format)
12877 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12878 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12879 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12880 (calc-matrix-brackets, calc-language, calc-language-option)
12881 (calc-left-label, calc-right-label, calc-word-size)
12882 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12883 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12884 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12885 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12886 (calc-window-height, calc-display-trail, calc-show-selections)
12887 (calc-use-selections, calc-assoc-selections)
12888 (calc-display-working-message, calc-auto-why, calc-timing)
12889 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12890 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12891 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12892 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12893 (calc-gnuplot-geometry, calc-graph-default-resolution)
12894 (calc-graph-default-resolution-3d, calc-invocation-macro)
12895 (calc-show-banner): Use defcalcmodevar to declare them and set
12896 their default values.
12897
12898 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12899 instead of default values (but restore default values if there is
12900 an argument of 0).
12901
12902 2005-01-09 David Kastrup <dak@gnu.org>
12903
12904 * desktop.el (desktop-restore-eager): Fix typo in type.
12905
12906 2005-01-08 Richard M. Stallman <rms@gnu.org>
12907
12908 * cus-edit.el (customize): Delete :link.
12909
12910 2005-01-08 Jay Belanger <belanger@truman.edu>
12911
12912 * calc/calc.el (calc-mode): Remove the extension from the
12913 `calc-settings-file' file name when loading it.
12914
12915 2005-01-08 Kim F. Storm <storm@cua.dk>
12916
12917 * info.el (Info-mode-map, Info-next-link-keymap)
12918 (Info-prev-link-keymap, Info-up-link-keymap):
12919 Map follow-link to mouse-face.
12920 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12921
12922 2005-01-08 Jay Belanger <belanger@truman.edu>
12923
12924 * calc/calc.el (calc-settings-file): Change default value.
12925 Suggested by cgw in a comment in calc-mode.el.
12926
12927 * calc/calc-mode.el (calc-settings-file-name):
12928 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12929 Replace ~/.emacs in a prompt by calc-settings-file.
12930
12931 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12932
12933 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12934 (desktop-lazy-idle-delay): New customizable variables.
12935 (desktop-buffer-args-list): New variable.
12936 (desktop-append-buffer-args): New function.
12937 (desktop-save): Call desktop-append-buffer-args for some buffers.
12938 (desktop-lazy-create-buffer): New function.
12939 (desktop-idle-create-buffers): New function.
12940 (desktop-read): Add message about buffers to restore lazily.
12941 (desktop-lazy-abort): New command.
12942 (desktop-clear): Call desktop-lazy-abort.
12943 (desktop-lazy-complete): New command.
12944
12945 2005-01-06 Richard M. Stallman <rms@gnu.org>
12946
12947 * emacs-lisp/find-func.el (find-face-definition):
12948 Rename from find-face.
12949
12950 2005-01-06 Kim F. Storm <storm@cua.dk>
12951
12952 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12953
12954 * man.el (Man-xref-man-page, Man-xref-header-file)
12955 (Man-xref-normal-file): Add follow-link property.
12956
12957 2005-01-06 Jay Belanger <belanger@truman.edu>
12958
12959 * calc/calc-units.el: Make sure the proper macro definitions are
12960 available when compiling.
12961
12962 2005-01-06 Juri Linkov <juri@jurta.org>
12963
12964 * isearch.el (isearch-lazy-highlight-update):
12965 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12966
12967 2005-01-06 Miles Bader <miles@gnu.org>
12968
12969 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12970 (isearch-lazy-highlight-face): Use new name.
12971
12972 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12973
12974 * uniquify.el (uniquify-rationalize-file-buffer-names):
12975 Re-add an interactive spec.
12976 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12977 to the same name.
12978
12979 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12980 (isearch-update, isearch-done): Adjust calls accordingly.
12981
12982 2005-01-05 Richard M. Stallman <rms@gnu.org>
12983
12984 * custom.el (custom-set-variables, custom-theme-set-variables):
12985 Clarify documentation.
12986
12987 * emacs-lisp/find-func.el (find-variable)
12988 (find-variable-other-window, find-variable-other-frame):
12989 Fix the TYPE args to find-function-read and find-function-do-it.
12990 (find-function): Doc fix.
12991 (find-function-at-point): Replace function-at-point alias.
12992
12993 2005-01-04 Richard M. Stallman <rms@gnu.org>
12994
12995 * cus-face.el (custom-declare-face):
12996 Record defface in current-load-list.
12997
12998 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12999
13000 * emacs-lisp/find-func.el: Doc fixes.
13001 (find-face-regexp): New variable.
13002 (find-function-regexp-alist): New variable.
13003 (find-function-C-source): Third arg is now TYPE.
13004 (find-function-search-for-symbol): Handle general TYPE.
13005 (find-function-read, find-function-do-it): Handle general TYPE.
13006 (find-definition-noselect, find-face): New functions.
13007 (function-at-point): Alias deleted.
13008
13009 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13010
13011 * battery.el (display-battery-mode): Rename from display-battery.
13012 Handle the case where it gets turned off.
13013
13014 2005-01-04 Richard M. Stallman <rms@gnu.org>
13015
13016 * cus-edit.el (customize): Make :link point to user doc.
13017
13018 * man.el (Man-fontify-manpage): Turn off undo generation.
13019
13020 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13021
13022 2005-01-04 Andreas Schwab <schwab@suse.de>
13023
13024 * files.el (insert-directory): Only look for error lines in
13025 inserted text. Don't move too far after processing --dired markers.
13026
13027 2005-01-04 Richard M. Stallman <rms@gnu.org>
13028
13029 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13030 Don't expand if the character is @, period, dash, etc.
13031 (define-mail-abbrev): Quote names that contain problem characters.
13032
13033 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13034
13035 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13036
13037 2005-01-03 Richard M. Stallman <rms@gnu.org>
13038
13039 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13040 (query-replace-highlight, query-replace-lazy-highlight)
13041 (query-replace): Definitions moved up. Doc fix.
13042
13043 2005-01-03 Richard M. Stallman <rms@gnu.org>
13044
13045 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13046 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13047 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13048 (lazy-highlight-face): Rename from isearch-lazy-...
13049 Change all references to them.
13050
13051 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13052
13053 * cus-edit.el (custom-file): Doc fix for defcustom.
13054 (custom-file): The function no longer sets the variable
13055 `custom-file' to its return value.
13056
13057 * startup.el (command-line): No longer load `custom-file'.
13058
13059 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13060
13061 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13062
13063 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13064 Don't confuse module-prefixed identifiers for labels.
13065 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13066
13067 2005-01-02 Richard M. Stallman <rms@gnu.org>
13068
13069 * files.el (basic-save-buffer-1): Fix previous change.
13070
13071 * loadhist.el (file-loadhist-lookup): New function.
13072 (file-provides, file-requires): Use it.
13073
13074 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13075 instead of calculating the right size.
13076
13077 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13078
13079 * vc-svn.el (vc-svn-diff): Stay local if possible.
13080
13081 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13082
13083 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13084
13085 * files.el (hack-local-variables): Fix last change.
13086
13087 2005-01-02 Jay Belanger <belanger@truman.edu>
13088
13089 * calc/calc-yank.el (calc-edit-top): New variable.
13090 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13091 object. Change header properties.
13092 (calc-edit-finish, calc-edit-finish-stack-object)
13093 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13094 edited object.
13095 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13096 for the beginning of the edited object.
13097 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13098 for the beginning of the edited object.
13099 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13100 (calc-finish-formula-edit, calc-macro-repeats)
13101 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13102 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13103 beginning of the edited object.
13104 (calc-user-define-edit): Change the header for editing macros.
13105 Remove unnecessary variable.
13106
13107 2005-01-01 Jay Belanger <belanger@truman.edu>
13108
13109 * calc/calc-yank.el (calc-edit-mode): Change default header.
13110 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13111 * calc/calc-store.el (calc-edit-variable): Change title to match new
13112 header.
13113 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13114 mode to match new header.
13115 (calc-user-define-edit): Change titles to include names of commands.
13116 (calc-finish-formula-edit): Adjust to handle new header.
13117 (calc-finish-macro-edit): Remove.
13118 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13119 (calc-edit-macro-command, calc-edit-macro-command-type)
13120 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13121 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13122 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13123 (calc-edit-macro-finish-edit): New functions.
13124 (calc-user-define-edit): Use new functions to edit named calc macros.
13125
13126 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13127
13128 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13129
13130 * ses.el (copy-region-as-kill): Deactivate mark.
13131
13132 2005-01-01 Richard M. Stallman <rms@gnu.org>
13133
13134 * replace.el (occur-1): If the output buffer is also an input,
13135 don't kill it, rename it.
13136
13137 * faces.el (set-face-background, set-face-foreground): Doc fix.
13138
13139 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13140 for :foreground and :background.
13141
13142 * dired.el (dired-view-command-alist): Variable deleted.
13143 (dired-view-file, dired-mouse-find-file-other-window):
13144 Delete the code to use it.
13145
13146 2005-01-01 Kim F. Storm <storm@cua.dk>
13147
13148 * image.el (insert-sliced-image): Use t for line-height property.
13149
13150 See ChangeLog.11 for earlier changes.
13151
13152 ;; Local Variables:
13153 ;; coding: iso-2022-7bit
13154 ;; End:
13155
13156 Copyright (C) 2005 Free Software Foundation, Inc.
13157 Copying and distribution of this file, with or without modification,
13158 are permitted provided the copyright notice and this notice are preserved.
13159
13160 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1