]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(mouse-1-click-follows-link): Doc fix.
[gnu-emacs] / lisp / ChangeLog
1 2005-10-16 Romain Francoise <romain@orebokech.com>
2
3 * mouse.el (mouse-1-click-follows-link): Doc fix.
4
5 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * savehist.el: Don't require CL at runtime.
8 (savehist-xemacs): Remove.
9 (savehist-coding-system): Use utf-8 if available, regardless of religion.
10 (savehist-no-conversion): Use (featurep 'xemacs).
11 (savehist-load): Check existence of start-itimer rather than XEmacs.
12 Use an idle timer.
13 (savehist-process-for-saving): Replace use of CL funs `subseq' and
14 `delete-if-not'.
15
16 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
17
18 * savehist.el: Newer version.
19 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20 (savehist-last-checksum, savehist-no-conversion): New vars.
21 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22 New functions.
23 (savehist-load, savehist-save): Use them.
24 (savehist-delimit): Remove.
25
26 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * progmodes/compile.el (compilation-goto-locus): Display the
29 compilation buffer first and the source buffer second, in case they're
30 in overlapping frames. Don't raise the compilation frame if it was the
31 selected window upon entry. Pass the `other-window' arg to
32 pop-to-buffer.
33
34 * info.el (Info-fontify-node): Use dolist.
35 Change add-text-properties to put-text-property.
36
37 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
38
39 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
40 bound of search.
41
42 2005-10-16 Masatake YAMATO <jet@gyve.org>
43
44 * dabbrev.el (dabbrev-completion): Pass the common
45 prefix substring of completion to `display-completion-list'.
46
47 * filecache.el (file-cache-minibuffer-complete)
48 (file-cache-complete): Ditto.
49
50 * tempo.el (tempo-display-completions): Ditto.
51
52 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
53
54 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
55
56 * eshell/em-hist.el (eshell-list-history): Ditto.
57
58 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
59
60 * mail/mailalias.el (mail-complete): Ditto.
61
62 * progmodes/etags.el (complete-tag): Ditto.
63
64 * progmodes/make-mode.el (makefile-complete): Ditto.
65
66 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
67
68 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
69
70 * progmodes/pascal.el (pascal-complete-word)
71 (pascal-show-completions): Ditto.
72
73 * progmodes/python.el (python-complete-symbol): Ditto.
74
75 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
76
77 * textmodes/org.el (org-complete): Ditto.
78
79 * simple.el (completion-common-substring): New variable.
80 (completion-setup-function): Use `completion-common-substring'
81 to put faces.
82
83 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
84
85 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
86 (x-get-selection, mac-select-convert-to-string): Convert from/to
87 UTF-16 clipboard data as in native byte order, no BOM.
88
89 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
90
91 * progmodes/gud.el (gud-tool-bar-map): Rename the images
92 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
93 (gud-sentinel): Use speedbar-frame to check for speedbar.
94
95 2005-10-15 Richard M. Stallman <rms@gnu.org>
96
97 * savehist.el: New file.
98
99 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
100
101 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
102 Fix bug in \bf fontification.
103
104 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * pcvs.el (cvs-edit-log-files): New var.
107 (cvs-mode-edit-log): New arg `file'.
108 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
109 Instead force the use of the original file and nothing else.
110 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
111 the cvs-minor-wrap-function is set.
112 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
113
114 2005-10-14 Bill Wohler <wohler@newt.com>
115
116 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
117 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
118 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
119 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
120 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
121 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
122 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
123 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
124 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
125 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
126 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
127 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
128 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
129 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
130 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
131
132 * progmodes/gud.el (gud-tool-bar-map): Renamed the images
133 appropriately (for example, gud-break to gud/break).
134
135 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
136
137 * longlines.el (longlinges-search-function)
138 (longlines-search-forward, longlines-search-backward): New
139 functions.
140 (longlines-mode): Set isearch-search-fun-function to
141 longlinges-search-function.
142
143 * mouse.el (mouse-drag-region-1): Handle the case where a
144 double-click event is bound to an arbitrary function.
145
146 2005-10-14 David Ponce <david@dponce.com>
147
148 * recentf.el (recentf-track-opened-file)
149 (recentf-track-closed-file, recentf-update-menu)
150 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
151 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
152 mouse-1-click-follows-link.
153
154 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
155
156 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
157 Gnome file-manager.png. Suggested by
158 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
159
160 * toolbar/README: Add diropen.xpm.
161
162 2005-10-13 Bill Wohler <wohler@newt.com>
163
164 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
165 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
166
167 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
168
169 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
170 Don't waste the byte-compiler's time on constant data.
171
172 2005-10-13 Kenichi Handa <handa@m17n.org>
173
174 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
175 byte with `escape-glyph' face.
176
177 * international/fontset.el (ccl-encode-unicode-font):
178 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
179 Handle the case that ucs-mule-to-mule-unicode translates a character to
180 ASCII (usually for IPA characters).
181
182 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
185 Don't hide the underline of titles if font-lock-mode is disabled.
186
187 2005-10-12 Bill Wohler <wohler@newt.com>
188
189 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
190 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
191 files in MH-E-SRC have been updated.
192 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
193
194 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
197 (mixal-mode-syntax-table): Add \n as end-comment.
198 (mixal-operation-codes-alist): Immediately initialize to full value.
199 (mixal-add-operation-code): Remove.
200 (mixal-describe-operation-code): Make the arg non-optional.
201 Use the interactive spec instead.
202 Use mixal-operation-codes-alist rather than mixal-operation-codes.
203 (mixal-font-lock-keywords): Don't highlight comments here any more.
204 (mixal-font-lock-syntactic-keywords): New var.
205 (mixal-mode): Use it. Fix comment-start-skip.
206
207 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
208
209 * startup.el (command-line-x-option-alist): -nb => -nbi
210
211 2005-10-12 Kim F. Storm <storm@cua.dk>
212
213 * startup.el (fancy-splash-default-action): Discard mouse click in
214 the spash screen window, as it has no sensible meaning in the
215 next window to be selected. Fixes error reported by Jan D.
216
217 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
218
219 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
220
221 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
224 Try to fix up minor layout issues like indentation, line break, etc...
225 (mixal-mode-syntax-table): Don't try to specify comment syntax,
226 because it doesn't work.
227 (mixal-operation-codes): Add some more codes.
228 (mixal-font-lock-keywords): Process comments here.
229 (mixal-mode): mixasm no longer needs -g option.
230
231 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
232
233 * progmodes/sh-script.el (sh-tmp-file):
234 Use mktemp -t. Finish support for es and rc shells.
235
236 2005-10-11 Jay Belanger <belanger@truman.edu>
237
238 * calc/calcalg2.el (calc-integral): With an argument, compute the
239 definite integral.
240
241 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
242
243 * mouse.el (mouse-drag-region-1): Don't try to catch a
244 double-click when doing follow-link (it's overridden anyway).
245
246 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
247
248 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
249 (autoload-print-form-outbuf): Add docstring.
250
251 2005-10-11 Juri Linkov <juri@jurta.org>
252
253 * info.el (Info-mode-menu): Delete menu item "Edit".
254 (Info-mode): Delete description of Info-edit from docstring,
255 and rearrange descriptions of Info commands in the order
256 they are documented in the Info manual.
257
258 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * calendar/appt.el (appt-check): Use diary-selective-display var.
261
262 2005-10-10 Richard M. Stallman <rms@gnu.org>
263
264 * net/newsticker.el (newsticker-start, newsticker-show-news):
265 Add autoload cookies.
266
267 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
268
269 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
270
271 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
272
273 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
274
275 2005-10-10 Jay Belanger <belanger@truman.edu>
276
277 * calc/calc-arith.el (math-check-known-scalarp)
278 (math-check-known-matrixp): Check the values of arguments that are
279 variables.
280 (math-check-known-square-matrixp): New function.
281 (math-known-square-matrixp): Use math-check-known-square-matrixp.
282 (math-super-types): Add sqmatrix type.
283
284 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
285 mode name `square' to 'sqmatrix'.
286
287 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
288 mode name `square' to 'sqmatrix'.
289
290 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * progmodes/etags.el (select-tags-table-mode): Don't use
293 selective-display.
294 (tags-select-tags-table): Pass `button' to the action function.
295 (select-tags-table): Place the side-info on button properties rather
296 than in hidden text. Abbreviate file names.
297 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
298 (select-tags-table-select): Add `button' argument.
299 Get side-info from the button property rather than from hidden text.
300
301 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
302
303 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
304 (gud-speedbar-buttons): Preserve point if possible.
305 (gud-sentinel): Restore previous speedbar display type.
306
307 * progmodes/gdb-ui.el (gdba): Improve diagram.
308 (def-gdb-auto-update-handler, gdb-info-locals-handler)
309 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
310 Call get-buffer-window once.
311
312 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
313
314 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
315 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
316 (pascal-indent-command): Remove unused var `ind'.
317 (pascal-indent-case): Remove unused var `oldpos'.
318 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
319 since it's now used as a proper minor mode map.
320 (pascal-outline): Rename to pascal-outline-mode.
321 (pascal-outline-mode): Use define-minor-mode.
322 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
323 selective-display.
324
325 2005-10-10 Andreas Schwab <schwab@suse.de>
326
327 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
328 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
329
330 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
331 outside source directory.
332
333 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
334
335 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
336 C-x' as a prefix.
337 (orgtbl-mode-map): Full keymap instead of sparse, because all
338 `self-insert-command' keys are redefined in this map.
339 (org-export-as-html): Specify charset for HTML file, by taking it
340 from the coding system.
341
342 2005-10-10 Kenichi Handa <handa@m17n.org>
343
344 * textmodes/flyspell.el (flyspell-check-word-p):
345 If unread-command-events is non-empty, don't call sit-for.
346
347 2005-10-09 Richard M. Stallman <rms@gnu.org>
348
349 * font-lock.el (font-lock-syntactic-keywords)
350 (font-lock-keywords): Doc fixes.
351
352 * textmodes/flyspell.el (flyspell-external-point-words):
353 Simplify logic, and don't try to check for consecutive appearances
354 of one incorrect word.
355
356 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
357
358 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
359 separator.
360
361 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
362 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
363 (gud-expansion-speedbar-buttons): New function.
364 (gud-speedbar-buttons): Check for gud-comint-buffer.
365
366 2005-10-09 Bill Wohler <wohler@newt.com>
367
368 * Makefile.in (updates): Add mh-loaddefs dependency.
369
370 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
371
372 * speedbar.el (speedbar-file-key-map): Fix typo.
373
374 2005-10-09 Daniel Brockman <daniel@brockman.se>
375
376 * cus-start.el (line-spacing): Add custom spec.
377
378 2005-10-09 Romain Francoise <romain@orebokech.com>
379
380 * textmodes/ispell.el (ispell-check-version): Fix last change.
381
382 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
383
384 * term/x-win.el: Remove -i, --icon-type from comment.
385
386 * startup.el (command-line-x-option-alist): Remove options -i,
387 -itype, --icon-type, added -nb, --no-bitmap-icon
388
389 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
390
391 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
392 instead of :active.
393
394 2005-10-08 Eric Hanchrow <offby1@blarg.net>
395
396 * textmodes/ispell.el (ispell-check-version):
397 Ignore hyphen, and all that follows, in aspell's version text.
398
399 2005-10-08 Jay Belanger <belanger@truman.edu>
400
401 * calc/calc-arith.el (math-known-square-matrixp): New function.
402 (math-pow-fancy): Check for matrices before distributing exponent
403 across products.
404
405 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
406 fullscreen keypad. Suggested by Luc Teirlinck.
407 (calc-keypad-show-input): Add space for formatting.
408
409 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
410 Add square matrix option.
411
412 * calc/calc-poly.el (math-expand-term): Check for matrices instead
413 of checking calc-matrix-mode when deciding how to expand.
414
415 * calc/calc.el (calc-set-mode-line): Add square matrix option.
416
417 2005-10-08 Lars Hansen <larsh@soem.dk>
418
419 * net/tramp.el (tramp-perl-directory-files-and-attributes):
420 Add error handling.
421 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
422
423 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
424
425 Sync with Tramp 2.0.51.
426
427 * net/tramp.el (tramp-handle-set-visited-file-modtime)
428 (tramp-handle-insert-file-contents, tramp-handle-write-region):
429 Insert special handling for `last-coding-system-used', again
430 it still seems to be necessary (unlike stated before).
431 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
432 (tramp-password-prompt-regexp): There might be other words before
433 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
434 (tramp-chunksize): Improve docstring.
435 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
436 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
437 Christian Joergensen <bugs@razor.dk>.
438
439 2005-10-07 Glenn Morris <rgm@gnu.org>
440
441 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
442 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
443 precision'.
444
445 2005-10-07 Romain Francoise <romain@orebokech.com>
446
447 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
448 (ibuffer-do-shell-command-pipe-replace)
449 (ibuffer-do-shell-command-file, ibuffer-do-eval)
450 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
451 (ibuffer-do-revert, ibuffer-do-replace-regexp)
452 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
453 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
454 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
455 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
456 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
457 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
458 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
459 Autoload file sans suffix.
460
461 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
462
463 2005-10-07 David Ponce <david@dponce.com>
464
465 * recentf.el (recentf-menu-open-all-flag): New option.
466 (recentf-digit-shortcut-command-name): New function.
467 (recentf--shortcuts-keymap): New variable.
468 (recentf-menu-shortcuts): New variable.
469 (recentf-make-menu-items): Initialize it. Replace the "More..."
470 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
471 (recentf-menu-value-shortcut): New function.
472 (recentf-make-menu-item): Use it. No more in-lined.
473 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
474 (recentf-open-most-recent-file): Rename from
475 `recentf-open-file-with-key'. Don't depend on key binding.
476 (recentf-mode-map): New variable.
477 (recentf-mode): Use it.
478
479 2005-10-06 Bill Wohler <wohler@newt.com>
480
481 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
482
483 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
484 (MH-E-SRC): New. Used by mh-autoloads.
485 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
486 files in MH-E-SRC have been updated.
487 (compile, recompile, bootstrap): Depend on mh-autoloads.
488
489 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
490
491 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
492 gud-break and gud-remove icons when the fringe is not available.
493
494 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
495 Typo.
496
497 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
498
499 * play/zone.el (zone): Wrap body with save-window-excursion.
500
501 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
504 Use the new `list-only' arg to diary-list-entries.
505
506 * calendar/diary-lib.el: Use overlays rather than selective-display.
507 (diary-selective-display): New var.
508 (diary-header-line-format): Use it.
509 (diary-list-entries): Add argument `list-only'.
510 Put the buffer in diary-mode. Don't add \^M at beg and end.
511 Replace \^M by invisible overlays.
512 (diary-unhide-everything): Replace \^M by invisible overlays.
513 (print-diary-entries): Look for overlays rather than \^M.
514 Add a space to the temp buffer name.
515 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
516 Put the buffer in diary-mode.
517 (list-sexp-diary-entries): Replace \^M by invisible overlays.
518 (diary-anniversary): Make the year arg optional.
519 (diary-time-regexp): New const.
520 (diary-font-lock-keywords): Use it to accept a few more time formats.
521
522 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
523
524 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
525
526 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
527 Fix bug introduced 2005-07-03: Use (car (last ...))
528 to faithfully reproduce replaced artist-last.
529 (artist-set-arrow-points-for-poly): Likewise.
530 Suggested by Johan Bockg\e,Ae\e(Brd.
531
532 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
533
534 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
535 * wid-edit.el (widget):
536 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
537 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
538
539 2005-10-06 Kenichi Handa <handa@m17n.org>
540
541 * international/mule-cmds.el (set-language-environment):
542 Fix setting up of case-table for unibyte mode.
543
544 * simple.el (what-cursor-position): If the character is displayed
545 by some `display' text property, show that. Don't use
546 single-key-description for eight-bit characters in multibyte mode.
547
548 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
549
550 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
551 (gdb-ann3): Set it.
552 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
553 (gdb-info-frames-custom): Use inverse-video for first five
554 characters of selected frame only.
555 (gdb-get-frame-number): Select frame even when point is on frame
556 number.
557
558 2005-10-06 Masatake YAMATO <jet@gyve.org>
559
560 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
561 Put `font-lock-function-name-face'.
562 (gdb-info-frames-custom): Put `font-lock-function-name-face'
563 and `font-lock-variable-name-face'
564 (gdb-registers-font-lock-keywords): New font lock keywords definition.
565 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
566 (gdb-memory-font-lock-keywords): New font lock keywords definition.
567 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
568 (gdb-local-font-lock-keywords): New font lock keywords definition.
569 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
570 (gdb-threads-font-lock-keywords): New font lock keywords definition.
571 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
572
573 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
574
575 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
576 (ediff-merge-region-is-non-clash-to-skip): Previously called
577 ediff-merge-region-is-non-clash.
578
579 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
580 Use insert-buffer-substring.
581
582 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
583 selecting files to patch. Also bug fixes.
584
585 * ediff-util.el (ediff-setup): Bug fix.
586 (ediff-next-difference): Never skip clashes that differ in white
587 space only.
588
589 * ediff-wind.el (ediff-setup-control-frame)
590 (ediff-destroy-control-frame): Check the menubar feature.
591
592 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
593 (viper-refresh-mode-line): Use make-local-variable to localize
594 some vars instead of make-variable-buffer-local. Suggested by
595 Stefan Monnier.
596
597 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
598 (viper-restore-cursor-type, viper-set-insert-cursor-type):
599 Use make-local-variable instead of make-variable-buffer-local.
600 Suggested by Stefan Monnier.
601
602 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
603 (viper-comint-mode-hook): Use make-local-variable on
604 require-final-newline.
605 (viper-non-hook-settings): Don't use make-variable-buffer-local.
606
607 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
610 also the second char of a comment-start sequence.
611 (scheme-sexp-comment-syntax-table): New var.
612 (lambda, define): Set their scheme-doc-string-elt property.
613 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
614 Use lisp-font-lock-syntactic-face-function now that it properly
615 handles |...| symbols.
616 (scheme-mode-variables): Set lisp-doc-string-elt-property,
617 parse-sexp-lookup-properties and font-lock-extra-managed-props.
618
619 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
620 bit from # to |.
621 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
622
623 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
624 (lisp-doc-string-elt-property): New var.
625 (lisp-font-lock-syntactic-face-function): Use it.
626 Rewrite to recognize docstrings even for forms not at toplevel.
627
628 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
629 annotation on the | part of #| rather than on the # part.
630 (scheme-font-lock-syntactic-face-function): New function, to
631 distinguish strings from |...| symbols.
632 (scheme-mode-variables): Use it. Also fix up the font-lock-time
633 syntax-table so that #|...|# is properly highlighted.
634
635 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
636 Don't mark as docstring the 3rd elem of an unknown toplevel form.
637
638 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
641 and C-e.
642
643 * emacs-lisp/eldoc.el: Move comments into docstrings.
644 (eldoc-message-commands): Initialize in its declaration.
645 Add move-beginning-of-line and move-end-of-line.
646 (eldoc-add-command, eldoc-add-command-completions)
647 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
648
649 * outline.el (outline-mark-subtree): Activate the mark.
650
651 * calendar/appt.el (appt-time-regexp): New var.
652 (appt-add, appt-make-list): Use it.
653 (appt-convert-time): Clean up.
654
655 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
656 Don't set any syntax-table property here.
657 (tex-font-lock-verb): New function. Do it here.
658 (tex-font-lock-syntactic-keywords): Use it.
659
660 2005-10-04 Richard M. Stallman <rms@gnu.org>
661
662 * wid-edit.el (widget-file-complete): Get the widget start point
663 the right way. Default directory to `/' if file has none.
664
665 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
666
667 * textmodes/flyspell.el (flyspell-mode-on):
668 Call ispell-maybe-find-aspell-dictionaries.
669
670 * textmodes/ispell.el (ispell-word, ispell-region):
671 Call ispell-maybe-find-aspell-dictionaries.
672 (ispell-accept-buffer-local-defs):
673 Don't call ispell-maybe-find-aspell-dictionaries
674
675 2005-10-04 Richard M. Stallman <rms@gnu.org>
676
677 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
678
679 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
680
681 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
682 instead of `fboundp' in order to allow for anonymous functions.
683
684 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
685
686 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
687 case the user clicks on the link while another window is selected.
688 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
689
690 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
691 functionality.
692 (dframe-help-echo): Save point in case mouse tracking is off.
693
694 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
695
696 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
697
698 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
701 not change the global value of those vars.
702
703 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
704 make-local-variable which we do not need any more.
705
706 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
707
708 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
709 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
710 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
711 (speedbar-path-line): Define obsolete aliases.
712 (speedbar-line-directory): Doc fix.
713
714 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
715 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
716 instead of speedbar-line-path.
717
718 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
719
720 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
721 to nil if dropping on a window. Handle dropping on a minibuffer window
722 like dropping on a non-window part of Emacs.
723
724 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * net/ange-ftp.el: Use with-current-buffer.
727 (ange-ftp-insert-directory): Do not follow symlinks any more.
728
729 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
730 Remove interactive spec.
731
732 2005-10-03 Kim F. Storm <storm@cua.dk>
733
734 * ido.el (ido-mode): Use custom-initialize-set.
735
736 2005-10-02 Richard M. Stallman <rms@gnu.org>
737
738 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
739 Use insert-buffer-substring.
740
741 * net/tramp.el: Pacify byte compiler warnings in pacification code.
742 (tramp-handle-file-local-copy): Use insert-buffer-substring.
743
744 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
745
746 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
747 in last change.
748 (ange-ftp-insert-directory): Fix up the search for the case where
749 `file' is absolute.
750
751 2005-10-02 Romain Francoise <romain@orebokech.com>
752
753 * progmodes/compile.el (compile-goto-error): Delete extra paren.
754
755 2005-10-02 Andreas Schwab <schwab@suse.de>
756
757 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
758 directory component in the session info.
759
760 2005-10-01 Richard M. Stallman <rms@gnu.org>
761
762 * comint.el (comint-redirect-subvert-readonly): Doc fix.
763
764 * simple.el (next-error-internal): New function.
765
766 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
767 (compilation-start): Pass new arg to compilation-buffer-name.
768 (compile-goto-error): Use next-error-internal.
769
770 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
771
772 * speedbar.el: Remove RCS tag.
773 (speedbar-check-read-only): Handle non-existent files.
774
775 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
776
777 * info.el (Info-speedbar-hierarchy-buttons)
778 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
779
780 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
781
782 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
783 Do not match newline.
784 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
785 (bibtex-summary): Remove unnecessary save-excursion.
786 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
787
788 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
789
790 * term/mac-win.el: Add charset info for "iso10646-1".
791 Modify default fontset to use ATSUI-compatible fonts for some charsets
792 if available.
793
794 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
795
796 * speedbar.el: Re-apply arch tag.
797 (speedbar-version): Rename to version 1.0. Suggested by Eric
798 M. Ludlam.
799 Reapply two changes from Emacs CVS' version of speedbar lost
800 during the merge:
801 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
802 (speedbar-frame-parameters): Improve customize type.
803
804 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
807 (ange-ftp-file-directory-p): Fix the symlink case.
808 (ange-ftp-insert-directory): When listing a single file, get a list of
809 the parent buffer and extract the relevant line. Inspired from a patch
810 by Katsumi Yamaoka <yamaoka@jpl.org>.
811 (ange-ftp-file-name-sans-versions): Simplify.
812
813 2005-09-30 Bill Wohler <wohler@newt.com>
814
815 Move MH-E image files from toolbar and mail directories into
816 etc/images.
817
818 * mail/reply2.*: Move to etc/images/mail/reply*.
819
820 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
821 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
822 etc/images.
823
824 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
825 * toolbar/reply*: Move to etc/images/mail.
826
827 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
828
829 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
830
831 * speedbar.el: New version 1.0pre3.
832
833 Frame management code (including timer, and mouse click specifics)
834 moved to dframe.el:
835 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
836 (speedbar-timer): Removed. Use dframe-timer.
837 (speedbar-close-frame): Removed. Use dframe-close-frame.
838 (speedbar-activity-change-focus-flag): Removed. Use
839 dframe-activity-change-focus-flag.
840 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
841 dframe-update-speed.
842
843 (speedbar-current-frame): New macro. Use this instead of the
844 variable speedbar-frame.
845
846 (speedbar-use-images, speedbar-expand-image-button-alist)
847 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
848
849 (speedbar-find-image-on-load-path): Removed. Replaced by
850 defezimage in ezimage.el.
851 (speedbar-expand-image-button-alist): Removed. Replaced by
852 ezimage-expand-image-button-alist in ezimage.el.
853
854 (speedbar-ignored-directory-regexp)
855 (speedbar-add-ignored-directory-regexp)
856 (speedbar-ignored-directory-expressions)
857 (speedbar-line-directory, speedbar-buffers-line-directory)
858 (speedbar-directory-line, speedbar-buffers-line-directory):
859 Renamed, replacing `path' with `directory'.
860
861 (speedbar-create-directory, speedbar-expand-line-descendants)
862 (speedbar-toggle-line-expansion)
863 (speedbar-contract-line-descendants): New commands.
864
865 (speedbar-query-confirmation-method, speedbar-select-frame-method)
866 (speedbar-use-tool-tips-flag): New options.
867
868 (speedbar-check-read-only, speedbar-require-version)
869 (speedbar-insert-separator, speedbar-buffers-tail-notes)
870 (speedbar-handle-delete-frame, speedbar-try-completion)
871 (speedbar-update-localized-contents): New functions.
872
873 (speedbar-incompatible-version, speedbar-ro-to-do-point)
874 (speedbar-object-read-only-indicator): New variables.
875
876 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
877 New hooks.
878
879 (speedbar-separator-face): New face.
880
881 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
882 (speedbar-ignored-modes): Add fundamental-mode.
883 (speedbar-directory-unshown-regexp): Add . directories.
884
885 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
886 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
887 `]' for full expand/close.
888 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
889
890 (speedbar-check-vc): Support hidden files.
891 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
892 (speedbar-this-file-in-vc): Use vc-state if available. If VC
893 state is nil, it is not checked out.
894
895 (speedbar-line-text, speedbar-line-token): Support expand buttons
896 with no text.
897 (speedbar-refresh): Universal argument acts as power-click.
898 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
899 that buffer to get variable values.
900
901 And many other bugfixes.
902
903 * dframe.el, ezimage.el, sb-image.el: New files.
904
905 * sb-*.xpm: Remove files. New image files installed into
906 etc/images/ezimage.
907
908 2005-09-30 Kenichi Handa <handa@m17n.org>
909
910 * ps-mule.el (ps-mule-show-warning): If a character is in
911 ps-print-translation-table, don't treat it as non-printable.
912
913 2005-09-30 David Ponce <david@dponce.com>
914
915 * tree-widget.el (tree-widget-themes-load-path): New variable.
916 (tree-widget-themes-directory): Doc fix.
917 (tree-widget-image-formats) [Emacs]: Doc fix.
918 (tree-widget--locate-sub-directory): New function.
919 (tree-widget-themes-directory): Use it.
920
921 * recentf.el (recentf-filename-handlers): Rename from
922 `recentf-filename-handler'. Allow a list of functions.
923 (recentf-menu-items-for-commands): Fix :help strings.
924 (recentf-apply-filename-handlers): New function.
925 (recentf-expand-file-name): Use it.
926 (recentf-cleanup): Remove duplicates too.
927
928 2005-09-29 Juri Linkov <juri@jurta.org>
929
930 * faces.el: Rearrange face definitions to be in the same order as
931 their face descriptions in "(emacs)Standard Faces".
932
933 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
934
935 * tooltip.el (tooltip): Add group `basic-faces'.
936
937 * buff-menu.el (Buffer-menu-buffer): Remove group
938 `font-lock-highlighting-faces'.
939
940 * progmodes/compile.el (compilation-error, compilation-warning)
941 (compilation-info, compilation-line-number, compilation-column-number):
942 Change group from `font-lock-highlighting-faces' to `compilation'.
943
944 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
945 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
946 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
947 (vhdl-font-lock-reserved-words-face)
948 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
949 `font-lock-highlighting-faces'.
950
951 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
952
953 2005-09-28 Kim F. Storm <storm@cua.dk>
954
955 * emulation/cua-base.el: Set CUA move property on additional commands:
956 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
957 forward-sexp, backward-sexp, forward-list, backward-list.
958
959 2005-09-28 Romain Francoise <romain@orebokech.com>
960
961 * comint.el (comint-show-output): Really set point at the
962 beginning of the output when not using `comint-use-prompt-regexp'.
963
964 2005-09-27 Jay Belanger <belanger@truman.edu>
965
966 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
967 in TeX mode.
968
969 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
970
971 * textmodes/org.el (org-table-sum): Fix format string.
972
973 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
974 Quote face names.
975
976 2005-09-26 Romain Francoise <romain@orebokech.com>
977
978 * isearch.el (isearch-forward-regexp): Close doc string.
979
980 2005-09-25 Richard M. Stallman <rms@gnu.org>
981
982 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
983
984 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
985
986 * progmodes/compile.el (compilation-error-properties):
987 When getting the file from the previous error message,
988 correctly decode the new data format.
989
990 * progmodes/cc-cmds.el (c-electric-paren):
991 Call old-blink-paren only for close-paren.
992
993 2005-09-24 Andreas Schwab <schwab@suse.de>
994
995 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
996 condition.
997
998 2005-09-25 Romain Francoise <romain@orebokech.com>
999
1000 * dired-aux.el (dired-copy-file-recursive):
1001 * dired.el (dired-delete-file):
1002 * ediff-mult.el (ediff-dir-diff-copy-file):
1003 * ediff-util.el (ediff-test-save-region):
1004 * forms.el (forms-mode):
1005 * ido.el (ido-file-internal, ido-delete-file-at-head):
1006 * log-edit.el (log-edit-done):
1007 * ses.el (ses-yank-resize):
1008 * play/gomoku.el (gomoku-human-plays, gomoku)
1009 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1010 (gomoku-offer-a-draw):
1011 * play/landmark.el (lm-human-resigns, lm):
1012 * net/eudcb-ldap.el (eudc-ldap-check-base):
1013 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1014 * progmodes/ebrowse.el (ebrowse-find-pattern):
1015 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1016 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1017 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1018
1019 * vc.el (vc-delete-file):
1020 * play/gomoku.el (gomoku-terminate-game, gomoku)
1021 (gomoku-prompt-for-move, gomoku-human-takes-back):
1022 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1023 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1024
1025 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1026
1027 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1028 color rxvt terminals by using the code xterm.el used to use before
1029 2005-04-09 in order to match the colors used by rxvt.
1030
1031 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1032
1033 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1034 colors rxvt-unicode terminals by using the same code as xterm.el.
1035
1036 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1039 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1040 new symbol used for the tex-verbatim face.
1041
1042 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1043
1044 * woman.el (woman-file-name):
1045 * wid-edit.el (widget-file-prompt-value)
1046 (widget-coding-system-prompt-value):
1047 * w32-fns.el (set-w32-system-coding-system):
1048 * vc.el (vc-version-diff, vc-annotate):
1049 * textmodes/reftex-auc.el (reftex-arg-cite)
1050 (reftex-arg-index-tag):
1051 * textmodes/refer.el (refer-get-bib-files):
1052 * textmodes/artist.el (artist-figlet-choose-font):
1053 * terminal.el (terminal-emulator):
1054 * replace.el (occur-read-primary-args):
1055 * rect.el (string-rectangle, string-insert-rectangle):
1056 * ps-print.el (ps-print-preprint):
1057 * progmodes/pascal.el (pascal-goto-defun):
1058 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1059 * progmodes/compile.el (compilation-find-file):
1060 * printing.el (pr-interactive-n-up):
1061 * play/animate.el (animate-birthday-present):
1062 * net/rcompile.el (remote-compile):
1063 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1064 * mail/rmailsum.el (rmail-summary-search-backward)
1065 (rmail-summary-search):
1066 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1067 (rmail-output-read-file-name):
1068 * mail/rmail.el (rmail-search, rmail-search-backwards):
1069 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1070 * locate.el (locate):
1071 * international/quail.el (quail-show-keyboard-layout):
1072 * international/mule.el (set-buffer-file-coding-system)
1073 (revert-buffer-with-coding-system, set-file-name-coding-system)
1074 (set-terminal-coding-system, set-keyboard-coding-system)
1075 (set-next-selection-coding-system):
1076 * international/mule-diag.el (describe-coding-system)
1077 (describe-font, describe-fontset):
1078 * international/mule-cmds.el (universal-coding-system-argument)
1079 (search-unencodable-char, describe-input-method)
1080 (set-language-environment, describe-language-environment):
1081 * international/codepage.el (codepage-setup):
1082 * international/code-pages.el (codepage-setup):
1083 * info.el (Info-search, Info-follow-reference)
1084 (Info-search-backward):
1085 * emacs-lisp/advice.el (ad-read-advised-function)
1086 (ad-read-advice-class, ad-clear-cache, ad-activate)
1087 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1088 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1089 (ad-read-regexp):
1090 * ediff-util.el (ediff-toggle-regexp-match):
1091 * ediff-ptch.el (ediff-prompt-for-patch-file):
1092 * dired-aux.el (dired-diff):
1093 * diff.el (diff):
1094 * cus-edit.el (custom-variable-prompt):
1095 * calendar/timeclock.el (timeclock-ask-for-project):
1096 * calc/calcalg3.el (calc-get-fit-variables):
1097 * calc/calc-store.el (calc-edit-variable)
1098 (calc-permanent-variable):
1099 * vc-mcvs.el (vc-mcvs-register):
1100 * shadowfile.el (shadow-define-literal-group):
1101 * woman.el (woman-file-name):
1102 * vc.el (vc-version-diff, vc-merge):
1103 * textmodes/reftex-index.el (reftex-index-complete-tag):
1104 * format.el (format-decode-buffer, format-decode-region):
1105 * emulation/viper-cmd.el (viper-read-string-with-history):
1106 * emacs-lisp/debug.el (cancel-debug-on-entry):
1107 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1108 * ediff.el (ediff-merge-revisions)
1109 (ediff-merge-revisions-with-ancestor, ediff-revision):
1110 * completion.el (interactive-completion-string-reader):
1111 * calc/calc-prog.el (calc-user-define-formula):
1112 Follow convention for reading with the minibuffer.
1113
1114 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1115
1116 * progmodes/python.el (python-describe-symbol): Add globals() and
1117 locals() to the arguments of emacs.ehelp.
1118
1119 2005-09-24 Magnus Henoch <mange@freemail.hu>
1120
1121 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1122 New function, code extracted from ispell-valid-dictionary-list.
1123 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1124 Call it.
1125
1126 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1127
1128 * subr.el (version-regexp-alist): Extend valid syntax for version
1129 strings: allow any of the characters -,_,+ to separate the
1130 alpha/beta/rc part from the version part. Doc fix.
1131 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1132
1133 2005-09-23 David Reitter <david.reitter@gmail.com>
1134
1135 * mail/mailclient.el: New file.
1136
1137 2005-09-23 Richard M. Stallman <rms@gnu.org>
1138
1139 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1140 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1141 Doc fixes.
1142
1143 * progmodes/cc-mode.el (c-font-lock-init):
1144 Specify font-lock-lines-before.
1145
1146 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1149 whole conflict.
1150
1151 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1152
1153 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1154 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1155 of `remap' feature when available. Additional key bindings for
1156 better tty support.
1157 (org-mode-restart, org-force-self-insert): New commands.
1158 (org-time-stamp-inactive): New command.
1159 (org-remap): New function.
1160 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1161 (org-enable-fixed-width-editor): Move to `org-structure'
1162 customization group.
1163 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1164 blank field after field motion commands.
1165
1166 2005-09-23 Kenichi Handa <handa@m17n.org>
1167
1168 * international/mule-cmds.el (set-language-environment):
1169 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1170 have to call utf-translate-cjk-load-tables.
1171
1172 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1173
1174 * mouse.el (mouse-move-drag-overlay): Fix last change.
1175
1176 2005-09-22 David Ponce <david@dponce.com>
1177
1178 * tree-widget.el (tree-widget-value-create): Fix previous change.
1179
1180 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1181
1182 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1183
1184 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1185
1186 * mouse.el (mouse-move-drag-overlay): New function.
1187 (mouse-drag-region-1): Use it.
1188 Try to simplify a bit the state handling. Handle clicks on links
1189 inside intangible areas.
1190 (mouse-save-then-kill): Minor simplification.
1191 (mouse-secondary-overlay): Make it always non-nil instead of
1192 recreating it each time.
1193 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1194 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1195 Simplify accordingly.
1196
1197 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1198
1199 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1200
1201 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1202
1203 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1204 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1205 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1206 to patch.
1207
1208 * ediff-util.el: Use insert-buffer-substring.
1209
1210 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1211
1212 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1213 field boundaries in the minibuffer.
1214 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1215 (viper-minibuffer-post-command-hook): New hook.
1216 (viper-line): Don't move cursor at bolp.
1217
1218 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1219
1220 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1221 avoid compiler warnings.
1222
1223 * emulation/viper-macs.el (ex-map): Better messages.
1224
1225 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1226
1227 * emulation/viper.el: Replace make-variable-buffer-local with
1228 viper-make-variable-buffer-local everywhere, to avoid warnings.
1229
1230 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1231
1232 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1233 Delete unused var `old-selected-window'.
1234 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1235 (mouse-drag-secondary): Delete unused var `start-frame'.
1236
1237 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1238
1239 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1240
1241 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1244 Re-indent within 80 columns. Use inhibit-read-only.
1245
1246 2005-09-19 Romain Francoise <romain@orebokech.com>
1247
1248 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1249
1250 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1251
1252 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1253 unconditionally, since the after-change-function already did it.
1254
1255 2005-09-19 Miles Bader <miles@gnu.org>
1256
1257 * net/newsticker.el: Get rid of CVS keyword.
1258
1259 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1260
1261 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1262 The prompt is formatted later.
1263
1264 2005-09-19 David Ponce <david@dponce.com>
1265
1266 * tree-widget.el (tree-widget-value-create): Save the converted
1267 tree :node widget.
1268
1269 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1270
1271 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1272 variable `message'.
1273
1274 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1275
1276 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1277 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1278 <slawomir.nowaczyk.847@student.lu.se>.
1279
1280 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * image.el (image-load-path): Use symbol `data-directory' instead
1283 of its value, for backward compatibility with packages that bind
1284 it during `find-image'. Suggested by Katsumi Yamaoka.
1285 (image-search-load-path): Handle symbols whose values are strings.
1286
1287 2005-09-18 Romain Francoise <romain@orebokech.com>
1288
1289 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1290 with-current-buffer form in save-excursion.
1291
1292 2005-09-18 D Goel <deego@gnufans.org>
1293
1294 * apropos.el (apropos-command): Fix `message' call: first arg
1295 should be a format spec. In this and all other cases that appear
1296 below and elsewhere in the source code, I made a change only when
1297 two conditions were satisfied: [1] I can think of a possibility
1298 that the arguments would cause an error, for example, the code in
1299 question relies on external variables such as filenames. [2] I
1300 was sure that the arg to `message' could not have been nil in the code.
1301
1302 * textmodes/tildify.el (tildify-region): Ditto.
1303
1304 * textmodes/reftex-index.el (reftex-index-change-entry)
1305 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1306 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1307 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1308 (org-priority, org-table-sum):
1309 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1310 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1311 (flyspell-word, flyspell-display-next-corrections):
1312 * textmodes/bibtex.el (bibtex-print-help-message):
1313 * textmodes/artist.el (artist-key-set-point-poly):
1314 * term/mac-win.el (mac-services-insert-text):
1315 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1316 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1317 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1318 (vhdl-compose-configuration):
1319 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1320 (sh-set-indent, sh-learn-line-indent):
1321 * progmodes/ps-mode.el (ps-mode-target-column):
1322 * progmodes/idlwave.el (idlwave-make-tags)
1323 (idlwave-scan-library-catalogs):
1324 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1325 * progmodes/gud.el (gud-jdb-analyze-source):
1326 * progmodes/flymake.el (flymake-log):
1327 * progmodes/ebnf2ps.el (ebnf-generate-region):
1328 * progmodes/cmacexp.el (c-macro-expansion):
1329 * progmodes/ada-xref.el (ada-treat-cmd-string):
1330 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1331 (ada-justified-indent-current, ada-batch-reformat):
1332 * play/zone.el (zone):
1333 * play/landmark.el (lm-move):
1334 * play/decipher.el (decipher-show-alphabet):
1335 * net/newsticker.el (newsticker--display-jump)
1336 (newsticker--display-scroll):
1337 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1338 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1339 * mail/feedmail.el (feedmail-dump-message-to-queue):
1340 * eshell/esh-proc.el (eshell-remove-process-entry):
1341 * emulation/ws-mode.el (ws-last-error):
1342 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1343 (viper-record-kbd-macro):
1344 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1345 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1346 * emacs-lisp/find-func.el (find-function-noselect):
1347 * calendar/timeclock.el (timeclock-status-string)
1348 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1349 (timeclock-when-to-leave-string):
1350 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1351 * calc/calc-units.el (calc-enter-units-table):
1352 * calc/calc-mode.el (calc-mode-record-mode):
1353 * woman.el (woman-mini-help):
1354 * wdired.el (wdired-change-to-wdired-mode):
1355 * vc.el (vc-retrieve-snapshot):
1356 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1357 * startup.el (display-startup-echo-area-message):
1358 * simple.el (set-goal-column):
1359 * ses.el (ses-command-hook, ses-recalculate-cell):
1360 * server.el (server-process-filter):
1361 * printing.el (pr-interface-txt-print, pr-interface-printify)
1362 (pr-interface-ps):
1363 * pcvs.el (cvs-help):
1364 * log-edit.el (log-edit, log-edit-mode-help):
1365 * iswitchb.el (iswitchb-possible-new-buffer):
1366 * isearch.el (isearch-edit-string):
1367 * image-mode.el (image-mode, image-minor-mode):
1368 * ibuf-macs.el (define-ibuffer-filter):
1369 * hi-lock.el (hi-lock-find-patterns):
1370 * files.el (toggle-read-only):
1371 * ediff-util.el (ediff-copy-diff)
1372 (ediff-write-merge-buffer-and-maybe-kill):
1373 * echistory.el (Electric-history-undefined):
1374 * dnd.el (dnd-insert-text):
1375 * dired-aux.el (dired-query):
1376 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1377 * bookmark.el (bookmark-bmenu-locate):
1378 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1379 Fix `message' calls to ensure first arg is a format string.
1380 The change was made only when these two conditions were satisfied:
1381 [1] when there is a possibility that the arguments would cause an error
1382 for example, if the code in question relies on external variables
1383 such as filenames, and
1384 [2] if the arg to `message' could not have been nil in the code.
1385
1386 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1387 Not having a %s would be weird, though not technically wrong.
1388
1389 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1390
1391 * term/mac-win.el (mac-add-charset-info): Doc fix.
1392
1393 2005-09-17 Romain Francoise <romain@orebokech.com>
1394
1395 * shell.el (shell-resync-dirs): Handle echoing processes more
1396 reliably. Don't insert resync command if `comint-process-echoes'
1397 is non-nil.
1398
1399 2005-09-17 Magnus Henoch <mange@freemail.hu>
1400
1401 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1402 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1403 aspell versions >= 0.60.
1404 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1405 only if ispell-aspell-supports-utf8 is non-nil.
1406
1407 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1408
1409 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1410 buffer-local value to lisp-indent-function.
1411
1412 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1413
1414 * progmodes/glasses.el (glasses-make-readable): If
1415 glasses-separator differs from underscore, put appropriate
1416 overlays over underscore characters.
1417 (glasses-convert-to-unreadable): If glasses-separator differs from
1418 underscore, try to convert glasses-separator characters to
1419 underscores.
1420
1421 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1424 Use with-syntax-table and dolist.
1425
1426 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1427
1428 * textmodes/reftex-auc.el:
1429 * textmodes/reftex-cite.el:
1430 * textmodes/reftex-dcr.el:
1431 * textmodes/reftex-global.el:
1432 * textmodes/reftex-parse.el:
1433 * textmodes/reftex-ref.el:
1434 * textmodes/reftex-sel.el:
1435 * textmodes/reftex-toc.el:
1436 * textmodes/reftex-vars.el:
1437 * textmodes/reftex.el: Small changes to remove compiler warnings.
1438
1439 * textmodes/reftex-index.el: Likewise.
1440 (reftex-query-index-phrase): More efficient use of markers.
1441
1442 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1443
1444 * image.el (image-load-path): New variable.
1445 (image-search-load-path): New function.
1446 (find-image): Search for images in `image-load-path'.
1447
1448 2005-09-15 Richard M. Stallman <rms@gnu.org>
1449
1450 * follow.el: Change Maintainer field.
1451
1452 2005-09-15 David Ponce <david@dponce.com>
1453
1454 * recentf.el (recentf-save-file-modes): New option.
1455 (recentf-save-list): Use it.
1456
1457 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1458
1459 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1460 (mode-line-mule-info, mode-line-modified): Move bindings from
1461 mouse-3 to mouse-1.
1462
1463 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1464
1465 * simple.el (sendmail-user-agent-compose): Revert last change.
1466
1467 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1468
1469 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1470 Use with-current-buffer.
1471 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1472 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1473 (ange-ftp-insert-directory): Remove unused var `short'.
1474 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1475
1476 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1477 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1478
1479 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1480 (check-calendar-holidays, diary-list-entries): Autoload.
1481 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1482 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1483
1484 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1485 which mistakenly removed a call to display-buffer.
1486
1487 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1488
1489 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1490
1491 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1492
1493 * progmodes/hideshow.el
1494 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1495 (hs-allow-nesting): New user var.
1496 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1497 (hs-hide-block-at-point): When nesting allowed,
1498 if there is already an overlay in place, delete it.
1499 (hs-safety-is-job-n): Delete func; remove call sites.
1500 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1501 (hs-overlay-at): New func.
1502 (hs-already-hidden-p, hs-show-block): Use it.
1503 (hs-hide-all): Don't pre-clean if nesting allowed.
1504 (hs-show-all): Temporarily disallow
1505 nesting around call to `hs-discard-overlays'.
1506
1507 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1508
1509 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1510 Delete unused local var.
1511
1512 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1513
1514 * help-fns.el (describe-categories): "?\ " -> "?\s".
1515 (help-do-arg-highlight): Recognize also ARG-n, as in
1516 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1517
1518 * international/codepage.el (dos-unsupported-char-glyph):
1519 * net/newsticker.el (tool-bar-map, w3-mode-map)
1520 (w3m-minor-mode-map):
1521 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1522 (ent-alist):
1523 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1524
1525 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1526
1527 * custom.el (custom-push-theme): Handle the case where a symbol is
1528 bound but face properties have not yet been assigned.
1529
1530 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1531 Fix behavior if noerase is `t' and there is no mail buffer.
1532
1533 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1534 if `continue' is nil, rather than signal an error.
1535
1536 2005-09-12 Richard M. Stallman <rms@gnu.org>
1537
1538 * font-lock.el (font-lock-keywords): Add autoload.
1539
1540 * help-fns.el (describe-variable): Rearrange to put source link
1541 in a predictable place.
1542
1543 * net/newsticker.el: New file.
1544
1545 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1548 (calendar-basic-setup): Use the new nil arg.
1549 (number-of-diary-entries): Move to diary-lib.el.
1550
1551 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1552 (diary-list-entries): Use with-syntax-table and dolist.
1553 Rename from list-diary-entries.
1554 Use number-of-diary-entries if `number' is nil.
1555 (diary, diary-view-entries): Use this new name and new nil arg value.
1556 (number-of-diary-entries): Move from calendar.el.
1557 (diary-unhide-everything): New function.
1558 (include-other-diary-files, fancy-diary-display)
1559 (diary-show-all-entries, make-diary-entry): Use it.
1560 (diary-mail-entries): Use buffer-string.
1561 (mark-diary-entries): Fix long standing paren typo.
1562 (diary-sexp-entry): Use count-lines.
1563 (make-diary-entry): Avoid `previous-line'.
1564 (diary-mode-map): New var.
1565 (diary-mode): Redraw cal after saving. Setup header-line.
1566 (fancy-diary-display-mode): Use local-set-key.
1567
1568 * startup.el (command-line): Try calling various terminal-init-foo-bar
1569 functions by stripping hyphenated suffixes from $TERM.
1570
1571 * files.el (normal-mode): Check boundness of font-lock-keywords.
1572
1573 2005-09-12 Richard M. Stallman <rms@gnu.org>
1574
1575 * progmodes/compile.el: Don't decide a file's directory
1576 until the user actually tries to go there.
1577 (compilation-next-error-function):
1578 Pass compilation-find-file the directory from the file-struct.
1579 (compilation-internal-error-properties): Separate local FILE-STRUCT
1580 from FILE. Doc the args better. Rename arg FMT to FMTS.
1581 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1582 Expand it, and if nil, use default-directory.
1583 (compilation-get-file-structure): Don't mix specified directory
1584 with default directory. Put specified directory into
1585 file-struct. Don't make the file name absolute.
1586
1587 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1588 (compile-command): Add autoload.
1589 (compilation-disable-input): Add autoload.
1590
1591 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1592
1593 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1594 strings of the variables it can override.
1595 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1596 %Q and %q, for fully-qualified domain name and unqualified host name.
1597
1598 2005-09-11 Kim F. Storm <storm@cua.dk>
1599
1600 * emacs-lisp/authors.el (authors-aliases): Update list.
1601 (authors-fixed-entries): Update mldrag.el entry.
1602
1603 2005-09-10 Alan Mackenzie <acm@muc.de>
1604
1605 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1606 from the region narrowed to.
1607
1608 2005-09-10 Magnus Henoch <mange@freemail.hu>
1609
1610 * textmodes/ispell.el (ispell-check-version): Signal an error if
1611 aspell version is less than 0.60.
1612
1613 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1614
1615 * progmodes/octave-inf.el (inferior-octave-startup):
1616 Resync current dir at the end.
1617
1618 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1619
1620 * woman.el (woman-topic-at-point-default):
1621 Rename to woman-use-topic-at-point-default.
1622 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1623 (woman-file-name): Reflect renames above. Automatically use the
1624 word at point as topic if woman-use-topic-at-point is non-nil.
1625 Otherwise offer it as default but don't insert it in the
1626 minibuffer. Also use `test-completion' instead of `assoc' as
1627 suggested by Stefan Monnier.
1628
1629 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1630
1631 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1632 the attempt to do it over Tramp. This is not yet supported.
1633
1634 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1635
1636 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1637 (menu-bar-non-minibuffer-window-p): New functions.
1638 ("Split Window", "Save As..."): Use them.
1639 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1640 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1641 Use menu-bar-menu-frame-live-and-visible-p.
1642 ("Save Buffer", "Insert File", "Open Directory...")
1643 ("Open File...", "Visit New File..."):
1644 Use menu-bar-non-minibuffer-window-p.
1645 (kill-this-buffer-enabled-p, dired <menu-enable>):
1646 Use menu-bar-non-minibuffer-window-p.
1647
1648 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1649
1650 * cus-start.el (all): Don't complain about fringe-related
1651 built-ins if fringes are not supported. Ditto about
1652 selection-related built-ins. Fix the test for GTK-related built-ins.
1653
1654 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1655 ("Postscript Print Buffer", "Print Region", "Save As...")
1656 ("Save", "Insert File...", "Open Directory...")
1657 ("Open File...", "Visit New File..."")
1658 ("Truncate Long Lines in this Buffer"): Don't look at
1659 menu-updating-frame if this display does not support multiple frames.
1660
1661 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1662
1663 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1664
1665 2005-09-09 Emilio Lopes <eclig@gmx.net>
1666
1667 * woman.el: Format- and whitespace-related changes.
1668
1669 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1670
1671 * woman.el: Fix my email address.
1672
1673 2005-09-08 Richard M. Stallman <rms@gnu.org>
1674
1675 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1676 (sh-mode): Locally set skeleton-pair-default-alist.
1677
1678 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1679
1680 * progmodes/flymake.el: Require `compile' unconditionally.
1681
1682 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1683
1684 * woman.el (woman-file-name): Provide a default, not initial input.
1685
1686 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1687
1688 * font-lock.el (font-lock-support-mode): Doc fix.
1689
1690 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1691
1692 2005-09-08 Richard M. Stallman <rms@gnu.org>
1693
1694 * simple.el (blink-matching-open): Get rid of text props from
1695 the string shown in echo area. Don't permanently set point.
1696 Some rearrangements.
1697
1698 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1699
1700 * recentf.el (recentf-filename-handler): Add custom choice
1701 `abbreviate-file-name'.
1702
1703 * msb.el (msb--very-many-menus): Fix typo.
1704
1705 * disp-table.el (standard-display-european): Don't set
1706 enable-multibyte-characters to nil.
1707
1708 2005-09-08 David Ponce <david@dponce.com>
1709
1710 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1711 (recentf-expand-file-name): Doc fix.
1712 (recentf-dialog-mode-map): Define digit shortcuts.
1713 (recentf--files-with-key): New variable.
1714 (recentf-show-digit-shortcut-filter): New function.
1715 (recentf-open-files-items): New function.
1716 (recentf-open-files): Use it.
1717 (recentf-open-file-with-key): New command.
1718
1719 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1720
1721 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1722 Suggested by Kim F. Storm.
1723 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1724 (Buffer-menu-make-sort-button): Use global keymap.
1725
1726 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1727
1728 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1729 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1730 necessary any longer with the remapped command.
1731 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1732 formatting time only.
1733
1734 * net/tramp.el (tramp-action-password)
1735 (tramp-multi-action-password): Compile the password prompt from
1736 `method', `user' and `host'. Sometimes it isn't obvious which
1737 password to enter, for example with remote files offered by
1738 recentf.el, or with multiple steps. Suggested by Robert Marshall
1739 <robert@chezmarshall.freeserve.co.uk>.
1740
1741 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1744 Fix regexp for when "s///" is at the beginning of line.
1745
1746 2005-09-07 Jay Belanger <belanger@truman.edu>
1747
1748 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1749 when in matrix mode.
1750
1751 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1754 non-anonymous functions.
1755
1756 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1757
1758 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1759 when using a header line. Otherwise, use mouse-1-click-follows-link.
1760
1761 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1762 can't be moved; don't signal an error.
1763
1764 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * cus-theme.el (custom-theme-write-faces): Save the current face
1767 spec, not the defface spec.
1768
1769 * custom.el (custom-known-themes): Clarify meaning of "standard".
1770 (custom-push-theme): Save old values in the standard theme.
1771 (disable-theme): Correct typo.
1772 (custom-face-theme-value) Deleted unused function.
1773 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1774
1775 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * progmodes/compile.el (compilation-goto-locus): Take into account
1778 iconified frames when determining whether the buffer is
1779 already visible.
1780 Don't reset window height if the window already existed.
1781
1782 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * custom.el (load-theme): Rename from require-theme.
1785 Add interactive spec.
1786 (enable-theme): Rename from custom-enable-theme.
1787 Add interactive spec.
1788 (disable-theme): Rename from custom-disable-theme.
1789 Add interactive spec.
1790 (custom-make-theme-feature): Doc fix.
1791 (custom-theme-directory): Doc fix.
1792 (provide-theme): Call enable-theme.
1793
1794 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * obsolete/lazy-lock.el (lazy-lock-mode):
1797 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1798 font-lock-mode if it's off. Print a warning instead.
1799
1800 * progmodes/compile.el (compilation-start): Ignore errors if the
1801 process died before we get to send-eof.
1802
1803 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1804 Undo last change. Enclosing the result in quotes broke things on Unix
1805 since tex-send-command passes it through shell-quote-argument.
1806 (tex-send-command): Pass `file' through convert-standard-filename
1807 when possible.
1808 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1809 info in a transcript.
1810
1811 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1812
1813 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1814 fix compilation warning. Reorder the key definitions to group
1815 together keys emitted by the current version of xterm.
1816
1817 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1818 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1819 Reorder predicates to correct min-color usage.
1820
1821 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1822
1823 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1824 Kill local variables when longlines-mode is turned off.
1825
1826 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1829
1830 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1831
1832 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1833
1834 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1835 (font-lock-lines-before): Change default to being inactive.
1836 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1837 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1838
1839 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1840
1841 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1842 Deactivate temporarily advice if active (not needed for Emacs 22,
1843 but for backwards compatibility).
1844 (tramp-exists-file-name-handler): Rewrite. First implementation
1845 was too simple.
1846 (tramp-advice-make-auto-save-file-name):
1847 Call `tramp-handle-make-auto-save-file-name' (again, just for
1848 backwards compatibility).
1849
1850 2005-08-31 Reto Zimmermann <reto@gnu.org>
1851
1852 * progmodes/vhdl-mode.el
1853 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1854 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1855 (vhdl-set-default-project): New function (easier setting of default).
1856 (vhdl-port-copy): Handle extended identifiers for generics.
1857 (vhdl-compiler-alist): Better description for error message regexp.
1858 (vhdl-make): Query for target, use previous as default.
1859 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1860 (vhdl-font-lock-keywords-2): Fix fontification for record
1861 el. assign.
1862 (vhdl-speedbar-make-subpack-line): Add package body link.
1863 (vhdl-generate-makefile-1): Not include itself as dependency.
1864 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1865 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1866 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1867 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1868 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1869 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1870 (vhdl-import-project): Add string argument for `error'.
1871 (vhdl-compose-configuration)
1872 (vhdl-compose-configuration-architecture): Add configuration
1873 declaration generation.
1874 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1875 (vhdl-trailer-re): Add "record" keyword (better indentation).
1876 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1877 "[^ \t-\"]+".
1878 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1879 (vhdl-testbench-entity-file-name)
1880 (vhdl-testbench-architecture-file-name): Allow separate
1881 customization of testbench file names.
1882 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1883 (vhdl-get-visible-signals): Allow newline within alias declaration.
1884 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1885 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1886 (member-ignore-case): Alias for missing function in XEmacs.
1887 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1888 (vhdl-update-sensitivity-list): Ignore case on read signals.
1889 (vhdl-replace-string): Adjust case only for file names.
1890 (vhdl-update-sensitivity-list): Fix search for read signals.
1891 (vhdl-update-sensitivity-list): Exclude formal parameters.
1892 (vhdl-get-visible-signals): Include aliases of signals.
1893 (vhdl-get-visible-signals): Fix signal name searching.
1894 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1895 (vhdl-fixup-whitespace-region): Fix for character
1896 literals (e.g. ':').
1897
1898 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1899
1900 * ansi-color.el (comint-last-output-start):
1901 * bs.el (font-lock-verbose):
1902 * diff-mode.el (add-log-buffer-file-name-function):
1903 * dired-x.el (vm-folder-directory):
1904 * faces.el (help-xref-stack-item):
1905 * files.el (font-lock-keywords):
1906 * find-lisp.el (dired-buffers, dired-subdir-alist):
1907 * ido.el (cua-inhibit-cua-keys):
1908 * log-view.el (cvs-minor-wrap-function):
1909 * outline.el (font-lock-warning-face):
1910 * simple.el (compilation-current-error):
1911 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1912 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1913 * tooltip.el (comint-prompt-regexp):
1914 * w32-fns.el (explicit-shell-file-name):
1915 * term/mac-win.el (mac-charset-info-alist)
1916 (mac-services-selection, mac-system-script-code):
1917 * term/tty-colors.el (msdos-color-values):
1918 * term/w32-win.el (xlfd-regexp-registry-subnum):
1919 * term/x-win.el (x-keysym-table, x-selection-timeout)
1920 (x-session-id, x-session-previous-id):
1921 * textmodes/ispell.el (mail-yank-prefix):
1922 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1923 * textmodes/org.el (calc-embedded-close-formula)
1924 (calc-embedded-open-formula)
1925 (font-lock-unfontify-region-function):
1926 * textmodes/reftex-global.el (isearch-next-buffer-function)
1927 (TeX-master):
1928 * textmodes/reftex.el (font-lock-keywords):
1929 * textmodes/tex-mode.el (font-lock-comment-face)
1930 (font-lock-doc-face):
1931 * textmodes/texinfo.el (outline-heading-alist):
1932 Add defvars.
1933
1934 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1935 (artist-spray-chars, artist-mode-init, artist-replace-string)
1936 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1937 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1938 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1939
1940 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1941 (conf-align-assignments): "?\ " -> "?\s".
1942
1943 * textmodes/reftex-index.el (TeX-master): Add defvar.
1944 (reftex-index-phrases-marker): Move up defvar.
1945
1946 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1947 (reftex-toc-include-labels-indicator)
1948 (reftex-toc-include-index-indicator)
1949 (reftex-toc-max-level-indicator): Move up declarations.
1950
1951 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1952 of args to `tramp-run-real-handler', even if it's empty in this case.
1953
1954 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1955
1956 * dired.el (dired-move-to-filename-regexp): Add date format for
1957 Mac OS X 10.3 in East Asian locales.
1958
1959 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1960
1961 * files.el (make-auto-save-file-name): Add file name handler call
1962 if applicable.
1963
1964 * net/tramp.el (tramp-file-name-handler-alist)
1965 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1966 (tramp-handle-make-auto-save-file-name): Rename from
1967 `tramp-make-auto-save-file-name'.
1968 (tramp-exists-file-name-handler): New defun.
1969 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1970 `make-auto-save-file-name' is not a magic file name operation.
1971
1972 2005-08-30 Richard M. Stallman <rms@gnu.org>
1973
1974 * files.el (risky-local-variable-p):
1975 Match `-predicates' and `-commands.
1976
1977 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1978 (custom-save-all): Visit the file if necessary;
1979 kill the buffer if we created it.
1980 (custom-save-delete): Don't visit file or kill buffer here.
1981
1982 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1983
1984 * textmodes/org.el (org-special-keyword): New face.
1985 (org-table-copy-down, org-table-eval-formula)
1986 (org-table-recalculate, org-init-section-numbers):
1987 Use `string-to-number' instead of `string-to-int'.
1988 (org-get-location): Use `insert-buffer-substring' instead of
1989 `insert-buffer'.
1990 (org-modify-diary-entry-string): New function.
1991 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1992 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1993 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1994 active region.
1995 (org-export-as-html): Handle QUOTE keyword.
1996 (org-quote-string): New option.
1997 (org-bookmark-jump-unhide): New function, used for
1998 `bookmark-after-jump-hook'.
1999 (org-diary-default-entry): Apply only when not called through
2000 `org-agenda'.
2001
2002 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2003
2004 * net/eudc.el (mode-popup-menu):
2005 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2006 * progmodes/ada-mode.el (compile-auto-highlight)
2007 (skeleton-further-elements):
2008 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2009 * progmodes/cmacexp.el (msdos-shells):
2010 * progmodes/compile.el (font-lock-extra-managed-props)
2011 (font-lock-keywords, font-lock-maximum-size)
2012 (font-lock-support-mode):
2013 * progmodes/grep.el (font-lock-lines-before):
2014 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2015 * progmodes/mixal-mode.el (compile-command):
2016 * progmodes/perl-mode.el (font-lock-comment-face)
2017 (font-lock-doc-face, font-lock-string-face):
2018 * progmodes/prolog.el (comint-prompt-regexp):
2019 * progmodes/sh-script.el (font-lock-comment-face)
2020 (font-lock-set-defaults, font-lock-string-face):
2021 * progmodes/sql.el (font-lock-keyword-face)
2022 (font-lock-set-defaults, font-lock-string-face):
2023 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2024 (itimer-version, lazy-lock-defer-contextually)
2025 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2026 Add defvars.
2027
2028 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2029 (cperl-electric-keyword, cperl-electric-pod)
2030 (cperl-electric-backspace, cperl-forward-re)
2031 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2032 (vc-rcs-header, vc-sccs-header): Add defvars.
2033
2034 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2035 (font-lock-syntactic-keywords, gud-find-expr-function):
2036 Add defvars.
2037
2038 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2039 (gdb-frame-parameters): Declare before use.
2040
2041 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2042 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2043 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2044 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2045
2046 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2047 (idlwave-help-with-source): Use `insert-buffer-substring', not
2048 `insert-buffer'.
2049
2050 2005-08-29 Juri Linkov <juri@jurta.org>
2051
2052 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2053 Put outline-back-to-heading function call inside save-excursion.
2054
2055 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2056
2057 * man.el (Man-init-defvars, Man-translate-references)
2058 (Man-support-local-filenames, Man-highlight-references):
2059 * progmodes/sql.el (sql-interactive-mode):
2060 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2061
2062 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2063 (compilation-mode-font-lock-keywords): Add defvars.
2064 (checkdoc-interactive-loop): "?\ " -> "?\s".
2065
2066 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2067 (font-lock-doc-face, font-lock-string-face)
2068 (font-lock-keywords-case-fold-search): Add defvars.
2069 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2070
2071 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2072 Don't pass X and Y (they are ignored anyway).
2073 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2074 (mouse-delete-window): Make arguments optional.
2075
2076 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2077 (caesar-translate-table, minor-modes, news-buffer-save)
2078 (news-group-name, news-minor-modes): Add defvars.
2079
2080 * emacs-lisp/lselect.el (mouse-highlight-priority)
2081 (x-lost-selection-functions, zmacs-regions):
2082 * emacs-lisp/pp.el (font-lock-verbose):
2083 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2084 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2085 (ses-mode-map):
2086 * emacs-lisp/tcover-unsafep.el (safe-functions):
2087 * international/mule-cmds.el (mac-system-coding-system)
2088 (mac-system-locale):
2089 * language/ethio-util.el (rmail-current-message)
2090 (rmail-message-vector):
2091 * language/thai-util.el (thai-auto-composition-mode):
2092 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2093 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2094 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2095 (vm-primary-inbox, vm-spool-files):
2096 * mail/rmail.el (deleted-head, font-lock-fontified)
2097 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2098 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2099 (total-messages):
2100 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2101 (rmail-summary-mode-map):
2102 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2103 (rmail-last-label, rmail-last-multi-labels)
2104 (rmail-summary-vector, rmail-total-messages):
2105 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2106 * mail/rmailsum.el (msgnum):
2107 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2108 (rmail-current-message):
2109 * obsolete/fast-lock.el (font-lock-face-list):
2110 * obsolete/rnewspost.el (mail-reply-buffer):
2111 * obsolete/scribe.el (compile-command):
2112 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2113
2114 2005-08-28 John Paul Wallington <jpw@gnu.org>
2115
2116 * ibuf-ext.el (ibuffer-auto-update-changed):
2117 Use `frame-or-buffer-changed-p' to check whether we need to update.
2118 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2119 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2120 as a `frame-or-buffer-changed-p' state vector instead.
2121
2122 2005-08-27 Romain Francoise <romain@orebokech.com>
2123
2124 * textmodes/makeinfo.el (makeinfo-compile):
2125 Use `compilation-start'. Set `next-error-function' according to
2126 `disable-errors'.
2127 (makeinfo-next-error): New function.
2128 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2129 (makeinfo-buffer): Likewise.
2130
2131 * progmodes/compile.el (compilation-start): Add autoload cookie.
2132
2133 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2134 * textmodes/sgml-mode.el: Likewise.
2135 * progmodes/python.el: Likewise.
2136
2137 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2138
2139 * simple.el (blink-matching-paren-distance): Document the meaning
2140 of nil value, and allow to customize to nil.
2141
2142 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2143 command.com, not command.exe.
2144
2145 2005-08-26 John Wiegley <johnw@newartisans.com>
2146
2147 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2148 code around a bit so that an extraneous nil argument is not added
2149 to a command when no args are given.
2150
2151 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2152 double-quoted argument resolves to nil, return it as an empty
2153 string rather than as nil. This made it impossible to pass "" to
2154 a shell script as a null string argument.
2155
2156 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * outline.el (outline-invent-heading): New fun.
2159 (outline-promote, outline-demote): Use it.
2160 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2161 (outline-end-of-subtree): Remove unused var `opoint'.
2162
2163 2005-08-26 David Reitter <david.reitter@gmail.com>
2164
2165 * menu-bar.el (truncate-lines, write-file, print-buffer)
2166 (ps-print-buffer-faces, ps-print-buffer, split-window):
2167 Disable menu items when the frame they refer to is invisible, or when
2168 they refer to a buffer and the minibuffer is selected.
2169
2170 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2171
2172 * progmodes/flymake.el (flymake-highlight-err-lines):
2173 Use save-excursion around flymake-highlight-line to preserve point.
2174
2175 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2176
2177 * progmodes/octave-mod.el: Change Author and Maintainer address.
2178 (octave-maintainer-address): Change Kurt's email address.
2179 * progmodes/octave-inf.el: Change Author and Maintainer address.
2180 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2181
2182 2005-08-26 Kim F. Storm <storm@cua.dk>
2183
2184 * subr.el (version-list-<, version-list-<=, version-list-=):
2185 Renamed from integer-list-*.
2186 (version-list-not-zero): Likewise. Fix while loop.
2187 (version=): Use version-list-= instead of string-equal.
2188
2189 2005-08-26 Richard M. Stallman <rms@gnu.org>
2190
2191 * outline.el (outline-promote): Try shortening the heading.
2192 As last resort, read the heading to use.
2193 (outline-demote): As last resort, read the heading to use.
2194
2195 2005-08-26 Romain Francoise <romain@orebokech.com>
2196
2197 * progmodes/compile.el (compilation-start): Doc fix.
2198
2199 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2200 (antlr-font-lock-additional-keywords): Fix reference to
2201 `antlr-font-lock-literal-regexp' erroneously changed during the
2202 mass face rename.
2203 (antlr-run-tool): Use `compilation-start'.
2204
2205 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2206 instead of the obsolete `compile-internal'.
2207
2208 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2209
2210 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2211 (number, original-date):
2212 * calendar/cal-china.el (date):
2213 * calendar/cal-coptic.el (date):
2214 * calendar/cal-french.el (date):
2215 * calendar/cal-hebrew.el (date, entry, number, original-date):
2216 * calendar/cal-islam.el (date, number, original-date):
2217 * calendar/cal-iso.el (date):
2218 * calendar/cal-julian.el (date):
2219 * calendar/cal-mayan.el (date):
2220 * calendar/cal-menu.el (date, event):
2221 * calendar/cal-persia.el (date):
2222 * calendar/lunar.el (date):
2223 * calendar/solar.el (date): Add defvars.
2224
2225 * emerge.el:
2226 * ibuffer.el:
2227 * info-xref.el:
2228 * obsolete/bg-mouse.el:
2229 * obsolete/sun-curs.el:
2230 * obsolete/swedish.el: Move the `defvar's to the top level.
2231
2232 * smerge-mode.el (smerge-refined-change): Add :group.
2233
2234 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2237 (smerge-keep-n): Remove props.
2238 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2239 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2240 now that it's done in smerge-keep-n.
2241 (smerge-refined-change): New face.
2242 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2243 (smerge-refine): New funs.
2244 (smerge-basic-map): Bind smerge-refine.
2245
2246 2005-08-25 Juri Linkov <juri@jurta.org>
2247
2248 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2249 compilation-process-setup-function and compilation-disable-input
2250 in grep-mode instead of let-bindings in grep.
2251
2252 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2253 Delete "Automatic File De/compression" (auto-compression-mode).
2254
2255 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2256
2257 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2258 Silence warning about non-existent variable.
2259
2260 2005-08-25 Richard M. Stallman <rms@gnu.org>
2261
2262 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2263 Rename "Describe Key" to "Describe Key or Mouse Operation".
2264
2265 * mail/mailalias.el (build-mail-aliases): Delete comments
2266 from the contents before processing them.
2267
2268 * isearch.el (isearch-edit-string): Erase the Search prompt
2269 if user enters an empty string and there is no default.
2270
2271 * comint.el (comint-file-name-prefix): Add autoload.
2272
2273 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2274
2275 * subr.el (play-sound): Rearrange to avoid warning.
2276
2277 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2278
2279 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2280 New hook.
2281 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2282
2283 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2286
2287 * custom.el (custom-theme-set-variables): Sort minor modes last.
2288
2289 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2290
2291 * subr.el (version-separator, version-regexp-alist): New vars used by
2292 version comparison funs.
2293 (integer-list-<, integer-list-=, integer-list-<=)
2294 (integer-list-not-zero): New funs for integer list comparison.
2295 (version-to-list, version=, version<, version<=): New funs for version
2296 comparison.
2297
2298 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2299
2300 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2301 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2302 time to silence the byte-compiler.
2303
2304 * ibuffer.el (ibuffer-compile-make-eliding-form)
2305 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2306 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2307 so it's silly to get warnings for it).
2308 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2309 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2310 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2311 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2312 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2313 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2314 Defvar at compile time.
2315 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2316 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2317 Declare them before use.
2318
2319 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2320 (info-xref-good, info-xref-bad): Defvar at compile time.
2321
2322 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2323 Use `let*' instead of `let'.
2324
2325 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2326 (*mouse-y*, menu, char): Defvar at compile time.
2327 (sc::menu): Declare it before use.
2328 (sc::pack-one-line): Use `let', not `let*'.
2329
2330 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2331 (mail-send-hook): Defvar at compile time.
2332
2333 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2334 Defvar at compile time.
2335
2336 * term/sun-mouse.el (current-global-mousemap)
2337 (current-local-mousemap): Declare them before use.
2338
2339 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2340
2341 * bookmark.el (bookmark-after-jump-hook): New hook.
2342 (bookmark-jump): Run `bookmark-after-jump-hook'.
2343
2344 2005-08-23 Juri Linkov <juri@jurta.org>
2345
2346 * faces.el (minibuffer-prompt): Doc fix.
2347
2348 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2349
2350 * progmodes/xscheme.el: Trivial changes to silence warnings.
2351 (xscheme-previous-mode, xscheme-previous-process-state):
2352 Add defvars.
2353 (xscheme-last-input-end, xscheme-process-command-line)
2354 (xscheme-process-name, xscheme-buffer-name)
2355 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2356 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2357 (xscheme-control-g-synchronization-p)
2358 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2359 (default-xscheme-runlight, xscheme-runlight)
2360 (xscheme-runlight-string, xscheme-process-filter-state)
2361 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2362 Move to beginning of file.
2363 (scheme-interaction-mode-commands-alist)
2364 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2365 Declare them before use. Note: the initialization code for the variables
2366 has not been moved because it uses functions that reference the variables.
2367 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2368 (xscheme-prompt-for-expression-map): Declare them before use.
2369 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2370
2371 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2372
2373 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2374
2375 2005-08-22 Juri Linkov <juri@jurta.org>
2376
2377 * faces.el (set-face-underline): Delete this duplicate function
2378 and make an obsolete alias to set-face-underline-p.
2379 (set-face-underline-p): Use docstring of set-face-underline.
2380 (describe-face): Create hyperlink to parent face.
2381
2382 * info.el (Info-insert-dir): Use save-excursion around
2383 insert-buffer-substring.
2384 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2385 (Info-escape-percent): Delete function.
2386 (Info-fontify-node): Replace Info-escape-percent by
2387 replace-regexp-in-string with REP arg set to lambda that
2388 duplicates `%' and preserves text properties.
2389
2390 * progmodes/compile.el (compilation-disable-input): Doc fix.
2391 (define-compilation-mode): Doc fix and refill.
2392 (kill-compilation): Use `mode-name' in the error message.
2393 (compilation-find-file): Use `compilation-error' in the
2394 read-file-name's prompt.
2395
2396 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2399 (smerge-auto-leave): Make undo re-enable the mode.
2400 (debug-ignored-errors): Add the user-error of impossible resolution.
2401 (smerge-resolve): Move things around a bit, in preparation for later.
2402 (smerge-diff): Don't fail if the buffer has no associated file.
2403 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2404 (smerge-conflict-overlay): New function.
2405 (smerge-match-conflict): Don't add text properties here.
2406 (smerge-find-conflict): Instead, add an overlay here.
2407 Also check for the case where we're inside a conflict already, so as to
2408 obviate the need for font-lock-multiline, which is unbearably slow with
2409 large conflicts and ciomplex font-lock patterns.
2410 (smerge-remove-props): Remove overlay rather than text-properties.
2411 (smerge-mode): Don't set font-lock-multiline.
2412 Remove overlays when turned off.
2413
2414 2005-08-21 Kim F. Storm <storm@cua.dk>
2415
2416 * ido.el (ido-ignore-item-p): Use save-match-data.
2417 Bind case-fold-search to ido-case-fold locally.
2418
2419 2005-08-20 Richard M. Stallman <rms@gnu.org>
2420
2421 * files.el (normal-mode): If font lock is on, turn it off and on.
2422
2423 * subr.el (replace-regexp-in-string): Doc fix.
2424
2425 * startup.el (command-line-1): Don't suppress startup screen
2426 due to existing processes.
2427
2428 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2429
2430 * progmodes/compile.el (compilation-disable-input): Default to nil.
2431
2432 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2433
2434 * progmodes/compile.el (compilation-disable-input): New defcustom.
2435 (compilation-start): If compilation-disable-input is non-nil, send
2436 EOF to the compilation process.
2437
2438 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2439
2440 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2441 Run the argument of tex-shell-cd-command through
2442 convert-standard-filename, to get the correct style of slashes on
2443 Windows, and enclose the result in quotes, in case the file name
2444 includes whitespace or other special characters.
2445
2446 2005-08-19 Andreas Schwab <schwab@suse.de>
2447
2448 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2449 process.
2450
2451 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2452
2453 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2454
2455 2005-08-18 Kim F. Storm <storm@cua.dk>
2456
2457 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2458
2459 2005-08-18 Richard M. Stallman <rms@gnu.org>
2460
2461 * scroll-lock.el: New file.
2462
2463 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2464
2465 * dired.el (dired-move-to-end-of-filename):
2466 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2467
2468 2005-08-18 Kim F. Storm <storm@cua.dk>
2469
2470 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2471 rather than toggle mode when custom value is nil.
2472 (ido-everywhere): Fix defun doc string.
2473
2474 2005-08-17 Richard M. Stallman <rms@gnu.org>
2475
2476 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2477 as tag instead of "Inviolable".
2478
2479 2005-08-17 Kim F. Storm <storm@cua.dk>
2480
2481 * windmove.el (windmove-coordinates-of-position): Remove.
2482 (windmove-coordinates-of-window-position): Remove.
2483 (windmove-reference-loc): Use posn-at-point instead.
2484
2485 * subr.el (insert-for-yank-1): Doc fix.
2486
2487 * ido.el (ido-enter-matching-directory): Rename from
2488 ido-enter-single-matching-directory. Change 'slash choice to
2489 'only. Add 'first choice.
2490 (ido-exhibit): Adapt to above changes.
2491
2492 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2493
2494 * Makefile.in: Expand comment about building loaddefs.el.
2495
2496 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2497
2498 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2499 Comment use of defadvice.
2500
2501 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2502
2503 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2504
2505 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2506 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2507 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2508 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2509 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2510 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2511 for backward compatibility for faces that did not appear in the
2512 previous Emacs release.
2513
2514 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2515
2516 2005-08-15 Kim F. Storm <storm@cua.dk>
2517
2518 * emulation/cua-base.el (cua-delete-region): Return t if
2519 deleted region was non-empty.
2520 (cua-replace-region): Inhibit overwrite-mode for
2521 self-insert-command if replaced region was non-empty.
2522 (cua--explicit-region-start, cua--status-string): Make them
2523 buffer-local at top-level...
2524 (cua-mode): ...rather than when mode is enabled.
2525
2526 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2527
2528 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2529 Set t for Emacs 21, 22, and so on.
2530
2531 2005-08-15 David Ponce <david@dponce.com>
2532
2533 * tree-widget.el: Update Commentary header.
2534 (tree-widget-theme): Doc fix.
2535 (tree-widget-space-width): New option.
2536 (tree-widget-image-properties): Look up in the default theme too.
2537 (tree-widget--cursors): Only for images with arrow pointer shape.
2538 (tree-widget-lookup-image): Pointer shape is hand by default.
2539 (tree-widget-icon): Rename generic icon widget from
2540 `tree-widget-control'.
2541 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2542 derive from `tree-widget-icon'.
2543 (tree-widget-handle): Improve default look and feel of the text
2544 representation.
2545 (tree-widget): Rename :*-control properties to :*-icon properties.
2546 Add :action and :help-echo properties.
2547 (tree-widget-after-toggle-functions): Move.
2548 (tree-widget-close-node, tree-widget-open-node): Remove.
2549 (tree-widget-before-create-icon-functions): New hook.
2550 (tree-widget-value-create): Update to allow customization of icons
2551 and nodes at run-time via that new hook.
2552 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2553 (tree-widget-icon-action, tree-widget-icon-help-echo)
2554 (tree-widget-action, tree-widget-help-echo): New functions.
2555
2556 2005-08-15 Kim F. Storm <storm@cua.dk>
2557
2558 * ido.el (ido-buffer-internal): Use with-no-warnings.
2559 (ido-make-merged-file-list): Use while-no-input.
2560
2561 2005-08-15 Richard M. Stallman <rms@gnu.org>
2562
2563 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2564 (flyspell-large-region): Fix doc and custom type.
2565
2566 2005-08-14 Richard M. Stallman <rms@gnu.org>
2567
2568 * files.el (interpreter-mode-alist): Doc fix.
2569
2570 * mail/rmail.el (rmail-nonignored-headers): New variable.
2571 (rmail-clear-headers): Use it.
2572 (rmail-reply): Better handling of mail-followup-to header.
2573
2574 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2575 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2576 don't try to refer to executable-font-lock-keywords.
2577 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2578 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2579 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2580 (sh-mode): Set comment-start-skip, local-abbrev-table,
2581 imenu-case-fold-search.
2582 (sh-set-shell): Don't set them here.
2583 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2584 Don't cache the results in the original alist; don't ever modify
2585 that alist.
2586
2587 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2588
2589 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2590 empty.
2591
2592 2005-08-15 Andreas Schwab <schwab@suse.de>
2593
2594 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2595
2596 * dired.el, info.el, mail/rmail.el: Revert last change.
2597
2598 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2599
2600 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2601 modification in `eval-after-load' form.
2602 * info.el: Likewise.
2603 * mail/rmail.el: Likewise.
2604
2605 2005-08-14 Juri Linkov <juri@jurta.org>
2606
2607 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2608 Remove highlighting of "Compilation started". Highlight only
2609 the word "finished" in "Compilation finished". Add highlighting
2610 of "interrupt", "killed", "terminated" and the exit code.
2611 (compilation-start): Add newline after header. Use exactly the
2612 same time stamp format as the finishing message.
2613 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2614
2615 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2616 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2617 Add highlighting of "interrupt", "killed", "terminated".
2618
2619 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2620 enabled and the current command is self-insert-command, call it
2621 explicitly with overwrite-mode bound to nil, to not allow it
2622 to delete the character after the selected region.
2623
2624 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2625
2626 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2627 move-end-of-line, end-of-line, and beginning-of-line to the list
2628 of commands after which the echo area is updated.
2629
2630 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2631
2632 * cus-edit.el (custom-save-all, custom-save-delete):
2633 Bind recentf-exclude to exclude custom-file.
2634
2635 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2636
2637 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2638 to go to the bottom of the mail message. Added to
2639 `rmail-summary-mode-map' with key "/".
2640 (rmail-summary-show-message): New (internal) function for use by
2641 both `rmail-summary-beginning/end-of-message'.
2642 (rmail-summary-beginning-of-message): Change to use
2643 rmail-summary-show-message.
2644
2645 * mail/rmail.el (rmail-end-of-message): New command to go to the
2646 end of the current message. Added to `rmail-mode-map' with key "/".
2647 (rmail-beginning-of-message): Fix to work as documented.
2648 (rmail-mode): Change documentation.
2649
2650 * progmodes/compile.el (compilation-start): Add the line
2651 "Compilation started" with compilation start time.
2652 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2653
2654 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2655
2656 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2657 of menu items.
2658
2659 2005-08-11 Richard M. Stallman <rms@gnu.org>
2660
2661 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2662
2663 * battery.el (battery-status-function): Don't use ignore-errors.
2664
2665 2005-08-11 Lute Kamstra <lute@gnu.org>
2666
2667 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2668 define-obsolete-variable-alias.
2669
2670 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2671
2672 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2673 (ange-ftp-send-cmd): Revert last change, and expand
2674 the comment explaining the problem.
2675
2676 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2677
2678 * ldefs-boot.el: Update.
2679
2680 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2681 item to "Time, Load and Mail". Change help echo text.
2682
2683 * time.el (display-time-use-mail-icon, display-time-format)
2684 (display-time-string-forms): Shorten first line of docstrings.
2685
2686 2005-08-10 Lars Hansen <larsh@soem.dk>
2687
2688 * desktop.el (desktop-buffer-mode-handlers):
2689 Make non-customizable. Add autoload cookie. Change initial value to
2690 nil; add elements in respective modules instead. Fix doc string.
2691 (desktop-load-file): New function.
2692 (desktop-minor-mode-handlers): New autoloaded variable.
2693 (desktop-create-buffer): Call minor mode handlers.
2694 Use desktop-load-file to load major and minor mode modules prior to
2695 checking for a handler.
2696 (desktop-save): Don't add nil to desktop-minor-modes for minor
2697 modes with nil function in desktop-minor-mode-table. Don't delete
2698 desktop file before rewriting it.
2699 (desktop-locals-to-save): Add autoload cookie. Don't make
2700 automatically buffer-local. Add variables column-number-mode,
2701 size-indication-mode, indent-tabs-mode,
2702 indicate-buffer-boundaries, indicate-empty-lines and
2703 show-trailing-whitespace.
2704 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2705 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2706 (desktop-clear-preserve-buffers-regexp): Delete.
2707 (desktop-clear-preserve-buffers): Update initial value and docstring.
2708 (desktop-save-buffer): Fix doc string.
2709
2710 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2711 (hilit-chg-desktop-restore): New function.
2712 (highlight-changes-mode): Add highlight-changes-mode to
2713 desktop-locals-to-save.
2714
2715 * dired.el: Add handler to desktop-buffer-mode-handlers.
2716 (dired-restore-desktop-buffer): Remove autoload cookie.
2717 (dired-mode): Add autoload cookie.
2718
2719 * info.el: Add handler to desktop-buffer-mode-handlers.
2720 (Info-restore-desktop-buffer): Remove autoload cookie.
2721 (Info-mode): Add autoload cookie.
2722
2723 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2724 (mh-restore-desktop-buffer): Remove autoload cookie.
2725 (mh-folder-mode): Add autoload cookie.
2726
2727 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2728 (rmail-restore-desktop-buffer): Remove autoload cookie.
2729
2730 2005-08-11 Masatake YAMATO <jet@gyve.org>
2731
2732 * hexl.el (hexl-address-region):
2733 (hexl-ascii-region, hexl-font-lock-keywords):
2734 (hexl-highlight-line-range): Use the term "region"
2735 instead of "area" for consistency with the other symbols
2736 defined in hexl.el.
2737
2738 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2739
2740 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2741 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2742 out by Juri Linkov). Add `display-battery-mode'.
2743
2744 2005-08-09 Juri Linkov <juri@jurta.org>
2745
2746 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2747 Remove `-text' from face variable names.
2748 (compilation-error-file-name, compilation-warning-file-name)
2749 (compilation-info-file-name): Delete faces.
2750 (compilation-line-number, compilation-column-number):
2751 Remove face underlining.
2752 (compilation-message-face): Set to `underline' value by default.
2753 (compilation-error-face, compilation-warning-face)
2754 (compilation-info-face): Remove `-file-name' from face names.
2755 (compilation-error-text-face, compilation-warning-text-face)
2756 (compilation-info-text-face): Delete face variables.
2757 (compilation-text-face): Delete function.
2758
2759 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2760 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2761 (grep-error-face): Set to `compilation-error' instead of
2762 `compilation-error-face' (which is redefined to `grep-hit-face' in
2763 grep buffers).
2764 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2765 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2766
2767 * dired-aux.el (dired-do-query-replace-regexp):
2768 Use `query-replace-read-args'.
2769
2770 * replace.el (query-replace-read-from, query-replace-read-to)
2771 (query-replace-read-args): Rename arg `string' to `prompt'.
2772
2773 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2774
2775 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2776
2777 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2778 uploading files.
2779 (ange-ftp-canonize-filename): Handle file names beginning with ~
2780 correctly.
2781
2782 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2783
2784 * textmodes/fill.el (canonically-space-region)
2785 (fill-context-prefix, fill-french-nobreak-p)
2786 (fill-delete-newlines, fill-comment-paragraph)
2787 (justify-current-line): "?\ " -> "?\s".
2788
2789 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2790
2791 * textmodes/fill.el (fill-nonuniform-paragraphs):
2792 Improve argument/docstring consistency.
2793
2794 2005-08-09 Richard M. Stallman <rms@gnu.org>
2795
2796 * textmodes/ispell.el (ispell-word): More fboundp checks.
2797
2798 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2799 (find-file-noselect-1): Call it here, only if RAWFILE.
2800 (normal-mode): Always set some major mode.
2801 (save-some-buffers-action-alist): Change some explanation strings.
2802 (file-name-non-special): In the `quote' method, use unwind-protect.
2803
2804 2005-08-09 Magnus Henoch <mange@freemail.hu>
2805
2806 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2807 (ispell-have-aspell-dictionaries): New variable.
2808 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2809 (ispell-get-aspell-config-value): New function.
2810 (ispell-aspell-find-dictionary): New function.
2811 (ispell-aspell-add-aliases): New function.
2812 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2813 appropriate. Don't look for ispell dictionaries if we use aspell.
2814 (ispell-menu-map): Don't build a submenu of dictionaries.
2815
2816 2005-08-09 Richard M. Stallman <rms@gnu.org>
2817
2818 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2819 (sql-read-passwd): Use read-passwd.
2820
2821 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2822 (idlwave-toolbar-is-possible): Add defvars.
2823
2824 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2825 Avoid warnings.
2826
2827 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2828 (idlwave-system-class-info, idlwave-executive-commands-alist):
2829 Use defvar.
2830
2831 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2832
2833 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2834 Avoid warnings.
2835
2836 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2837 and content-type: headers.
2838
2839 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2840
2841 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2842 and rename some of them to be more self-explanatory.
2843
2844 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2845
2846 * startup.el (command-line-1): Implement -scriptload.
2847
2848 * replace.el (occur-engine): Initial *Occur* output not undoable.
2849
2850 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2851 and improve help strings.
2852
2853 * isearch.el (isearch-repeat): When changing direction,
2854 mark search successful.
2855
2856 * ediff-init.el: Use (featurep 'xemacs).
2857
2858 * comint.el (send-invisible): Identify buffer, if not selected.
2859
2860 * align.el: Delete autoload for c-guess-basic-syntax.
2861
2862 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2863
2864 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2865 Improve argument/docstring consistency. Doc fixes.
2866 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2867 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2868 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2869 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2870 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2871 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2872 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2873 Defvar at compile time.
2874
2875 2005-08-09 Juri Linkov <juri@jurta.org>
2876
2877 * info.el: Replace `info' with upper-case `Info' where appropriate.
2878 (info-title-1, info-title-2, info-title-3, info-title-4)
2879 (info-menu-header): Move up face definitions.
2880 (info-menu-star): Rename from `info-menu-5'.
2881 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2882 (Info-fontify-visited-nodes): Fix docstring.
2883 (Info-hide-note-references): Fix docstring.
2884 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2885 menu items in the same way as on cross-references.
2886 (info-apropos): Fix sorting order and formatting to be like in the
2887 stand-alone Info browser. Display error messages for 1 sec.
2888 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2889 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2890 from the menu bar.
2891 (Info-insert-dir): Restore point after calling
2892 `insert-buffer-substring'.
2893
2894 2005-08-08 Richard M. Stallman <rms@gnu.org>
2895
2896 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2897 (recompute-lucid-menubar): Add defvars.
2898
2899 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2900
2901 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2902
2903 * net/net-utils.el (run-dig): Rename from `dig'.
2904
2905 * play/gametree.el (gametree-mode): Use make-local-variable,
2906 not make-variable-buffer-local.
2907
2908 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2909
2910 * ansi-color.el (ansi-color-make-extent)
2911 (ansi-color-set-extent-face): Use fboundp, not functionp.
2912
2913 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2914 not make-variable-buffer-local.
2915
2916 * bookmark.el (Info-current-file): Add defvar.
2917 (bookmark-jump-noselect): Use with-no-warnings.
2918
2919 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2920
2921 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2922
2923 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2924
2925 * find-file.el (ada-procedure-start-regexp)
2926 (ada-package-start-regexp): Add defvars.
2927
2928 * info.el (Info-insert-dir): Use insert-buffer-substring.
2929
2930 * xml.el (xml-att-def-re): Add defvar.
2931
2932 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2933 calling convention.
2934
2935 * subr.el (while-no-input): Return t if there is input.
2936
2937 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2938
2939 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2940
2941 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2942
2943 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2944 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2945
2946 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2947
2948 * cmuscheme.el (scheme-start-file): Replace reference to
2949 `user-emacs-directory' by "~/.emacs.d/".
2950
2951 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2952
2953 * info.el (Info-dir-remove-duplicates): Avoid case folding
2954 in loop; instead, keep downcased strings for comparison.
2955 Suggested by Helmut Eller.
2956
2957 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2958
2959 Sync with Tramp 2.0.50.
2960
2961 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2962 XEmacs case; not necessary anymore.
2963 (tramp-user-regexp): Allow "@" as part of user name.
2964 (tramp-handle-set-visited-file-modtime)
2965 (tramp-handle-insert-file-contents)
2966 (tramp-handle-write-region): No special handling for
2967 `last-coding-system-used, because this is done in
2968 `tramp-accept-process-output' now.
2969 (tramp-accept-process-output): New defun.
2970 (tramp-process-one-action, tramp-process-one-multi-action)
2971 (tramp-wait-for-regexp, tramp-wait-for-output)
2972 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2973 Howells <dhowells@redhat.com>.
2974 (clear-visited-file-modtime): Defadvice removed. The check for
2975 unset buffer's modtime does not need to be based on
2976 `tramp-buffer-file-attributes'. Suggested by RMS.
2977 (tramp-message): Insert "\n" if not being at beginning of line.
2978 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2979 sequence with same logic.
2980 (tramp-completion-handle-expand-file-name): Discard call of
2981 `tramp-drop-volume-letter'. It is not necessary, and there have
2982 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2983 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2984 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2985 should always be visible.
2986 (tramp-handle-insert-directory, tramp-setup-complete)
2987 (tramp-set-process-query-on-exit-flag)
2988 (tramp-append-tramp-buffers): Pacify byte-compiler.
2989 (tramp-bug): Delete non-existing variables from list.
2990 Apply `tramp-load-report-modules' as pre-hook.
2991 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2992 `shell-prompt-pattern' because of non-7bit characters.
2993 Reported by Sebastian Luque <sluque@mun.ca>.
2994 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2995 (tramp-match-string-list): Remove function.
2996 (tramp-wait-for-regexp): Remove call of that function.
2997 Suggested by Kim F. Storm <storm@cua.dk>.
2998 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2999 instead of octal character code ?\600. The latter resulted in a
3000 syntax error with XEmacs.
3001
3002 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3003 XEmacs case; not necessary anymore.
3004 (tramp-smb-handle-write-region): No special handling for
3005 `last-coding-system-used, because this is done in
3006 `tramp-accept-process-output' now.
3007 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3008
3009 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3010
3011 * wid-edit.el (widget-choice-value-create):
3012 Unconditionally respect user choice. Set :explicit-choice back to nil
3013 when no longer needed.
3014 (widget-choice-action): Unconditionally respect user choice.
3015 Eliminate :explicit-choice-value.
3016
3017 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3018
3019 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3020 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3021 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3022 running new function `toggle-indicate-empty-lines'.
3023 Rename "Customize" item to "Customize fringe".
3024 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3025 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3026 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3027 Delete "Empty lines only" item.
3028 (menu-bar-showhide-fringe-ind-customize): New function.
3029 (menu-bar-showhide-fringe-ind-mixed)
3030 (menu-bar-showhide-fringe-ind-box)
3031 (menu-bar-showhide-fringe-ind-right)
3032 (menu-bar-showhide-fringe-ind-left)
3033 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3034 instead of `fringe-indicators'.
3035
3036 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3037
3038 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3039 Change the date of last update.
3040
3041 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3042
3043 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3044 (viper-exec-yank, viper-put-back): Don't display modification msg
3045 if in the minibuffer.
3046
3047 * viper-init.el (viper-replace-overlay-cursor-color)
3048 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3049 Make variables frame local.
3050
3051 * viper-util.el (viper-append-filter-alist): Use append instead of
3052 nconc.
3053
3054 * viper.el (viper-vi-state-mode-list)
3055 (viper-emacs-state-mode-list): Move help-mode and
3056 completion-list-mode from the first list to the second.
3057 (viper-mode): Docstring.
3058 (viper-go-away, viper-non-hook-settings): Don't localize
3059 minor-mode-alist in newer Emacsen. Add advice to
3060 set-cursor-color. Don't bind "\C-c\\".
3061
3062 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3063
3064 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3065 (scheme-macro-expand-command): New user options.
3066 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3067 (scheme-form-at-point, scheme-start-file)
3068 (scheme-interactively-start-process): New functions.
3069 (scheme-get-process): New function, extracted from `scheme-proc'.
3070 (run-scheme): Call `scheme-start-file' to get start file, and pass
3071 it to `make-comint'.
3072 (switch-to-scheme, scheme-proc):
3073 Call `scheme-interactively-start-process' if no Scheme buffer/process
3074 is available.
3075
3076 2005-08-06 Juri Linkov <juri@jurta.org>
3077
3078 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3079 Use `compilation-text-face', `compilation-info-text-face' and
3080 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3081 (compilation-error): New face.
3082 (compilation-error-file-name): Inherit from
3083 `compilation-error' instead of `font-lock-warning-face'.
3084 (compilation-warning-file-name): Inherit from
3085 `compilation-warning' instead of `font-lock-warning-face'.
3086 (compilation-info, compilation-error-file-name)
3087 (compilation-warning-file-name, compilation-info-file-name)
3088 (compilation-line-number, compilation-column-number): Doc fix.
3089 (compilation-error-text-face, compilation-warning-text-face)
3090 (compilation-info-text-face): New face variables.
3091 (compilation-line-face, compilation-column-face)
3092 (compilation-enter-directory-face)
3093 (compilation-leave-directory-face): Doc fix.
3094 (compilation-text-face): New function.
3095
3096 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3097 instead of 1 to display binary file names as info file links.
3098 (grep-error-face): Use `compilation-error-face' instead of
3099 `font-lock-keyword-face'.
3100 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3101 and `compilation-warning-text-face' instead of
3102 `font-lock-keyword-face'. Use `compilation-error-text-face'
3103 instead of `grep-error-face'.
3104
3105 2005-08-05 Kenichi Handa <handa@m17n.org>
3106
3107 * international/code-pages.el: Add autoload cookies for all coding
3108 systems.
3109
3110 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3111
3112 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3113
3114 2005-08-04 Juri Linkov <juri@jurta.org>
3115
3116 * progmodes/compile.el (compilation-mode-map):
3117 * progmodes/grep.el (grep-mode-map):
3118 Bind TAB to `compilation-next-error' and [backtab] to
3119 `compilation-previous-error'.
3120
3121 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3122 matching line numbers, column numbers and their ranges with regexp
3123 matching only line numbers.
3124 (grep-context-face): New face variable.
3125 (grep-mode-font-lock-keywords): Use it.
3126
3127 * faces.el (read-face-name): Delete duplicate faces.
3128
3129 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3130
3131 * thumbs.el (thumbs-find-image): Don't make variables
3132 automatically buffer local.
3133 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3134 (thumbs-image-num): Make automatically buffer local.
3135 (thumbs-show-thumbs-list): Use `make-local-variable', not
3136 `make-variable-buffer-local'.
3137 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3138
3139 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3140 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3141 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3142 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3143 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3144 (feelings-about, foullst, found, hello, history, howareyoulst)
3145 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3146 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3147 (neglst, obj, object, owner, please, problems, qlist)
3148 (random-adjective, relation, remlst, repetitive-shortness)
3149 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3150 (shortlst, something, sportslst, stallmanlst, states, subj)
3151 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3152 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3153 Defvar at compile time.
3154
3155 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3156 not `make-variable-buffer-local'.
3157
3158 2005-08-02 Kim F. Storm <storm@cua.dk>
3159
3160 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3161 rectangle overlay in selected window.
3162
3163 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3164
3165 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3166 instead of display group. Make `indicate-buffer-boundaries'
3167 customizable through Custom.
3168
3169 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3170
3171 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3172 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3173 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3174 (gdb-put-string): Fix typos in docstrings.
3175
3176 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3177
3178 Update copyright notices of files in progmodes directory for
3179 release of Emacs 22.1.
3180
3181 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3182
3183 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3184 Don't barf if the GUD buffer has been killed.
3185
3186 2005-08-01 Kim F. Storm <storm@cua.dk>
3187
3188 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3189
3190 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * simple.el (next-error-follow-minor-mode):
3193 make-variable-buffer-local -> make-local-variable.
3194
3195 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3196
3197 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3198 (byte-compile-form-make-variable-buffer-local): New functions to warn
3199 about misuses of make-variable-buffer-local where make-local-variable
3200 was meant.
3201
3202 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3203
3204 * bs.el (bs-attributes-list): Doc fix.
3205 (bs): Update url-link.
3206
3207 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3208 (desktop-load-default): Simplify.
3209
3210 * ibuffer.el (ibuffer-columnize-and-insert-list)
3211 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3212 (ibuffer-unmark-all, ibuffer-toggle-marks)
3213 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3214 (ibuffer-compile-make-format-form, ibuffer-format-column)
3215 (ibuffer-current-buffers-with-marks)
3216 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3217 (ibuffer): Doc fix.
3218 (ibuffer-mode): Fix typo in docstring.
3219 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3220 with `define-obsolete-variable-alias'.
3221 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3222
3223 2005-07-29 Kenichi Handa <handa@m17n.org>
3224
3225 * international/mule-cmds.el (select-message-coding-system):
3226 Be sure to use LF for end-of-line. If no coding system is decided,
3227 return iso-8859-1-unix.
3228
3229 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3232 (ange-ftp-pending-error-line): New vars.
3233 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3234 to handle the non-fatal no-route-to-host messages.
3235 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3236
3237 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3238
3239 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3240 (isearch-quote-char, isearch-printing-char)
3241 (isearch-text-char-description): "?\ " -> "?\s".
3242 (isearch-lazy-highlight-cleanup)
3243 (isearch-lazy-highlight-initial-delay)
3244 (isearch-lazy-highlight-interval)
3245 (isearch-lazy-highlight-max-at-a-time)
3246 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3247 Declare with define-obsolete-*-alias macros.
3248 (isearch-forward): Fix typo in docstring.
3249 (search-invisible, search-ring-yank-pointer)
3250 (regexp-search-ring-yank-pointer): Doc fixes.
3251
3252 * recentf.el (recentf-menu-append-commands-p): Declare with
3253 `define-obsolete-variable-alias'.
3254 (recentf-max-saved-items, recentf-menu-filter)
3255 (recentf-arrange-by-rule-subfilter): Doc fixes.
3256 (recentf-menu-append-commands-flag)
3257 (recentf-initialize-file-name-history, recentf-expand-file-name)
3258 (recentf-clear-data): Fix typos in docstrings.
3259
3260 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3261
3262 * progmodes/gdb-ui.el: Smarten comments.
3263 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3264
3265 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3266
3267 * term/apollo.el (terminal-init-apollo): New function containing
3268 all former top level forms in the file.
3269 * term/bobcat.el (terminal-init-bobcat):
3270 * term/cygwin.el (terminal-init-cygwin):
3271 * term/iris-ansi.el (terminal-init-iris-ansi):
3272 * term/linux.el (terminal-init-linux):
3273 * term/news.el (terminal-init-news):
3274 * term/rxvt.el (terminal-init-rxvt):
3275 * term/sun.el (terminal-init-sun):
3276 * term/tvi970.el (terminal-init-tvi970):
3277 * term/vt100.el (terminal-init-vt100):
3278 * term/vt102.el (terminal-init-vt102):
3279 * term/vt125.el (terminal-init-vt125):
3280 * term/vt200.el (terminal-init-vt200):
3281 * term/vt201.el (terminal-init-vt201):
3282 * term/vt220.el (terminal-init-vt220):
3283 * term/vt240.el (terminal-init-vt240):
3284 * term/vt300.el (terminal-init-vt300):
3285 * term/vt320.el (terminal-init-vt320):
3286 * term/vt400.el (terminal-init-vt400):
3287 * term/vt420.el (terminal-init-vt420):
3288 * term/wyse50.el (terminal-init-wyse50):
3289 * term/xterm.el (terminal-init-xterm): Likewise.
3290
3291 * term/README: Describe the terminal-init-* functionality.
3292
3293 * startup.el (command-line): After loading the terminal initialization
3294 file call the corresponding terminal initialization function.
3295
3296 2005-07-27 Kenichi Handa <handa@m17n.org>
3297
3298 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3299 negative.
3300
3301 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3302 (ps-mule-composition-prologue): Fix for the case that
3303 RelativeCompose is false.
3304
3305 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3308
3309 * descr-text.el (describe-char): Handle the case where the list of
3310 chars is displayed in a separate frame.
3311 Be a bit more discriminating when looking for the char.
3312
3313 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3314
3315 * bookmark.el (bookmark-automatically-show-annotations)
3316 (bookmark-read-annotation-text-func): Doc fixes.
3317 (bookmark-save): Improve argument/docstring consistency.
3318 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3319 (bookmark-alist-from-buffer)
3320 (bookmark-upgrade-file-format-from-0)
3321 (bookmark-grok-file-format-version)
3322 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3323 (bookmark-read-annotation-mode)
3324 (bookmark-insert-current-bookmark, bookmark-jump)
3325 (bookmark-exit-hook): Fix typos in docstrings.
3326 (bookmark-exit-hooks): Define as obsolete alias.
3327 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3328 not `bookmark-exit-hooks'. Fix docstring.
3329 (bookmark-bmenu-select): "?\ " -> "?\s".
3330
3331 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3332
3333 * startup.el (command-line): Fix typo.
3334
3335 2005-07-24 Richard M. Stallman <rms@gnu.org>
3336
3337 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3338 not emacs-quick-startup.
3339
3340 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3341
3342 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3343 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3344 instead of `reb-with-current-window'.
3345 (reb-prev-match): Likewise. Also, don't move left if the search
3346 was unsuccessful.
3347 (reb-initialize-buffer): New function.
3348 (re-builder, reb-change-syntax): Use it.
3349
3350 * man.el (Man-goto-page): Make second argument NOERROR optional.
3351
3352 2005-07-23 Richard M. Stallman <rms@gnu.org>
3353
3354 * man.el (Man-bgproc-sentinel): Check here for failure to find
3355 any man page in the output, and report the error here.
3356 (Man-arguments): Make it permanent local.
3357 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3358 (Man-mode): Pass t for NOERROR.
3359
3360 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3361 (grep-mode-font-lock-keywords):
3362 Don't use compilation-...-face for messages that are not file names.
3363
3364 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3365 Don't use compilation-...-face for messages that are not file names.
3366
3367 2005-07-22 Juri Linkov <juri@jurta.org>
3368
3369 * startup.el (normal-splash-screen): Update menu name.
3370
3371 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3372
3373 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3374
3375 * term/xterm.el: Load term/rxvt if the terminal is actually an
3376 rxvt terminal.
3377 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3378
3379 * term/rxvt.el (function-key-map): Use substitute-key-definition
3380 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3381
3382 * term/cygwin.el: New file.
3383
3384 2005-07-22 Kim F. Storm <storm@cua.dk>
3385
3386 * image-file.el (insert-image-file, image-file-yank-handler):
3387 Fix last change to maintain a (unique) yank-handler on yanked images.
3388
3389 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3390
3391 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3392 of the file size (as in "177B" for 177 bytes). This happens with
3393 "ls -lh" on FreeBSD.
3394
3395 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3396
3397 * hilit-chg.el (highlight-changes-global-initial-state)
3398 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3399 (hilit-chg-fixup, highlight-changes-mode):
3400 Fix typos in docstrings.
3401 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3402 Doc fixes.
3403
3404 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3405
3406 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3407 mode function using `eval-after-load'.
3408
3409 2005-07-21 Kim F. Storm <storm@cua.dk>
3410
3411 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3412 included when reporting an emacs crash, and tell about the DEBUG file.
3413
3414 * image-file.el (insert-image-file): Add yank-handler.
3415 (image-file-yank-handler): Yank handler to make unique copies of
3416 images when they are yanked into a buffer next to each other.
3417
3418 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3419
3420 * comint.el (comint-use-prompt-regexp, comint-send-input)
3421 (comint-source-default, comint-extract-string)
3422 (comint-get-source, comint-word, comint-completion)
3423 (comint-source, comint-prompt-read-only, comint-update-fence):
3424 Fix typos in docstrings.
3425 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3426 Declare with define-obsolete-*-alias macros.
3427 (comint-previous-matching-input-from-input)
3428 (comint-next-matching-input-from-input)
3429 (comint-previous-matching-input, comint-next-matching-input)
3430 (comint-forward-matching-input):
3431 Improve argument/docstring consistency.
3432
3433 * desktop.el (desktop-clear-preserve-buffers-regexp):
3434 Also preserve the *server* buffer.
3435
3436 * simple.el (clone-indirect-buffer): Doc fix.
3437 (fixup-whitespace, just-one-space)
3438 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3439 (next-error, next-error-highlight)
3440 (next-error-highlight-no-select, next-error-last-buffer)
3441 (next-error-buffer-p, next-error-find-buffer, next-error)
3442 (previous-error, next-error-no-select, previous-error-no-select)
3443 (open-line, split-line, minibuffer-prompt-width, kill-new)
3444 (binary-overwrite-mode): Fix typos in docstrings.
3445 (set-fill-column): Fix typo in message.
3446
3447 * skeleton.el (skeleton-proxy-new): Doc fix.
3448
3449 * strokes.el (strokes-load-hook): Doc fix.
3450 (strokes-grid-resolution, strokes-get-grid-position)
3451 (strokes-renormalize-to-grid, strokes-read-stroke)
3452 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3453 (strokes-global-map): Fix typos in docstrings.
3454 (strokes-help): Doc fix. Fix help message and pass it through
3455 `substitute-command-keys'.
3456
3457 * tempo.el (tempo-insert-prompt, tempo-interactive)
3458 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3459 (tempo-insert-string-functions, tempo-local-tags)
3460 (tempo-define-template, tempo-insert-template)
3461 (tempo-insert-prompt-compat, tempo-is-user-element)
3462 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3463 Fix typos in docstrings.
3464
3465 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3466 (vcursor-key-bindings, vcursor-use-vcursor-map)
3467 (vcursor-find-window, vcursor-scroll-down)
3468 (vcursor-disable, vcursor-beginning-of-buffer)
3469 (vcursor-end-of-buffer): Fix typos in docstrings.
3470 (vcursor-relative-move, vcursor-get-char-count):
3471 Improve argument/docstring consistency.
3472
3473 * version.el: "?\ " -> "?\s".
3474
3475 * wid-edit.el (widget-default-create, widget-after-change)
3476 (widget-default-format-handler, widget-checklist-add-item)
3477 (widget-radio-add-item, widget-choose, widget-specify-secret)
3478 (widget-field-value-create, widget-field-value-get)
3479 (widget-editable-list-format-handler)
3480 (widget-editable-list-entry-create, widget-group-value-create)
3481 (widget-documentation-link-add)
3482 (widget-documentation-string-value-create): "?\ " -> "?\s".
3483 (widget-convert-text): Doc fix.
3484 (widget-narrow-to-field, widget-field-find)
3485 (widget-url-link-action, widget-emacs-library-link-action)
3486 (widget-color-notify): Fix typos in docstrings.
3487
3488 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3489 (x-select-text, set-w32-system-coding-system)
3490 (w32-add-charset-info): Fix typos in docstrings.
3491
3492 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3493 (cua-enable-cua-keys, cua-use-hyper-key)
3494 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3495 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3496
3497 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3498
3499 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3500 `defalias' instead of faking it.
3501
3502 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3503 (eshell-ls-missing, eshell-ls-dired-initial-args)
3504 (eshell-ls-use-in-dired): Fix typos in docstrings.
3505
3506 2005-07-20 Kim F. Storm <storm@cua.dk>
3507
3508 * emulation/cua-base.el (cua-mode): Improve doc string.
3509
3510 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3511
3512 * abbrev.el (expand-region-abbrevs): Doc fix.
3513 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3514 Improve argument/docstring consistency.
3515
3516 * arc-mode.el (archive-get-descr, archive-alternate-display):
3517 Doc fixes.
3518 (archive-l-e): Improve argument/docstring consistency.
3519 (archive-tmpdir, archive-unixdate, archive-unixtime)
3520 (archive-chmod-entry): Fix typos in docstrings.
3521 (archive-unflag, archive-unflag-backwards)
3522 (archive-unmark-all-files): "?\ " -> "?\s".
3523
3524 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3525 (Buffer-menu-not-modified, Buffer-menu-execute)
3526 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3527 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3528
3529 * composite.el (compose-string, encode-composition-rule)
3530 (compose-last-chars): Fix typos in docstrings.
3531
3532 * desktop.el (desktop-enable, desktop-basefilename):
3533 Declare with `define-obsolete-variable-alias'.
3534 (desktop-internal-v2s): Don't quote keywords.
3535 (desktop-clear): "?\ " -> "?\s".
3536
3537 * dired.el (dired-align-file, dired-flag-backup-files)
3538 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3539 (dired-listing-switches, dired-ls-F-marks-symlinks)
3540 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3541 (dired-directory, dired-faces, dired, dired-revert)
3542 (dired-mode, dired-summary, dired-view-file)
3543 (dired-copy-filename-as-kill, dired-delete-file)
3544 (dired-no-confirm, dired-unmark-all-marks)
3545 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3546 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3547 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3548 Fix typos in message strings.
3549
3550 * dired-x.el (virtual-dired): Declare with `defalias'.
3551 (dired-mark-unmarked-files, dired-local-variables-file)
3552 (dired-omit-here-always): Doc fix.
3553 (dired-omit-mode, dired-find-subdir)
3554 (dired-enable-local-variables, dired-clean-up-buffers-too)
3555 (dired-extra-startup, dired-mark-extension, dired-jump)
3556 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3557 (dired-smart-shell-command, dired-guess-shell-alist-user)
3558 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3559 (dired-x-bind-find-file, dired-x-submit-report):
3560 Fix typos in docstrings.
3561 (dired-mark-unmarked-files): "?\ " -> "?\s".
3562
3563 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3564
3565 * faces.el (describe-face): "?\ " -> "?\s".
3566 (read-all-face-attributes, read-face-font, modify-face)
3567 (face-attr-construct, italic): Fix typos in docstrings.
3568 (frame-update-face-colors): Declare with
3569 `define-obsolete-function-alias'.
3570
3571 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3572 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3573 (magic-mode-alist, buffer-file-numbers-unique)
3574 (write-file-functions, get-free-disk-space):
3575 Fix typos in docstrings.
3576 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3577 (write-contents-hooks, write-file-hooks):
3578 Declare with `define-obsolete-variable-alias'.
3579
3580 * forms-d2.el (arch-rj): Fix typo in docstrings.
3581 (arch-tocol): Likewise. "?\ " -> "?\s".
3582
3583 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3584 Fix typo in docstring.
3585 (set-screen-width, set-screen-height): Delete redundant info in
3586 doctrings.
3587 (new-frame, screen-height, screen-width): Declare with
3588 `define-obsolete-function-alias'.
3589 (delete-frame-hook, blink-cursor): Declare with
3590 `define-obsolete-variable-alias'.
3591
3592 * paths.el (prune-directory-list): Fix typos in docstring.
3593
3594 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3595 (cvs-prefix-get): Fix typos in docstrings.
3596
3597 * ps-print.el (ps-extend-face-list, ps-extend-face)
3598 (ps-print-background-image): Fix typos in docstrings.
3599 (ps-default-fg, ps-default-bg): Doc fixes.
3600
3601 * s-region.el (s-region-bind): Doc fix.
3602 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3603
3604 * textmodes/org.el (org-table-formula-substitute-names)
3605 (org-table-get-vertical-vector): Doc fixes.
3606 (org-table-recalculate): Remove unused argument to `message'.
3607
3608 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3609
3610 * textmodes/org.el (org-table-column-names)
3611 (org-table-column-name-regexp)
3612 (org-table-named-field-locations): New variables.
3613 (org-archive-subtree): Protect `this-command' when calling
3614 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3615 the kill buffer.
3616 (org-complete): Remove fixed-formula completion.
3617 (org-edit-formulas-map): New variable.
3618 (org-table-edit-formulas): New command.
3619 (org-finish-edit-formulas, org-abort-edit-formulas)
3620 (org-show-variable, org-table-get-vertical-vector): New functions.
3621 (org-table-maybe-eval-formula): Handle `:=' fields.
3622 (org-table-get-stored-formulas, org-table-store-formulas)
3623 (org-table-get-formula, org-table-modify-formulas)
3624 (org-table-replace-in-formulas): Handle named field formulas.
3625 (org-table-get-specials): Store locations of named fields.
3626
3627 2005-07-19 Juri Linkov <juri@jurta.org>
3628
3629 * progmodes/grep.el (grep-regexp-alist)
3630 (grep-mode-font-lock-keywords, grep-process-setup):
3631 Use default GNU grep match color "01;31m" instead of "01;41m".
3632 (grep-regexp-alist, grep-mode-font-lock-keywords):
3633 Use `\\[[0-9]*m' instead of `\\[00m'.
3634 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3635 sgr_start where its handling is more important. Use the real
3636 length of sgr_start instead of constant 8.
3637 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3638 specially. Delete all remaining escape sequences.
3639 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3640 (grep-regexp-alist): Make hyperlink only for binary file name
3641 instead of the whole line.
3642 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3643 (grep-mode): Add autoload.
3644
3645 * emacs-lisp/find-func.el (find-function-regexp):
3646 Add `define-compilation-mode'.
3647
3648 2005-07-19 Juri Linkov <juri@jurta.org>
3649
3650 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3651 (compare-windows-sync-string-size, compare-windows-recenter)
3652 (compare-windows-highlight, compare-windows): Add version 22.1.
3653 (compare-windows) <defface>: Inherit from lazy-highlight instead
3654 of duplicating its default value.
3655
3656 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3657 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3658
3659 * descr-text.el (describe-char): Create link buttons for `charset'
3660 and `code point'. Add the current input method name with a link
3661 button to `to input' field. Print face names of display table
3662 characters in `The display table entry is displayed by' section
3663 instead of printing face-id in the `display' field.
3664 Guess hardcoded faces and create a link button for them.
3665 Skip empty fields when calculating max-width.
3666 Treat `widget-create' specially while inserting strings from the
3667 collected field list.
3668 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3669
3670 * diff-mode.el (diff-file-header): Change foreground color from
3671 yellow to green on light backgrounds.
3672 (diff-context): Inherit from `shadow' only for color/grayscale
3673 with more than 88 colors.
3674 (diff-indicator-removed, diff-indicator-added)
3675 (diff-indicator-changed): New faces.
3676 (diff-font-lock-keywords): Use new faces. Regroup rules.
3677 Add "^---$" for `normal' diff format. Fontify `#' lines with
3678 font-lock-comment-delimiter-face and font-lock-comment-face.
3679 Add `#' to ^[^...] in the rule for `diff-context-face'.
3680
3681 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3682 a button-like box. Inherit from `highlight' on low colors.
3683 (shadow): Use shades of gray only for color/grayscale with
3684 more than 88 colors. Use green for light backgrounds with
3685 8 colors, and yellow for dark backgrounds with 8 colors.
3686
3687 * font-lock.el (font-lock-regexp-grouping-backslash):
3688 Don't inherit from escape-glyph (use bold for all cases).
3689
3690 * info.el (info-xref-visited): Use light foreground color `violet'
3691 for dark backgrounds instead of dark color `magenta3'.
3692 (info-title-1): Use `yellow' color for dark backgrounds.
3693
3694 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3695 too-light magenta2.
3696
3697 * replace.el (match): Use slightly more light RoyalBlue3 instead
3698 of dark RoyalBlue4.
3699
3700 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3701
3702 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3703
3704 * novice.el (disabled-command-hook): Declare it with
3705 `define-obsolete-variable-alias'.
3706
3707 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3708 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3709 (desktop-load-default): Add release to obsolescence info.
3710 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3711 (desktop-append-buffer-args, desktop-read):
3712 Fix typos in docstrings.
3713 (desktop-kill): Fix typo in message.
3714 (desktop-save): Doc fix.
3715
3716 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3717
3718 * viper-cmd.el (viper-escape-to-state): Bug fix.
3719 (viper-envelop-ESC-key): Change the definition of fast
3720 keysequence so it'll work with keyboard macros.
3721
3722 * ediff.el (ediff-patch-buffer): Change the docstring.
3723
3724 2005-07-19 Kenichi Handa <handa@m17n.org>
3725
3726 * international/mule-cmds.el (select-safe-coding-system): Try to
3727 use an auto-coding (if any) before anything else. If the found
3728 auto-coding is invalid, show a warning message.
3729
3730 * international/mule.el (find-auto-coding): New function created
3731 by modifying the body of set-auto-coding.
3732 (set-auto-coding): Use find-auto-coding to find a coding.
3733
3734 2005-07-18 Richard M. Stallman <rms@gnu.org>
3735
3736 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3737 not isearch-mode-end-hook-error.
3738 (allout-before-change-protect): Fix error message.
3739
3740 2005-07-18 Juri Linkov <juri@jurta.org>
3741
3742 * allout.el (allout-mode):
3743 * calculator.el (calculator-copy):
3744 * custom.el (custom-known-themes):
3745 * dired.el (dired-desktop-buffer-misc-data)
3746 (dired-restore-desktop-buffer):
3747 * dired-x.el (dired-omit-marker-char):
3748 * files.el (basic-save-buffer):
3749 * font-core.el (font-lock-mode):
3750 * calendar/calendar.el (calendar-goto-hebrew-date)
3751 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3752 (calendar-goto-persian-date):
3753 * language/ethio-util.el (ethio-sera-to-fidel-region):
3754 * textmodes/picture.el (picture-mode):
3755 Delete duplicate duplicate words.
3756
3757 2005-07-18 Juri Linkov <juri@jurta.org>
3758
3759 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3760 chars * ? } |.
3761 (isearch-fallback): Don't call `isearch-process-search-char'.
3762 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3763 (isearch-process-search-char): Call `isearch-fallback' for regexp
3764 chars * ? } |.
3765 (isearch-return-char): Make obsolete with `make-obsolete' instead
3766 of simply documenting it as obsolete in the docstring.
3767 (isearch-fallback): Refill docstring.
3768
3769 * international/isearch-x.el
3770 (isearch-process-search-multibyte-characters): Remove unneeded
3771 `concat'. Add intermediate values to `junk-hist' instead of
3772 `minibuffer-history'. Test the length of `str'.
3773
3774 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3775
3776 * allout.el (allout-resolve-xref): Fix typos in error strings.
3777 (allout-before-change-protect): Remove unneeded `concat'.
3778
3779 * array.el (array-mode, array-reconfigure-rows)
3780 (untabify-backward): Fix typos in docstrings.
3781 (array-reconfigure-rows): Use `insert-buffer-substring', not
3782 `insert-buffer'.
3783
3784 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3785 * progmodes/ada-mode.el (ada-make-body):
3786 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3787
3788 * dired.el (dired-log):
3789 * tar-mode.el (tar-subfile-save-buffer):
3790 * play/zone.el (zone-pgm-stress-destress):
3791 Use `insert-buffer-substring', not `insert-buffer'.
3792
3793 2005-07-17 Simon Josefsson <jas@extundo.com>
3794
3795 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3796
3797 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3798
3799 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3800 Add plain auth method.
3801 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3802
3803 2005-07-17 Kim F. Storm <storm@cua.dk>
3804
3805 * ido.el (dired-other-window): Add ido property.
3806
3807 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3808
3809 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3810 Fix typo in docstring.
3811 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3812 `insert-file-literally'.
3813
3814 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3815 info and delete redundant message. Doc fix.
3816 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3817 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3818
3819 2005-07-16 Richard M. Stallman <rms@gnu.org>
3820
3821 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3822 (byte-compile-and): Use byte-compile-and-recursion.
3823 (byte-compile-or-recursion): New function.
3824 (byte-compile-or): Use that.
3825 (byte-compile-if): Guard the else-clause too.
3826 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3827
3828 * isearch.el (isearch-mode-end-hook-quit): New variable.
3829 (isearch-done): Bind it.
3830 (isearch-mode-end-hook): Doc fix.
3831
3832 * allout.el (allout-isearch-did-quit): Variable deleted.
3833 (allout-real-isearch-abort): Function name no longer used.
3834 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3835 (allout-isearch-rectification): isearch-mode always exists.
3836 Don't set allout-isearch-did-quit.
3837 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3838 allout-isearch-did-quit.
3839 (allout-enwrap-isearch): Just add the hook.
3840 (allout-isearch-abort): Function deleted.
3841 (allout-pre-command-business): Avoid warning.
3842
3843 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3844 Correctly avoid warnings.
3845 (pascal-outline): Likewise.
3846
3847 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3848
3849 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3850
3851 * play/tetris.el (tetris-mode): Avoid warning.
3852
3853 * play/snake.el (snake-mode): Avoid warning.
3854
3855 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3856 (gamegrid-set-display-table): Avoid warning.
3857 (gamegrid-set-timer): Likewise.
3858 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3859 (gamegrid-add-score-with-update-game-score-1): Take FILE
3860 as argument.
3861 (gamegrid-add-score-with-update-game-score): Pass that argument.
3862 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3863
3864 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3865
3866 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3867 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3868
3869 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3870 and insert-file.
3871
3872 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3873 (sc-ask): Avoid warnings.
3874
3875 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3876 (eshell-hist-initialize): Use that var the natural way.
3877
3878 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3879
3880 * emacs-lisp/re-builder.el (reb-cook-regexp):
3881 Avoid warning calling lre-compile-string.
3882 (reb-color-display-p): Avoid warning.
3883
3884 * calculator.el (calculator-last-input): Guard uses
3885 of event-key and key-press-event-p.
3886 (event-key, key-press-event-p): Delete definitions.
3887
3888 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3889 (find-gc-source-directory, find-gc-subrs-callers)
3890 (find-gc-noreturn-list, find-gc-source-files)
3891 (find-gc-subrs-called): Vars renamed and defvar'd.
3892
3893 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3894 (checkdoc-overlay-put, checkdoc-delete-overlay)
3895 (checkdoc-overlay-start, checkdoc-overlay-end)
3896 (checkdoc-mode-line-update, checkdoc-char=):
3897 Define such that compiler knows they are defined.
3898 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3899 (checkdoc-read-event): Delete. Use read-event directly.
3900
3901 * whitespace.el (whitespace-make-overlay)
3902 (whitespace-overlay-put, whitespace-delete-overlay)
3903 (whitespace-overlay-start, whitespace-overlay-end):
3904 Define such that compiler knows they are defined.
3905 (whitespace): Move conditional inside.
3906
3907 * tempo.el (tempo-insert-template): Suppress warning.
3908
3909 * ediff-diff.el (longlines-mode): Add defvar.
3910
3911 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3912
3913 * server.el: Bind "C-x #" in a way that works even if C-x is
3914 redefined to a command key, not a prefix key.
3915
3916 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3917
3918 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3919 cl-make-type-test till execution time.
3920
3921 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3922
3923 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3924 arg ARG and use it.
3925
3926 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3927
3928 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3929
3930 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3931
3932 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3933 a defcustom with two :set or :type keywords.
3934
3935 2005-07-15 Richard M. Stallman <rms@gnu.org>
3936
3937 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3938 Don't give ^M comment-end syntax.
3939
3940 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3941
3942 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3943 Don't consider gdbmi (gdb-mi.el has its own update functions).
3944 (gdb-var-delete): Make it work for gdbmi as well.
3945 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3946
3947 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3948 (gud-speedbar-menu-items): Correct logic for enabling items.
3949
3950 2005-07-15 Kim F. Storm <storm@cua.dk>
3951
3952 * ido.el: Fix commentary.
3953 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3954 Use with-no-warnings around ffap-guesser.
3955 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3956 Let bind minibuffer-completing-file-name to t.
3957
3958 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3959
3960 * startup.el (site-run-file, keyboard-type): Doc fixes.
3961 (command-line): Check for "--basic-display" argument; also for
3962 "--quick", not "--bare-bones" (which was renamed).
3963 (fancy-splash-text): Add missing item "Getting New Versions".
3964 (normal-splash-screen): Fix typos and improve consistency with
3965 `fancy-splash-text'. Update copyright year.
3966
3967 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3968 valid binding for `help-char'.
3969
3970 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3971
3972 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3973
3974 * term.el (term-mode): Disable cua-mode for term buffers.
3975
3976 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3977
3978 * add-log.el (add-log-mailing-address, change-log-merge):
3979 Doc fixes.
3980 (change-log-get-method-definition): Fix typo in docstring.
3981
3982 2005-07-14 Kim F. Storm <storm@cua.dk>
3983
3984 * emulation/cua-base.el:
3985 (cua--pre-command-handler-1, cua--pre-command-handler)
3986 (cua--post-command-handler-1, cua--post-command-handler):
3987 Split in two. Check (buffer local) value of cua-mode.
3988 (cua-selection-mode): New command.
3989
3990 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3991
3992 * custom.el (custom-initialize-safe-set)
3993 (custom-initialize-safe-default): Doc fixes.
3994
3995 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3996 and simplify :init-value again.
3997
3998 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3999 and simplify :init-value again. Delete autoload.
4000
4001 * startup.el (command-line): Use `custom-reevaluate-setting' again
4002 for tooltip-mode.
4003
4004 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4005 a defcustom with two :initialize keywords.
4006
4007 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4008
4009 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4010 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4011 (allout-post-command-business, allout-flag-region)
4012 (isearch-reenable-font-lock, allout-yank)
4013 (allout-insert-latex-header, allout-insert-latex-trailer)
4014 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4015 (allout-latex-verb-quote): Fix typos in docstrings.
4016 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4017 (allout-unprotected, allout-prefix-data):
4018 Improve argument/docstring consistency.
4019 (allout-chart-subtree): Fix argument spec.
4020 (allout-open-topic): Rename `use_sib_bullet' argument to
4021 `use-sib-bullet'. Doc fix.
4022
4023 * whitespace.el (whitespace-check-buffer-leading)
4024 (whitespace-check-buffer-trailing)
4025 (whitespace-check-buffer-indent)
4026 (whitespace-check-buffer-spacetab)
4027 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4028 (whitespace-check-leading-whitespace)
4029 (whitespace-check-trailing-whitespace)
4030 (whitespace-check-spacetab-whitespace)
4031 (whitespace-check-indent-whitespace)
4032 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4033 (whitespace-modes): Fix typos in docstrings.
4034 (defgroup, defcustom): Doc fixes.
4035
4036 * winner.el (winner-mode, winner-boring-buffers)
4037 (winner-pending-undo-ring): Doc fixes.
4038 (winner-ring): Remove unneeded `progn'.
4039 (winner-equal): `defsubst' it.
4040 (winner-redo): Fix message.
4041
4042 2005-07-13 Kim F. Storm <storm@cua.dk>
4043
4044 * simple.el (line-move-1): Always use vertical-motion to
4045 do the last (or only) line move to ensure some movement.
4046 Undo 2005-06-23 change--don't check for overlays.
4047
4048 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4049
4050 * term/mac-win.el (ccl-encode-mac-roman-font)
4051 (ccl-encode-mac-centraleurroman-font)
4052 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4053 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4054 Change charset-id boundary of dimension to ?\xef.
4055 (mac-char-fontspec-list): New constant.
4056 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4057 argument. Nil uses itself as family in font-spec. Previous
4058 behavior for nil is now provided by non-nil non-string argument.
4059 All callers changed. Add font-specs for Mac fonts to
4060 "fontset-default" unless iso8859-1 fonts are installed.
4061
4062 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4065 a continuation line if the \ is preceded by SPC or TAB.
4066 (sh-get-indent-info): Simplify.
4067 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4068 Use with-current-buffer.
4069
4070 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4071 when the matched text is empty.
4072
4073 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4074
4075 * startup.el (command-line): Revert to previous handling of
4076 tooltip-mode. Explain in comment why the complexity is needed.
4077
4078 * tooltip.el (tooltip-mode): Revert to previous implementation of
4079 its defcustom.
4080
4081 * frame.el (blink-cursor-mode): Revert to previous implementation
4082 of its defcustom. Update comment.
4083
4084 2005-07-12 Lars Hansen <larsh@soem.dk>
4085
4086 * desktop.el: Update e-mail address.
4087
4088 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4089
4090 * term/mac-win.el (mac-services-mail-selection)
4091 (mac-services-mail-to): New functions.
4092 (mac-application-menu-map): Bind them.
4093
4094 2005-07-12 wulei <milton@wulei.net> (tiny change)
4095
4096 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4097
4098 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4099
4100 * custom.el (custom-reevaluate-setting): Doc fix.
4101
4102 2005-07-11 Jay Belanger <belanger@truman.edu>
4103
4104 * calc/calc.el (calc-embedded-announce-formula-alist)
4105 (calc-embedded-open-close-plain-alist)
4106 (calc-embedded-open-close-mode-alist): Add checks for additional
4107 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4108
4109 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4110
4111 * custom.el (custom-enable-theme): Don't add theme to
4112 `custom-enabled-themes' with `push' because there is no
4113 setf-method for `delq'.
4114
4115 2005-07-11 Richard M. Stallman <rms@gnu.org>
4116
4117 * custom.el (custom-declare-variable): Doc fix.
4118
4119 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4120 from the alists.
4121
4122 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4123 Do nothing if edebug-active.
4124
4125 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4126 (edebug-display): Do it here instead.
4127
4128 2005-07-10 Richard M. Stallman <rms@gnu.org>
4129
4130 * cus-face.el (custom-theme-set-faces): Make it work.
4131 (custom-reset-faces): Doc fix.
4132 (custom-theme-reset-internal-face, custom-theme-face-value):
4133 Functions deleted.
4134
4135 * custom.el (custom-push-theme): Maintain list of the settings
4136 of a given theme in its theme-settings property.
4137 Maintain position of old settings in the theme-value
4138 or theme-face property.
4139 (custom-enabled-themes): New variable.
4140 (custom-theme-enabled-p): New function.
4141 (provide-theme): Update custom-enabled-themes.
4142 Disable and reenable the `user' theme.
4143 (require-theme): Doc fix.
4144 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4145 (custom-theme-value, custom-theme-variable-value): Likewise.
4146 (custom-theme-reset-internal): Likewise.
4147 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4148 (custom-enable-theme, custom-disable-theme): New functions.
4149 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4150 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4151 (custom-theme-reset-variables): Simplify.
4152 (deftheme, custom-declare-theme, custom-make-theme-feature):
4153 Definitions moved.
4154
4155 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4156
4157 * longlines.el (longlines-show-region)
4158 (longlines-unshow-hard-newlines): Recognize hard newlines by
4159 non-nil hard property, instead of t.
4160
4161 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4162
4163 * viper-cmd.el (viper--key-maps): New variable.
4164 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4165 emulation-mode-map-alists.
4166 (viper-envelop-ESC-key): Use viper-subseq.
4167 (viper-search-forward/backward/next): Disable debug-on-error.
4168
4169 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4170 (viper-ESC-key): New defcustoms.
4171
4172 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4173
4174 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4175 (viper-subseq): Copy of subseq from cl.el.
4176
4177 * viper.el (viper-go-away, viper-set-hooks): Use
4178 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4179
4180 * viper-mous.el (viper-current-frame-saved): Use defvar.
4181
4182 * viper-init.el: Get rid of -face in face names.
4183
4184 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4185 Make it work with longlines mode
4186
4187 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4188
4189 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4190
4191 * ediff-init.el: Get rid of -face in face names.
4192
4193 2005-07-10 Richard M. Stallman <rms@gnu.org>
4194
4195 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4196 and with-timeout-unsuspend.
4197
4198 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4199 and with-timeout-unsuspend.
4200
4201 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4202 (with-timeout): Bind that variable to record timers.
4203 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4204
4205 * emacs-lisp/debug.el (debug-help-follow): New function.
4206 (debugger-mode-map): Use that instead of help-follow.
4207 (debugger-setup-buffer): Use eval-buffer-list
4208 to handle eval-buffer frames.
4209
4210 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4211
4212 * timezone.el (timezone-parse-date): Change first regexp
4213 so it will not mistakenly match dates with no time zone.
4214
4215 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4216
4217 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4218
4219 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4220
4221 * custom.el (custom-initialize-safe-set)
4222 (custom-initialize-safe-default): New functions.
4223
4224 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4225 and simplify :init-value.
4226
4227 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4228 and simplify :init-value. Delete obsolete comment.
4229
4230 * startup.el (command-line): Use `custom-reevaluate-setting' to
4231 handle `tooltip-mode'. Delete obsolete comment.
4232
4233 * files.el (set-visited-file-name): Avoid calling
4234 `file-name-nondirectory' with a nil argument.
4235
4236 2005-07-09 Richard M. Stallman <rms@gnu.org>
4237
4238 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4239 was called with nil for the buffer, handle the read position right.
4240 Handle read position for eval-region, too.
4241
4242 2005-07-09 Juri Linkov <juri@jurta.org>
4243
4244 * fringe.el (fringe-mode): Add period in docstring.
4245 (fringe-query-style): Build prompt depending on `all-frames' arg.
4246
4247 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4248 to not create links to unrelated functions in the Help buffer.
4249
4250 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4251 Doc fix.
4252
4253 * simple.el (next-error-hook): New variable.
4254 (next-error): Use it. Doc fix.
4255
4256 * textmodes/ispell.el (ispell-command-loop): Add current
4257 dictionary name and program name to mode-line-format.
4258 (ispell-region, ispell-process-line): Add current dictionary name
4259 and program name to messages.
4260
4261 2005-07-08 Jay Belanger <belanger@truman.edu>
4262
4263 * calc/calc.el (calc-embedded-announce-formula-alist)
4264 (calc-embedded-open-close-formula-alist)
4265 (calc-embedded-open-close-word-alist)
4266 (calc-embedded-open-close-plain-alist)
4267 (calc-embedded-open-close-new-formula-alist)
4268 (calc-embedded-open-close-mode-alist)
4269 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4270 (calc-embedded-mode-hook): New variables.
4271
4272 * calc/calc-embed.el (calc-embedded-firsttime)
4273 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4274 New variables.
4275 (calc-do-embedded): Use calc-embedded-firsttime,
4276 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4277 determine whether or not to run hooks.
4278 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4279 calc-embedded-firsttime-formula appropriately.
4280 Set calc-embedded delimiter variables according to mode.
4281
4282 2005-07-08 Richard M. Stallman <rms@gnu.org>
4283
4284 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4285 Check for "emacs", etc., as entire symbol, not just as word.
4286 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4287
4288 * files.el (set-visited-file-name): Report the error
4289 for "empty filename" earlier.
4290 (kill-some-buffers): Ignore buffers already dead.
4291
4292 * fringe.el (fringe-mode): Doc fix.
4293
4294 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4295 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4296 Use unwind-protect to ensure byte-compile-unresolved-functions
4297 is updated.
4298
4299 * whitespace.el (whitespace-buffer-leading-cleanup):
4300 Simplify w/ skip-chars-forward.
4301 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4302
4303 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4304 Unconditionally try to leave point at the same old place.
4305
4306 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4307
4308 * comint.el (comint-postoutput-scroll-to-bottom)
4309 (comint-show-maximum-output): Take scroll-margin into consideration.
4310
4311 2005-07-08 Kim F. Storm <storm@cua.dk>
4312
4313 * ido.el (ido-use-filename-at-point): New choice `guess'.
4314 (ido-file-internal): Try ffap-guesser if selected.
4315
4316 * ido.el (ido-before-fallback-functions): New hook.
4317 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4318 (ido-read-file-name): Run it.
4319
4320 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4323 strings rather than a list of symbols to the completion function.
4324
4325 2005-07-07 Jay Belanger <belanger@truman.edu>
4326
4327 * calc/calc-units.el (math-apply-units): Change the places in
4328 which units are simplified.
4329
4330 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4331
4332 * cus-edit.el (customize-option, customize-option-other-window):
4333 Make them handle aliases.
4334
4335 * custom.el (custom-variable-p): Make it recursively follow
4336 aliases. Mention that in the docstring.
4337
4338 2005-07-07 Richard M. Stallman <rms@gnu.org>
4339
4340 * cus-start.el (exec-path): Use `directory' instead of `file'.
4341 Fix tag for nil.
4342
4343 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4344
4345 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4346 when called non-interactively. Doc fix.
4347
4348 2005-07-07 Lute Kamstra <lute@gnu.org>
4349
4350 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4351 new address as well.
4352
4353 2005-07-07 Kenichi Handa <handa@m17n.org>
4354
4355 * international/mule.el (make-coding-system):
4356 Describe `ascii-incompatible' property in the docstring.
4357 (set-file-name-coding-system): Signal an error if coding-system is
4358 ascii-incompatible.
4359 (set-keyboard-coding-system): Likewise.
4360
4361 * international/mule-cmds.el (set-default-coding-systems):
4362 Don't set default-file-name-coding-system and
4363 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4364
4365 * international/utf-16.el: Declare that all UTF-16-based coding
4366 systems are ASCII-incompatible.
4367
4368 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4369
4370 * progmodes/gud.el: Require font-lock for displaying errors.
4371 Used by gdb-ui.el.
4372
4373 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4374
4375 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4376 values for the pattern lists which are `read'able but not
4377 `append'able (like symbols).
4378
4379 2005-07-06 Richard M. Stallman <rms@gnu.org>
4380
4381 * progmodes/flymake.el (flymake-float-time): Instead of
4382 with-no-warnings, test for xemacs.
4383 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4384 to avoid warning.
4385
4386 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4387
4388 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4389
4390 2005-07-05 Lute Kamstra <lute@gnu.org>
4391
4392 * battery.el: Add support for Darwin (with much debugging help
4393 from Samuel Lauber <sam124@operamail.com>).
4394 (battery-status-function, battery-echo-area-format)
4395 (battery-mode-line-format): Add support for pmset on Darwin.
4396 (battery-load-low, battery-load-critical): New user options.
4397 (battery-pmset): New function.
4398
4399 2005-07-05 Lute Kamstra <lute@gnu.org>
4400
4401 Update FSF's address in GPL notices.
4402
4403 * textmodes/page-ext.el: Update FSF's address.
4404
4405 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4406
4407 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4408 filling from using prefix when filling a single-line docstring.
4409
4410 * progmodes/flymake.el: Remove useless eval-when-compile.
4411
4412 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4413
4414 2005-07-04 Richard M. Stallman <rms@gnu.org>
4415
4416 * textmodes/org.el (org-file-apps-defaults-gnu):
4417 Rename from org-file-apps-defaults-linux.
4418 (org-default-apps): Don't test system-type for `linux'.
4419 (org-file-apps): Doc fix.
4420
4421 2005-07-04 David Ponce <david@dponce.com>
4422
4423 * tree-widget.el: Improve header Commentary section.
4424 (tree-widget) [defgroup]
4425 (tree-widget-image-enable, tree-widget-themes-directory)
4426 (tree-widget-theme, tree-widget-image-properties-emacs)
4427 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4428 (tree-widget-image-formats, tree-widget-control)
4429 (tree-widget-empty-control, tree-widget-leaf-control
4430 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4431 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4432 (tree-widget-keep, tree-widget-after-toggle-functions)
4433 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4434 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4435 :help-echo message.
4436 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4437 (tree-widget-image-properties): Doc fix. Clearer implementation.
4438 (tree-widget--cursors): New constant.
4439 (tree-widget-lookup-image): New function split from
4440 `tree-widget-find-image'. Clearer implementation.
4441 (tree-widget-find-image): Use it.
4442 (tree-widget-button-keymap): Use `set-keymap-parent'.
4443 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4444 Define the sub-widgets here.
4445 (tree-widget-node): Check that :node is not a tree-widget.
4446 (tree-widget-get-super, tree-widget-open-control)
4447 (tree-widget-close-control, tree-widget-empty-control)
4448 (tree-widget-leaf-control, tree-widget-guide)
4449 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4450 (tree-widget-no-handle, tree-widget-value-delete)
4451 (tree-widget-map): Remove.
4452 (tree-widget-children-value-save): Doc fix. Simplified.
4453 (tree-widget-value-create): Update according to previous changes.
4454
4455 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4456
4457 * textmodes/org.el: Leading space replaced by TABS.
4458 (org-recalc-marks, org-table-rotate-recalc-marks)
4459 (org-table-get-specials): Treat "^" and "_" marks.
4460 (org-table-justify-field-maybe): Optional argument NEW.
4461 (org-table-eval-formula): Parsing of the format simplified.
4462 New modes C,I. Honor the %= parameter in the current table.
4463 Avoid unnecessary re-align by using the NEW argument to
4464 `org-table-justify-field-maybe'.
4465 (org-calc-default-modes): Default for date-format mimicks org-mode.
4466 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4467
4468 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4469
4470 * cus-face.el (custom-theme-set-faces): Make it handle face
4471 aliases whose alias declarations are pre- or autoloaded.
4472
4473 2005-07-04 Juri Linkov <juri@jurta.org>
4474
4475 * faces.el (read-face-name): Put the code for getting a face name
4476 from the buffer before adding the faces from the `face' property.
4477 Use `completing-read-multiple' instead of `completing-read'.
4478 Require `crm'. Add default value and post-process the returned
4479 list of faces.
4480
4481 * emacs-lisp/crm.el (crm-find-current-element)
4482 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4483
4484 * emacs-lisp/lisp-mode.el (eval-defun-1):
4485 * emacs-lisp/edebug.el (edebug-eval-defun):
4486 Remove unnecessary quotes.
4487
4488 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4489
4490 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4491 (prolog-indent-level): Fix typo in docstring.
4492
4493 * info.el (Info-history, Info-history-forward)
4494 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4495
4496 * add-log.el (add-change-log-entry):
4497 * comint.el (comint-dynamic-list-input-ring)
4498 (comint-dynamic-list-completions):
4499 * dabbrev.el (dabbrev-expand):
4500 * delim-col.el (delimit-columns-rectangle-line):
4501 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4502 (diff-unified->context):
4503 * ediff-init.el (ediff-abbrev-jobname):
4504 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4505 (ediff-replace-session-activity-marker-in-meta-buffer):
4506 * info.el (Info-summary):
4507 * lpr.el (printify-region):
4508 * printing.el (pr-create-interface):
4509 * ps-print.el (ps-print-quote):
4510 * ses.el (ses-column-widths, ses-print-cell)
4511 (ses-adjust-print-width, ses-center):
4512 * shell.el (shell-file-name-quote-list):
4513 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4514 (strokes-fill-current-buffer-with-whitespace)
4515 (strokes-xpm-for-stroke, strokes-list-strokes)
4516 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4517 * term.el (term-dynamic-list-input-ring)
4518 (term-dynamic-list-completions):
4519 * calc/calc.el (math-format-stack-value):
4520 * emacs-lisp/edebug.el (edebug-display-freq-count):
4521 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4522 (delphi-new-comment-line):
4523 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4524 * progmodes/executable.el (executable-set-magic):
4525 * progmodes/python.el (inferior-python-mode):
4526 * progmodes/scheme.el (scheme-mode-syntax-table):
4527 * progmodes/sh-script.el (sh-maybe-here-document):
4528 * progmodes/sql.el (sql-copy-column):
4529 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4530 * textmodes/bibtex.el (bibtex-mode):
4531 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4532 (sgml-auto-attributes):
4533 * textmodes/table.el (table-insert, table-shorten-cell)
4534 (table--generate-source-scan-lines, table-delete-row)
4535 (*table--cell-delete-char, table--spacify-frame)
4536 (table--horizontally-shift-above-and-below)
4537 (table--cell-insert-char, table--cell-blank-str)
4538 (table--fill-region-strictly):
4539 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4540 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4541
4542 * add-log.el (change-log):
4543 * apropos.el (apropos):
4544 * comint.el (comint-completion, comint-source):
4545 * dabbrev.el (dabbrev):
4546 * delim-col.el (columns):
4547 * diff-mode.el (diff-mode):
4548 * ediff.el (ediff):
4549 * ediff-diff.el (ediff-diff):
4550 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4551 * ediff-mult.el (ediff-mult):
4552 * ediff-ptch.el (ediff-ptch):
4553 * ediff-wind.el (ediff-window):
4554 * facemenu.el (facemenu):
4555 * indent.el (indent):
4556 * info.el (info):
4557 * jka-cmpr-hook.el (compression, jka-compr):
4558 * lpr.el (lpr):
4559 * outline.el (outlines):
4560 * pcmpl-cvs.el (pcmpl-cvs):
4561 * pcmpl-rpm.el (pcmpl-rpm):
4562 * printing.el (printing):
4563 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4564 (ps-print-vertical, ps-print-headers, ps-print-font)
4565 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4566 (ps-print-background, ps-print-printer, ps-print-page)
4567 (ps-print-miscellany):
4568 * ses.el (ses):
4569 * shell.el (shell, shell-directories, shell-faces):
4570 * startup.el (initialization):
4571 * strokes.el (strokes):
4572 * term.el (term):
4573 * uniquify.el (uniquify):
4574 * w32-vars.el (w32):
4575 * calc/calc.el (calc):
4576 * emacs-lisp/bytecomp.el (bytecomp):
4577 * emacs-lisp/cl-indent.el (lisp-indent):
4578 * emacs-lisp/edebug.el (edebug):
4579 * emacs-lisp/elp.el (elp):
4580 * emacs-lisp/testcover.el (testcover):
4581 * emacs-lisp/trace.el (trace):
4582 * emulation/viper-ex.el (viper-ex):
4583 * emulation/viper-mous.el (viper-mouse):
4584 * mail/mailalias.el (mailalias):
4585 * mail/supercite.el (supercite, supercite-frames)
4586 (supercite-attr, supercite-cite, supercite-hooks):
4587 * net/rcompile.el (remote-compile):
4588 * net/rlogin.el (rlogin):
4589 * obsolete/ooutline.el (outlines):
4590 * progmodes/delphi.el (delphi):
4591 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4592 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4593 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4594 (ebnf-optimization):
4595 * progmodes/etags.el (etags):
4596 * progmodes/executable.el (executable):
4597 * progmodes/idlwave.el (idlwave):
4598 * progmodes/pascal.el (pascal):
4599 * progmodes/prolog.el (prolog):
4600 * progmodes/python.el (python):
4601 * progmodes/scheme.el (scheme):
4602 * progmodes/sh-script.el (sh, sh-script):
4603 * progmodes/sql.el (SQL):
4604 * progmodes/tcl.el (tcl):
4605 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4606 * textmodes/enriched.el (enriched):
4607 * textmodes/makeinfo.el (makeinfo):
4608 * textmodes/sgml-mode.el (sgml):
4609 * textmodes/table.el (table-hooks):
4610 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4611 * textmodes/texinfo.el (texinfo):
4612 * textmodes/two-column.el (two-column):
4613 Finish `defgroup' description with period.
4614
4615 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4616 * eshell/esh-var.el (eshell-var):
4617 * progmodes/vhdl-mode.el (vhdl-testbench):
4618 * textmodes/org.el (org): Fix typos in docstrings.
4619
4620 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4621 consistency.
4622
4623 * progmodes/flymake.el (flymake-find-file): Remove.
4624 (flymake-float-time): Use `with-no-warnings'.
4625 (flymake-check-start-time, flymake-check-was-interrupted)
4626 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4627 (flymake-new-err-info): `defvar' at compile time.
4628
4629 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4630
4631 * replace.el (occur-hook): Doc fix.
4632 (occur-1): Don't call `occur-hook' if there are no matches.
4633
4634 2005-07-03 Richard M. Stallman <rms@gnu.org>
4635
4636 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4637 global-map, save the same map.
4638 (global-map): Don't alter it at top level.
4639 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4640 Then alter it here instead.
4641 (tpu-edt-off): Set global-map to the saved one.
4642
4643 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4644 All references simplified.
4645 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4646 (zmacs-regions): Add defvar.
4647 (repeat-complex-command-map): Everything about that deleted.
4648
4649 * textmodes/artist.el (artist-key-is-drawing)
4650 (artist-key-endpoint1, artist-key-poly-point-list)
4651 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4652 (artist-key-compl-table, artist-rb-save-data)
4653 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4654 Don't put them in eval-when-compile.
4655 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4656
4657 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4658 Use with-no-warnings.
4659
4660 * net/browse-url.el (dos-windows-version): Add defvar.
4661
4662 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4663
4664 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4665 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4666 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4667 Add defvar.
4668 (rmail-summary-beginning-of-message): Use with-no-warnings.
4669 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4670
4671 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4672 Use with-no-warnings.
4673
4674 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4675 (c-mark-function): Add point-moving-unit property.
4676 (vi-goto-line): Use with-no-warnings.
4677
4678 * emulation/edt.el (edt-last-copied-word): Add defvar.
4679 (zmacs-region-stays): Likewise.
4680 (edt-mark-section-wisely): Use c-mark-function for C.
4681 Use makr-defun for Fortran.
4682 (time-string): defvar deleted.
4683 (edt-display-the-time): Don't set time-string.
4684
4685 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4686
4687 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4688 Don't warn when name is not constant
4689 or for defining the group `emacs'.
4690
4691 * tooltip.el (gud-tooltip-mode): Add defvar.
4692
4693 * startup.el (default-frame-background-mode): Add defvar.
4694
4695 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4696
4697 * info.el (tool-bar-map): Add defvar.
4698
4699 * dired.el (dnd-protocol-alist): Add defvar.
4700
4701 * dired-aux.el (dired-query): Display question with answer, when
4702 the user answers.
4703
4704 * custom.el (custom-add-option): Doc fix.
4705
4706 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4707
4708 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4709
4710 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4711 bogus name from the last change.
4712
4713 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4714
4715 * custom.el (custom-declare-variable): Fix typos in comment.
4716 (custom-known-themes): Doc fix.
4717 (custom-theme-directory): New defcustom.
4718 (require-theme): Make it check `custom-theme-directory'.
4719
4720 * cus-theme.el (custom-new-theme-mode): New function.
4721 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4722 (custom-theme-description): Add compiler defvars.
4723 (customize-create-theme): Add doc to the "*New Custom Theme*"
4724 buffer. Use `custom-new-theme-mode'.
4725 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4726 and save it to the `custom-theme-directory'. Make this the
4727 default directory of the buffer.
4728
4729 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4730
4731 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4732 Fix unbalanced parentheses.
4733
4734 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4735
4736 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4737 into flymake-mode and delegate to flymake-mode.
4738
4739 * find-file.el (ff-which-function-are-we-in): Clean up.
4740
4741 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4742
4743 * replace.el (occur-rename-buffer): Fix docstring.
4744
4745 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4746 (edt-last-copied-word, edt-learn-macro-count)
4747 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4748 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4749 (time-string, zmacs-region-stays):
4750 * emulation/edt-mapper.el (edt-save-function-key-map)
4751 (EDT-key-name): `defvar' to silence the byte-compiler.
4752
4753 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4754
4755 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4756 font-lock-regexp-backslash. Doc fix.
4757 (font-lock-regexp-backslash-grouping-construct): Rename from
4758 font-lock-regexp-backslash-construct. Doc fix.
4759 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4760 grouping constructs.
4761
4762 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4763
4764 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4765 updating all the prerequisites.
4766
4767 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4768
4769 * textmodes/org.el (org-agenda-start-on-weekday)
4770 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4771 (org-agenda-use-time-grid, org-archive-location)
4772 (org-allow-space-in-links, org-usenet-links-prefer-google)
4773 (org-enable-table-editor, org-export-default-language)
4774 (org-export-html-show-new-buffer, org-fill-paragraph)
4775 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4776 (org-goto-quit, org-occur, org-eval-in-calendar)
4777 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4778 (org-agenda-diary-entry, org-remember-help)
4779 (org-table-convert-region, org-at-table-p)
4780 (org-table-move-row-down, org-table-move-row-up)
4781 (org-table-copy-region, org-table-toggle-vline-visibility)
4782 (org-table-get-stored-formulas, org-table-get-specials)
4783 (org-recalc-commands, org-table-eval-formula)
4784 (org-table-formula-substitute-names, orgtbl-make-binding)
4785 (org-format-org-table-html, org-format-table-table-html)
4786 (org-format-table-table-html-using-table-generate-source)
4787 (org-customize): Fix typos in docstrings.
4788 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4789 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4790 (org-back-to-heading): Doc fixes.
4791 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4792 (org-agenda-change-all-lines, org-get-header):
4793 Improve argument/docstring consistency.
4794 (orgtbl-error): Fix error message.
4795
4796 * progmodes/flymake.el (flymake-find-possible-master-files)
4797 (flymake-master-file-compare, flymake-get-line-err-count)
4798 (flymake-highlight-line, flymake-gui-warnings-enabled):
4799 Fix typos in docstrings.
4800 (flymake-parse-line, flymake-get-project-include-dirs-function)
4801 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4802 Doc fixes.
4803 (flymake-get-project-include-dirs-function)
4804 (flymake-make-err-menu-data):
4805 Improve argument/docstring consistency.
4806
4807 2005-07-01 Lute Kamstra <lute@gnu.org>
4808
4809 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4810 Catch errors with ignore-errors. Use temporary buffer.
4811 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4812
4813 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4814 background color faces.
4815 (facemenu-set-foreground, facemenu-set-background):
4816 Use facemenu-set-face-from-menu.
4817 (facemenu-set-face-from-menu): Treat face names that start with
4818 "fg:" or "bg:" as special.
4819 (facemenu-add-new-color): Don't create faces. Simplify.
4820
4821 2005-06-30 Richard M. Stallman <rms@gnu.org>
4822
4823 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4824 (crm-find-current-element): Likewise.
4825
4826 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4827
4828 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4829
4830 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4831
4832 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4833 (archive-mouse-extract): Make it an obsolete alias.
4834 (archive-mode-map): Don't use archive-mouse-extract any more.
4835 (archive-mode, archive-extract): write-contents-hooks ->
4836 write-contents-functions.
4837 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4838 first arg.
4839 (archive-rename-entry): Update the call.
4840 (archive-zip-summarize): Remove unused var `method'.
4841 (archive-lzh-summarize): Remove unused var `creator'.
4842
4843 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4844 dedicated frame upon exit.
4845
4846 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4847 (archive-zip-extract, archive-zip-expunge)
4848 (archive-zip-update, archive-zip-update-case): Use executable-find.
4849 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4850 Use restore-buffer-modified-p.
4851 (archive-extract, archive-add-new-member, archive-write-file-member):
4852 Use with-current-buffer.
4853 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4854
4855 2005-06-30 Andreas Schwab <schwab@suse.de>
4856
4857 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4858
4859 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4860
4861 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4862
4863 2005-06-30 Juri Linkov <juri@jurta.org>
4864
4865 * faces.el (vertical-border): Inherit from mode-line-inactive
4866 only on tty.
4867
4868 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4869
4870 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4871 example, -NLINES in the `occur' docstring).
4872
4873 * replace.el (occur-1): When no matches are found, do not set the
4874 `buffer-read-only' and modified flags for the occur buffer,
4875 because it is deleted.
4876
4877 * emulation/cua-base.el (cua-check-pending-input)
4878 (cua-repeat-replace-region, cua-mode, cua-debug)
4879 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4880 Fix typos in docstrings.
4881
4882 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4883 (cua-cut-region-to-global-mark)
4884 (cua--cut-rectangle-to-global-mark):
4885 Remove period from end of messages.
4886
4887 * emulation/cua-rect.el (cua-do-rectangle-padding):
4888 Remove period from end of messages.
4889 (cua--rectangle-seq-format): Fix typo in docstring.
4890 (cua-sequence-rectangle, cua-fill-char-rectangle):
4891 Improve argument/docstring consistency.
4892
4893 2005-06-29 Juri Linkov <juri@jurta.org>
4894
4895 * faces.el (default-frame-background-mode): New internal variable.
4896 (frame-set-background-mode): Use it.
4897
4898 * startup.el (normal-top-level): Set default-frame-background-mode
4899 instead of frame-background-mode. Before setting it, test for its
4900 nil value. Remove tests for frame-background-mode and frame
4901 parameter `reverse'. Add test for "unspecified-fg".
4902
4903 * term/xterm.el (xterm-rxvt-set-background-mode):
4904 * term/rxvt.el (rxvt-set-background-mode):
4905 Set default-frame-background-mode instead of frame-background-mode.
4906
4907 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4908
4909 * simple.el (set-variable): Warn about obsolete user variables.
4910
4911 * imenu.el (imenu--completion-buffer):
4912 * mouse.el (mouse-buffer-menu-alist):
4913 * msb.el (msb-invisible-buffer-p):
4914 * calendar/diary-lib.el (diary-header-line-format):
4915 * emacs-lisp/pp.el (pp-buffer):
4916 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4917 * textmodes/picture.el (picture-replace-match):
4918 Change space constants followed by a sexp to "?\s ".
4919
4920 * play/decipher.el (decipher-loop-with-breaks):
4921 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4922 constants "protected" from end of line by a comment to "?\s".
4923
4924 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4925
4926 * font-lock.el (save-buffer-state): Use `declare'.
4927
4928 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4929 reset the syntax-table to cperl-mode-syntax-table.
4930 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4931 "foo_print_bar" is not matched as a reserved keyword.
4932
4933 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4934
4935 * textmodes/org.el (orgtbl-setup): New function, for delayed
4936 setup for the orgtbl commands.
4937 (org-calc-default-modes): New option.
4938 (orgtbl-make-binding): Use `defun' to get better help display.
4939 (org-diary): Call `org-compile-prefix-format'.
4940 (org-table-formula-substitute-names): New function.
4941 (org-agenda-day-view, org-agenda-week-view): New commands.
4942 (org-agenda-toggle-week-view): Command removed.
4943 (org-tbl-menu): Split off from org-org-menu.
4944 (org-mode): Move removal of outline-mode menus to here.
4945 (org-table-formula-debug): New option.
4946 (org-table-insert-row): Keep first field if just "#" or "*".
4947 (org-mode): Paragraph regexps fixed.
4948 (org-table-recalculate-regexp): New constant.
4949 (org-table-justify-field-maybe): Avoid replace if not necessary.
4950 (org-copy-special, org-cut-special): Use `call-interactively'.
4951 (org-table-copy-region): Take region from `interactive' call.
4952 (org-trim): Return string even if no match.
4953 (org-formula): New face.
4954 (org-set-font-lock-defaults): No longer highlight "FIXME".
4955 But highlight formula-related fields in table.
4956 (org-table-p): Use regexp, not fontification.
4957 (org-table-align): Handle white space at end of line.
4958 (org-table-formula-evaluate-inline): New option.
4959 (org-mode): Auto-wrapping in comment lines turned off.
4960 (org-table-copy-down): Evaluate only in copied field, not in
4961 destination.
4962 (org-table-current-formula): Variable removed.
4963 (org-table-store-formulas, org-table-get-stored-formulas)
4964 (org-table-modify-formulas, org-table-replace-in-formulas)
4965 (org-table-maybe-eval-formula): New functions.
4966 (org-table-get-formula): Modify to use stored formulas.
4967 (org-table-insert-column, org-table-delete-column)
4968 (org-table-move-column): Call `org-table-modify-formulas'.
4969 (org-complete): Add completion for keyword formulas.
4970 (orgtbl-mode): Pull orgtbl-mode-map to start of
4971 minor-mode-map-alist.
4972
4973 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4974
4975 * progmodes/python.el (python-check): Require `compile' before
4976 modifying its variables.
4977
4978 * newcomment.el (comment-indent-default): Don't get fooled by an early
4979 end of buffer.
4980
4981 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4982
4983 * ps-print.el (ps-print-version): Fix version number.
4984
4985 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4986
4987 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4988
4989 2005-06-28 Richard M. Stallman <rms@gnu.org>
4990
4991 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4992 (flyspell-local-mouse-map): Declaration deleted.
4993 (flyspell-mouse-map): Bind only mouse-2.
4994 (flyspell-mode-map): Don't test flyspell-use-local-map.
4995 (flyspell-overlay-keymap-property-name): Var deleted.
4996 (flyspell-mode-on): Don't make local bindings for
4997 flyspell-mouse-map and flyspell-mode-map.
4998 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4999
5000 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5001
5002 * progmodes/compile.el (compilation-next-error-function):
5003 Don't switch buffers; operate on the current buffer.
5004
5005 * progmodes/compile.el (compilation-error-file-name)
5006 (compilation-warning-file-name, compilation-info-file-name)
5007 (compilation-line-number, compilation-column-number): New faces.
5008 (compilation-error-face, compilation-warning-face)
5009 (compilation-info-face, compilation-line-face)
5010 (compilation-column-face): Use them.
5011
5012 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5013
5014 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5015
5016 * bindings.el (global-map): Bind insertchar and its variants.
5017
5018 2005-06-27 Richard M. Stallman <rms@gnu.org>
5019
5020 * textmodes/artist.el (artist-text-overwrite)
5021 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5022
5023 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5024
5025 * ps-print.el: It was not working the page selection for printing.
5026 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5027 (ps-print-version): New version 6.6.7.
5028 (ps-end-sheet): New fun.
5029 (ps-header-sheet, ps-end-job): Call it.
5030
5031 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5032
5033 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5034
5035 2005-06-27 Lute Kamstra <lute@gnu.org>
5036
5037 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5038 background color faces.
5039 (facemenu-get-face): Delete function.
5040 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5041 (facemenu-add-new-color): Make second argument mandatory.
5042 Create the appropriate face and return it. Simplify.
5043 (facemenu-set-foreground, facemenu-set-background): Don't check if
5044 color is defined. Use return value of facemenu-add-new-color.
5045
5046 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5047
5048 * progmodes/gud.el (gud-filter): Add missing argument to
5049 with-selected-window.
5050
5051 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5054 a :require to the defcustom.
5055
5056 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5057 defcustoms corresponding to minor modes.
5058
5059 2005-06-26 David Ponce <david@dponce.com>
5060
5061 * recentf.el: Require tree-widget instead of wid-edit.
5062 (recentf-filename-handler): Fix widget :type.
5063 (recentf-cancel-dialog, recentf-open-more-files)
5064 (recentf-open-files-action): Doc fix.
5065 (recentf-dialog-goto-first): New function.
5066 (recentf-dialog-mode-map): Set parent keymap first.
5067 (recentf-dialog-mode): Define with define-derived-mode.
5068 Don't display continuation lines in dialogs.
5069 (recentf-edit-list): Rename from recentf-edit-selected-items.
5070 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5071 Simplify.
5072 (recentf-edit-list-validate): New function.
5073 (recentf-edit-list): Update accordingly.
5074 (recentf-open-files-item-shift): Remove.
5075 (recentf-open-files-item): Convert menu elements into tree and
5076 link widgets. Don't create the widgets.
5077 (recentf-open-files): Update accordingly.
5078 (recentf-save-list): Untabify.
5079
5080 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5081
5082 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5083 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5084 partially contained in the active region. Do not take active
5085 region into account when called from Lisp, unless INTERACTIVE arg
5086 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5087 avoid trouble with fields. Make marker point nowhere when no
5088 longer used. Always return nil. Doc fix.
5089 (flush-lines): Add INTERACTIVE arg. Do not take active region
5090 into account when called from Lisp, unless INTERACTIVE arg is
5091 non-nil. Use `forward-line' instead of `beginning-of-line' to
5092 avoid trouble with fields. Make marker point nowhere when no
5093 longer used. Always return nil. Doc fix.
5094 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5095 interchangeable. Do not take active region into account when
5096 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5097 message in echo area when called from Lisp, unless INTERACTIVE arg
5098 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5099 Return the number of matches. Doc fix.
5100 (occur): Doc fix.
5101 (perform-replace): Make comment follow double space convention for
5102 the sake of `outline-minor-mode'.
5103
5104 * faces.el (facep): Doc fix.
5105
5106 2005-06-25 Richard M. Stallman <rms@gnu.org>
5107
5108 * facemenu.el (facemenu-enable-faces-p): New function.
5109 (facemenu-background-menu, facemenu-foreground-menu)
5110 (facemenu-face-menu): Add menu-enable property.
5111
5112 * jka-compr.el (jka-compr-insert-file-contents):
5113 Special handling if cannot find the uncompression program.
5114
5115 * cus-face.el (custom-face-attributes): Add autoload.
5116
5117 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5118 Bind comment-indent-function locally.
5119
5120 * window.el (save-selected-window): Use save-current-buffer.
5121
5122 * subr.el (with-selected-window): Use save-current-buffer.
5123
5124 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5125 and with-current-buffer.
5126
5127 2005-06-24 Richard M. Stallman <rms@gnu.org>
5128
5129 * simple.el (line-move-1): Fix previous change.
5130
5131 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5132
5133 * replace.el (occur-1): Set `buffer-read-only' and the
5134 buffer-modified flag before running `occur-hook' to protect
5135 against unintentional buffer switches that can lead to data loss.
5136
5137 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5138
5139 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5140 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5141 initial error.
5142
5143 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5144 after fresh input.
5145 (gdb-var-create-handler): Put name of expression in quotes.
5146
5147 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5148
5149 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5150 elements of RING in order, and without bogus nil elements.
5151
5152 2005-06-23 Richard M. Stallman <rms@gnu.org>
5153
5154 * simple.el (set-variable): Args renamed; doc fix.
5155 (line-move-1): When there are overlays around, use vertical-motion.
5156
5157 * faces.el (escape-glyph): Use brown against light background.
5158 (nobreak-space): Rename from no-break-space.
5159 Fix previous change.
5160
5161 * dired-aux.el (dired-do-copy): Fix arg prompt.
5162
5163 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5164
5165 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5166
5167 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5168 rather than "Distributor".
5169
5170 2005-06-23 Lute Kamstra <lute@gnu.org>
5171
5172 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5173 (debug-on-entry): Use it. New interactive declaration that uses
5174 function-called-at-point.
5175
5176 2005-06-23 Kim F. Storm <storm@cua.dk>
5177
5178 * subr.el (save-match-data): Add comment about using evaporate arg
5179 to set-match-data.
5180
5181 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5182
5183 * cus-edit.el (customize-face)
5184 (customize-face-other-window): Handle face aliases.
5185
5186 * faces.el (face-documentation, set-face-attribute)
5187 (face-spec-set): Handle face aliases.
5188
5189 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5190
5191 * help-mode.el (help-make-xrefs): If a symbol representing a face
5192 name is not followed by the word "face", it could still be a
5193 function or variable name, so don't bypass other checks.
5194
5195 2005-06-22 Juri Linkov <juri@jurta.org>
5196
5197 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5198 Replace aliased functions with calls where second arg `inherit' is t.
5199
5200 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5201
5202 * progmodes/gdb-ui.el (gdb-error): New variable.
5203 (gdb-error): New function.
5204 (gdb-annotation-rules): Act on error-begin and error annotations.
5205 (gdb-concat-output): Use font-lock-warning-face for errors.
5206
5207 2005-06-22 Miles Bader <miles@gnu.org>
5208
5209 * bindings.el (propertized-buffer-identification): Use renamed
5210 `Buffer-menu-buffer' face.
5211
5212 * faces.el (vertical-border): Rename from `vertical-divider'.
5213 (escape-glyph): Change dark-background color back to `cyan'.
5214
5215 2005-06-21 Juri Linkov <juri@jurta.org>
5216
5217 * faces.el (face-user-default-spec): Try getting `customized-face'
5218 prior to `saved-face'.
5219 (frame-background-mode): Refill docstring.
5220
5221 * emacs-lisp/lisp-mode.el (eval-defun-1):
5222 * emacs-lisp/edebug.el (edebug-eval-defun):
5223 Set `saved-face' temporarily to nil before calling form.
5224 Set `customized-face' to the new spec after that.
5225
5226 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5227
5228 * subr.el (1value, lambda, key-substitution-in-progress):
5229 Doc fixes.
5230
5231 * autoinsert.el (auto-insert-alist):
5232 * ses.el (ses-call-printer):
5233 * subr.el (noreturn):
5234 * emacs-lisp/lisp.el (check-parens):
5235 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5236 * net/browse-url.el (browse-url-mosaic):
5237 * progmodes/cc-defs.el (c-safe-scan-lists):
5238 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5239 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5240 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5241 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5242 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5243 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5244
5245 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5246
5247 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5248
5249 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5250
5251 * calendar/appt.el (appt-make-list): Activate the package, if
5252 not already active (for backwards compatibility).
5253
5254 2005-06-20 Kim F. Storm <storm@cua.dk>
5255
5256 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5257
5258 2005-06-20 Miles Bader <miles@gnu.org>
5259
5260 * faces.el (vertical-divider): New face.
5261
5262 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5263
5264 * simple.el (kill-whole-line): Doc fix.
5265 (next-error-buffer-p, next-error-find-buffer)
5266 (clone-indirect-buffer): Fix typos in docstrings.
5267 (comment-line-break-function): Doc fix: don't say variable
5268 is automatically buffer-local (it isn't).
5269
5270 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5271
5272 * net/tramp-ftp.el (top):
5273 * net/tramp-smb.el (top):
5274 * net/tramp-util.el (top):
5275 * net/tramp-uu.el (top):
5276 * net/tramp-vc.el (top):
5277 * net/tramp.el (top): Revert copyright years back to original
5278 ones. Tramp has a life outside GNU Emacs.
5279
5280 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5281
5282 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5283
5284 2005-06-18 Juri Linkov <juri@jurta.org>
5285
5286 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5287 end of first regexp to limit the match to the position between
5288 line number and source line with same separator character as used
5289 between file name and line number. In the second regexp limit
5290 mouse-face area to file name and line number by adding new group
5291 for them and referring it in HYPERLINK arg.
5292 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5293 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5294 previous line where grep markers may be already removed.
5295
5296 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5297
5298 * progmodes/ps-mode.el: Update version and maintainer's email address.
5299
5300 2005-06-18 Steve Youngs <steve@xemacs.org>
5301
5302 * net/browse-url.el (browse-url-browser-function)
5303 (browse-url-default-browser): Add firefox.
5304 (browse-url-firefox-program, browse-url-firefox-arguments)
5305 (browse-url-firefox-startup-arguments)
5306 (browse-url-firefox-new-window-is-tab): New defcustoms.
5307 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5308
5309 2005-06-17 Richard M. Stallman <rms@gnu.org>
5310
5311 * startup.el (command-line): Warn if specified user name has
5312 no home directory.
5313
5314 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5315 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5316
5317 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5318 Doc fixes.
5319
5320 * faces.el (underline): Try bold if terminal doesn't support underline.
5321
5322 * mail/sendmail.el (mail-setup-with-from): New variable.
5323 (mail-insert-from-field): New function.
5324 (sendmail-send-it): Call it.
5325 (mail-setup): Optionally call it here.
5326
5327 * term/linux.el: Call tty-no-underline.
5328
5329 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5330
5331 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5332
5333 2005-06-17 Miles Bader <miles@gnu.org>
5334
5335 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5336 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5337 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5338 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5339 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5340 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5341 Remove "-face" suffix from face names.
5342 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5343 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5344 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5345 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5346 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5347 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5348 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5349 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5350 New backward-compatibility aliases for renamed faces.
5351 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5352 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5353 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5354 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5355 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5356 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5357 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5358 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5359 Use renamed ediff faces.
5360
5361 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5362 Remove "-face" suffix from face names.
5363 (eshell-test-ok-face, eshell-test-failed-face):
5364 New backward-compatibility aliases for renamed faces.
5365 (eshell-run-test): Use renamed eshell-test faces.
5366
5367 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5368 face name.
5369 (eshell-prompt-face): New backward-compatibility alias for renamed
5370 face.
5371 (eshell-emit-prompt): Use renamed eshell-prompt face.
5372
5373 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5374 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5375 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5376 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5377 Remove "-face" suffix from face names.
5378 (eshell-ls-directory-face, eshell-ls-symlink-face)
5379 (eshell-ls-executable-face, eshell-ls-readonly-face)
5380 (eshell-ls-unreadable-face, eshell-ls-special-face)
5381 (eshell-ls-missing-face, eshell-ls-archive-face)
5382 (eshell-ls-backup-face, eshell-ls-product-face)
5383 (eshell-ls-clutter-face):
5384 New backward-compatibility aliases for renamed faces.
5385 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5386
5387 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5388 Remove "-face" suffix from face name.
5389 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5390 instead of literal face.
5391
5392 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5393
5394 * emacs-lisp/warnings.el (display-warning, lwarn)
5395 (warning-minimum-log-level): Doc fixes.
5396 (warning-minimum-level, warning-minimum-log-level):
5397 Add :debug to :type choices.
5398
5399 * progmodes/ada-mode.el (ada-format-paramlist)
5400 (ada-get-indent-case, ada-check-matching-start)
5401 (ada-check-defun-name, ada-goto-matching-decl-start)
5402 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5403 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5404 (ada-make-subprogram-body): Follow error conventions.
5405 (ada-case-exception-file, ada-indent-comment-as-code)
5406 (ada-indent-handle-comment-special, ada-indent-renames)
5407 (ada-indent-return, ada-search-directories-internal)
5408 (ada-tab-policy, ada-case-exception-substring)
5409 (ada-other-file-alist, ada-matching-start-re)
5410 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5411 (ada-imenu-generic-expression, ada-compile-goto-error)
5412 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5413 (ada-popup-menu, ada-add-extensions, ada-mode)
5414 (ada-region-selected, ada-create-case-exception)
5415 (ada-create-case-exception-substring, ada-after-keyword-p)
5416 (ada-activate-keys-for-case, ada-adjust-case-region)
5417 (ada-adjust-case-buffer, ada-format-paramlist)
5418 (ada-scan-paramlist, ada-insert-paramlist)
5419 (ada-indent-newline-indent)
5420 (ada-indent-newline-indent-conditional)
5421 (ada-justified-indent-current, ada-goto-previous-word)
5422 (ada-indent-current, ada-get-indent-open-paren)
5423 (ada-get-indent-paramlist, ada-get-indent-end)
5424 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5425 (ada-get-indent-block-start, ada-get-indent-subprog)
5426 (ada-get-indent-noindent, ada-get-indent-label)
5427 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5428 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5429 (ada-goto-stmt-end, ada-goto-next-word)
5430 (ada-check-matching-start, ada-check-defun-name)
5431 (ada-goto-matching-decl-start, ada-goto-matching-start)
5432 (ada-goto-matching-end, ada-search-ignore-string-comment)
5433 (ada-in-decl-p, ada-looking-at-semi-or)
5434 (ada-looking-at-semi-private, ada-in-paramlist-p)
5435 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5436 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5437 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5438 (ada-previous-package, ada-create-menu)
5439 (ada-fill-comment-paragraph-justify)
5440 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5441 (ada-other-file-name, ada-last-which-function-line)
5442 (ada-last-which-function-subprog, ada-which-function)
5443 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5444 (ada-gen-treat-proc, ada-check-emacs-version)
5445 (ada-continuation-indent, ada-align-region-separate):
5446 Fix typos in docstrings.
5447 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5448
5449 2005-06-16 Lute Kamstra <lute@gnu.org>
5450
5451 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5452 conditionally.
5453
5454 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5455
5456 * comint.el (comint-replace-by-expanded-filename)
5457 (comint-prompt-regexp, comint-delimiter-argument-list)
5458 (comint-preinput-scroll-to-bottom):
5459 * info.el (Info-hide-cookies-node):
5460 * ls-lisp.el (ls-lisp-classify):
5461 * find-file.el (ff-search-directories, ff-special-constructs)
5462 (ff-find-other-file):
5463 * font-lock.el (font-lock-keywords):
5464 * shell.el (shell-prompt-pattern)
5465 (shell-dynamic-complete-functions, shell-mode)
5466 (shell-delimiter-argument-list):
5467 * term.el (term-replace-by-expanded-filename)
5468 (term-prompt-regexp, term-delimiter-argument-list):
5469 * woman.el (woman-ignore, woman0-if):
5470 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5471 * emacs-lisp/elint.el (elint-init-env):
5472 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5473 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5474 * language/ethio-util.el (ethio-tilde-escape)
5475 (ethio-use-three-dot-question):
5476 * net/zone-mode.el (zone-mode-load-time-setup):
5477 * progmodes/cc-align.el (c-lineup-argcont):
5478 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5479 * progmodes/cperl-mode.el (cperl-set-style-back):
5480 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5481 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5482 Fix spellings in docstrings.
5483
5484 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5485 * progmodes/modula2.el (m2-for): Fix spellings.
5486
5487 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5488
5489 * simple.el (undo-more): Don't use `format' on `error' arguments.
5490 Improve argument/docstring consistency.
5491 (pending-undo-list): Doc fix.
5492
5493 * smerge-mode.el (smerge-ensure-match):
5494 * emulation/vip.el (vip-ex):
5495 * net/zone-mode.el (zone-mode-update-serial):
5496 * progmodes/idlwave.el (idlwave-complete):
5497 * progmodes/vhdl-mode.el (vhdl-visit-file)
5498 (vhdl-compose-wire-components):
5499 Don't use `format' on `error' arguments.
5500
5501 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5502 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5503 (tooltip-help-tips): Fix typos in docstrings.
5504
5505 2005-06-16 David Ponce <david@dponce.com>
5506
5507 * tree-widget.el (tree-widget-value-create): Simplify last change.
5508
5509 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5510
5511 * ido.el (ido-incomplete-regexp): New variable.
5512 (ido-set-matches-1): Handle invalid-regexp error and set
5513 ido-incomplete-regexp.
5514 (ido-incomplete-regexp): New face.
5515 (ido-completions): Use it.
5516 (ido-complete, ido-exit-minibuffer, ido-completions):
5517 Handle incomplete regexps.
5518 (ido-completions): Add check for complete match when entering a regexp.
5519
5520 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5521
5522 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5523
5524 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5525
5526 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5527 by field delimiters.
5528
5529 2005-06-15 David Ponce <david@dponce.com>
5530
5531 * tree-widget.el: eval-and-compile inlined functions so they will
5532 be available at run-time too.
5533 (tree-widget-super-format-handler)
5534 (tree-widget-format-handler): Remove.
5535 (tree-widget-value-create): Handle the :indent property.
5536
5537 2005-06-15 Miles Bader <miles@gnu.org>
5538
5539 * progmodes/which-func.el (which-func): Only inherit
5540 `font-lock-function-name-face' when that makes sense against the
5541 default mode-line face, otherwise set the face color explicitly.
5542
5543 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5544 faces instead of (non-existent) variables.
5545
5546 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5549 (iswitchb-get-matched-buffers): Likewise. Simplify.
5550
5551 2005-06-14 Miles Bader <miles@gnu.org>
5552
5553 * progmodes/ld-script.el (ld-script-location-counter):
5554 Remove "-face" suffix from face name.
5555 (ld-script-location-counter-face):
5556 New backward-compatibility alias for renamed face.
5557 (ld-script-location-counter-face): Use renamed face.
5558
5559 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5560 (cperl-hash): Remove "-face" suffix from face names.
5561 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5562 New backward-compatibility aliases for renamed faces.
5563 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5564 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5565
5566 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5567 name.
5568 (which-func-face): New backward-compatibility alias for renamed face.
5569 (which-func-format): Use renamed which-func face.
5570
5571 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5572 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5573 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5574 names.
5575 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5576 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5577 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5578 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5579 (vhdl-speedbar-architecture-selected)
5580 (vhdl-speedbar-configuration-selected)
5581 (vhdl-speedbar-package-selected)
5582 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5583 names.
5584 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5585 Use renamed faces.
5586 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5587 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5588 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5589 Use renamed faces.
5590 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5591 names.
5592 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5593 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5594 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5595 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5596 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5597 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5598
5599 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5600 face name.
5601 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5602 (sh-heredoc-face): Use renamed sh-heredoc face.
5603
5604 * progmodes/idlw-help.el (idlwave-help-link):
5605 Remove "-face" suffix from face name.
5606 (idlwave-help-link-face):
5607 New backward-compatibility alias for renamed face.
5608 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5609
5610 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5611 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5612 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5613 New backward-compatibility aliases for renamed faces.
5614 (idlwave-shell-disabled-breakpoint-face)
5615 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5616
5617 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5618 Remove "-face" suffix from face names.
5619 (flymake-errline-face, flymake-warnline-face):
5620 New backward-compatibility aliases for renamed faces.
5621 (flymake-highlight-line): Use renamed flymake faces.
5622
5623 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5624 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5625 (ebrowse-member-class, ebrowse-progress):
5626 Remove "-face" suffix from face names.
5627 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5628 (ebrowse-file-name-face, ebrowse-default-face)
5629 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5630 (ebrowse-progress-face):
5631 New backward-compatibility aliases for renamed faces.
5632 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5633 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5634 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5635 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5636
5637 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5638 antlr-syntax)
5639 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5640 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5641 names.
5642 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5643 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5644 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5645 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5646 backward-compatibility aliases for renamed faces.
5647 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5648 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5649 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5650 remove "font-lock-". Use renamed antlr-mode faces.
5651 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5652 literal face-names with face variable references.
5653
5654 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5655 face name.
5656 (Buffer-menu-buffer-face): New backward-compatibility alias for
5657 renamed face.
5658 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5659
5660 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5661
5662 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5663 Eliminate "-face" suffix.
5664 (makefile-targets): Inherit from font-lock-function-name-face and
5665 eliminate "-face" suffix.
5666 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5667 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5668 actions, instead of prepending, to make it less visible.
5669 (makefile-previous-dependency, makefile-match-dependency):
5670 Don't match a target on a continuation line.
5671
5672 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5673
5674 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5675
5676 * progmodes/gdb-ui.el (menu): Re-order menu items.
5677 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5678
5679 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5680 Define in tooltip.el.
5681 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5682 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5683 gud-tooltip-echo-area.
5684
5685 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5686 backward compatibility and make obsolete.
5687 (tooltip-help-tips): Use tooltip-use-echo-area.
5688 (tooltip-show-help-function): Rename to...
5689 (tooltip-show-help): ...this, because it is a function.
5690 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5691
5692 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5693
5694 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5695 (edebug-print-length, edebug-print-level, edebug-print-circle)
5696 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5697 (edebug-eval-print-last-sexp): Doc fixes.
5698
5699 2005-06-14 Kim F. Storm <storm@cua.dk>
5700
5701 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5702 as the coverage buffer/file/both may change.
5703
5704 2005-06-14 Lute Kamstra <lute@gnu.org>
5705
5706 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5707 and run-mode-hooks. Simplify.
5708
5709 * mail/rmailedit.el (rmail-edit-mode):
5710 * progmodes/octave-inf.el (inferior-octave-mode):
5711 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5712
5713 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5714 and run-mode-hooks.
5715 (recentf-edit-list, recentf-open-files): Don't call
5716 kill-all-local-variables directly.
5717
5718 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5719
5720 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5721
5722 * emacs-lisp/byte-run.el (make-obsolete)
5723 (define-obsolete-function-alias): Rename arguments FUNCTION and
5724 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5725 (make-obsolete-variable, define-obsolete-variable-alias):
5726 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5727 respectively.
5728
5729 * isearchb.el (isearchb-activate):
5730 * pcvs.el (cvs-mode):
5731 * ses.el (ses-load):
5732 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5733 * net/tramp.el (tramp-find-file-exists-command)
5734 (tramp-find-shell):
5735 * progmodes/ada-mode.el (ada-create-case-exception)
5736 (ada-create-case-exception-substring, ada-make-subprogram-body):
5737 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5738 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5739 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5740 * textmodes/org.el (org-promote, org-evaluate-time-range)
5741 (org-agenda-next-date-line, org-agenda-previous-date-line)
5742 (org-agenda-error, org-open-at-point, org-table-move-row)
5743 (org-format-table-table-html-using-table-generate-source)
5744 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5745 * textmodes/reftex.el (reftex-access-scan-info):
5746 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5747 (reftex-toc-promote-prepare): Follow error conventions.
5748
5749 * diff-mode.el (diff-mode): Fix typo in docstring.
5750
5751 * forms.el (forms--intuit-from-file): Fix reference to
5752 `forms-number-of-fields' in error message.
5753 (forms-print): Fix quoting in error message.
5754
5755 * forms.el (forms-mode):
5756 * emulation/vi.el (vi-goto-insert-state):
5757 * progmodes/flymake.el (flymake-new-err-info)
5758 (flymake-start-syntax-check-for-current-buffer)
5759 (flymake-simple-cleanup):
5760 * eshell/esh-var.el (eshell/export):
5761 * progmodes/gud.el (xdb):
5762 * textmodes/flyspell.el (flyspell-incorrect-hook)
5763 (flyspell-maybe-correct-transposition)
5764 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5765
5766 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5767
5768 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5769 minibuffer prompt.
5770
5771 2005-06-13 Kim F. Storm <storm@cua.dk>
5772
5773 * subr.el (add-to-ordered-list): New defun.
5774
5775 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5776 add cua--keymap-alist to emulation-mode-map-alists.
5777
5778 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5779
5780 * subr.el (complete-in-turn): New macro.
5781 (dynamic-completion-table, lazy-completion-table): Add debug info.
5782
5783 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5784 in preference to face aliases.
5785
5786 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5787 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5788 Remove unused vars `start' and `firstline'.
5789 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5790 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5791
5792 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5793
5794 * cus-start.el (all): Don't complain about missing GTK-related
5795 variables, unless either `gtk' is boundp or this isn't a
5796 `windows-nt' build.
5797
5798 2005-06-13 Lute Kamstra <lute@gnu.org>
5799
5800 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5801 run-mode-hooks.
5802
5803 * ediff-mult.el (ediff-meta-mode):
5804 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5805
5806 * ledit.el (ledit-mode): Use delay-mode-hooks.
5807
5808 * woman.el (woman-mode-line-format): Delete constant.
5809 (woman-mode-map): Initialize it properly.
5810 (woman-mode): Set mode-class property to special.
5811 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5812 Set major-mode and mode-name. Don't set mode-line-format directly.
5813 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5814
5815 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5816 string argument obsolete.
5817
5818 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5819
5820 * textmodes/org.el (org-CUA-compatible): New option.
5821 (org-disputed-keys): New variable.
5822 (org-key): New function.
5823 (orgtbl-make-binding): Add docstring to the created function.
5824 (org-mode): Set paragraph start/separate regexps.
5825 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5826 (org-archive-location, org-archive-mark-done)
5827 (org-archive-stamp-time): New options.
5828 (org-archive-subtree): New command.
5829 (org-fill-paragraph): New function.
5830 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5831 (org-fake-empty-table-line): Function removed.
5832 (org-format-org-table-html): Do not create empty table lines at
5833 separator lines. Improved table header treatment.
5834 (org-link-format): New option.
5835 (org-make-link): New function.
5836 (org-insert-link, org-store-link): Use org-make-link.
5837 (org-open-file): Quote file name for shell command, to allow
5838 spaces in file names.
5839 (org-link-regexp): Fix bug with mailto link.
5840 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5841 New constants.
5842 (org-export-as-html): Deal with the optional angles around a link.
5843 Better treatment of file: links.
5844 (org-open-at-point): Replace @{ and @} with < and >.
5845 (org-run-mode-hooks): Function removed.
5846 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5847
5848 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5849
5850 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5851 MI command -data-list-register-values.
5852 (gdb-post-prompt): Indent properly.
5853
5854 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5855
5856 * hilit-chg.el (highlight-changes-colors): Rename from
5857 `highlight-changes-colours'.
5858 (highlight-changes-colours): Keep as obsolete alias.
5859 (highlight-changes-face-list): Doc fix.
5860 (hilit-chg-make-list): Use `highlight-changes-colors'.
5861
5862 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5863
5864 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5865 defun-prompt-regexp.
5866
5867 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5868
5869 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5870 and cygwin.
5871
5872 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5873 Don't use an old loaddefs.el, as in Makefile.in.
5874
5875 2005-06-12 Lute Kamstra <lute@gnu.org>
5876
5877 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5878
5879 * man.el (Man-mode-map): Initialize it properly.
5880 (Man-mode): Set mode-class property to special.
5881
5882 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5883
5884 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5885
5886 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5887 A newline is needed in the docstring there.
5888
5889 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5890 Doc fixes.
5891
5892 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5893
5894 * printing.el: Doc fix. The menubar is no more changed when printing
5895 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5896 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5897 (pr-version): New version number (6.8.4).
5898 (pr-menu-bind): New command.
5899 (pr-update-menus): Docstring and code fix.
5900 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5901 Docstring fix.
5902 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5903 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5904
5905 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5906
5907 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5908 "Returns" to "return", document useful return values, etc.
5909
5910 2005-06-11 Alan Mackenzie <acm@muc.de>
5911
5912 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5913 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5914 (adaptive-file-function): Minor amendment to doc-string.
5915
5916 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5917
5918 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5919 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5920 Fix :type--it is `integer', not `string'.
5921
5922 * faces.el (modeline-highlight): Rename from (the erroneous)
5923 `modeline-higilight'.
5924
5925 2005-06-11 Lute Kamstra <lute@gnu.org>
5926
5927 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5928 lisp-interaction-mode-map but make it the parent.
5929 (edebug-eval-mode): Use define-derived-mode.
5930
5931 2005-06-11 Andreas Schwab <schwab@suse.de>
5932
5933 * bindings.el: Add binding of `ESC functionkey' for every
5934 `M-functionkey'.
5935 * hexl.el (hexl-mode-map): Likewise.
5936
5937 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5938
5939 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5940 [msft]: update regexp for newer msft compilers.
5941
5942 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5943
5944 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5945 ATTLIST portions of included DTDs.
5946 (xml-parse-dtd): Eliminate use of inefficient match-data.
5947
5948 2005-06-10 Miles Bader <miles@gnu.org>
5949
5950 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5951 (mpuz-text): Remove "-face" suffix from face names.
5952 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5953 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5954 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5955
5956 * play/gomoku.el (gomoku-O, gomoku-X):
5957 Remove "-face" suffix from face names.
5958 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5959 New backward-compatibility aliases for renamed faces.
5960 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5961
5962 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5963
5964 * thumbs.el: Fixes for changes of 2005-06-09.
5965 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5966 as a directory.
5967 (thumbs-thumbname): Remove directory separator from format string;
5968 `thumbs-thumbsdir' now returns a valid directory name.
5969 (thumbs-temp-dir): New defsubst.
5970 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5971 Use it.
5972
5973 * cus-edit.el (minibuffer):
5974 * files.el (make-backup-file-name-function):
5975 * filesets.el (filesets-external-viewers):
5976 * hilit-chg.el (highlight-changes-colours)
5977 (highlight-changes-face-list, highlight-changes-rotate-faces):
5978 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5979 * kmacro.el (kmacro-call-macro):
5980 * log-edit.el (log-edit-changelog-full-paragraphs):
5981 * mouse.el (mouse-1-click-follows-link):
5982 * skeleton.el (skeleton-autowrap):
5983 * subr.el (insert-for-yank-1):
5984 * tempo.el (tempo-insert-region):
5985 * terminal.el (terminal-emulator):
5986 * time.el (display-time-mail-face):
5987 * vc.el (vc-annotate):
5988 * vcursor.el (vcursor-copy-line):
5989 * woman.el (woman-bold-headings, woman-ignore)
5990 (woman-default-faces, woman-monochrome-faces):
5991 * calendar/todo-mode.el (todo-insert-threshold):
5992 * emulation/pc-select.el (pc-select-selection-keys-only)
5993 (pc-selection-mode):
5994 * emulation/vip.el (vip-find-char-forward):
5995 * emulation/viper-cmd.el (viper-find-char-forward):
5996 * international/mule-cmds.el
5997 (select-safe-coding-system-accept-default-p)
5998 (input-method-exit-on-invalid-key):
5999 * international/mule-diag.el (describe-coding-system):
6000 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6001 * net/browse-url.el (browse-url-xterm-program):
6002 * obsolete/lazy-lock.el (lazy-lock-mode):
6003 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6004 (cperl-mode):
6005 * progmodes/cpp.el (cpp-face-light-name-list)
6006 (cpp-face-dark-name-list):
6007 * progmodes/delphi.el (delphi-newline-always-indents):
6008 Fix spellings in docstrings.
6009
6010 * ido.el (ido-mode, ido-file-extensions-order)
6011 (ido-default-file-method, ido-default-buffer-method)
6012 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6013 (ido-decorations, ido-read-file-name-as-directory-commands)
6014 (ido-read-file-name-non-ido, ido-work-directory-list)
6015 (ido-ignore-item-temp-list, ido-current-directory)
6016 (ido-magic-forward-char, ido-enter-find-file)
6017 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6018 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6019
6020 2005-06-10 Lute Kamstra <lute@gnu.org>
6021
6022 * play/dunnet.el (dun-mode): Use define-derived-mode.
6023 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6024 obsolete alias.
6025
6026 * play/doctor.el (doctor-mode-map): Remove defvar.
6027 (doctor-mode): Use define-derived-mode.
6028
6029 * mail/mspools.el (mspools-mode):
6030 * net/eudc-hotlist.el (eudc-hotlist-mode):
6031 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6032
6033 2005-06-10 Miles Bader <miles@gnu.org>
6034
6035 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6036 Remove "-face" suffix from face names.
6037 (flyspell-incorrect-face, flyspell-duplicate-face):
6038 New backward-compatibility aliases for renamed faces.
6039 (flyspell-mode-on, make-flyspell-overlay)
6040 (flyspell-highlight-incorrect-region)
6041 (flyspell-highlight-duplicate-region)
6042 (flyspell-display-next-corrections)
6043 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6044
6045 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6046 from face name.
6047 (texinfo-heading-face): New backward-compatibility alias for
6048 renamed face.
6049 (texinfo-heading-face): Use renamed texinfo-heading face.
6050
6051 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6052 suffix from face names.
6053 (tex-math-face, tex-verbatim-face):
6054 New backward-compatibility aliases for renamed faces.
6055 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6056 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6057 literal face name.
6058
6059 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6060 name.
6061 (table-cell-face): New backward-compatibility alias for renamed face.
6062 (table--put-cell-face-property, table--update-cell-face):
6063 Use renamed table-cell face.
6064
6065 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6066 from face name.
6067 (sgml-namespace-face): New backward-compatibility alias for
6068 renamed face.
6069 (sgml-namespace-face): Use renamed sgml-namespace face.
6070
6071 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6072 (org-level-4, org-level-5, org-level-6, org-level-7)
6073 (org-level-8, org-warning, org-headline-done)
6074 (org-deadline-announce, org-scheduled-today)
6075 (org-scheduled-previously, org-link, org-done, org-table)
6076 (org-time-grid): Remove "-face" suffix from face names.
6077 (org-level-1-face, org-level-2-face, org-level-3-face)
6078 (org-level-4-face, org-level-5-face, org-level-6-face)
6079 (org-level-7-face, org-level-8-face, org-warning-face)
6080 (org-headline-done-face, org-deadline-announce-face)
6081 (org-scheduled-today-face, org-scheduled-previously-face)
6082 (org-link-face, org-done-face, org-table-face)
6083 (org-time-grid-face):
6084 New backward-compatibility aliases for renamed faces.
6085 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6086 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6087 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6088 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6089
6090 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6091 (viper-minibuffer-emacs, viper-minibuffer-insert)
6092 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6093 (viper-search-face, viper-replace-overlay-face)
6094 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6095 (viper-minibuffer-vi-face):
6096 New backward-compatibility aliases for renamed faces.
6097 (viper-search-face, viper-replace-overlay-face)
6098 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6099 (viper-minibuffer-vi-face): Use renamed viper faces.
6100
6101 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6102 Remove "-face" suffix from face names.
6103 (testcover-nohits-face, testcover-1value-face):
6104 New backward-compatibility aliases for renamed faces.
6105 (testcover-mark): Use renamed testcover faces.
6106
6107 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6108 face name.
6109 (diary-button-face): New backward-compatibility alias for renamed face.
6110 (diary-entry): Use renamed diary-button face.
6111
6112 * calendar/calendar.el (diary, calendar-today, holiday)
6113 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6114 (diary-face, calendar-today-face, holiday-face):
6115 New backward-compatibility aliases for renamed faces.
6116 (eval-after-load "facemenu", diary-entry-marker)
6117 (calendar-today-marker, calendar-holiday-marker, diary-face):
6118 Use renamed calendar faces.
6119
6120 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6121 (compare-windows-face): New backward-compatibility alias for
6122 renamed face.
6123 (compare-windows-highlight): Use renamed compare-windows face.
6124
6125 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6126 (strokes-char-face): New backward-compatibility alias for renamed face.
6127 (strokes-encode-buffer): Use renamed strokes-char face.
6128
6129 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6130 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6131 Remove "-face" suffix from face names.
6132 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6133 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6134 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6135 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6136 Use renamed pcvs faces.
6137 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6138 * pcvs-defs.el (cvs-mode-map): Likewise.
6139 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6140
6141 * info.el (info-title-1, info-title-2, info-title-3)
6142 (info-title-4): Remove "-face" suffix from and downcase face names.
6143 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6144 (Info-title-4-face):
6145 New backward-compatibility aliases for renamed faces.
6146 (Info-fontify-node): Use renamed info faces.
6147
6148 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6149 Remove "-face" suffix from face names.
6150 (highlight-changes-face, highlight-changes-delete-face):
6151 New backward-compatibility aliases for renamed faces.
6152 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6153 (hilit-chg-make-list): Use renamed highlight-changes faces.
6154
6155 * generic-x.el (show-tabs-tab, show-tabs-space):
6156 Remove "-face" suffix from face names.
6157 (show-tabs-tab-face, show-tabs-space-face):
6158 New backward-compatibility aliases for renamed faces.
6159 (show-tabs-generic-mode-font-lock-defaults-1)
6160 (show-tabs-generic-mode-font-lock-defaults-2):
6161 Use renamed show-tabs faces.
6162
6163 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6164 (smerge-markers): Remove "-face" suffix from face names.
6165 (smerge-mine-face, smerge-other-face, smerge-base-face)
6166 (smerge-markers-face):
6167 New backward-compatibility aliases for renamed faces.
6168 (smerge-mine-face, smerge-other-face, smerge-base-face)
6169 (smerge-markers-face): Use renamed smerge faces.
6170
6171 * log-view.el (log-view-file, log-view-message): Remove "-face"
6172 suffix from face names.
6173 (log-view-file-face, log-view-message-face):
6174 New backward-compatibility aliases for renamed faces.
6175 (log-view-file-face, log-view-message-face): Use renamed log-view
6176 faces.
6177
6178 * paren.el (show-paren-match, show-paren-mismatch):
6179 Remove "-face" suffix from face names.
6180 (show-paren-match-face, show-paren-mismatch-face):
6181 New backward-compatibility aliases for renamed faces.
6182 (show-paren-function): Use renamed show-paren faces.
6183
6184 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6185 (ruler-mode-margins, ruler-mode-fringes)
6186 (ruler-mode-column-number, ruler-mode-fill-column)
6187 (ruler-mode-comment-column, ruler-mode-goal-column)
6188 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6189 suffix from face names.
6190 (ruler-mode-default-face, ruler-mode-pad-face)
6191 (ruler-mode-margins-face, ruler-mode-fringes-face)
6192 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6193 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6194 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6195 New backward-compatibility aliases for renamed faces.
6196 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6197 (ruler-mode-column-number, ruler-mode-fill-column)
6198 (ruler-mode-comment-column, ruler-mode-goal-column)
6199 (ruler-mode-tab-stop, ruler-mode-current-column)
6200 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6201 faces.
6202
6203 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6204 face name.
6205 (whitespace-highlight-the-space): Use renamed face.
6206 (whitespace-highlight-face): New backward-compatibility alias for
6207 renamed face.
6208
6209 * woman.el (woman-italic, woman-bold, woman-unknown)
6210 (woman-addition, woman-symbol-face):
6211 Remove "-face" suffix from face names.
6212 (woman-italic-face, woman-bold-face, woman-unknown-face)
6213 (woman-addition-face):
6214 New backward-compatibility aliases for renamed faces.
6215 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6216 (woman-decode-region, woman-replace-match)
6217 (woman-display-extended-fonts, woman-special-characters)
6218 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6219 Use renamed woman faces.
6220
6221 * longlines.el (longlines-visible-face): Face removed.
6222
6223 * diff-mode.el (diff-header, diff-file-header, diff-index)
6224 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6225 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6226 suffix from face names.
6227 (diff-header-face, diff-file-header-face, diff-index-face)
6228 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6229 (diff-changed-face, diff-function-face, diff-context-face)
6230 (diff-nonexistent-face): New backward-compatibility aliases for
6231 renamed faces.
6232 (diff-header-face, diff-file-header-face)
6233 (diff-index, diff-index-face, diff-hunk-header)
6234 (diff-hunk-header-face, diff-removed, diff-removed-face)
6235 (diff-added, diff-added-face, diff-changed-face, diff-function)
6236 (diff-function-face, diff-context-face, diff-nonexistent)
6237 (diff-nonexistent-face): Use renamed diff-mode faces.
6238
6239 * progmodes/compile.el (compilation-warning-face)
6240 (compilation-info-face): Remove "-face" suffix from face names.
6241 (compilation-warning-face, compilation-info-face):
6242 New backward-compatibility aliases for renamed faces.
6243 (compilation-warning-face, compilation-info-face):
6244 Use renamed compilation faces.
6245
6246 * add-log.el (change-log-date, change-log-name)
6247 (change-log-email, change-log-file, change-log-list)
6248 (change-log-conditionals, change-log-function)
6249 (change-log-acknowledgement): Remove "-face" suffix from face names.
6250 (change-log-date-face, change-log-name-face)
6251 (change-log-email-face, change-log-file-face)
6252 (change-log-list-face, change-log-conditionals-face)
6253 (change-log-function-face, change-log-acknowledgement-face):
6254 New backward-compatibility aliases for renamed faces.
6255 (change-log-font-lock-keywords): Use renamed change-log faces.
6256
6257 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6258 (custom-set, custom-changed, custom-saved, custom-button)
6259 (custom-button-pressed, custom-documentation, custom-state)
6260 (custom-comment, custom-comment-tag, custom-variable-tag)
6261 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6262 (custom-group-tag): Remove "-face" suffix from face names.
6263 (custom-magic-alist, custom-magic-value-create)
6264 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6265 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6266 (custom-set-face, custom-changed-face, custom-saved-face)
6267 (custom-button-face, custom-button-pressed-face)
6268 (custom-documentation-face, custom-state-face)
6269 (custom-comment-face, custom-comment-tag-face)
6270 (custom-variable-tag-face, custom-variable-button-face)
6271 (custom-face-tag-face, custom-group-tag-face-1)
6272 (custom-group-tag-face):
6273 New backward-compatibility aliases for renamed faces.
6274
6275 * wid-edit.el (widget-documentation, widget-button)
6276 (widget-field, widget-single-line-field, widget-inactive)
6277 (widget-button-pressed): "-face" suffix removed from face names.
6278 (widget-documentation-face, widget-button-face)
6279 (widget-field-face, widget-single-line-field-face)
6280 (widget-inactive-face, widget-button-pressed-face):
6281 New backward-compatibility aliases for renamed faces.
6282 (widget-documentation-face, widget-button-face)
6283 (widget-button-pressed-face, widget-specify-field)
6284 (widget-specify-inactive): Use renamed widget faces.
6285
6286 2005-06-10 Kenichi Handa <handa@m17n.org>
6287
6288 * term/x-win.el (x-clipboard-yank): Remove condition-case
6289 wrapping.
6290
6291 2005-06-11 Kenichi Handa <handa@m17n.org>
6292
6293 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6294 date lines stricter.
6295
6296 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6297
6298 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6299 of x-get-selection.
6300
6301 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6302
6303 * comint.el (comint-mode, comint-snapshot-last-prompt):
6304 * frame.el (frame-current-scroll-bars):
6305 * term.el (term-mode, term-check-proc, term-input-sender)
6306 (term-simple-send, term-extract-string, term-word)
6307 (term-match-partial-filename):
6308 * window.el (window-current-scroll-bars):
6309 * emulation/cua-base.el (cua-normal-cursor-color)
6310 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6311 (cua-global-mark-cursor-color):
6312 * mail/undigest.el (rmail-forward-separator-regex):
6313 Fix typos in docstrings.
6314
6315 * comint.el (comint-check-proc, make-comint-in-buffer)
6316 (comint-source-default): Doc fixes.
6317
6318 * term.el (term-send-string): Improve argument/docstring consistency.
6319
6320 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6321
6322 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6323 call to `delete-region'.
6324 (comint-mode-hook): Do not enable Font Lock by default.
6325
6326 2005-06-09 Lute Kamstra <lute@gnu.org>
6327
6328 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6329 could be void.
6330
6331 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6334 (debug): Use it.
6335 (debugger-step-through, debugger-continue, debugger-jump)
6336 (debugger-return-value): Set it when needed.
6337 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6338 Use inhibit-read-only.
6339
6340 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6341
6342 * window.el (shrink-window-if-larger-than-buffer)
6343 (window-size-fixed): Fix typo in docstring.
6344
6345 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6346 thumbnails directory on loading.
6347 (thumbs-conversion-program): Use `eq' to check the system type,
6348 not `equal'.
6349 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6350 not "/tmp". Fix docstring.
6351 (thumbs-thumbsdir): New function to return the thumbnails
6352 directory, creating it if needed.
6353 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6354 (thumbs-temp-file): Delete variable and make it into a function.
6355 (thumbs-resize-image, thumbs-modify-image): Use it.
6356 (thumbs-kill-buffer): Simplify.
6357 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6358 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6359 docstrings.
6360
6361 2005-06-09 Kim F. Storm <storm@cua.dk>
6362
6363 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6364 set-match-data to free markers in match-data.
6365
6366 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6367 match-data to unchain markers in match-data.
6368
6369 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6372 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6373 unnecessary now.
6374
6375 2005-06-08 Richard M. Stallman <rms@gnu.org>
6376
6377 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6378 give the variable a doc string that doesn't say don't set it directly.
6379
6380 * textmodes/ispell.el (ispell-check-version):
6381 Use match-string-no-properties.
6382 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6383 (ispell-buffer-local-words): Likewise.
6384
6385 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6386 except on terminals with enough colors to really display it.
6387 (makefile-dependency-regex): Delete spurious `bb'.
6388
6389 * faces.el (escape-glyph): Use blue once again in last case.
6390 (no-break-space): Redefine so that it isn't invisible on a tty.
6391
6392 2005-06-08 Kim F. Storm <storm@cua.dk>
6393
6394 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6395 also when reading directory name.
6396
6397 2005-06-08 Lute Kamstra <lute@gnu.org>
6398
6399 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6400 (flyspell-mode-line-string): Remove autoload cookie.
6401 (flyspell-mode): Remove defvar.
6402
6403 2005-06-07 Lute Kamstra <lute@gnu.org>
6404
6405 * textmodes/org.el (org-run-mode-hooks): New function.
6406 (org-agenda-mode): Use it.
6407
6408 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6409
6410 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6411
6412 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6415
6416 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6417
6418 * font-lock.el (font-lock-add-keywords): Doc fix.
6419
6420 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6421
6422 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6423 (tex-compile-default): In the absence of any history, use the order in
6424 tex-compile-alist to choose the preferred command.
6425 (tex-compile-commands): Reorder a bit.
6426
6427 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6428 (flyspell-incorrect-face, flyspell-duplicate-face):
6429 Use (X)Emacs-agnostic code.
6430 (flyspell-mode-map): Don't overwrite at each load. Remove code
6431 redundant with the subsequent add-minor-mode. Merge Emacs and
6432 XEmacs code.
6433 (flyspell-word): Minor simplification.
6434 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6435 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6436 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6437 Merge the corresponding Emacs code.
6438 (flyspell-correct-word, flyspell-xemacs-popup):
6439 Use flyspell-do-correct.
6440
6441 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6442 a dedicated window.
6443
6444 * international/latexenc.el (latexenc-find-file-coding-system):
6445 Undo part of last patch, to turn off a compiler warning.
6446
6447 2005-06-06 Juri Linkov <juri@jurta.org>
6448
6449 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6450 Rename `tmm-inactive-face' to `tmm-inactive'.
6451
6452 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6453
6454 * iswitchb.el: Rename faces.
6455
6456 2005-06-06 Kim F. Storm <storm@cua.dk>
6457
6458 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6459 (cua-global-mark): Remove -face suffix from face names.
6460
6461 * emulation/cua-gmrk.el (cua--init-global-mark):
6462 Remove cua-global-mark face setup.
6463
6464 2005-06-06 Richard M. Stallman <rms@gnu.org>
6465
6466 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6467 just like other allowed characters.
6468 (makefile-match-dependency): Exclude leading and training whitespace
6469 from the range of regexp subexp 1.
6470 (makefile-macroassign-regex): Don't try to match the body,
6471 just the name of the macro being defined.
6472
6473 * info.el (Info-read-node-name-2): New function.
6474 (Info-read-node-name-1): Use that.
6475 Add a completion-base-size-function property.
6476
6477 * simple.el (completion-setup-function): Look for
6478 completion-base-size-function property of minibuffer-completion-table.
6479
6480 * files.el (locate-file-completion): Doc fix.
6481
6482 * printing.el: Don't call pr-update-menus; user must do that.
6483
6484 * emacs-lisp/debug.el (debugger-window): New variable.
6485 (debug): Use debugger-window if it is set and still alive.
6486 Record debugger-window for next entry.
6487
6488 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6489
6490 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6491
6492 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6493 (hack-one-local-variable, hack-local-variables)
6494 (hack-local-variables-prop-line): Pass that arg.
6495
6496 2005-06-06 Kim F. Storm <storm@cua.dk>
6497
6498 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6499 (ido-indicator): Remove -face suffix from face names.
6500
6501 2005-06-06 Juri Linkov <juri@jurta.org>
6502
6503 * font-lock.el (font-lock-regexp-backslash)
6504 (font-lock-regexp-backslash-construct): New faces.
6505 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6506 after `('. Add `while-no-input' to control structures.
6507
6508 * faces.el (no-break-space, shadow): New faces.
6509 (escape-glyph): Use less loud colors pink2 and red4.
6510
6511 * diff-mode.el (diff-context-face)
6512 * dired.el (dired-ignored)
6513 * rfn-eshadow.el (file-name-shadow)
6514 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6515
6516 * info.el (Info-title-1-face): Use green instead of yellow because
6517 bold yellow is not readable on light backgrounds.
6518
6519 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6520 before selecting the desired mode to not spend time fontifying
6521 old contents.
6522
6523 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6524
6525 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6526 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6527
6528 * ps-print.el (ps-default-fg, ps-default-bg):
6529 Fix typos in docstrings.
6530
6531 * isearchb.el (isearchb): Don't pass a spurious second argument to
6532 `iswitchb-completions'.
6533
6534 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6535
6536 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6537 to preserve point.
6538 (gdb-find-file-hook): Add doc string.
6539
6540 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6541 C dereferenced pointer expression.
6542 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6543
6544 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6545
6546 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6547 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6548 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6549 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6550 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6551 Make background transparent.
6552
6553 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6554
6555 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6556 (font-lock-remove-keywords): Doc fix.
6557 (font-lock-mode-major-mode): Compiler defvar.
6558 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6559
6560 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6561 (font-lock-mode): Update `font-lock-mode-major-mode'.
6562 (font-lock-set-defaults): Compiler defvar.
6563 (font-lock-default-function): Take `font-lock-mode-major-mode'
6564 into account.
6565
6566 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6567 keep track of which major mode it enabled the minor mode for.
6568 Use find-file-hook again. Update docstring.
6569
6570 * simple.el (eval-expression-print-level)
6571 (eval-expression-print-length, eval-expression-debug-on-error):
6572 Doc fixes.
6573
6574 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6575
6576 * iswitchb.el (iswitchb-single-match-face)
6577 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6578 (iswitchb-invalid-regexp-face): New faces.
6579 (iswitchb-completions): Use them.
6580 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6581 now marked as an obsolete alias.
6582 (iswitchb-read-buffer): Remove check for bound font variables.
6583 (iswitchb-invalid-regexp): New free variable.
6584 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6585 set iswitchb-invalid-regexp.
6586 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6587 invalid regexps.
6588 (iswitchb-completions): Add check for complete match when entering
6589 a regexp.
6590 (iswitchb-completions): Remove require-match argument.
6591 (iswitchb-exhibit): Fix caller.
6592 (iswitchb-common-match-inserted): New variable.
6593 (iswitchb-complete, iswitchb-completion-help): Use it.
6594
6595 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6596
6597 * url-http.el (url-http-chunked-encoding-after-change-function):
6598 Use `url-http-debug' instead of `message'.
6599
6600 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6601
6602 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6603 callback argument.
6604
6605 2005-06-04 Kim F. Storm <storm@cua.dk>
6606
6607 * simple.el (line-move): Only call sit-for when moving backwards.
6608
6609 * ido.el (ido-make-merged-file-list-1): New defun split from
6610 ido-make-merged-file-list.
6611 (ido-make-merged-file-list): Bind throw-on-input around call to
6612 ido-make-merged-file-list-1. Return input-pending-p if
6613 interrupted by more input available.
6614 (ido-read-internal): Handle input-pending-p return value from
6615 ido-make-merged-file-list.
6616
6617 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6620 compatibility code.
6621
6622 * international/latexenc.el (latexenc-find-file-coding-system):
6623 Don't inherit the EOL part of the coding-system from the
6624 tex-main buffer. Fit within 80 columns.
6625
6626 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6627
6628 * tmm.el (tmm-inactive-face): New face.
6629 (tmm-remove-inactive-mouse-face): New function.
6630 (tmm-prompt, tmm-add-one-shortcut)
6631 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6632 but not selectable.
6633
6634 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6635
6636 * faces.el (face-equal): Improve argument/docstring consistency.
6637
6638 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6639
6640 * progmodes/make-mode.el (makefile-targets-face)
6641 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6642 (makefile-bsdmake-dependency-regex)
6643 (makefile-makepp-rule-action-regex)
6644 (makefile-bsdmake-rule-action-regex): New constants.
6645 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6646
6647 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6648 Allow (...) within `...' for makepp messages.
6649
6650 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6651
6652 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6653
6654 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6655 "." files are deleted from all file lists before comparison.
6656
6657 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6658 (viper-ESC-key): Made them customizable.
6659
6660 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6661
6662 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6663
6664 * autorevert.el (auto-revert-buffers): Use save-match-data.
6665
6666 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6667
6668 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6669 menu items with a nil command binding.
6670
6671 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6672
6673 * emacs-lisp/cl-macs.el (defsetf):
6674 Improve argument/docstring consistency.
6675
6676 * faces.el (list-faces-display): Improve the formatting by
6677 computing the maximum length required for any face-name (reworked
6678 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6679 (internal-find-face): Remove redundant info in docstring.
6680
6681 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6682
6683 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6684 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6685 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6686 (gdb-assembler-custom): Improve regexps.
6687 (def-gdb-auto-update-handler): Use window point to preserve point.
6688
6689 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6690
6691 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6692
6693 2005-05-31 Jay Belanger <belanger@truman.edu>
6694
6695 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6696 to calc-embedded.
6697 (calc-embedded-make-info): Have plain prefix argument select
6698 entire line.
6699
6700 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6701
6702 * faces.el (list-faces-display): Signal error if passed a regexp
6703 that matches no face name.
6704
6705 * simple.el (filter-buffer-substring): Fix typo in docstring.
6706
6707 2005-05-31 Richard M. Stallman <rms@gnu.org>
6708
6709 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6710 (vhdl-emacs-21): Doc fix.
6711 (vhdl-mode): Unconditionally set comment-padding.
6712 (vhdl-fixup-whitespace-region): Insert spaces only where
6713 there are none.
6714 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6715
6716 2005-05-30 John Wiegley <johnw@newartisans.com>
6717
6718 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6719 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6720 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6721 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6722 `string-to-number'.
6723
6724 2005-05-30 Jay Belanger <belanger@truman.edu>
6725
6726 * calc/calc.el (calc-bug-address): Fix docstring.
6727 (calc-window-hook, calc-trail-window-hook): New variables.
6728 (calc-trail-display): Restore use of calc-trail-window-hook.
6729 (calc): Restore use of calc-window-hook.
6730
6731 2005-05-31 Masatake YAMATO <jet@gyve.org>
6732
6733 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6734
6735 * help-fns.el (help-C-file-name): Add autoload mark for
6736 `find-function-noselect'.
6737
6738 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6741 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6742
6743 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6744
6745 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6746 included diary buffer if it was not already being visited.
6747 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6748
6749 * calendar/icalendar.el (top-level): Do not require 'appt.
6750
6751 * mail/supercite.el (sc-select-attribution): Only use a list
6752 element from sc-attrib-selection-list if it returns a string.
6753 Reported by Davide G. M. Salvetti <salve@debian.org>.
6754
6755 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6756
6757 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6758 includes a hash value to improve its uniqueness, and has a ".jpg"
6759 extension. Also, it is now a valid filename on all systems.
6760 (thumbs-make-thumb): Use `let', not `let*'.
6761 (thumbs-show-thumbs-list): Check for JPEG availability.
6762
6763 2005-05-30 Richard M. Stallman <rms@gnu.org>
6764
6765 * filesets.el (filesets-menu-ensure-use-cached):
6766 Prevent warning when emacs-version>= is undefined.
6767
6768 * printing.el (pr-interactive-n-up): Use string-to-number.
6769
6770 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6771
6772 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6773 Warn only when name to be defined is quoted.
6774
6775 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6776
6777 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6778 Make regexp more robust.
6779 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6780 Force regeneration of disassembly.
6781
6782 2005-05-29 Jay Belanger <belanger@truman.edu>
6783
6784 * calc/calc.el (calc-user-invocation): Check if
6785 calc-invocation-macro is non-nil.
6786
6787 2005-05-29 Juri Linkov <juri@jurta.org>
6788
6789 * add-log.el (change-log-font-lock-keywords):
6790 Add `+' to e-mail regexp to accept mail address with keywords.
6791
6792 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6793
6794 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6795
6796 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6797
6798 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6799
6800 2005-05-29 Richard M. Stallman <rms@gnu.org>
6801
6802 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6803 Undo the change that moves to end of the current word.
6804
6805 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6806
6807 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6808 Throw error when count <= 0 to ensure input is a number.
6809 (gdb-read-memory-custom): Pick up address from buffer.
6810 (gdb-memory-mode): Allow user to increment and decrement
6811 memory address from header line.
6812
6813 2005-05-29 Richard M. Stallman <rms@gnu.org>
6814
6815 * flyspell.el (flyspell-version): Function deleted.
6816 (flyspell-auto-correct-previous-hook): Doc fix.
6817
6818 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6819 Do nothing if memory is full.
6820
6821 * font-lock.el (font-lock-fontify-syntactically-region):
6822 Pass t for GREEDY to looking-back.
6823
6824 * saveplace.el (save-place-alist-to-file): Write the file
6825 using write-region.
6826
6827 * subr.el (looking-back): New argument GREEDY.
6828
6829 * progmodes/compile.el (compilation-start): Set the mode
6830 before inserting the initial text.
6831
6832 * progmodes/which-func.el (which-func-update-1): Turn the mode
6833 off in case of error by setting which-func-mode.
6834
6835 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6836
6837 * flyspell.el (flyspell-auto-correct-previous-word):
6838 Narrow down to what's on the screen, and recenter overlays
6839 at the end of the next word.
6840
6841 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6842
6843 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6844 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6845 (flyspell-abbrev-p): Default to nil.
6846 (flyspell-use-global-abbrev-table-p): Doc fix.
6847 (flyspell-large-region): Allow nil as value.
6848 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6849
6850 (mail-mode-flyspell-verify): More robust handling
6851 of `mail-header-separator'. More efficient signature detection.
6852 Allow for regexp metacharacters in message-header-separator.
6853 Adding `To' not to be checked in mail-mode-flyspell-verify.
6854
6855 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6856 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6857 Bind flyspell-auto-correct-binding.
6858 Bind C-. and C-, .
6859 (flyspell-mode-map): Likewise.
6860 (flyspell-mode): Doc fix.
6861 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6862 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6863 (flyspell-word-cache-result): New var, always local.
6864 (flyspell-check-pre-word-p): Doc fix.
6865 (flyspell-check-changed-word-p): Handle spc like newline.
6866 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6867 (flyspell-word-search-backward, flyspell-word-search-forward):
6868 New functions.
6869 (flyspell-word): Return t if nothing to check.
6870 When parsing TeX code, check for after } or \.
6871 Use flyspell-word-search-backward to find previous word.
6872 Return nil if duplicated word.
6873 For word already checked, return same value as last time.
6874 Set flyspell-word-cache-result after checking.
6875 Don't clobber the return value.
6876 (flyspell-get-word): Major rewrite.
6877 (flyspell-external-point-words): New locals pword, pcount.
6878 Fix size used in progress message.
6879 Find the proper corresponding word in flyspell-large-region-buffer.
6880 (flyspell-region): Check for flyspell-large-region = nil.
6881 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6882 (flyspell-auto-correct-word): Check that WORD is a cons.
6883 (flyspell-correct-word): Likewise.
6884
6885 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6886
6887 * progmodes/make-mode.el (makefile-rule-action-regex)
6888 (makefile-macroassign-regex, makefile-makepp-mode)
6889 (makefile-bsdmake-mode): Continuation lines may be empty.
6890 Reported by Joshua Varner.
6891 (makefile-makepp-font-lock-keywords): Add $(stem).
6892
6893 2005-05-28 Karl Berry <karl@gnu.org>
6894
6895 * textmodes/tex-mode.el: Now that tex-send-command calls
6896 shell-quote-argument (2005-03-31 change), remove all calls to
6897 shell-quote-argument; they all end up invoking tex-send-command.
6898 The double quoting loses on filenames with non-safe characters,
6899 such as "@". Reported by Frederik Fouvry.
6900
6901 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6902
6903 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6904 about preserving point.
6905
6906 2005-05-27 Jay Belanger <belanger@truman.edu>
6907
6908 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6909 Info-goto-node.
6910
6911 * calc/calc-embed.el (calc-embed-arg): New variable.
6912 (calc-do-embedded-activate, calc-embedded-activate-formula)
6913 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6914 variable by new variable.
6915 (calc-embedded-make-info): Replace undeclared variable by new
6916 variable. When selecting region with positive prefix
6917 argument, use end of previous line instead of beginning of line.
6918
6919 * calc/calc-aent.el (calc-arg-values): Declare it.
6920
6921 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6922 Declare them.
6923
6924 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6925
6926 * calc/calc.el (calc-alg-map): Declare it.
6927
6928 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6929
6930 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6931
6932 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6933 (gdb-registers-buffer, toggle-gdb-all-registers):
6934 Toggle display of floating point registers.
6935 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6936
6937 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6938 (toggle-gud-tooltip-dereference):
6939 Rename from gud-toggle-tooltip-dereference.
6940
6941 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6942
6943 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6944
6945 2005-05-27 Jay Belanger <belanger@truman.edu>
6946
6947 * calc/calc-prog.el (calc-kbd-report): Remove.
6948 (calc-kbd-query): Rewrite.
6949
6950 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6951
6952 * image.el (image-library-alist): Move to image.c.
6953 (image-type-available-p): Doc fix.
6954
6955 2005-05-27 Lute Kamstra <lute@gnu.org>
6956
6957 * calc/calc.el (calc):
6958 * outline.el (outline-1, outline-2, outline-3, outline-4)
6959 (outline-5, outline-6, outline-7, outline-8):
6960 * textmodes/dns-mode.el (dns-mode):
6961 * textmodes/sgml-mode.el (sgml-namespace-face):
6962 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6963 (tex-verbatim-face, tex-use-reftex):
6964 * textmodes/texinfo.el (texinfo-heading-face):
6965 Specify customization group.
6966
6967 * longlines.el: Don't require easy-mmode.
6968 (longlines-visible-face): Specify customization group.
6969
6970 2005-05-27 Kenichi Handa <handa@m17n.org>
6971
6972 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6973 encoding table of windows-1251.
6974
6975 * international/ucs-tables.el (ucs-set-table-for-input):
6976 If translation-table-for-input of a coding system is a symbol, get
6977 its translation-table property.
6978
6979 * international/code-pages.el: Don't register a coding system into
6980 non-iso-charset-alist more than once.
6981 (cp-make-coding-system): Likewise.
6982
6983 2005-05-26 John Wiegley <johnw@newartisans.com>
6984
6985 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6986 `eshell-resume-eval' is wrapped in a list, it indicates that the
6987 command was run asynchronously. In that case, unwrap the value
6988 before checking the delimiter value.
6989
6990 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6991 character before a space at the end of a line is \, assume the space
6992 is part of the last argument rather than a final argument separator.
6993
6994 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6995 is in use, and the target is `t' or `nil' (which are the most common
6996 values), don't assume that the symbol target is a buffer.
6997
6998 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6999
7000 * calendar/calendar.el (calendar-mode-line-format):
7001 Use mode-line-highlight as mouse-face.
7002
7003 * time.el (display-time-string-forms, display-time-update):
7004 Use mode-line-highlight as mouse-face.
7005
7006 2005-05-26 Jay Belanger <belanger@truman.edu>
7007
7008 * calc/calc.el (calc-language-alist): Remove extra defvar.
7009
7010 2005-05-26 Lute Kamstra <lute@gnu.org>
7011
7012 * arc-mode.el (archive-mode):
7013 * bookmark.el (bookmark-read-annotation-mode)
7014 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7015 * bs.el (bs-mode):
7016 * calc/calc-yank.el (calc-edit-mode):
7017 * calc/calc.el (calc-mode, calc-trail-mode):
7018 * calculator.el (calculator-mode):
7019 * chistory.el (command-history-mode):
7020 * comint.el:
7021 * cus-edit.el (custom-mode):
7022 * descr-text.el (describe-text-mode):
7023 * ebuff-menu.el (Electric-buffer-menu-mode):
7024 * ediff-util.el (ediff-mode):
7025 * emacs-lisp/re-builder.el (reb-mode):
7026 * emulation/vi.el (vi-mode-setup):
7027 * emulation/ws-mode.el (wordstar-mode):
7028 * eshell/esh-mode.el (eshell-mode):
7029 * forms.el (forms-mode):
7030 * help-mode.el (help-mode):
7031 * hexl.el (hexl-mode):
7032 * ibuffer.el (ibuffer-mode):
7033 * ielm.el (inferior-emacs-lisp-mode):
7034 * info.el (Info-mode, Info-edit-mode):
7035 * international/swedish.el:
7036 * ledit.el (ledit-from-lisp-mode):
7037 * locate.el (locate-mode):
7038 * mail/rmail.el (rmail-mode):
7039 * mail/rmailedit.el (rmail-edit-mode):
7040 * mail/rmailsum.el (rmail-summary-mode):
7041 * mail/supercite.el (sc-electric-mode):
7042 * net/eudc.el (eudc-mode):
7043 * net/quickurl.el (quickurl-list-mode):
7044 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7045 * obsolete/ooutline.el (outline-mode):
7046 * obsolete/options.el (Edit-options-mode):
7047 * obsolete/rnews.el (news-mode):
7048 * obsolete/rnewspost.el (news-reply-mode):
7049 * play/5x5.el (5x5-mode):
7050 * play/decipher.el (decipher-mode, decipher-stats-mode):
7051 * play/gomoku.el (gomoku-mode):
7052 * play/snake.el (snake-mode):
7053 * play/solitaire.el (solitaire-mode):
7054 * play/tetris.el (tetris-mode):
7055 * progmodes/ada-mode.el (ada-mode):
7056 * progmodes/antlr-mode.el (antlr-mode):
7057 * progmodes/autoconf.el (autoconf-mode):
7058 * progmodes/dcl-mode.el (dcl-mode):
7059 * progmodes/delphi.el (delphi-mode):
7060 * progmodes/ebrowse.el (ebrowse-tree-mode)
7061 (ebrowse-electric-list-mode, ebrowse-member-mode)
7062 (ebrowse-electric-position-mode):
7063 * progmodes/f90.el (f90-mode):
7064 * progmodes/fortran.el (fortran-mode):
7065 * progmodes/icon.el (icon-mode):
7066 * progmodes/idlw-help.el (idlwave-help-mode):
7067 * progmodes/idlw-shell.el (idlwave-shell-mode):
7068 * progmodes/idlwave.el (idlwave-mode):
7069 * progmodes/inf-lisp.el (inferior-lisp-mode):
7070 * progmodes/m4-mode.el (m4-mode):
7071 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7072 * progmodes/modula2.el (modula-2-mode):
7073 * progmodes/octave-inf.el (inferior-octave-mode):
7074 * progmodes/octave-mod.el (octave-mode):
7075 * progmodes/pascal.el (pascal-mode):
7076 * progmodes/sh-script.el (sh-mode):
7077 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7078 * progmodes/vhdl-mode.el (vhdl-mode):
7079 * progmodes/xscheme.el (scheme-interaction-mode):
7080 * replace.el (occur-mode):
7081 * ses.el (ses-mode):
7082 * simple.el (completion-list-mode):
7083 * skeleton.el:
7084 * speedbar.el (speedbar-mode):
7085 * term.el (term-mode):
7086 * terminal.el (terminal-edit-mode):
7087 * textmodes/reftex-index.el (reftex-index-mode)
7088 (reftex-index-phrases-mode):
7089 * textmodes/reftex-sel.el (reftex-select-label-mode)
7090 (reftex-select-bib-mode):
7091 * textmodes/reftex-toc.el (reftex-toc-mode):
7092 * wdired.el (wdired-change-to-wdired-mode):
7093 * wid-browse.el (widget-browse-mode):
7094 Use run-mode-hooks.
7095
7096 * array.el (array-mode):
7097 * calendar/todo-mode.el (todo-mode):
7098 * man.el (Man-mode):
7099 * play/landmark.el (lm-mode):
7100 * play/mpuz.el (mpuz-mode):
7101 Use kill-all-local-variables and run-mode-hooks.
7102
7103 * subr.el (delay-mode-hooks): Specify indentation.
7104
7105 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7106
7107 * xml.el (xml-substitute-special): Don't die for undefined xml
7108 entities.
7109
7110 2005-05-26 Jay Belanger <belanger@truman.edu>
7111
7112 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7113 of nil.
7114
7115 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7116
7117 * progmodes/gdb-ui.el (gdb-frame-address):
7118 Rename from gdb-current-address.
7119 (gdb-previous-frame-address): Rename from gdb-previous-address.
7120 (gdb-selected-frame): Rename from gdb-current-frame.
7121 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7122 (gdb-frame-number): Rename from gdb-current-stack-level.
7123 (gdb-ann3): Match new mode-name for disassembly buffer.
7124 Extend initialization of variables.
7125 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7126 (gdb-memory-mode): Use mouse-face in header line.
7127 (gdb-assembler-buffer-name): Call it disassembly and give frame
7128 in mode line.
7129 (gdb-source-spec-regexp, gdb-assembler-custom)
7130 (gdb-invalidate-assembler, gdb-frame-handler):
7131 Make robust to leading zeroes in address format.
7132
7133 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7134
7135 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7136 define `org-mode'.
7137 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7138
7139 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7140
7141 * log-edit.el (log-edit-changelog-entries): Distinguish between
7142 filenames like xfns.c and fns.c.
7143
7144 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7145
7146 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7147 point after reverting.
7148 (Buffer-menu-make-sort-button): Handle the case where
7149 `Buffer-menu-use-header-line' is nil.
7150
7151 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7152
7153 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7154 New funcs. In minibuffer-local-completion-map bind `]', `/'
7155 and `:' to them.
7156
7157 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 * startup.el (normal-top-level): Allow modification of load-path while
7160 we're iterating over it.
7161
7162 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7163
7164 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7165 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7166 (thumbs-resize-interactive, thumbs-insert-image)
7167 (thumbs-insert-thumb, thumbs-dired-show-marked)
7168 (thumbs-find-image-at-point, thumbs-delete-images)
7169 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7170 (thumbs-increment-image-size, thumbs-decrement-image-size):
7171 Fix typos in docstrings.
7172
7173 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7174
7175 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7176 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7177 (cperl-mode): Use them.
7178
7179 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7180
7181 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7182 Doc fixes.
7183
7184 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7185
7186 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7187 Bind C-d to gdb-inferior-io-eof.
7188
7189 * dired.el (dired-dnd-popup-notice): Use message-box.
7190
7191 2005-05-23 Masatake YAMATO <jet@gyve.org>
7192
7193 * bindings.el (mode-line-major-mode-keymap):
7194 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7195
7196 * faces.el (mode-line-highlight): New face.
7197
7198 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7199 as mouse-face.
7200
7201 * bindings.el (top-level, help-echo, mode-line-modified)
7202 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7203 as mouse-face.
7204
7205 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7206
7207 * progmodes/cc-engine.el (c-guess-basic-syntax):
7208 Remove spurious call to `zerop'.
7209
7210 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7211
7212 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7213
7214 CC Mode update to 5.30.10:
7215
7216 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7217 could go past the limit in decoration level 2, thereby causing
7218 errors during interactive fontification.
7219
7220 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7221 the file is evaluated interactively.
7222
7223 * cc-engine.el (c-guess-basic-syntax): Handle operator
7224 declarations somewhat better in C++.
7225
7226 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7227 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7228 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7229 (awk-mode): Use it.
7230 (make-local-hook): Suppress warning about obsoleteness.
7231
7232 * cc-engine.el, cc-align.el, cc-cmds.el
7233 (c-append-backslashes-forward, c-delete-backslashes-forward)
7234 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7235 Compensate for return value from `forward-line' when it has moved
7236 but not to a different line due to eob.
7237
7238 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7239 `objc-method-intro' and `objc-method-args-cont'.
7240
7241 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7242
7243 CC Mode update to 5.30.10:
7244
7245 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7246 in the copyright statement. Incidentally, change "along with GNU
7247 Emacs" to "along with this program" where it occurs.
7248
7249 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7250 so that it is interactive, hence can be found by M-x awk-mode
7251 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7252 <gmorris+emacs@ast.cam.ac.uk>.
7253
7254 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7255 Mode's regexps.
7256
7257 2005-05-23 Kevin Ryde <user42@zip.com.au>
7258
7259 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7260 c-parse-state, to avoid a lisp error (on bad code).
7261
7262 2005-05-23 Lute Kamstra <lute@gnu.org>
7263
7264 * subr.el (font-lock-defaults): Remove defvar as it's already
7265 defined in font-core.el.
7266
7267 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7268
7269 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7270
7271 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7272 more general and work when GDB variable "print pretty" is on,
7273 as with Emacs, for example.
7274
7275 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7276
7277 * font-core.el: Update comment.
7278
7279 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7280 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7281
7282 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7283
7284 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7285
7286 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7287 and `yank-handler' in the doc strings.
7288
7289 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7290
7291 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7292
7293 2005-05-22 Richard M. Stallman <rms@gnu.org>
7294
7295 * help.el (describe-key): Move print-help-return-message call
7296 out of conditional.
7297
7298 * progmodes/etags.el (list-tags): Use with-no-warnings.
7299
7300 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7301 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7302 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7303
7304 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7305
7306 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7307 Add defvar.
7308
7309 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7310 Use defvar, not defconst.
7311
7312 * hexl.el (hexl-follow-line): Use with-no-warnings.
7313
7314 * emulation/tpu-extras.el: Use write-file-functions instead of
7315 write-file-hooks.
7316
7317 * dired.el (dired-font-lock-keywords): Fontify files with junk
7318 extensions even if marked by -F.
7319
7320 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7321
7322 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7323 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7324 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7325 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7326 (concatenate, list-length, get*, getf, cl-remprop):
7327 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7328 (etypecase, progv, lexical-let, lexical-let*)
7329 (multiple-value-bind, multiple-value-setq, shiftf):
7330 Improve argument/docstring consistency.
7331
7332 * subr.el (focus-frame, unfocus-frame):
7333 Revert deletion on 2005-05-01.
7334
7335 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7336
7337 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7338 doesn't exist.
7339
7340 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7341 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7342
7343 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7344
7345 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7346 already deleted variables: auto-fill-hook, blink-paren-hook,
7347 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7348 suspend-hooks, comment-indent-hook, meta-flag,
7349 before-change-function, after-change-function,
7350 font-lock-doc-string-face.
7351
7352 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7353
7354 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7355
7356 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7357
7358 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7359 rmail-dont-reply-to.
7360
7361 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7362
7363 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7364 literal blank when splitting new-header-values.
7365
7366 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7367
7368 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7369 string so that tmm doesn't create a completion entry for it.
7370
7371 * textmodes/table.el (table-disable-menu): Ditto.
7372
7373 2005-05-21 Richard M. Stallman <rms@gnu.org>
7374
7375 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7376
7377 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7378
7379 * net/rcompile.el (remote-compile): Use compilation-start.
7380
7381 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7382
7383 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7384
7385 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7386 Default to makefile-bsdmake-mode on BSD systems.
7387
7388 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7389 REGEXP may also be a search function now. The part of doc-string
7390 for describing the structure was 95% identical to that of
7391 `imenu--generic-function'. Unify it there.
7392
7393 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7394 Use function to find dependencies, because regexp alone is so complex,
7395 it easily goes into an endless loop.
7396 (makefile-makepp-mode): Also add submenu for Perl functions
7397 defined in the makefile.
7398 (makefile-bsdmake-mode): Special imenu-generic-expression no
7399 longer needed, due to function call.
7400 (makefile-match-dependency): Take BOUND into account when checking
7401 if we're through.
7402
7403 2005-05-20 Jay Belanger <belanger@truman.edu>
7404
7405 * calc/calc-units.el (calc-invalidate-units-table):
7406 Use inhibit-read-only.
7407 (math-build-units-table-buffer): Use view-mode.
7408
7409 2005-05-20 David Kastrup <dak@gnu.org>
7410
7411 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7412 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7413
7414 2005-05-20 Lute Kamstra <lute@gnu.org>
7415
7416 * diff-mode.el (diff-header-face, diff-file-header-face)
7417 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7418 (diff-added-face, diff-changed-face, diff-function-face)
7419 (diff-context-face, diff-nonexistent-face): Put them in the
7420 diff-mode customization group.
7421
7422 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7423
7424 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7425
7426 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7427
7428 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7429 Minor regexp-optimization.
7430
7431 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7432
7433 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7434 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7435 (org-agenda-add-time-grid-maybe): New function.
7436 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7437 (org-table-create): `dotimes' instead of `mapcar'.
7438 (org-xor): Simplify implementation.
7439 (org-agenda): `inhibit-redisplay' turned on.
7440 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7441 a consistent line after a state change.
7442 (org-agenda-remove-times-when-in-prefix): New option.
7443 (org-prefix-has-time): New variable.
7444 (org-parse-time-string): Optional argument NODEFAULT.
7445 (org-format-agenda-item): Parse items for time-of-day
7446 specifications and move these into the prefix if possible.
7447 (org-agenda-priority): Get current heading, not previous heading
7448 during agenda remote editing.
7449
7450 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7451
7452 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7453 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7454 (remove-duplicates, delete-duplicates, substitute)
7455 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7456 (nsubstitute-if-not, find, find-if, find-if-not, position)
7457 (position-if, position-if-not, count, count-if, count-if-not)
7458 (mismatch, search, sort*, stable-sort, merge, member*)
7459 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7460 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7461 (intersection, nintersection, set-difference, nset-difference)
7462 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7463 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7464 (nsublis, tree-equal): Improve argument/docstring consistency.
7465
7466 * subr.el (send-string, send-region):
7467 Remove obsolescence declaration.
7468 (window-dot, set-window-dot, read-input, show-buffer)
7469 (eval-current-buffer, string-to-int):
7470 Add release number to obsolescence declarations.
7471
7472 2005-05-19 Kim F. Storm <storm@cua.dk>
7473
7474 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7475 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7476
7477 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7478
7479 * faces.el (list-faces-display): Make back button respect optional
7480 regexp arg.
7481
7482 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7483
7484 * calculator.el (calculator-radix-grouping-mode)
7485 (calculator-radix-grouping-digits, calculator-displayer)
7486 (calculator-radix-grouping-separator, calculator-copy-displayer):
7487 * dabbrev.el (dabbrev-search-these-buffers-only):
7488 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7489 (diff-advance-after-apply-hunk, diff-mode-hook)
7490 (diff-minor-mode-prefix):
7491 * imenu.el (imenu-use-popup-menu):
7492 * jit-lock.el (jit-lock-context-time):
7493 * newcomment.el (comment-fill-column, comment-column)
7494 (comment-style, comment-padding, comment-multi-line)
7495 (comment-empty-lines, comment-auto-fill-only-comments):
7496 * reveal.el (reveal-around-mark):
7497 * uniquify.el (uniquify-buffer-name-style)
7498 (uniquify-after-kill-buffer-p)
7499 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7500 (uniquify-min-dir-content, uniquify-separator)
7501 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7502 * w32-vars.el (w32-fixed-font-alist):
7503 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7504 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7505 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7506 * progmodes/perl-mode.el (perl-indent-level)
7507 (perl-continued-statement-offset, perl-continued-brace-offset)
7508 (perl-brace-offset, perl-brace-imaginary-offset)
7509 (perl-label-offset, perl-indent-continued-arguments)
7510 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7511 * progmodes/tcl.el (tcl-indent-level)
7512 (tcl-continued-indent-level, tcl-auto-newline)
7513 (tcl-tab-always-indent, tcl-electric-hash-style)
7514 (tcl-help-directory-list, tcl-use-smart-word-finder)
7515 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7516 (inferior-tcl-source-command):
7517 * textmodes/fill.el (enable-kinsoku):
7518 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7519 * textmodes/table.el (table-yank-handler):
7520 Specify missing group (and type, if simple) in defcustom.
7521
7522 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7523
7524 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7525
7526 2005-05-19 Richard M. Stallman <rms@gnu.org>
7527
7528 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7529
7530 * subr.el (event-basic-type): Don't get an error.
7531 (left-fringe-p): Function deleted.
7532
7533 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7534 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7535
7536 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7537 in recursive copy.
7538
7539 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7540
7541 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7542
7543 * emacs-lisp/bytecomp.el
7544 (byte-compile-file-form-custom-declare-variable): Call
7545 byte-compile-nogroup-warn if appropriate.
7546
7547 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7548 (compilation-set-window): Don't call left-fringe-p; do it directly.
7549
7550 2005-05-19 Jay Belanger <belanger@truman.edu>
7551
7552 * calc/calc-graph.el (calc-graph-format-data): Make sure
7553 var-PlotRejects is bound before trying to check its value.
7554
7555 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7556
7557 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7558 definition of this variable from reftex-global.el to reftex.el,
7559 because it is needed in the menu.
7560
7561 2005-05-19 Lute Kamstra <lute@gnu.org>
7562
7563 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7564 years are fixed. Don't insert a space after a dash.
7565
7566 2005-05-19 Kim F. Storm <storm@cua.dk>
7567
7568 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7569
7570 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7571
7572 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7573 strings, because (eq ... ?\\) is fairly frequent.
7574
7575 * progmodes/make-mode.el (makefile-add-this-line-targets):
7576 Simplify and integrate into `makefile-pickup-targets'.
7577 (makefile-add-this-line-macro): Simplify and integrate into
7578 `makefile-pickup-macros.
7579 (makefile-pickup-filenames-as-targets): Simplify.
7580 (makefile-previous-dependency, makefile-match-dependency):
7581 Don't stumble over `::'.
7582
7583 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7584
7585 * subr.el (post-command-idle-hook, post-command-idle-delay):
7586 Remove obsoletion of post-command-idle-hook and
7587 post-command-idle-delay.
7588
7589 * faces.el (list-faces-display): Provide button when describe-face
7590 is called to take user back to the list of faces.
7591
7592 * help-fns.el (describe-variable): Remove hyperlinks in a
7593 variable's value as these are quite frequently inappropriate.
7594
7595 * follow.el (follow-submit-feedback, follow-mode):
7596 Remove references to post-command-idle-hook.
7597
7598 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7599
7600 * progmodes/make-mode.el (makefile-previous-dependency)
7601 (makefile-match-dependency): Check for := (and in bsd mode also
7602 !=) to give a better result, even when font-lock is not on.
7603
7604 2005-05-18 Jay Belanger <belanger@truman.edu>
7605
7606 * calc/calc-help.el (calc-s-prefix-help):
7607 Add `calc-copy-special-constant' to help string.
7608
7609 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7610
7611 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7612
7613 2005-05-18 Jay Belanger <belanger@truman.edu>
7614
7615 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7616 in linear factors are in proper order.
7617
7618 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7619
7620 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7621 Support for jurabib.
7622
7623 * textmodes/reftex.el (featurep): Define aliases for overlay
7624 commands, for XEmacs compatibility, and use these aliases in
7625 overlay initializations.
7626 (reftex-highlight): Use `reftex-move-overlay'.
7627 (reftex-unhighlight): Use `reftex-delete-overlay'.
7628 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7629 (reftex-access-search-path): Use `reftex-uniquify' instead of
7630 `reftex-uniq'
7631
7632 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7633 `before-string' property modification enables for Emacs as well.
7634 (reftex-select-item): Use `reftex-delete-overlay'.
7635 (reftex-select-mark): Use `reftex-make-overlay' and
7636 `reftex-overlay-put'.
7637 (reftex-select-unmark): Use `reftex-delete-overlay' and
7638 `reftex-overlay-put'.
7639
7640 2005-05-18 Lute Kamstra <lute@gnu.org>
7641
7642 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7643
7644 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7645
7646 * add-log.el (add-change-log-entry):
7647 * array.el (array-make-template, array-reconfigure-rows)
7648 (array-init-max-row, array-init-max-column)
7649 (array-init-columns-per-line, array-init-field-width):
7650 * replace.el (replace-match-maybe-edit, perform-replace):
7651 * textmodes/spell.el (spell-region):
7652 Replace `read-input' by `read-string'.
7653
7654 * forms.el (forms-mode):
7655 * finder.el (finder-compile-keywords):
7656 * shadowfile.el (shadow-read-files):
7657 Replace `eval-current-buffer' by `eval-buffer'.
7658
7659 * terminal.el (te-pass-through):
7660 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7661 (ange-ftp-raw-send-cmd):
7662 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7663 (send-process-next-char, telnet-initial-filter, telnet):
7664 Replace `send-string' by `process-send-string'.
7665
7666 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7667 (prolog-consult-region): Replace `send-string' by
7668 `process-send-string'; replace `send-region' by `process-send-region'.
7669
7670 * progmodes/delphi.el (delphi-log-msg):
7671 Replace `set-window-dot' by `set-window-point'.
7672
7673 * subr.el (window-dot, set-window-dot, read-input, send-string)
7674 (send-region, show-buffer, eval-current-buffer):
7675 Make really obsolete, as the comment says.
7676
7677 2005-05-17 Kim F. Storm <storm@cua.dk>
7678
7679 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7680 (cua--init-keymaps): Bind C-return instead of S-return to set
7681 rectangle mark.
7682
7683 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7684 instead of S-return to toggle/clear rectangle mark.
7685
7686 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7687
7688 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7689 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7690 Also fontify plain strings assigned to variables, mostly so that a
7691 colon has a face and is thus not taken as a dependency separator.
7692 (makefile-previous-dependency): Inline the new matcher, because it
7693 is too complex to work in both directions.
7694 (makefile-match-dependency): Eliminate `backward' arg (see above).
7695 Completely reimplemented so as to not sometimes go into an endless
7696 loop. It should also be more efficient, because first it only
7697 searches for `:', instead of applying the very complex regexp.
7698 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7699 to be fontified in one piece can be too long for JIT.
7700 Makefiles are never *that* big.
7701
7702 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7703
7704 * dired.el (dired-mode): Simplify.
7705
7706 2005-05-17 Lute Kamstra <lute@gnu.org>
7707
7708 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7709 defcustom for the mode hook variable.
7710
7711 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7712 Emacs Lisp Reference Manual.
7713
7714 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7715
7716 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7717 (evenp, list*):
7718 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7719 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7720
7721 * net/tramp-smb.el (tramp-smb-open-connection):
7722 Pass `tramp-chunksize' as fifth (required) argument.
7723
7724 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7725
7726 * font-lock.el (lisp-font-lock-keywords-1):
7727 Set `font-lock-negation-char-face' for [^...] char group.
7728 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7729
7730 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7731 a var, and refine it to mask one more level of nested vars.
7732 (makefile-rule-action-regex): Turn it into a var, and refine it so
7733 it recognizes backslashed continuation lines as belonging to the
7734 same command.
7735 (makefile-macroassign-regex): Refine it so it recognizes
7736 backslashed continuation lines as belonging to the same command.
7737 (makefile-var-use-regex): Don't look at the next char, because it
7738 might be the same one to be skipped by the initial [^$], leading
7739 to an overlooked variable use.
7740 (makefile-make-font-lock-keywords): Remove two parameters, which
7741 are now variables that some of the modes set locally.
7742 Handle dependency and rule action matching through functions, because
7743 regexps alone match too often. Dependency matching now comes
7744 last, so it can check, whether a colon already matched something else.
7745 (makefile-mode): Inform that font-lock improves makefile parsing
7746 capabilities.
7747 (makefile-match-dependency, makefile-match-action): New functions.
7748
7749 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7750
7751 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7752
7753 * align.el (align-regexp):
7754 * ansi-color.el (ansi-color-get-face):
7755 * array.el (array-reconfigure-rows, array-init-max-row)
7756 (array-init-max-column, array-init-columns-per-line)
7757 (array-init-field-width):
7758 * dired-aux.el (dired-trample-file-versions):
7759 * dired-x.el (dired-mark-sexp):
7760 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7761 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7762 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7763 * faces.el (face-read-integer):
7764 * files.el (backup-extract-version, insert-directory):
7765 * hexl.el (hexl-insert-decimal-char):
7766 * server.el (server-process-filter):
7767 * shell.el (shell-extract-num):
7768 * startup.el (command-line-1):
7769 * term.el (term-command-hook):
7770 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7771 (time-stamp-do-number):
7772 * time.el (display-time-update):
7773 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7774 (timezone-fix-time):
7775 * vms-patch.el (vms-suspend-resume-hook):
7776 * calendar/appt.el (appt-convert-time):
7777 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7778 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7779 * calendar/cal-islam.el (mark-islamic-diary-entries):
7780 * calendar/calendar.el (calendar-cursor-to-date)
7781 (calendar-star-date):
7782 * calendar/diary-lib.el (diary-attrtype-convert)
7783 (mark-diary-entries, diary-entry-time):
7784 * calendar/solar.el (solar-get-number):
7785 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7786 * emacs-lisp/re-builder.el (reb-display-subexp):
7787 * emulation/edt.el (edt-set-scroll-margins):
7788 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7789 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7790 (vip-get-ex-count):
7791 * emulation/viper-ex.el (viper-get-ex-token)
7792 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7793 * international/fontset.el (fontset-plain-name):
7794 * mail/feedmail.el (feedmail-look-at-queue-directory):
7795 * mail/mailalias.el (mail-get-names):
7796 * mail/rmail.el (rmail-convert-to-babyl-format):
7797 * mail/rmailsum.el (rmail-make-basic-summary-line)
7798 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7799 (rmail-summary-goto-msg):
7800 * mail/smtpmail.el (smtpmail-read-response):
7801 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7802 (ange-ftp-vms-add-file-entry):
7803 * play/gametree.el (gametree-looking-at-ply)
7804 (gametree-current-branch-score):
7805 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7806 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7807 * progmodes/cperl-mode.el (condition-case):
7808 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7809 (ebrowse-set-member-buffer-column-width)
7810 (ebrowse-select-1st-to-9nth):
7811 * progmodes/etags.el (etags-snarf-tag):
7812 * progmodes/flymake.el (flymake-parse-line):
7813 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7814 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7815 (idlwave-shell-menu-def):
7816 * progmodes/ps-mode.el (ps-run-goto-error):
7817 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7818 (vhdl-speedbar-contract-level):
7819 * term/mac-win.el (x-handle-numeric-switch):
7820 * term/sun-mouse.el (sun-get-frame-data):
7821 * term/w32-win.el (x-handle-numeric-switch):
7822 * term/x-win.el (x-handle-numeric-switch):
7823 * textmodes/ispell.el (ispell-parse-output):
7824 * textmodes/nroff-mode.el (nroff-outline-level):
7825 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7826 (reftex-bib-sort-year-reverse, reftex-format-citation):
7827 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7828 (reftex-section-number):
7829 * textmodes/texinfmt.el (texinfo-paragraphindent):
7830 Replace `string-to-int' by `string-to-number'.
7831
7832 * international/latexenc.el: Add page marker to force the "Local
7833 Variables:" string out of the last page.
7834
7835 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7836
7837 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7838 tooltip-change-major-mode.
7839 (gud-tooltip-print-command): Remove case where gud-minor-mode
7840 is gdb ("--fullname").
7841 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7842 explain to user.
7843
7844 2005-05-16 Jay Belanger <belanger@truman.edu>
7845
7846 * calc/calc-store.el (calc-copy-special-constant): New function.
7847
7848 * calc/calc-ext.el (calc-init-extensions): Add binding for
7849 `calc-copy-special-constant'.
7850
7851 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7852 for the `calc-copy-special-constant' command.
7853
7854 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7855
7856 * subr.el (left-fringe-p): New function.
7857
7858 * progmodes/compile.el (compilation-setup): Set local value of
7859 overlay-arrow-string to "" always.
7860 (compilation-set-window): Left fringe then don't scroll.
7861 No left fringe then no arrow and scroll message to top.
7862 (compilation-context-lines): Adjust doc string accordingly.
7863
7864 2005-05-16 Kim F. Storm <storm@cua.dk>
7865
7866 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7867 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7868 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7869 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7870 (ido-read-file-name): Handle commands with ido property value
7871 equal to find-file as reading a file name, to allow C-d to enter dired.
7872 (ibuffer-find-file): Add ido property with value find-file.
7873
7874 2005-05-15 Kim F. Storm <storm@cua.dk>
7875
7876 * subr.el (open-network-stream-nowait): Remove.
7877 (open-network-stream-server): Remove.
7878
7879 2005-05-15 Richard M. Stallman <rms@gnu.org>
7880
7881 * faces.el (describe-face): Output a definition link button.
7882
7883 * help-mode.el (help-face-def): New button type.
7884
7885 * emacs-lisp/copyright.el (copyright-fix-years):
7886 Match properly if the first year is 2-digit.
7887 Don't mess up the whitespace after the years by filling.
7888
7889 * dired-aux.el (dired-mark-confirm):
7890 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7891
7892 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7893 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7894 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7895
7896 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7897 Set font-lock-comment-start-skip.
7898
7899 * font-lock.el (font-lock-comment-start-skip): New variable.
7900 (font-lock-comment-end-skip): New variable.
7901 (font-lock-fontify-syntactically-region): Use them if non-nil.
7902
7903 2005-05-15 Jay Belanger <belanger@truman.edu>
7904
7905 * calc/calc-store.el (calc-store-value): Return a string rather
7906 than display it as a message.
7907 Use calc-var-name for variable name.
7908 (calc-store-into): Add the result of calc-store-value to message.
7909 (calc-copy-variable): Add a message.
7910 (calc-store-exchange): Improve error messages.
7911 (calc-store-binary, calc-store-map): Don't reset the values of
7912 special constants.
7913
7914 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7915
7916 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7917 manual to docstring.
7918
7919 * files.el (hack-local-variables-confirm): Add STRING argument.
7920 Make the function handle non file visiting buffers correctly.
7921 (hack-local-variables-prop-line, hack-local-variables)
7922 (hack-one-local-variable): Use STRING arg of
7923 `hack-local-variables-confirm'.
7924
7925 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7926
7927 Sync with Tramp 2.0.49.
7928
7929 * net/tramp.el (tramp-handle-dired-call-process)
7930 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7931 because the contents of the Tramp buffer is changed before
7932 insertion (`expand-file' and alike).
7933 (tramp-handle-insert-directory): If `localname' has an empty
7934 nondirectory name, it must not be quoted.
7935 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7936 variable `tramp-chunksize'. Change callees.
7937 (tramp-open-connection-setup-interactive-shell): Check remote host
7938 for buggy `send-process-string' implementation.
7939 Set `tramp-chunksize' if found. Reported by Michael Kifer
7940 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7941 (tramp-handle-shell-command): `insert-buffer' cannot be used
7942 because the contents of the Tramp buffer is changed before
7943 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7944 <frederic.bothamy@free.fr>.
7945 (tramp-set-auto-save): Actions should be done for Tramp file name
7946 handler only. Ange-FTP has its own auto-save mechanism.
7947 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7948 (tramp-set-auto-save-file-modes): Set file modes of
7949 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7950 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7951 (tramp-bug): Remove obsolete variable.
7952 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7953 for presence of `mml-mode'. Make it running for older Emacsen as well.
7954
7955 2005-05-14 John Paul Wallington <jpw@pobox.com>
7956
7957 * ibuf-ext.el (define-ibuffer-filter filename):
7958 If `dired-directory' is a list, use its car.
7959
7960 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7961
7962 * ibuffer.el (define-ibuffer-column filename):
7963 If `dired-directory' is a list, use its car.
7964
7965 2005-05-14 Richard M. Stallman <rms@gnu.org>
7966
7967 * subr.el (symbol-file): Doc fix.
7968
7969 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7970 (byte-compile-form): Call byte-compile-nogroup-warn.
7971 (byte-compile-warning-types): Doc fix.
7972
7973 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7974
7975 * progmodes/cc-engine.el (c-literal-faces):
7976 Add font-lock-comment-delimiter-face.
7977
7978 * net/net-utils.el (dig): Use with-no-warnings.
7979
7980 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7981 (sc-recite-frame-alist, sc-default-cite-frame)
7982 (sc-default-uncite-frame, sc-default-recite-frame)
7983 (sc-attrib-selection-list, sc-rewrite-header-list):
7984 Mark as risky-local-variable.
7985
7986 * international/ogonek.el (ogonek-jak, ogonek-how):
7987 Don't use beginning-of-buffer.
7988
7989 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7990
7991 * calendar/solar.el (solar-data-list): Move definition up.
7992
7993 * dnd.el (dnd-protocol-alist): Add autoload.
7994
7995 * progmodes/sh-script.el: Many doc usage fixes.
7996 (sh-indent-after-do): Change default to match common styles.
7997
7998 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7999
8000 * files.el (interpreter-mode-alist)
8001 (auto-mode-interpreter-regexp): Doc fixes.
8002
8003 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8004
8005 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8006
8007 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8008
8009 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8010
8011 * dired.el (dired-mode): make-variable-buffer-local =>
8012 make-local-variable.
8013
8014 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8015
8016 * term/mac-win.el (mac-select-convert-to-string): Try coding
8017 systems in mac-script-code-coding-systems if specified one cannot
8018 encode string for `com.apple.traditional-mac-plain-text'.
8019
8020 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8021
8022 * progmodes/make-mode.el (makefile-targets-face)
8023 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8024 (makefile-dependency-regex): Fix it to not make the colon in
8025 $(var:a=b) special.
8026 (makefile-rule-action-regex): New regexp for highlighting embedded
8027 Shell strings.
8028 (makefile-macroassign-regex): Handle != for highlighting as
8029 embedded Shell strings.
8030 (makefile-var-use-regex): New const.
8031 (makefile-statements, makefile-automake-statements)
8032 (makefile-gmake-statements, makefile-makepp-statements)
8033 (makefile-bsdmake-statements): New consts.
8034 (makefile-make-font-lock-keywords): New function.
8035 (makefile-automake-font-lock-keywords)
8036 (makefile-gmake-font-lock-keywords)
8037 (makefile-makepp-font-lock-keywords)
8038 (makefile-bsdmake-font-lock-keywords): New consts.
8039 (makefile-mode-map): Add switchers between the various submodes.
8040 (makefile-mode): Document the availability of the variants.
8041 (makefile-automake-mode, makefile-gmake-mode)
8042 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8043
8044 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8045 new variants of makefile-mode.
8046
8047 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8048
8049 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8050 the inheritance.
8051
8052 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8053
8054 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8055 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8056
8057 * files.el (normal-mode): Extend the scope of the
8058 `enable-local-variables' binding to include the `set-auto-mode' call.
8059 (magic-mode-alist): Doc fix.
8060
8061 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8064 font-lock-comment-face rather than copying its setting.
8065
8066 2005-05-12 Andreas Schwab <schwab@suse.de>
8067
8068 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8069
8070 2005-05-12 Lute Kamstra <lute@gnu.org>
8071
8072 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8073 defcustom for the mode hook variable. Delete the last argument.
8074 * generic-x.el: Fix callers of define-generic-mode.
8075 (generic-x-modes): Delete group.
8076 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8077 generic-x customization group.
8078
8079 2005-05-12 Kim F. Storm <storm@cua.dk>
8080
8081 * font-lock.el (font-lock-negation-char-face): Default to "off".
8082
8083 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8084 font-lock-negation-char-face to ! in !=.
8085
8086 2005-05-12 Masatake YAMATO <jet@gyve.org>
8087
8088 * add-log.el (find-change-log): Fix typos in the docstring
8089 of function.
8090
8091 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8092
8093 * international/latexenc.el (latexenc-find-file-coding-system):
8094 Avoid `re-search-forward' when looking for input encoding because
8095 of speed and safety. Better regular expressions for recognizing
8096 input encoding. Limit a search for TeX-master/tex-main-file to
8097 the local variable section.
8098
8099 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8100
8101 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8102 syntax of $ to "'" (quote).
8103
8104 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8105
8106 * dnd.el (dnd-protocol-alist): Improve custom type.
8107
8108 * dired.el (dired-dnd-protocol-alist): New variable.
8109 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8110 `dired-mode-hook' to the end.
8111
8112 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8115 comment-end if comment-start-skip is not set.
8116 Obey the font-lock-comment-delimiter-face variables.
8117
8118 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * files.el (executable-find): Move from executable.el. Use
8121 locate-file.
8122 * progmodes/executable.el (executable-find): Move to files.el.
8123
8124 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8125 when trying to ensure forward progress.
8126
8127 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8128
8129 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8130 (mouse-select, mouse-select-internal, mouse-extend-internal):
8131 Use it to implement mouse-1-click-follows-link functionality.
8132
8133 2005-05-11 Richard M. Stallman <rms@gnu.org>
8134
8135 * font-lock.el (font-lock-fontify-syntactically-region):
8136 Use font-lock-comment-delimiter-face for comment delimiters.
8137
8138 2005-05-10 Jay Belanger <belanger@truman.edu>
8139
8140 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8141 preserving embedded modes.
8142
8143 2005-05-10 Richard M. Stallman <rms@gnu.org>
8144
8145 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8146
8147 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8148 Move from ada-stmt.el.
8149 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8150
8151 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8152 Move to ada-mode.el.
8153 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8154
8155 * cus-edit.el (custom-file): Call file-chase-links.
8156
8157 * files.el (read-directory-name): Fix previous change.
8158 (hack-local-variables-confirm): New function.
8159 (hack-local-variables-prop-line, hack-local-variables)
8160 (hack-one-local-variable): Use it.
8161
8162 2005-05-10 Lute Kamstra <lute@gnu.org>
8163
8164 * font-lock.el (font-lock-keywords-alist)
8165 (font-lock-removed-keywords-alist): Clarify docstrings.
8166
8167 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8168
8169 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8170 (gdb-source-info): Check for preprocessor info.
8171 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8172 a macro for a function.
8173 (gdb-info-breakpoints-custom): Try to find file again if not already
8174 found (user might have used GDB dir command).
8175 (gdb-get-location): Update gdb-location-alist correctly for change
8176 to gdb-info-breakpoints-custom.
8177
8178 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8179 (gud-tooltip-print-command): Add gdbmi case.
8180 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8181 preprocessor info.
8182
8183 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8184
8185 * startup.el (fancy-splash-insert): Fix typo in doc string.
8186
8187 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8188
8189 * obsolete/float.el (string-to-float):
8190 * obsolete/hilit19.el (hilit-add-pattern):
8191 * obsolete/rnews.el (news-parse-range, news-select-message)
8192 (news-get-pruned-list-of-files): Replace `string-to-int' by
8193 `string-to-number'.
8194
8195 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8196 `find-file-not-found-hooks'; use `add-hook'.
8197 (uncompress-while-visiting): Set `write-file-functions', not
8198 `write-file-hooks'; use `add-hook'.
8199
8200 2005-05-09 Kim F. Storm <storm@cua.dk>
8201
8202 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8203 (cua-paste): Handle clipboard action.
8204 (cua--init-keymaps): Remap clipboard-kill-region and
8205 clipboard-kill-ring-save.
8206
8207 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8208
8209 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8210 Improve commentary.
8211
8212 * simple.el (next-error-overlay-arrow-position): Revert the change
8213 made on 2005-04-30.
8214
8215 2005-05-07 Jay Belanger <belanger@truman.edu>
8216
8217 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8218 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8219 `calc-sel-reselect'.
8220
8221 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8222 Calc is in embedded mode.
8223
8224 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8225
8226 * progmodes/compile.el (compilation-setup):
8227 Set overlay-arrow-string to an empty string on text terminals.
8228
8229 * textmodes/ispell.el (ispell-program-name): Try looking for
8230 "aspell" along exec-path, and if found, use it as the default
8231 speller program.
8232
8233 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8234
8235 * international/mule.el (sgml-xml-auto-coding-function):
8236 Recognize encoding='FOO' in single quotes as well as in double quotes.
8237
8238 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8239
8240 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8241 as well as `interactive', so that defmacro* would recognize
8242 `declare' forms.
8243
8244 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8245
8246 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8247 Explain more about the LIGHTER arg's usage in the doc string.
8248 Add commentary to clarify what the code does. Fix the regexp that
8249 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8250 since it could have characters special to regular expressions.
8251
8252 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8253
8254 * replace.el (occur-1): Bind inhibit-read-only so that
8255 erase-buffer doesn't barf on read-only text properties (likewise
8256 for add-text-properties in occur-engine). Mark buffer as unmodified.
8257 (occur-engine): Don't set buffer-read-only here.
8258
8259 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8262 list-buffers-directory. This caused the *cvs-commit* buffer to be
8263 sometimes mistakenly reused as a *cvs* buffer.
8264
8265 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8266
8267 * tooltip.el: Move code for GUD tooltips into gud.el.
8268 (require): CL no longer needed to compile case.
8269 (tooltip-mode): Do not toggle functions for GUD tooltips.
8270 (tooltip-gud-tips-p): Remove. Replace with minor mode
8271 gud-tooltip-mode in gud.el.
8272 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8273 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8274 tooltip-gud prefix with gud-tooltip and obsolete.
8275 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8276 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8277 (tooltip-mouse-motion): Mouse movement functions/variable.
8278 Rename in gud.el by adding gud prefix.
8279 (tooltip-gud-original-filter, tooltip-gud-dereference)
8280 (tooltip-gud-event, tooltip-toggle-gud-tips)
8281 (tooltip-gud-process-output, tooltip-gud-print-command)
8282 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8283 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8284 (gdb-tooltip-print): Move to gdb-ui.el.
8285
8286 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8287 (require): CL needed to compile case.
8288 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8289 tooltip-gud-tips-p. Make it a minor-mode.
8290 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8291 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8292 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8293 (gud-tooltip-change-major-mode)
8294 (gud-tooltip-activate-mouse-motions-if-enabled)
8295 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8296 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8297 (gud-tooltip-original-filter, gud-tooltip-dereference)
8298 (gud-tooltip-event, tooltip-toggle-gud-tips)
8299 (gud-tooltip-process-output, gud-tooltip-print-command)
8300 (gud-tooltip-tips): Move from tooltip.el.
8301
8302 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8303 (gdb-cpp-define-alist-flags): Doc fix.
8304 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8305 gud-tooltip-mode is t.
8306
8307 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8308
8309 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8310 evaporate if their text is deleted.
8311 (goto-address-at-point): Make it work as a mouse binding as well.
8312 (goto-address-at-mouse): Obsolete it. Update users.
8313
8314 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8315
8316 * calendar/appt.el (top-level): No longer activate on load.
8317
8318 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8319
8320 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8321 * net/webjump.el (webjump):
8322 * progmodes/idlw-help.el (idlwave-do-context-help1)
8323 (idlwave-highlight-linked-completions):
8324 * textmodes/po.el (po-find-file-coding-system-guts):
8325 Replace `assoc-ignore-case' by `assoc-string'.
8326
8327 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8328
8329 * files.el (locate-file): Doc fix.
8330
8331 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8332 Remove the redundant test for ms-dos.
8333
8334 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8335 look for the preprocessor with exec-suffixes. If not found in
8336 standard places, look in exec-path. Remove most of the tests that
8337 used system-type.
8338
8339 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8340
8341 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8342
8343 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8344 file-name clash with jka-compr.el on 8+3 filesystems.
8345
8346 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8347
8348 * term/mac-win.el: Don't define or bind scroll bar functions if
8349 x-toolkit-scroll-bars is t.
8350 (x-select-text, x-get-selection-value): Clear
8351 x-last-selected-text-clipboard if x-select-enable-clipboard is
8352 nil.
8353 (PRIMARY): Put mac-scrap-name property.
8354 (mac-select-convert-to-file-url): New function.
8355 (public.file-url): New selection target type. Add to
8356 selection-converter-alist.
8357 (x-get-selection, x-selection-value): Handle it.
8358 (x-cut-buffer-or-selection-value): New alias.
8359
8360 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8361
8362 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8363 entry to avoid calling bibtex-find-entry with arg global
8364 being t. Remove arg key.
8365 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8366 (bibtex-copy-summary-as-kill): Change accordingly.
8367
8368 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8369
8370 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8371 (org-agenda-date-later): Use with-current-buffer.
8372
8373 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8374
8375 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8376 (define-obsolete-variable-alias): Doc Fixes.
8377
8378 2005-05-06 Kim F. Storm <storm@cua.dk>
8379
8380 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8381 vertical-motion when selective-display is active.
8382
8383 * ido.el (ido-setup-hook): New hook.
8384 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8385 (ido-input-stack): New var.
8386 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8387 ido-next-work-file binding to M-O.
8388 Bind M-f to ido-wide-find-file-or-pop-dir.
8389 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8390 (ido-read-internal): Run ido-setup-hook.
8391 Catch quit in read-file-name and read-string to cancel edit.
8392 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8393 Automatically pop-all when completing a directory name (RET).
8394 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8395 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8396 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8397 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8398 New functions for M-b/M-f to move among the directory components.
8399 (ido-make-merged-file-list): Catch quit to cancel merge.
8400 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8401 (ido-completion-help): No warnings for ido-completion-buffer-full.
8402
8403 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8404
8405 * font-lock.el (font-lock-negation-char-face): New face and variable.
8406 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8407 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8408 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8409 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8410
8411 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8412
8413 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8414 Fix typo in docstring.
8415
8416 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8417 (ebrowse-print-statistics-line)
8418 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8419
8420 * term/w32-win.el (image-library-alist): Add additional name for
8421 Xpm library.
8422
8423 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8424
8425 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8426 use gcc instead of cpp.
8427
8428 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8429 (gdb-create-define-alist): Use it.
8430 (gdb-cpp-define-alist-program): Update for MS-DOS.
8431
8432 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8433
8434 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8435
8436 2005-05-04 Richard M. Stallman <rms@gnu.org>
8437
8438 * help.el (describe-key): No error when UNTRANSLATED is nil.
8439
8440 * simple.el (line-move-1): Fix previous change to signal errors
8441 appropriately.
8442
8443 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8444
8445 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8446 (icalendar-duration-correction): Remove.
8447 (icalendar--get-event-properties): Split result at commas.
8448 (icalendar--decode-isoduration): New optional argument
8449 DURATION-CORRECTION.
8450 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8451 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8452 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8453 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8454 (icalendar--convert-anniversary-to-ical): New functions, extracted
8455 from icalendar-export-region, with bug fixes.
8456 (icalendar-export-region): Use the above functions.
8457 (icalendar-import-buffer): Check before saving diary file.
8458 (icalendar--convert-recurring-to-diary)
8459 (icalendar--convert-non-recurring-all-day-to-diary)
8460 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8461 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8462 (icalendar--convert-ical-to-diary): Use the above functions.
8463
8464 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8465
8466 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8467 Remove these recent additions.
8468 (c-mode): Restore to before 2005-04-28.
8469
8470 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8471 recent addition.
8472
8473 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8474 (gdb-define-alist): New variables.
8475 (gdb-create-define-alist): New function.
8476 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8477 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8478 with string-to-number.
8479 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8480
8481 * progmodes/gud.el: Replace string-to-int with string-to-number.
8482 (gud-find-file): Handle gdb-define-alist.
8483
8484 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8485
8486 2005-05-02 Jay Belanger <belanger@truman.edu>
8487
8488 * calc/calc-aent.el (math-read-token):
8489 * calc/calc-bin.el (calc-word-size):
8490 * calc/calc-ext.el (calc-read-number-fancy):
8491 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8492 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8493 * calc/calc-frac.el (calc-over-notation):
8494 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8495 (calc-graph-num-points, calc-graph-init):
8496 * calc/calc-prog.el (calc-read-parse-table-part)
8497 (calc-edit-macro-repeats):
8498 * calc/calc-yank.el (calc-do-grab-rectangle):
8499 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8500 Replace `string-to-int' by `string-to-number'.
8501
8502 2005-05-02 Kim F. Storm <storm@cua.dk>
8503
8504 * kmacro.el: Use executing-kbd-macro-index variable.
8505
8506 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8507
8508 * net/rlogin.el (rlogin-parse-words): Delete func.
8509 (rlogin): Use split-string, not rlogin-parse-words.
8510 Also, if there are option-like elements in the parsed args,
8511 take the host to be the first arg immediately following them.
8512 Suggested by Michael Mauger.
8513
8514 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8515
8516 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8517
8518 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8519
8520 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8521 (cc-mode-cpp-program): Rename to cc-define-list-program and
8522 move to cc-vars.el.
8523
8524 * progmodes/cc-vars.el (cc-define-list-program):
8525 Change to "gcc -E -dM -". Make customizable.
8526
8527 2005-05-02 Kim F. Storm <storm@cua.dk>
8528
8529 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8530
8531 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8532
8533 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8534
8535 * international/mule-util.el (truncate-string): Remove alias and
8536 obsolete declaration.
8537
8538 * international/mule-cmds.el (update-iso-coding-systems):
8539 Remove alias and obsolete declaration.
8540
8541 * international/mule.el (coding-system-parent): Remove alias and
8542 obsolete declaration.
8543
8544 * subr.el (define-function, sref): Remove aliases and obsolete
8545 declarations.
8546 (chars-in-region): Remove obsolete declaration.
8547
8548 2005-05-01 Richard M. Stallman <rms@gnu.org>
8549
8550 * info.el (Info-mode): Set widen-automatically to nil, locally.
8551
8552 * simple.el (widen-automatically): New variable.
8553 (pop-global-mark): Obey widen-automatically.
8554
8555 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8556
8557 * term/xterm.el (function-key-map): Call substitute-key-definition
8558 before the keymap size is increased by a lot of define-key calls.
8559
8560 2005-05-01 Richard M. Stallman <rms@gnu.org>
8561
8562 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8563 Rename ARG to ELEMENT. Doc fix.
8564
8565 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8566
8567 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8568 Remove references to allout-exposure/change to allout-new-exposure.
8569
8570 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8571 bytecode symbols.
8572
8573 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8574 (compiled-function-p, focus-frame, unfocus-frame):
8575 Remove aliases and obsolete declarations.
8576 Back out inadvertent changes from previous commit.
8577
8578 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8579
8580 * files.el (require-final-newline): Make Custom tags consistent
8581 with mode-require-final-newline.
8582 (mode-require-final-newline): Doc fix.
8583
8584 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8585
8586 * international/latexenc.el (latexenc-find-file-coding-system):
8587 Fix regular expressions.
8588
8589 2005-05-01 David Kastrup <dak@gnu.org>
8590
8591 * international/latexenc.el (latexenc-find-file-coding-system):
8592 Fix regular expressions.
8593
8594 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8595
8596 * subr.el (string-to-int): Make obsolete.
8597
8598 2005-04-30 Richard M. Stallman <rms@gnu.org>
8599
8600 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8601
8602 * loadup.el: load jka-comp-hook.
8603
8604 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8605 (jka-compr-handler): Add autoload. `put' calls moved
8606 to jka-comp-hook.el.
8607 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8608 (jka-compr-inhibit): Autoload.
8609
8610 * jka-comp-hook.el: New file.
8611 Enable the mode by default.
8612
8613 * files.el (backup-buffer-copy): Use copy-file instead
8614 of write-region, and put back the 'excl.
8615
8616 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8617
8618 * progmodes/flymake.el (flymake-split-string)
8619 (flymake-split-string, flymake-log, flymake-pid-to-names)
8620 (flymake-reg-names, flymake-get-source-buffer-name)
8621 (flymake-unreg-names, flymake-add-line-err-info)
8622 (flymake-add-err-info): Clarify docstrings.
8623 (flymake-popup-menu, flymake-make-emacs-menu)
8624 (flymake-make-xemacs-menu): Add docstrings.
8625 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8626 Set variables directly throughout.
8627
8628 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8629
8630 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8631 exists. Initialize cc-define-alist.
8632 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8633 If there is no file (Macroexpansion) don't create an alist.
8634
8635 2005-04-29 Sam Steingold <sds@gnu.org>
8636
8637 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8638 (cc-create-define-alist): Use it instead of the hard-coded string.
8639
8640 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8643 for latexenc.
8644
8645 2005-04-29 Lute Kamstra <lute@gnu.org>
8646
8647 * emacs-lisp/generic.el: Improve commentary section.
8648 (define-generic-mode): Improve docstring.
8649
8650 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8651
8652 * textmodes/org.el (many places): Change to quiet the byte compiler.
8653 (org-prefix-format-compiled): New variable.
8654 (org-compile-prefix-format): New function.
8655 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8656 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8657 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8658 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8659 consistency with entries from `org-mode' files.
8660 (org-get-time-of-day): Fix bug with partial matches early in a line.
8661 (org-non-link-chars): New constant.
8662 (org-link-regexp): Respect `org-non-link-chars'.
8663 (org-agenda-day-view): Remove command.
8664 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8665 (org-follow-bbdb-link, org-store-link): Search also company field.
8666 (org-highlight-overlay): New variable.
8667 (org-highlight, org-unhighlight): New functions.
8668 (org-agenda-mode): Add pre-command-hook to remove highlight.
8669 (org-evaluate-time-range): Behavior depends upon whether time stamp
8670 contains a time or not.
8671 (org-show-subtree, org-show-entry): New functions.
8672 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8673
8674 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8675
8676 * comint.el (comint-output-filter-functions): Add autoload cookie.
8677
8678 2005-04-28 Kim F. Storm <storm@cua.dk>
8679
8680 * ido.el (ido-everywhere): Fix last change.
8681
8682 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8683
8684 * international/latexenc.el: New file.
8685 * international/mule-conf.el (file-coding-system-alist): For .tex,
8686 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8687
8688 2005-04-28 Lute Kamstra <lute@gnu.org>
8689
8690 * font-lock.el (font-lock-add-keywords)
8691 (font-lock-remove-keywords): Clarify docstring.
8692 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8693 Don't start docstrings with a `*'.
8694 (font-lock-update-removed-keyword-alist): Give it a docstring.
8695
8696 * generic-x.el: Update commentary section.
8697 Only require font-lock when compiling.
8698 Define all modes conditionally.
8699 Place all generic modes in the generic-x-modes customization group.
8700 (generic-x-modes): New customization group.
8701 (generic-default-modes, generic-mswindows-modes)
8702 (generic-unix-modes, generic-other-modes): New constants.
8703 (generic-define-mswindows-modes, generic-define-unix-modes):
8704 Update docstrings. Make them obsolete.
8705 (generic-extras-enable-list): New default value. Update docstring.
8706 Improve :type. Change :set function.
8707 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8708 Fix docstring.
8709
8710 * emacs-lisp/generic.el (generic-mode-internal):
8711 Simplify font-lock-defaults.
8712 (define-generic-mode): Fix docstring.
8713
8714 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8715
8716 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8717 font-lock-face property to highlight matches.
8718
8719 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8720
8721 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8722 (cc-define-alist): New variable.
8723 (c-mode): Make it local and initialize it.
8724
8725 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8726 (gdb-exited): New function.
8727 (gdb-annotation-rules): Use it.
8728 (gdb-starting): Set gdb-active-process to t.
8729 (gdb-stopping): Amend doc string.
8730 (gdb-reset): Set gdb-active-process to nil.
8731
8732 * tooltip.el (tooltip-gud-tips): Show the associated #define
8733 directives when a C program under GDB is not executing.
8734
8735 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8736
8737 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8738 font-lock-fontify-syntactic-keywords.
8739
8740 * font-lock.el (font-lock-default-fontify-region): Don't force
8741 parse-sexp-lookup-properties to nil.
8742
8743 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8744
8745 * man.el (man-mode-syntax-table): Set up `:' to have
8746 word-constituent syntax.
8747
8748 2005-04-27 Lute Kamstra <lute@gnu.org>
8749
8750 * novice.el (disable-command): Don't add spurious newlines to the
8751 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8752
8753 2005-04-26 Jay Belanger <belanger@truman.edu>
8754
8755 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8756 than one window before deleting window.
8757
8758 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8759
8760 * shell.el (shell-prompt-pattern): Doc fix.
8761 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8762
8763 * comint.el (comint-prompt-regexp, comint-get-old-input)
8764 (comint-use-prompt-regexp)
8765 (comint-use-prompt-regexp-instead-of-fields)
8766 (comint-replace-by-expanded-history, comint-send-input)
8767 (comint-output-filter, comint-get-old-input-default)
8768 (comint-line-beginning-position, comint-bol, comint-show-output)
8769 (comint-backward-matching-input, comint-forward-matching-input)
8770 (comint-next-prompt, comint-previous-prompt):
8771 Rename `comint-use-prompt-regexp-instead-of-fields' to
8772 `comint-use-prompt-regexp'. Keep old name as alias and declare
8773 obsolete.
8774 (comint-use-prompt-regexp): Shorten first line of doc string.
8775
8776 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8777 Set paragraph-separate buffer locally to "\\'".
8778
8779 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8780 Adapt to above name change.
8781
8782 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8783 (smbclient-prompt-regexp): Ditto.
8784
8785 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8786
8787 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8788
8789 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8790 gdb-location-list.
8791 Break lines that are over 80 characters wide.
8792
8793 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8796 New fun and var, to preserve compatibility.
8797
8798 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8799
8800 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8801
8802 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8803 name to file-newer-than-file-p.
8804
8805 2005-04-26 Richard M. Stallman <rms@gnu.org>
8806
8807 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8808
8809 * progmodes/python.el (python-mode):
8810 Use new name eldoc-documentation-function.
8811
8812 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8813
8814 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8815 (eldoc-documentation-function):
8816 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8817
8818 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8819
8820 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8821
8822 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8823
8824 * term/xterm.el (function-key-map): Fix strings for
8825 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8826 {C,S,A,C-S}-{f1-f12}.
8827
8828 2005-04-26 Kenichi Handa <handa@m17n.org>
8829
8830 * international/mule-cmds.el (select-safe-coding-system):
8831 Fix previous change.
8832
8833 2005-04-26 Lute Kamstra <lute@gnu.org>
8834
8835 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8836
8837 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8838 (font-lock-comment-delimiter-face): Ditto.
8839
8840 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8841
8842 2005-04-25 Jay Belanger <belanger@truman.edu>
8843
8844 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8845 to t while inserting information; use help-mode.
8846
8847 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8848
8849 * term.el (ansi-term-color-vector): Use the xterm colors.
8850 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8851
8852 2005-04-25 Lute Kamstra <lute@gnu.org>
8853
8854 * font-core.el (font-lock-defaults): Fix docstring.
8855
8856 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8857
8858 2005-04-25 Kenichi Handa <handa@m17n.org>
8859
8860 * international/mule-cmds.el (select-safe-coding-system):
8861 Don't check consistency with coding: spec, etc if raw-text or
8862 no-conversion was found to be safe.
8863
8864 2005-04-24 Richard M. Stallman <rms@gnu.org>
8865
8866 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8867 citation markers at start of each line.
8868
8869 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8870 citation markers at start of each line.
8871
8872 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8873
8874 * files.el (mode-require-final-newline): Fix previous change.
8875 (require-final-newline): Fix type label.
8876
8877 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8878
8879 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8880 statement in buffer (broken by 2004-11-24 change).
8881
8882 2005-04-24 Kim F. Storm <storm@cua.dk>
8883
8884 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8885 and read-file-name-function values. Don't overwrite existing
8886 non-nil values if ido-mode is enabled without ido-everywhere.
8887
8888 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8889
8890 * files.el (mode-require-final-newline): Minor doc fix.
8891
8892 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8893
8894 * subr.el (syntax-after): Doc fix.
8895 (syntax-class): If argument is nil, return nil. Mask off upper 16
8896 bits, not 8 bits.
8897
8898 * files.el (mode-require-final-newline): Doc fix.
8899 (backup-buffer-copy): Fix last change.
8900
8901 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8902
8903 * term/mac-win.el: Require select. Set selection-coding-system to
8904 mac-system-coding-system. Call menu-bar-enable-clipboard.
8905 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8906 (x-select-enable-clipboard): New variables.
8907 (x-select-text, x-get-selection, x-selection-value)
8908 (x-get-selection-value, mac-select-convert-to-string)
8909 (mac-services-open-file, mac-services-open-selection)
8910 (mac-services-insert-text): New functions.
8911 (CLIPBOARD, FIND): Put mac-scrap-name property.
8912 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8913 (public.tiff): Put mac-ostype property.
8914 (selection-converter-alist): Add entries for them.
8915 (mac-application-menu-map): New keymap.
8916 (interprogram-cut-function, interprogram-paste-function): Set to
8917 x-select-text and x-get-selection-value, respectively.
8918 (split-window-keep-point): Set to t.
8919
8920 2005-04-23 Richard M. Stallman <rms@gnu.org>
8921
8922 * files.el (read-directory-name): Always pass non-nil
8923 DEFAULT-FILENAME arg to read-file-name.
8924 (backup-buffer-copy, basic-save-buffer-2): Take care against
8925 writing thru an unexpected existing symlink.
8926 (revert-buffer): In indirect buffer, revert the base buffer.
8927 (magic-mode-alist): Doc fix.
8928 (buffer-stale-function): Doc fix.
8929 (minibuffer-with-setup-hook): Avoid warning.
8930 (mode-require-final-newline): Doc and custom fix.
8931
8932 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8933
8934 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8935 use the default appearance.
8936 (font-lock-comment-delimiter-face): New face, new variable.
8937
8938 * imenu.el (imenu--generic-function): The official position of a
8939 definition is the start of the line that BEG is in.
8940
8941 * midnight.el (midnight-timer): Move defvar up.
8942
8943 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8944
8945 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8946
8947 * startup.el (command-line): Use with-no-warnings.
8948
8949 * window.el (window-size-fixed): New defvar.
8950
8951 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8952
8953 * mail/rmail.el (rmail-font-lock-keywords):
8954 Use font-lock-comment-delimiter-face.
8955
8956 * mail/sendmail.el (mail-font-lock-keywords):
8957 Use font-lock-comment-delimiter-face.
8958
8959 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8960
8961 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8962
8963 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8964 Specify t for LAXMATCH when matching directories.
8965 Save match data around compilation-compat-error-properties form.
8966
8967 2005-04-23 David Kastrup <dak@gnu.org>
8968
8969 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8970 Mention that the autoloaded aliases should be kept for AUCTeX.
8971
8972 2005-04-23 Andreas Schwab <schwab@suse.de>
8973
8974 * isearch.el (isearch-forward): Doc fix.
8975
8976 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8977
8978 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8979 (jit-lock-stealth-nice): Change default value to 0.5.
8980
8981 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8982
8983 * abbrev.el (write-abbrev-file): Write table entries in
8984 alphabetical order by table name.
8985
8986 2005-04-22 Kim F. Storm <storm@cua.dk>
8987
8988 * ido.el (ido-read-internal): Fix `list' completion.
8989
8990 2005-04-22 Kenichi Handa <handa@m17n.org>
8991
8992 * recentf.el (recentf-save-file-coding-system): New variable.
8993 (recentf-save-list): Encode the file by
8994 recentf-save-file-coding-system and add coding: tag.
8995
8996 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8997
8998 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8999
9000 2005-04-21 Lute Kamstra <lute@gnu.org>
9001
9002 * loadhist.el (unload-feature): Don't remove a function from hooks
9003 if it is about to be restored to an autoload . Remove functions
9004 that will become unbound from auto-mode-alist. Simplify the code.
9005
9006 * subr.el (assq-delete-all): New implementation that is linear,
9007 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9008 (rassq-delete-all): New function.
9009
9010 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9011 Add size-indication-mode.
9012
9013 2005-04-21 Kenichi Handa <handa@m17n.org>
9014
9015 * international/mule-cmds.el: Add autoload for widget-value in
9016 eval-when-compile.
9017
9018 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9019
9020 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9021 Add tooltip-mode.
9022
9023 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9024
9025 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9026
9027 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9028 (inferior-lisp-filter-regexp, inferior-lisp-program)
9029 (inferior-lisp-load-command, inferior-lisp-prompt)
9030 (inferior-lisp-mode-hook, lisp-source-modes)
9031 (inferior-lisp-load-hook): defvar->defcustom.
9032 (inferior-lisp-program, inferior-lisp-prompt)
9033 (inferior-lisp-load-hook): Doc fixes.
9034 (inferior-lisp-install-letter-bindings): Small change in
9035 introductory comment.
9036
9037 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9038
9039 * vc.el (vc-annotate-color-map): Change some colors so that text
9040 using them as foreground is readable on both white and black
9041 backgrounds.
9042
9043 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9044
9045 * international/mule-conf.el (translation-table-for-input):
9046 Remove redundant declaration.
9047
9048 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9049
9050 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9051
9052 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9053 (tooltip-toggle-gud-tips): New function.
9054
9055 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9056
9057 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9058 right angle brackets.
9059
9060 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9061
9062 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9063
9064 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9065
9066 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9067 Remove. Update callers to use expand-file-name instead.
9068
9069 * subr.el (syntax-class): New function.
9070
9071 * simple.el (blink-matching-open): Use it.
9072
9073 * paren.el (show-paren-function): Use it to recognize parens that are
9074 also used in 2-char comment markers.
9075
9076 2005-04-19 Lute Kamstra <lute@gnu.org>
9077
9078 * loadhist.el (unload-feature): Update for new format of
9079 load-history. Simplify the code.
9080
9081 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9082
9083 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9084 (mac-add-charset-info): New function. Initialize variable
9085 mac-charset-info-alist using it.
9086 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9087 for translation.
9088 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9089 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9090 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9091 New CCL programs.
9092
9093 2005-04-19 Kim F. Storm <storm@cua.dk>
9094
9095 * simple.el (next-buffer, prev-buffer, next-error)
9096 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9097 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9098
9099 * bindings.el (next-buffer, prev-buffer, next-error)
9100 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9101 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9102 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9103 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9104
9105 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9106
9107 * isearch.el (isearch-edit-string): Make the search-ring available for
9108 minibuffer history commands.
9109 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9110 the default history commands now work just as well.
9111 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9112
9113 2005-04-18 Kim F. Storm <storm@cua.dk>
9114
9115 * emulation/cua-base.el (cua--pre-command-handler): Add more
9116 elaborate check for shift modifier on non-window systems.
9117
9118 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9119
9120 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9121
9122 2005-04-18 Kim F. Storm <storm@cua.dk>
9123
9124 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9125 and make it optional. Don't test tooltip-gud-echo-area here.
9126 (tooltip-gud-process-output, gdb-tooltip-print):
9127 Pass tooltip-gud-echo-area to tooltip-show.
9128 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9129
9130 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9131
9132 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9133 `display-graphic-p' may not be bound yet.
9134
9135 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9136
9137 * startup.el (command-line): No longer enable Xterm Mouse mode by
9138 default in terminals compatible with xterm.
9139
9140 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9141
9142 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9143
9144 * tooltip.el (tooltip-gud-echo-area): Rename from
9145 tooltip-use-echo-area.
9146 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9147 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9148 area independently of where help tooltips are displayed.
9149
9150 2005-04-17 David Kastrup <dak@gnu.org>
9151
9152 * cus-theme.el (custom-theme-write-variables): Quote variables
9153 where necessary.
9154
9155 2005-04-17 Richard M. Stallman <rms@gnu.org>
9156
9157 * simple.el (yank-excluded-properties): Add follow-link to value.
9158
9159 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9160
9161 * startup.el (fancy-splash-max-time): Just 30 seconds.
9162 (fancy-splash-delay): Just 7.
9163 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9164
9165 * loadhist.el (unload-feature): Update for new format of load-history.
9166 Simplify the code.
9167
9168 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9169 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9170
9171 * mail/sendmail.el (mail-font-lock-keywords):
9172 Don't fontify subject text.
9173 Don't fontify the text of a citation.
9174
9175 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9176
9177 * comint.el (comint-output-filter): Run comint-output-filter-functions
9178 with point where the user had it.
9179
9180 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * international/ucs-tables.el (ucs-set-table-for-input):
9183 Disable when using unify-on-decoding.
9184
9185 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9186
9187 * emulation/cua-base.el (cua-global-mark-face): Add special case
9188 for displays supporting a high number of colors.
9189
9190 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9191
9192 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9193
9194 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9195
9196 * filesets.el (filesets-add-buffer): If user supplies a name of a
9197 non-existing fileset, create a new fileset.
9198
9199 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9200
9201 * textmodes/org.el (org-up-heading-all): Fix bug with
9202 `outline-up-heading-all'.
9203
9204 2005-04-16 Andreas Schwab <schwab@suse.de>
9205
9206 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9207 /etc/permissions.d/* and /etc/aliases.d/*.
9208
9209 2005-04-16 Kenichi Handa <handa@m17n.org>
9210
9211 * international/code-pages.el (cp-make-coding-system):
9212 Set `translation-table-for-input' property value to the symbol
9213 ucs-mule-to-mule-unicode, not to that value.
9214 (pt154): Escape guillemet by `\'.
9215
9216 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9217
9218 * loadup.el: Load tooltip if x-show-tip is fboundp.
9219
9220 * startup.el (command-line): Add comment.
9221
9222 * tooltip.el (tooltip-mode): Specify correct standard value for
9223 Custom in init-value.
9224
9225 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9226
9227 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9228 possible.
9229
9230 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9231
9232 * textmodes/org.el (org-agenda-date-prompt): Rename from
9233 `org-agenda-date-today'.
9234 (org-evaluate-time-range): Insert at point instead of directly
9235 after time range.
9236 (org-first-headline-recenter, org-subtree-end-visible-p)
9237 (org-optimize-window-after-visibility-change): New functions
9238 (org-agenda-post-command-hook): Don't allow point at end of line,
9239 to make sure it always hits the text properties.
9240 (org-agenda-next-date-line, org-agenda-previous-date-line):
9241 New commands.
9242 (org-set-regexps-and-options): Category may contain white space.
9243 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9244 Improve marker positions.
9245 (org-agenda-new-marker): Argument POS made optional.
9246 (org-agenda-get-timestamps): Deadlines which are done are listed
9247 in org-done-face now.
9248 (org-agenda-get-todos, org-agenda-get-timestamps)
9249 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9250 Set `undone-face' and `done-face' properties.
9251 (org-last-todo-state-is-todo): New variable.
9252 (org-todo): Set `org-last-todo-state-is-todo'.
9253 (org-agenda-todo): Change face according to
9254 `org-last-todo-state-is-todo'. And change other lines referring to
9255 the same entry.
9256 (org-calendar-goto-agenda): New command.
9257 (org-calendar-to-agenda-key): New option.
9258 (org-startup-folded): New allowed value `content'.
9259 (org-set-regexps-and-options): Accept new value `content' for
9260 `org-startup-folded'.
9261 (org-get-current-options): Handle new value `content' for
9262 `org-startup-folded'.
9263 (org-insert-todo-heading): New command.
9264 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9265 interactively in empty file and option
9266 `org-insert-mode-line-in-empty-file' has been set.
9267 (org-agenda-todo,org-agenda-priority): Modify to use
9268 `org-agenda-change-all-lines'.
9269 (org-warning-face): Change color on dark background
9270
9271 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9272
9273 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9274 use preferences AppleLocale and AppleLanguages, and variable
9275 mac-system-locale for default locale. On Mac OS Classic, use
9276 mac-system-coding-system for default coding systems.
9277
9278 * term/mac-win.el: Don't set file-name-coding-system.
9279 Decode variables system-name, emacs-build-system, user-login-name, and
9280 user-full-name by mac-system-coding-system on Mac OS Classic.
9281 (mac-system-coding-system): New variable.
9282
9283 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9284
9285 * startup.el (command-line): Handle `xterm-mouse-mode' before
9286 reading init file.
9287
9288 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9289
9290 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9291
9292 * progmodes/sh-script.el (sh-here-document-word): Make it a
9293 defcustom. Doc fix.
9294 (sh-add): Bash uses $(( )) for arithmetic.
9295 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9296 (sh-maybe-here-document): Remove quotes and leading whitespace
9297 from heredoc word when closing. Indent heredoc with tabs if word
9298 starts with "-".
9299
9300 2005-04-13 Richard M. Stallman <rms@gnu.org>
9301
9302 * simple.el (undo): Fix previous change.
9303
9304 * custom.el (defface): Doc fix.
9305
9306 2005-04-13 Lute Kamstra <lute@gnu.org>
9307
9308 * Makefile.in (DONTCOMPILE): Remove list.
9309 (compile, compile-always): Don't use DONTCOMPILE.
9310 (update-authors): Load the library in which batch-update-authors
9311 is defined.
9312 * makefile.w32-in (DONTCOMPILE): Remove list.
9313 (compile, compile-always): Fix comments.
9314 (update-authors): Load the library in which batch-update-authors
9315 is defined.
9316
9317 * generic-x.el (generic-mode-ini-file-find-file-hook):
9318 Rename to ini-generic-mode-find-file-hook.
9319 Keep generic-mode-ini-file-find-file-hook as an alias.
9320 (ini-generic-mode-find-file-hook): Rename from
9321 generic-mode-ini-file-find-file-hook. Fix docstring.
9322 (ini-generic-mode): Docstring change.
9323 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9324
9325 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9326 called from lisp.
9327
9328 * generic.el: Move to the emacs-lisp subdir.
9329
9330 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9331
9332 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9333 and C-S- function and cursor motion keys.
9334
9335 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9336
9337 * startup.el (command-line): Enable Xterm Mouse mode by default.
9338 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9339 for Custom. No longer show "Mouse" in mode line when enabled.
9340 Doc fix.
9341
9342 2005-04-12 Kim F. Storm <storm@cua.dk>
9343
9344 * emulation/cua-base.el (cua-rectangle-face)
9345 (cua-rectangle-noselect-face): Define face attributes here.
9346
9347 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9348
9349 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9350
9351 * startup.el (command-line): Turn off blinking cursor if
9352 cursorBlink in resources is off or false.
9353
9354 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9355
9356 * term/mac-win.el (dnd): Require dnd.
9357 (mac-drag-n-drop): Call dnd-handle-one-url.
9358 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9359 (kTextEncodingISOLatin2): Remove constants.
9360 (mac-script-code-coding-systems): New constant.
9361 (mac-handle-language-change): New function.
9362 (special-event-map): Bind it to `language-change' event.
9363 (mac-centraleurroman, mac-cyrillic): New coding systems.
9364 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9365 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9366 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9367 encode-mac-cyrillic, respectively.
9368
9369 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9370
9371 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9372 Don't set overlay-arrow-string to "=>" as this is done
9373 globally in C now.
9374
9375 2005-04-12 Lute Kamstra <lute@gnu.org>
9376
9377 * generic-x.el (rc-generic-mode, rul-generic-mode):
9378 Fix auto-mode-alist entries.
9379 (etc-fstab-generic-mode): Tweak fontification.
9380
9381 * generic.el (generic-make-keywords-list): Fix docstring.
9382 (generic-mode-internal): Simplify generic-font-lock-keywords.
9383
9384 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9385
9386 * whitespace.el (whitespace-buffer-leading)
9387 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9388 However, fix the highlight area for the leading and
9389 trailing whitespaces to show space.
9390
9391 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9392
9393 * whitespace.el (whitespace-version): Bump to 3.5
9394
9395 (whitespace-buffer-leading, whitespace-buffer-trailing):
9396 Invert sense of the test to highlight the whitespace.
9397
9398 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9399
9400 * progmodes/gud.el (gud-display-line): GUD uses its own
9401 overlay arrow now so don't set overlay-arrow-string.
9402 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9403
9404 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9405
9406 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9407 (term-ansi-current-reverse, term-ansi-current-invisible)
9408 (term-ansi-face-already-done): Change to boolean.
9409 (term-reset-terminal, term-handle-colors-array): Handle the above
9410 vars accordingly.
9411 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9412 (term-emulate-terminal): Use the new name.
9413
9414 * faces.el (secondary-selection): Use yellow1, not yellow.
9415 (trailing-whitespace): Use red1, not red.
9416
9417 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9418
9419 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9420 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9421 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9422
9423 * cus-edit.el (dnd): New group.
9424
9425 * term/w32-win.el (dnd): Require dnd
9426 (w32-drag-n-drop): Call dnd-handle-one-url.
9427
9428 * x-dnd.el: Require dnd.
9429 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9430 Call dnd-handle-one-url.
9431 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9432 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9433 to dnd-insert-text.
9434 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9435 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9436 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9437 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9438
9439 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9440
9441 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9442
9443 * wdired.el: Doc fixes.
9444 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9445 (wdired-use-dired-vertical-movement): Rename from
9446 wdired-always-move-to-filename-beginning.
9447 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9448 (wdired-change-to-wdired-mode): Change mode name.
9449 (wdired-newline): Delete.
9450
9451 2005-04-11 Richard M. Stallman <rms@gnu.org>
9452
9453 * whitespace.el (whitespace-highlight-the-space):
9454 Don't call whitespace-unhighlight-the-space here.
9455
9456 * simple.el (undo): Record t in undo-equiv-table
9457 for the redo record made by an undo-in-region.
9458
9459 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9460
9461 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9462 (gdb-frame-inferior-io-buffer): New Functions to control
9463 display of separate IO buffer.
9464 (menu): Add them to menu-bar.
9465 (gdb-display-buffer): Check for buffer another frame.
9466 Protect GUD buffer.
9467 (gdb-setup-windows): Create IO buffer if not already there.
9468 (gdb-memory-mode): Remove purecopy noops.
9469
9470 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9471
9472 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9473 and pass to self-insert-command.
9474
9475 2005-04-11 Lute Kamstra <lute@gnu.org>
9476
9477 * generic.el: Commentary section cleanup.
9478 (generic): Delete.
9479 (generic-use-find-file-hook, generic-lines-to-scan)
9480 (generic-find-file-regexp, generic-ignore-files-regexp)
9481 (default-generic-mode, generic-mode-find-file-hook)
9482 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9483 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9484 (generic-use-find-file-hook, generic-lines-to-scan)
9485 (generic-find-file-regexp, generic-ignore-files-regexp)
9486 (default-generic-mode, generic-mode-find-file-hook)
9487 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9488
9489 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9490
9491 * bookmark.el (bookmark-write-file): Catch errors writing file.
9492 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9493
9494 2005-04-10 Richard M. Stallman <rms@gnu.org>
9495
9496 * startup.el (fancy-splash-tail): Update copyright year.
9497 (command-line): Split part of -Q into -D.
9498 (emacs-basic-display): New defvar.
9499 (fancy-splash-text): Correct name of menu item.
9500
9501 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9502
9503 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9504 lines in one node.
9505
9506 * comint.el (comint-send-input): New arg ARTIFICIAL.
9507 Callers in this file changed.
9508
9509 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9510
9511 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9512
9513 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9514
9515 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9516 `ldap-search-internal'.
9517
9518 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9519
9520 * files.el (set-auto-mode-1): Use line-end-position.
9521
9522 * international/latin-1.el:
9523 * international/latin-2.el:
9524 * international/latin-3.el:
9525 * international/latin-4.el:
9526 * international/latin-5.el:
9527 * international/latin-8.el:
9528 * international/latin-9.el: Give punctuation syntax to NBSP.
9529
9530 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9531 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9532 Use char-classes to accept non-ascii letters, accepted in some recent
9533 bibtex implementations.
9534
9535 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9536
9537 * custom.el (custom-set-minor-mode): Any non-nil value for the
9538 variable should enable the mode when set through Custom.
9539
9540 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9543 TAB binding so tab-always-indent is obeyed.
9544 (vhdl-minibuffer-local-map): Move initialization into declaration.
9545 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9546 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9547 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9548 (vhdl-current-line): Use line-beginning-position.
9549 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9550 with-output-to-temp-buffer, so the current position can be recorded.
9551
9552 2005-04-10 Masatake YAMATO <jet@gyve.org>
9553
9554 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9555 Add regexp for gcov.
9556
9557 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9558
9559 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9560 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9561 syntax which Emacs 20 doesn't support.
9562
9563 2005-04-09 Richard M. Stallman <rms@gnu.org>
9564
9565 * help.el (describe-key-briefly, describe-key):
9566 Replace strings as event types with "(any string)".
9567
9568 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * arc-mode.el (archive-mode-map): Move initialization into
9571 the declaration. Override *all* bindings of `undo'.
9572 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9573
9574 2005-04-09 Jay Belanger <belanger@truman.edu>
9575
9576 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9577
9578 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9579
9580 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9581 (xterm-register-default-colors): Update color values computation
9582 to match xterm-200.
9583
9584 2005-04-09 Kenichi Handa <handa@m17n.org>
9585
9586 * international/code-pages.el (iso-latin-7): Fix the map.
9587
9588 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9589
9590 * emacs-lisp/lisp.el (defun-prompt-regexp)
9591 (parens-require-spaces, buffer-end, end-of-defun)
9592 (insert-parentheses): Doc fixes.
9593
9594 2005-04-08 Kim F. Storm <storm@cua.dk>
9595
9596 * comint.el (comint-highlight-prompt): Fix face spec.
9597 * hi-lock.el (hi-green): Likewise.
9598
9599 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9600
9601 * cus-edit.el (custom-modified-face):
9602 * comint.el (comint-highlight-input): Fix previous changes.
9603 * term.el (term-handle-ansi-escape): Add a comment.
9604
9605 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9608 in the buffer and in whitespace-highlighted-space.
9609 (whitespace-unhighlight-the-space): Simplify.
9610 (whitespace-buffer): Simplify.
9611
9612 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9613
9614 * textmodes/table.el (table-cell-face): Add special case for
9615 displays supporting a high number of colors.
9616 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9617 (vhdl-font-lock-reserved-words-face)
9618 (vhdl-speedbar-architecture-face)
9619 (vhdl-speedbar-instantiation-face)
9620 (vhdl-speedbar-architecture-selected-face)
9621 (vhdl-speedbar-instantiation-selected-face): Likewise.
9622 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9623 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9624 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9625 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9626 (ebrowse-progress-face): Likewise.
9627 * progmodes/compile.el (compilation-info-face): Likewise.
9628 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9629 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9630 * calendar/calendar.el (diary-face): Likewise.
9631 * woman.el (woman-italic-face, woman-bold-face)
9632 (woman-unknown-face): Likewise.
9633 * wid-edit.el (widget-button-pressed-face): Likewise.
9634 * whitespace.el (whitespace-highlight-face): Likewise.
9635 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9636 * pcvs-info.el (cvs-marked-face): Likewise.
9637 * info.el (info-xref): Likewise.
9638 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9639 * hilit-chg.el (highlight-changes-face)
9640 (highlight-changes-delete-face): Likewise.
9641 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9642 (hi-red-b): Likewise.
9643 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9644 * font-lock.el (font-lock-keyword-face)
9645 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9646 * cus-edit.el (custom-invalid-face, custom-modified-face)
9647 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9648 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9649 * comint.el (comint-highlight-prompt): Likewise.
9650
9651 2005-04-08 Lute Kamstra <lute@gnu.org>
9652
9653 * font-lock.el (font-lock-keywords): Docstring fixes.
9654
9655 2005-04-08 Kenichi Handa <handa@m17n.org>
9656
9657 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9658 chars are more than a limit, print " and more..." at the tail.
9659
9660 2005-04-08 Kim F. Storm <storm@cua.dk>
9661
9662 * emacs-lisp/authors.el (authors-aliases): Update list.
9663 (authors-ignored-files): New list.
9664 (authors-fixed-entries): Fix typo.
9665 (authors-renamed-files-alist): Update list.
9666 (authors-add): Check authors-ignored-files.
9667
9668 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9669
9670 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9671 optional, to ensure backward compatibility.
9672
9673 2005-04-08 Stephen Eglen <stephen@gnu.org>
9674
9675 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9676
9677 2005-04-08 Kim F. Storm <storm@cua.dk>
9678
9679 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9680
9681 * mouse.el (mouse-on-link-p): Doc fix.
9682
9683 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9684
9685 * ielm.el (ielm-prompt-read-only): Doc fix.
9686
9687 * comint.el (comint-prompt-read-only): Doc fix.
9688
9689 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9690
9691 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9692 ensure dired always handles wildcards passed to ffap.
9693 (find-file-at-point): Use it.
9694 (ffap-dired-wildcards): Doc fix.
9695
9696 2005-04-07 Juri Linkov <juri@jurta.org>
9697
9698 * simple.el (next-error-overlay-arrow-position): New defvar.
9699 Put "=>" on its property `overlay-arrow-string'. Add it to
9700 `overlay-arrow-variable-list'.
9701
9702 * progmodes/compile.el (compilation-setup):
9703 Set `next-error-overlay-arrow-position' to nil. Also set it to
9704 nil in the local hook `kill-buffer-hook'. Make local variable
9705 `overlay-arrow-string' and set it to "=>".
9706 (compilation-goto-locus): Set BOL position to
9707 `next-error-overlay-arrow-position' instead of
9708 `overlay-arrow-position'.
9709
9710 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9711 locally instead of adding it to the global hook.
9712 (Info-kill-buffer): Move up.
9713
9714 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9715
9716 * term/xterm.el (xterm-standard-colors): Update color values from
9717 xterm-200.
9718
9719 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9720
9721 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9722
9723 * fast-lock.el:
9724 * lazy-lock.el: Move them to the obsolete subdir.
9725
9726 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9727
9728 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9729 (wdired-add-replace-advice): Remove.
9730 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9731
9732 2005-04-06 Kim F. Storm <storm@cua.dk>
9733
9734 * startup.el (command-line): Add --bare-bones alias for -Q.
9735
9736 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9737
9738 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9739 create the startup fontset if a font specification ends with
9740 `mac-roman'.
9741
9742 2005-04-06 Lute Kamstra <lute@gnu.org>
9743
9744 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9745 change.
9746
9747 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9748 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9749
9750 2005-04-05 Lute Kamstra <lute@gnu.org>
9751
9752 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9753 (define-generic-mode): Ditto. Fix debug declaration.
9754
9755 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9756 Put them in the generic-x group.
9757
9758 * calendar/timeclock.el (timeclock): Doc fix.
9759
9760 * generic.el (define-generic-mode): Don't use custom-current-group.
9761 Document default :group value.
9762 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9763 (define-global-minor-mode): Don't use custom-current-group.
9764
9765 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9766
9767 * startup.el (command-line-1): Display startup-echo-area-message
9768 when fancy splash screen is in use.
9769
9770 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9771 (sh-escaped-newline): New face.
9772 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9773 newline, and use sh-escaped-newline face.
9774
9775 * progmodes/tcl.el (tcl-escaped-newline): New face.
9776 (tcl-builtin-list): New variable.
9777 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9778 newlines. Fix keywords subexpression number.
9779
9780 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9781
9782 * textmodes/org.el (org-diary-default-entry): Fix call to
9783 `add-to-diary-entry'.
9784
9785 2005-04-05 Kim F. Storm <storm@cua.dk>
9786
9787 * ediff-init.el: Use (featurep 'xemacs).
9788
9789 2005-04-05 David Ponce <david@dponce.com>
9790
9791 * cus-edit.el (face): Derive from symbol widget. Display sample
9792 of the current face on the fly.
9793 (widget-face-sample-face-get, widget-face-notify): New functions.
9794 (widget-face-value-create): Remove.
9795
9796 * wid-edit.el (widget-field-end): Temporarily remove field
9797 narrowing before to call `get-char-property'.
9798
9799 2005-04-04 Jay Belanger <belanger@truman.edu>
9800
9801 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9802 (math-read-subscripts): New variable.
9803 (math-read-preprocess-string): Process subscripts.
9804
9805 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9806
9807 * comint.el (comint-prompt-read-only): Doc fix.
9808
9809 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9810 `-1'. Doc fix.
9811
9812 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9813
9814 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9815 Change default value to nil.
9816
9817 2005-04-04 Lute Kamstra <lute@gnu.org>
9818
9819 * autorevert.el (auto-revert-mode): Specify :group.
9820 * battery.el (display-battery-mode): Specify :group.
9821 * diff-mode.el (diff-minor-mode): Specify :group.
9822 * font-core.el (font-lock-mode): Specify :group.
9823 * hl-line.el (hl-line-mode): Specify :group.
9824 * iimage.el (iimage): New customization group.
9825 (iimage-mode): Specify :group.
9826 * longlines.el (longlines-mode): Specify :group.
9827 * master.el: Don't require easy-mmode.
9828 (master): New customization group.
9829 (master-mode): Specify :group.
9830 * msb.el (msb-mode): Specify :group.
9831 * reveal.el (reveal-mode): Specify :group.
9832 * simple.el (next-error-follow-minor-mode): Specify :group.
9833 * smerge-mode.el (smerge-mode): Specify :group.
9834 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9835 * emulation/cua-base.el (cua-mode): Specify :group.
9836 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9837 * language/thai-util.el (thai-auto-composition-mode)
9838 (thai-word-mode): Specify :group.
9839 * mail/supercite.el (sc-minor-mode): Specify :group.
9840 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9841 * progmodes/flymake.el (flymake-mode): Specify :group.
9842 * progmodes/glasses.el (glasses-mode): Specify :group.
9843 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9844 * textmodes/enriched.el (enriched-mode): Specify :group.
9845 * textmodes/refill.el (refill-mode): Specify :group.
9846
9847 * add-log.el (change-log-font-lock-keywords): Names in
9848 parenthesized lists can contain spaces.
9849
9850 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9851
9852 * startup.el (fancy-splash-text): Shorten default text of
9853 "Emacs Tutorial" line. Also, if the current language env
9854 indicates an available tutorial file other than TUTORIAL,
9855 extract its title and append it to the line in parentheses.
9856 (fancy-splash-insert): If arg is a thunk, funcall it.
9857
9858 2005-04-04 Jay Belanger <belanger@truman.edu>
9859
9860 * calc.el (calc-language-alist): Add tags to customization type.
9861
9862 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9863
9864 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9865 Doc fix.
9866
9867 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9868
9869 * add-log.el (change-log-font-lock-keywords): The manual
9870 describing a Change Log entry, says: (...) "Aside from these
9871 header lines, every line in the change log starts with a space or
9872 a tab.". The font-lock was not highlighting lines started with
9873 spaces, added support for it.
9874
9875 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9876
9877 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9878 (bibtex-generate-url-list): Update docstring accordingly. Put the
9879 complex example in the docstring.
9880 (bibtex-font-lock-url): Use pop.
9881
9882 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9885
9886 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9887
9888 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9889
9890 * filesets.el (filesets-set-default): Doc fix.
9891
9892 2005-04-03 Lute Kamstra <lute@gnu.org>
9893
9894 * generic.el (define-generic-mode): Add argument to specify
9895 keywords for defcustom.
9896 (default-generic-mode): Specify :group.
9897
9898 * generic-x.el: Specify :group for all generic modes.
9899
9900 * desktop.el (desktop-no-desktop-file-hook)
9901 (desktop-after-read-hook): Doc fix.
9902
9903 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9904
9905 * simple.el (visible-mode): Use explicit :group keyword.
9906 This changes the group of `visible-mode-hook' from paren-blinking
9907 to editing-basics.
9908
9909 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9910
9911 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9912 mailbox specifications as well as URLs.
9913 (rmail-insert-inbox-text): Remove unused conditional branches.
9914
9915 2005-04-01 Jay Belanger <belanger@truman.edu>
9916
9917 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9918 (calc-gnuplot-print-command): Move definitions to calc.el.
9919
9920 * calc/calc-embed.el (calc-embedded-announce-formula)
9921 (calc-embedded-open-formula, calc-embedded-close-formula)
9922 (calc-embedded-open-word, calc-embedded-close-word)
9923 (calc-embedded-open-plain, calc-embedded-close-plain)
9924 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9925 (calc-embedded-open-mode, calc-embedded-close-mode):
9926 Move definitions to calc.el.
9927
9928 * calc/calc.el (calc-settings-file, calc-language-alist):
9929 Make customizable.
9930 (calc-embedded-announce-formula, calc-embedded-open-formula)
9931 (calc-embedded-close-formula, calc-embedded-open-word)
9932 (calc-embedded-close-word, calc-embedded-open-plain)
9933 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9934 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9935 (calc-embedded-close-mode, calc-gnuplot-name)
9936 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9937 from other files and make customizable.
9938
9939 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9940
9941 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9942 Use buffer-live-p.
9943 (cvs-mode-run): Don't call cvs-update-header here.
9944 (cvs-run-process): Call cvs-update-header.
9945 Use process properties for cvs-postprocess and cvs-buffer so that
9946 the sentinel can behave better if the temp buffer is killed.
9947 Use a pipe rather than a tty, to better handle unexpected prompts.
9948 (cvs-sentinel): Rewrite. Call cvs-update-header.
9949
9950 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9951
9952 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9953 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9954
9955 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * generic.el (define-generic-mode): Add indentation rule.
9958
9959 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9960
9961 * files.el (mode-require-final-newline): Make Custom correctly
9962 report a nil value and allow to set it to nil via Custom.
9963 Doc fix.
9964
9965 2005-04-01 Kenichi Handa <handa@m17n.org>
9966
9967 * international/characters.el: Enable the correct case setting for
9968 dotless-i and dotted-I.
9969
9970 2005-04-01 Kim F. Storm <storm@cua.dk>
9971
9972 * ido.el (ido-file-internal): Fall back to non-ido command if
9973 initial directory is on slow ftp (or tramp) host.
9974
9975 2005-03-31 Richard M. Stallman <rms@gnu.org>
9976
9977 * emacs-lisp/autoload.el (make-autoload):
9978 Handle define-global-minor-mode.
9979
9980 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9981 Rename from easy-mmode-define-global-mode.
9982 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9983
9984 * progmodes/scheme.el (scheme-mode-syntax-table):
9985 Update syntax of | and # for two-character comment syntax.
9986
9987 2005-03-31 Lute Kamstra <lute@gnu.org>
9988
9989 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9990 (define-minor-mode): Call custom-current-group at load-time.
9991
9992 * generic.el (define-generic-mode): Add debug declaration.
9993 Add defcustom for the mode hook.
9994 (generic-mode-internal): Use run-mode-hooks.
9995
9996 2005-03-31 Kim F. Storm <storm@cua.dk>
9997
9998 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9999 (mouse-fixup-help-message): New defun called by show_help_echo
10000 to fixup mouse-2 prefix in help messages when applicable.
10001
10002 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10003
10004 2005-03-31 Kenichi Handa <handa@m17n.org>
10005
10006 * language/thai-word.el (thai-find-word-ends): Pay attention to
10007 the case that we reach the end of buffer.
10008
10009 * textmodes/fill.el (fill-text-properties-at): New function.
10010 (fill-newline): Use fill-text-properties-at instead of
10011 text-properties-at.
10012
10013 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10014
10015 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10016 not comint-quote-filename.
10017
10018 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10019
10020 * help-fns.el (help-with-tutorial): Revert last change.
10021
10022 2005-03-31 Kim F. Storm <storm@cua.dk>
10023
10024 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10025
10026 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10027
10028 * calendar/cal-china.el: Update reference to "Calendrical
10029 Calculations" book; there's a new edition.
10030 * calendar/cal-coptic.el: Likewise.
10031 * calendar/cal-french.el: Likewise.
10032 * calendar/cal-hebrew.el: Likewise.
10033 * calendar/cal-islam.el: Likewise.
10034 * calendar/cal-iso.el: Likewise.
10035 * calendar/cal-julian.el: Likewise.
10036 * calendar/cal-mayan.el: Likewise.
10037 * calendar/cal-persia.el: Likewise.
10038 * calendar/calendar.el: Likewise.
10039 * calendar/holidays.el: Likewise.
10040 * calendar/lunar.el: Likewise.
10041 * calendar/solar.el: Likewise.
10042
10043 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10044 white space from doc string.
10045
10046 2005-03-30 Jay Belanger <belanger@truman.edu>
10047
10048 * calc/calc-help.el (calc-full-help): Remove email address.
10049
10050 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10051
10052 * help-fns.el (help-with-tutorial): Delete title line.
10053
10054 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10055
10056 * calendar/cal-x.el (calendar-one-frame-setup)
10057 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10058 rather than 'symbol for set-window-dedicated-p.
10059
10060 * calendar/appt.el (appt-buffer-name): Make it a constant.
10061 (appt-add): Doc fix.
10062
10063 * filesets.el (filesets-menu-path, filesets-menu-before)
10064 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10065 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10066 (filesets-add-submenu): Delete and use add-submenu instead.
10067
10068 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10069
10070 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10071 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10072 (org-diary-default-entry): New function.
10073 (org-get-entries-from-diary): Better parsing of diary entries.
10074 (org-agenda-check-no-diary): New function.
10075 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10076 linking to diary entries.
10077 (org-agenda-execute-calendar-command): New function.
10078 (org-agenda): Improve visible section in window.
10079 Use `org-fit-agenda-window'.
10080 (org-fit-agenda-window): New option.
10081 (org-move-subtree-down): Better handling of empty lines
10082 at end of subtree.
10083 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10084 levels up.
10085 (org-fontify-done-headline): New option.
10086 (org-headline-done-face): New face.
10087 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10088 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10089 When current field is non-empty, it is copied to next row.
10090 (org-table-copy-from-above): Fix bug which made it
10091 impossible to copy fields containing only a single non-white character.
10092
10093 2005-03-30 Kim F. Storm <storm@cua.dk>
10094
10095 * kmacro.el (kmacro-end-macro): Isearch may store this command
10096 into the macro -- so ignore it when executing keyboard macro.
10097
10098 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10099
10100 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10101
10102 2005-03-29 Kenichi Handa <handa@m17n.org>
10103
10104 * language/thai.el ("Thai"): Set setup-function and exit-function
10105 for Thai language environment.
10106
10107 * language/thai-util.el: Require thai-word.
10108 (thai-word-mode-map): New variable.
10109 (thai-word-mode): New minor mode.
10110 (setup-thai-language-environment-internal): New function.
10111 (exit-thai-language-environment-internal): New function.
10112
10113 * language/thai-word.el (thai-word-table): Declare it by defvar,
10114 use dolist to initialize it.
10115 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10116 (thai-fill-find-break-point): New functions.
10117
10118 2005-03-29 Richard M. Stallman <rms@gnu.org>
10119
10120 * simple.el (idle-update-delay): Move definition up.
10121 (set-mark): Doc fix.
10122
10123 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10124
10125 * longlines.el: New file.
10126
10127 * simple.el (buffer-substring-filters): New variable.
10128 (filter-buffer-substring): New function.
10129 (kill-region, copy-region-as-kill): Use it.
10130
10131 * register.el (copy-to-register, append-to-register)
10132 (prepend-to-register): Use filter-buffer-substring.
10133
10134 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10135
10136 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10137 (gud-filter-pending-text): Move in front of gdb.
10138 (gud-overlay-arrow-position): New variable.
10139 (gud-sentinel, gud-display-line): Use it in place of
10140 overlay-arrow-position.
10141
10142 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10143
10144 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10145 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10146 (fortran-font-lock-keywords-4): New variable.
10147 (fortran-blocks-re, fortran-end-block-re)
10148 (fortran-start-block-re): New constants, for hideshow.
10149 (hs-special-modes-alist): Add a Fortran entry.
10150 (fortran-mode-map): Bind fortran-end-of-block,
10151 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10152 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10153 (fortran-looking-at-if-then, fortran-end-of-block)
10154 (fortran-beginning-of-block): New functions, for hideshow.
10155
10156 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10157 Doc fix. Tweak regexp.
10158 (f90-beginning-of-block): Push mark first.
10159
10160 2005-03-29 Jay Belanger <belanger@truman.edu>
10161
10162 * calc/calc.el: Update copyright date.
10163 (calc-version): Increase to 2.1.
10164 (calc-version-date): Remove.
10165
10166 * calc/calc-help.el: Update copyright date.
10167 (calc-full-help): Remove reference to calc-version-date.
10168 Update copyright date.
10169
10170 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10171
10172 * vc.el (vc-do-command): Use a pipe for async processes, so password
10173 prompts don't show up at places where the user can't reply.
10174
10175 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10176
10177 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10178 on the file name we pass to the inferior shell.
10179
10180 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10181
10182 * progmodes/which-func.el (which-function): Be robust in the face of an
10183 imenu--make-index-alist failure.
10184
10185 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10186
10187 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10188
10189 * progmodes/python.el (python-preoutput-filter): Fix last change.
10190
10191 2005-03-29 Lute Kamstra <lute@gnu.org>
10192
10193 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10194 functions and compiled macros.
10195 (debug-convert-byte-code): Handle macros too.
10196 (debug-on-entry-1): Don't signal an error when trying to clear a
10197 function that is not set to debug on entry.
10198
10199 2005-03-29 Jay Belanger <belanger@truman.edu>
10200
10201 * calc/calc-lang.el: Add functions to math-function-table
10202 properties of tex and math.
10203
10204 2005-03-29 Kenichi Handa <handa@m17n.org>
10205
10206 * ps-mule.el (ps-mule-plot-string): Translate characters by
10207 ps-print-translation-table.
10208 (ps-mule-begin-job): Call find-charset-region/string with
10209 ps-print-translation-table.
10210 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10211
10212 * ps-print.el (ps-print-translation-table): New variable.
10213 (ps-plot-region): Translate characters by ps-print-translation-table.
10214
10215 2005-03-29 Juri Linkov <juri@jurta.org>
10216
10217 * simple.el (next-error-highlight-timer): New variable.
10218
10219 * progmodes/compile.el (compilation-goto-locus):
10220 Use `next-error-highlight-timer' instead of `sit-for'.
10221
10222 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10223
10224 * mail/supercite.el (sc-mail-field): Use assoc-string.
10225 (sc-get-address): Simplify regexps.
10226
10227 * files.el (minibuffer-with-setup-hook): New macro.
10228 (find-file-read-args): Use it to avoid let-binding
10229 minibuffer-with-setup-hook (which breaks turning on/off
10230 file-name-shadow-mode while in the prompt).
10231
10232 * complete.el (PC-read-include-file-name-internal):
10233 Use test-completion.
10234
10235 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10236
10237 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10238
10239 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10240
10241 * window.el (window-buffer-height): Use count-screen-lines.
10242
10243 * progmodes/python.el (python-preoutput-leftover): New var.
10244 (python-preoutput-filter): Use it.
10245 (python-send-receive): Loop until all the result has been received.
10246
10247 2005-03-28 Juri Linkov <juri@jurta.org>
10248
10249 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10250
10251 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10252 "Recover Crashed Session".
10253 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10254 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10255 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10256 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10257 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10258 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10259 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10260 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10261
10262 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10263 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10264 Ediff Sessions", "Toggle use of separate control buffer frame",
10265 "Use separate frame for Ediff control buffer".
10266
10267 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10268 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10269 "Rename Bookmark", "Delete Bookmark".
10270
10271 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10272 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10273 Add `:active Info-index-alternatives' to "Next Matching Item".
10274
10275 * wdired.el (wdired-change-to-wdired-mode):
10276 Mention `wdired-abort-changes' key in the initial message.
10277
10278 * international/mule.el (auto-coding-alist): Associate non-ascii
10279 image filename extensions with `no-conversion'.
10280
10281 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10282
10283 * international/iso-acc.el:
10284 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10285
10286 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10287
10288 * textmodes/sgml-mode.el (html-mode): Doc update.
10289
10290 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10291
10292 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10293
10294 * term.el (term-move-columns): Fix face after extending a line.
10295 (term-insert-spaces): Likewise.
10296 (term-reset-terminal): Fix off by one error.
10297
10298 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10299
10300 * international/mule.el (auto-coding-alist): Add .xpi files.
10301
10302 * files.el (auto-mode-alist): Add .xpi files.
10303
10304 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10305
10306 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10307
10308 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10309
10310 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10311
10312 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10313
10314 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10315 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10316
10317 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10318 cursor to Jan 1 when needed.
10319 (calendar-end-of-year): Fix -/+ typo.
10320 Reported by Chong Yidong <cyd@stupidchicken.com>.
10321
10322 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10323
10324 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10325
10326 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10327 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10328
10329 2005-03-25 Richard M. Stallman <rms@gnu.org>
10330
10331 * filesets.el (filesets-init): Add autoload.
10332
10333 * mail/mailalias.el (mail-directory): Doc fix.
10334
10335 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10336
10337 * mail/mailalias.el (mail-directory-process): Do nothing if
10338 mail-directory-process is an atom.
10339 (mail-get-names): Ignore mail-directory-names if it is an atom.
10340 (mail-directory-process defvar): Doc fix.
10341 (mail-names): Doc fix.
10342
10343 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10344
10345 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10346
10347 2005-03-26 Kenichi Handa <handa@m17n.org>
10348
10349 * international/mule-util.el (detect-coding-with-priority):
10350 Call update-coding-systems-internal before detect-coding-region.
10351
10352 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10353
10354 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10355 (gdb-frames-mode-map): Add follow-link property.
10356
10357 2005-03-25 Jay Belanger <belanger@truman.edu>
10358
10359 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10360 for variables.
10361
10362 2005-03-25 Juri Linkov <juri@jurta.org>
10363
10364 * image-mode.el: Optimize image filename extension regexps in
10365 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10366 in `auto-mode-alist'.
10367 (image-mode): Add `image-toggle-display-text' to local hook
10368 `change-major-mode-hook'. Display the image as an image by
10369 default. Set `cursor-type' and `truncate-lines' if the image
10370 is already displayed. Take into account the current mode (image
10371 or text) in message.
10372 (image-minor-mode): New minor mode.
10373 (image-mode-maybe, image-toggle-display-text): New functions.
10374 (image-toggle-display): Use called-interactively-p.
10375 Let-bind `inhibit-read-only' to t.
10376
10377 * image-mode.el (image-minor-mode): Set `cursor-type' and
10378 `truncate-lines' if the image is already displayed. Add turning
10379 image-minor-mode off to `change-major-mode-hook'. Add message.
10380 Call `image-toggle-display-text' after turning image-minor-mode off.
10381
10382 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10383
10384 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10385 Terminal.app, use utf-8.
10386 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10387 (set-locale-environment): Use it.
10388
10389 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10390
10391 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10392
10393 * progmodes/python.el (python-close-block-statement-p)
10394 (python-outdent-p, python-current-defun): Use symbol-end.
10395
10396 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10397
10398 * files.el (save-some-buffers): Doc fix.
10399
10400 2005-03-25 Werner Lemberg <wl@gnu.org>
10401
10402 * complete.el, thumbs.el: Replace `legal' with `valid'.
10403 * calendar/calendar.el: Replace `legal' with `valid'.
10404 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10405 * mail/supercite.el: Replace `legal' with `valid'.
10406 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10407 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10408 Replace `legal' with `valid'.
10409 * textmodes/reftex-vars.el, textmodes/reftex.el:
10410 Replace `legal' with `valid'.
10411
10412 2005-03-25 Werner Lemberg <wl@gnu.org>
10413
10414 * calc/calc-forms.el, calc/calc-sel.el:
10415 * midnight.el, vc-cvs.el:
10416 * emacs-lisp/cl-macs.el:
10417 * emulation/vip.el:
10418 * eshell/esh-io.el, eshell/esh-var.el:
10419 * mail/supercite.el:
10420 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10421 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10422 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10423 * progmodes/sh-script.el, progmodes/xscheme.el:
10424 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10425 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10426 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10427 * textmodes/reftex.el, textmodes/org.el:
10428 Replace `illegal' with `invalid'.
10429
10430 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10433 (flymake-find-buildfile, flymake-find-possible-master-files)
10434 (flymake-check-include, flymake-parse-line): Replace loops over the
10435 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10436
10437 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10438 Substitute file-name-as-directory in the rest of the file.
10439 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10440 (flymake-replace-region): Remove unused arg `buffer'.
10441 (flymake-check-patch-master-file-buffer): Update calls to it.
10442 (flymake-add-err-info): Remove unused var `count'.
10443 (flymake-mode): Use define-minor-mode.
10444
10445 * progmodes/flymake.el: Use with-current-buffer.
10446 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10447 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10448 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10449 Avoid testing for `xemacs'.
10450 (flymake-nop): Move.
10451 (flymake-region-has-flymake-overlays): Return the computed value.
10452 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10453 Remove unused var `endline'.
10454 (flymake-get-line-count): Remove unused function.
10455 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10456
10457 * emulation/vi.el:
10458 * generic.el:
10459 * hilit-chg.el (global-highlight-changes):
10460 * hi-lock.el (hi-lock-mode):
10461 * follow.el: find-file-hooks -> find-file-hook.
10462
10463 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10464
10465 2005-03-24 Juri Linkov <juri@jurta.org>
10466
10467 * dired.el (dired-mode-map): Add menu item "Compare directories"
10468 for dired-compare-directories.
10469
10470 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10471 Doc fix. Replace `read-file-name' with `read-directory-name'.
10472
10473 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10476
10477 2005-03-24 Jay Belanger <belanger@truman.edu>
10478
10479 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10480 relevant mode settings in calc-embedded-original-modes when modes
10481 are permanently changed.
10482
10483 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10484
10485 * autoinsert.el: find-file-hooks -> find-file-hook.
10486
10487 2005-03-24 Lute Kamstra <lute@gnu.org>
10488
10489 * generic.el (generic-font-lock-defaults): Make it obsolete.
10490 (generic-font-lock-keywords): New variable to replace
10491 generic-font-lock-defaults.
10492 (generic-mode-set-font-lock): Delete it.
10493 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10494 (generic-bracket-support): Add docstring.
10495
10496 * generic-x.el: Rename generic-font-lock-defaults to
10497 generic-font-lock-keywords throughout.
10498 (mailagent-rules-setup-function): Delete it.
10499 (mailagent-rules-generic-mode): Use anonymous function instead.
10500 (show-tabs-generic-mode-font-lock-defaults-1)
10501 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10502 Quote faces.
10503 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10504 not foreground.
10505
10506 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10507 Recognize define-generic-mode.
10508
10509 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10510
10511 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10512 if there's no completion table.
10513
10514 2005-03-23 Miles Bader <miles@gnu.org>
10515
10516 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10517 Remove tty-specific variants, as they're no longer needed.
10518
10519 2005-03-23 Lute Kamstra <lute@gnu.org>
10520
10521 * generic-x.el: Code cleanup: make args constant whenever possible.
10522 (installshield-statement-keyword-list)
10523 (installshield-system-functions-list)
10524 (installshield-system-variables-list, installshield-types-list)
10525 (installshield-funarg-constants-list): Make them constants.
10526
10527 * generic.el (generic-make-keywords-list): Add autoload cookie.
10528
10529 * calendar/time-date.el: Add comment on time value formats.
10530 Don't require parse-time.
10531 (with-decoded-time-value): New macro.
10532 (encode-time-value): New function.
10533 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10534 (days-to-time): Return a valid time value when arg is huge.
10535 (time-since): Use time-subtract.
10536 (time-to-number-of-days): Use time-to-seconds.
10537
10538 2005-03-23 David Ponce <david@dponce.com>
10539
10540 * recentf.el: (recentf-keep): New option.
10541 (recentf-menu-action): Default to `find-file'.
10542 (recentf-keep-non-readable-files-flag)
10543 (recentf-keep-non-readable-files-p)
10544 (recentf-file-readable-p, recentf-find-file)
10545 (recentf-cleanup-remote): Remove.
10546 (recentf-include-p): More robust.
10547 (recentf-keep-p): New function.
10548 (recentf-remove-if-non-kept): Rename from
10549 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10550 All callers updated.
10551 (recentf-menu-items-for-commands): Fix help string.
10552 (recentf-track-closed-file): Update. Doc fix.
10553 (recentf-cleanup): Update. Count removed files. Doc fix.
10554
10555 2005-03-23 Kim F. Storm <storm@cua.dk>
10556
10557 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10558 Don't inherit from fringe face (now happens automatically).
10559
10560 2005-03-22 Kim F. Storm <storm@cua.dk>
10561
10562 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10563 position values.
10564
10565 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * menu-bar.el (showhide-date-time): Remove.
10568 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10569 (menu-bar-make-mm-toggle): Simplify.
10570
10571 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10572
10573 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10574 Accept qualified variable and function names.
10575
10576 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10577
10578 * bindings.el (completion-ignored-extensions):
10579 Remove ".lis" for `vax-vms'.
10580
10581 2005-03-22 Andreas Schwab <schwab@suse.de>
10582
10583 * generic-x.el: Revert last change.
10584 * ldefs-boot.el: Update.
10585
10586 2005-03-22 Jay Belanger <belanger@truman.edu>
10587
10588 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10589 (calc-embedded-save-original-modes)
10590 (calc-embedded-restore-original-modes): New functions.
10591 (calc-do-embedded): Save original modes when entering embedded mode
10592 and restore when leaving embedded mode.
10593 (calc-embedded-modes-change): Change the value of
10594 calc-embedded-original-modes to reflect permanent changes.
10595
10596 2005-03-22 Lute Kamstra <lute@gnu.org>
10597
10598 * generic-x.el: Require generic again.
10599
10600 2005-03-22 Miles Bader <miles@gnu.org>
10601
10602 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10603 Tweak details to look good on both ttys and bitmap displays, light
10604 or dark background, etc.
10605
10606 2005-03-21 Kim F. Storm <storm@cua.dk>
10607
10608 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10609 mouse position.
10610
10611 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * icomplete.el: Don't forcibly turn on the mode upon load.
10614 (icomplete-mode): Use define-minor-mode.
10615 (icomplete-eoinput): Default to nil.
10616 (icomplete-minibuffer-setup): Remove autoload.
10617 (icomplete-tidy): Simplify.
10618 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10619 in the initial state or if the user has modified the field.
10620 Fix handling of icomplete-max-delay-chars.
10621 Remove code that handles the oddball case where
10622 minibuffer-completion-table is an integer.
10623 Wrap icomplete-completions in while-no-input in case building
10624 completions takes more time than expected.
10625 (icomplete-completions): Simplify.
10626
10627 2005-03-21 Richard M. Stallman <rms@gnu.org>
10628
10629 * jka-compr.el (jka-compr-really-do-compress):
10630 Make variable buffer-local.
10631
10632 * image-mode.el: Handle .xpm files too.
10633 (image-toggle-display): Preserve modification flag.
10634
10635 * help.el (where-is): Don't mention aliases with no key bindings.
10636
10637 2005-03-21 Lute Kamstra <lute@gnu.org>
10638
10639 * generic.el: Fix commentary section. Don't require cl for
10640 compilation.
10641 (generic-mode-list): Add autoload cookie.
10642 (generic-use-find-file-hook, generic-lines-to-scan)
10643 (generic-find-file-regexp, generic-ignore-files-regexp)
10644 (generic-mode, generic-mode-find-file-hook)
10645 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10646 (define-generic-mode): Make it a defmacro. Fix docstring.
10647 (generic-mode-internal): Code cleanup. Add autoload cookie.
10648 (generic-mode-set-comments): Code cleanup.
10649 * generic-x.el: Don't prevent compilation. Don't require generic.
10650 Follow coding conventions. Minor code cleanup.
10651 (etc-fstab-generic-mode): Add some keywords.
10652 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10653 define-generic-mode like a function declaration.
10654
10655 2005-03-21 Jay Belanger <belanger@truman.edu>
10656
10657 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10658 changing modes.
10659
10660 2005-03-21 Sam Steingold <sds@gnu.org>
10661
10662 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10663
10664 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10665
10666 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10667 Add underscore to "f$ lexicals" regexp.
10668
10669 2005-03-20 Juri Linkov <juri@jurta.org>
10670
10671 * subr.el (progress-reporter-do-update): When `min-value' is equal
10672 to `max-value', set `percentage' to 0 and prevent division by zero.
10673
10674 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10675
10676 Sync with Tramp 2.0.48.
10677
10678 * net/tramp.el (all): Change all addresses to .gnu.org.
10679 (tramp-append-tramp-buffers): New defun.
10680 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10681 Catch `dont-send' signal.
10682 (tramp-set-auto-save-file-modes): Set always permissions, because
10683 there might be an old auto-saved file belonging to another
10684 original file. This could be a security threat. Reported by
10685 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10686 Check for Emacs 21.3.50 removed.
10687
10688 * net/tramp-smb.el (all): Remove debug construct for
10689 `with-parsed-tramp-file-name'.
10690 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10691 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10692 No error message if DIRECTORY or FILENAME doesn't exist.
10693 (tramp-smb-open-connection): Check existence of
10694 `tramp-smb-program'.
10695
10696 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10697
10698 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10699 Properly handle the case where the `m' or `s' command's argument is not
10700 yet terminated.
10701 (perl-indent-new-calculate): New function.
10702 (perl-indent-line): Use it.
10703
10704 2005-03-20 Miles Bader <miles@gnu.org>
10705
10706 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10707 in text-mode too. Change to new face names.
10708 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10709 Add `:weight bold' attribute.
10710 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10711
10712 2005-03-19 Juri Linkov <juri@jurta.org>
10713
10714 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10715
10716 * international/mule.el (auto-coding-alist): Sync with
10717 `auto-mode-alist' by adding upper case archive file extensions
10718 and adding ear/war to jar extension.
10719
10720 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10721
10722 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10723 running, restart it.
10724
10725 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10726
10727 * finder.el (finder-current-item): Throw an error on an empty line.
10728
10729 * man.el (Man-follow-manual-reference): If current-word returns
10730 nil, use "".
10731
10732 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10733
10734 * simple.el (goto-line): Doc fix.
10735
10736 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10737
10738 * files.el (save-buffer): Doc fix.
10739
10740 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10741
10742 * recentf.el (recentf-cleanup-remote): New variable.
10743 (recentf-cleanup): Use it to conditionally check availability of
10744 remote files.
10745
10746 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10747
10748 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10749 function names.
10750
10751 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10752
10753 * language/thai-word.el: New file.
10754
10755 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10756
10757 * files.el (backup-buffer): If the file's directory is not
10758 writable, use copy instead of move to backup the file.
10759
10760 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10761
10762 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10763
10764 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10765
10766 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10767 Use functionp instead of symbolp and fboundp. Reported by Drkm
10768 <darkman_spam@yahoo.fr>.
10769 (ps-print-version): New version 6.6.6.
10770
10771 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10772
10773 * textmodes/table.el (table--line-column-position): New idiom.
10774 (table--row-column-insertion-point-p): New function to test
10775 validity of row and column insertion operation at a location.
10776 (table-global-menu, table-cell-menu): Use above functions for
10777 deterministic test operation.
10778 (table--editable-cell-p): Behave in deterministic fashion.
10779
10780 2005-03-18 Juri Linkov <juri@jurta.org>
10781
10782 * isearch.el (isearch-lazy-highlight-new-loop):
10783 Make arguments beg and end optional.
10784 (isearch-update): Remove optional arguments nil from
10785 isearch-lazy-highlight-new-loop.
10786 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10787 isearch-lazy-highlight-case-fold-search instead of
10788 isearch-case-fold-search, and let-bind isearch-regexp to
10789 isearch-lazy-highlight-regexp.
10790 Use isearch-lazy-highlight-last-string instead of isearch-string.
10791
10792 * replace.el (perform-replace): Remove bindings of global
10793 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10794 Add three new arguments to `replace-highlight'.
10795 (replace-highlight): Add arguments string, regexp, case-fold.
10796 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10797 to allow isearch-lazy-highlight-new-loop to use these values
10798 to set corresponding isearch-lazy-highlight-* internal
10799 variables whose values lazy highlighting will use regardless of
10800 changes to global variables isearch-string, isearch-regexp,
10801 isearch-case-fold-search during lazy highlighting loop.
10802 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10803 to `lazy-highlight-cleanup'.
10804
10805 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10806 (ispell-highlight-face): Set default face to `isearch' when
10807 lazy highlighting is enabled.
10808 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10809 priority to 1. Add lazy highlighting.
10810 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10811 from `isearch-dehighlight'.
10812
10813 2005-03-18 David Ponce <david@dponce.com>
10814
10815 * files.el (hack-local-variables): Do a case-insensitive search
10816 for End.
10817
10818 2005-03-18 Juri Linkov <juri@jurta.org>
10819
10820 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10821 `isearch-lazy-highlight-cleanup', add alias to old name and
10822 declare obsolete. Add release numbers to other obsolete vars.
10823 (isearch-done, isearch-lazy-highlight-new-loop):
10824 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10825 (lazy-highlight-cleanup) <variable>: Doc fix.
10826 (isearch-lazy-highlight-update): Rename obsolete
10827 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10828
10829 2005-03-18 Kenichi Handa <handa@m17n.org>
10830
10831 * language/thai-util.el: Fix categorization of Thai characters in
10832 thai-category-table.
10833 (thai-composition-pattern): Adjust it for the above change.
10834 (thai-self-insert-command, thai-compose-syllable): New functions.
10835 (thai-compose-region): Use thai-compose-syllable.
10836 (thai-compose-string): Likewise.
10837 (thai-composition-function): Likewise.
10838 (thai-auto-composition): New function.
10839 (thai-auto-composition-mode): New minor mode.
10840
10841 * language/thai.el: Fix patterns to be registered in
10842 composition-function-table.
10843
10844 * international/quail.el (quail-input-method): Locally bind
10845 inhibit-modification-hooks to t.
10846
10847 2005-03-17 Richard M. Stallman <rms@gnu.org>
10848
10849 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10850 (perl-mode): Use run-mode-hooks.
10851
10852 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10853 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10854 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10855
10856 * mail/sendmail.el (sendmail-send-it): Reenable the code
10857 to compute resend-to-address and use it.
10858
10859 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10860
10861 * image-mode.el: New file.
10862
10863 * image.el (insert-sliced-image): Add autoload cookie.
10864
10865 * font-lock.el (font-lock-lines-before): New user option.
10866 (font-lock-after-change-function): Obey it.
10867
10868 * bindings.el (esc-map): Make M-g a prefix.
10869 Bind M-g g and M-g M-g to goto-line.
10870
10871 * faces.el (face-id): Doc fix.
10872
10873 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10874
10875 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10876 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10877 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10878
10879 * mail/sendmail.el (mail-yank-ignored-headers)
10880 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10881 Add Mail-Followup-To and Mail-Reply-To headers.
10882 (mail-citation-hook): Add autoload cookie.
10883 (mail-mode): Doc fix.
10884 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10885 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10886 (mail-mode-fill-paragraph): Handle those headers.
10887 (mail-mailing-lists): New variable.
10888 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10889
10890 2005-03-17 Juri Linkov <juri@jurta.org>
10891
10892 * isearch.el (isearch-fallback): Check for `(car previous)'
10893 before calling `isearch-other-end-state'.
10894
10895 2005-03-17 Kim F. Storm <storm@cua.dk>
10896
10897 * simple.el (move-beginning-of-line): Move to beginning of buffer
10898 line, as well as beginning of screen line.
10899
10900 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10901
10902 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10903 argument REDRAW rather than calendar-redrawing variable.
10904 * calendar/calendar.el (calendar-redrawing): Delete.
10905 (redraw-calendar): Do not bind calendar-redrawing.
10906
10907 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10908
10909 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10910 diary-file buffer.
10911
10912 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10913
10914 * help.el (describe-mode): Allow a :minor-mode-function property to
10915 specify a different minor mode toggle function than the variable.
10916 * simple.el (auto-fill-function):
10917 * subr.el (add-minor-mode): Use it.
10918
10919 2005-03-16 Kenichi Handa <handa@m17n.org>
10920
10921 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10922 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10923 (ethio-fidel-to-sera-buffer): Likewise.
10924
10925 2005-03-16 Juri Linkov <juri@jurta.org>
10926
10927 * emacs-lisp/find-func.el (find-function-regexp):
10928 Add defun-emitting macro `menu-bar-make-toggle'.
10929
10930 * isearch.el: Put `isearch-scroll' property to
10931 `split-window-horizontally'.
10932
10933 * info.el: Update error messages for `debug-ignored-errors'.
10934 (Info-isearch-search): Doc fix.
10935 (Info-find-node): Move up code to go into info buffer before
10936 recording the node to the history.
10937 (Info-fontify-node): Fontify titles only if the next line
10938 has two or more `*', `=', `-', `.'.
10939 Display "go to this node" for empty (match-string 3).
10940
10941 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10942
10943 * term/mac-win.el: Add mouse pointer shape constants.
10944
10945 2005-03-15 Kim F. Storm <storm@cua.dk>
10946
10947 * simple.el (move-beginning-of-line): Use vertical-motion.
10948
10949 2005-03-15 Juri Linkov <juri@jurta.org>
10950
10951 * isearch.el (isearch-error): New variable.
10952 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10953 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10954 (isearch-within-brackets-state): Remove.
10955 (isearch-case-fold-search-state, isearch-pop-fun-state):
10956 Decrease frame index.
10957 (isearch-mode, isearch-top-state, isearch-push-state)
10958 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10959 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10960 (isearch-search, isearch-lazy-highlight-new-loop):
10961 Replace `isearch-invalid-regexp' with `isearch-error'.
10962 Remove `isearch-within-brackets'.
10963 (isearch-search): Add `search-failed' handler to `condition-case'.
10964 (isearch-lazy-highlight-search): Add `condition-case' to catch
10965 errors and allow `isearch-lazy-highlight-update' to try
10966 highlighting from the beginning of the window.
10967 (isearch-repeat): Move up code to set isearch-wrapped to t
10968 before calling isearch-wrap-function.
10969
10970 * info.el (Info-isearch-initial-node): New internal variable.
10971 (Info-search): Signal an error in isearch mode when search leaves
10972 the initial node. Signal an error when `bound' is non-nil and
10973 nothing was found in the current subfile.
10974 (Info-isearch-search): Remove `condition-case'.
10975 (Info-isearch-wrap): Don't wrap when search failed during leaving
10976 the initial node. If `Info-isearch-search' is nil, wrap around
10977 the current node.
10978 (Info-isearch-start): New fun.
10979 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10980 `isearch-mode-hook'.
10981
10982 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10983
10984 * simple.el (normal-erase-is-backspace): Set default to t if
10985 running on Mac.
10986
10987 * term/mac-win.el (function-key-map): Sync with x-win.el.
10988
10989 2005-03-15 Kenichi Handa <handa@m17n.org>
10990
10991 * international/mule-cmds.el (locale-language-names): Modify the
10992 format of elements and add more entries.
10993 (locale-preferred-coding-systems): Add more entries.
10994 (set-locale-environment): Adjust for the change of
10995 locale-language-names.
10996
10997 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10998
10999 * pcvs.el (smerge-ediff): Remove bogus autoload.
11000
11001 2005-03-14 Lute Kamstra <lute@gnu.org>
11002
11003 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11004 Ignore a `*' at the beginning of a line.
11005
11006 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11007 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11008 subr.el.
11009 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11010 to specify indentation.
11011
11012 * generic.el (define-generic-mode): Let generic-mode-list be a
11013 list of strings; test membership with equal.
11014
11015 2005-03-14 Kim F. Storm <storm@cua.dk>
11016
11017 * simple.el (next-line, previous-line): Add optional try-vscroll
11018 arg to recognize interactive use. Pass it on to line-move.
11019 (line-move): Don't perform auto-window-vscroll when defining or
11020 executing keyboard macro to ensure consistent behavior.
11021
11022 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11023
11024 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11025
11026 2005-03-13 Lute Kamstra <lute@gnu.org>
11027
11028 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11029 debugger-setup-buffer so that backtrace marks the frames set to
11030 debug-on-exit and we don't have to do it manually. Set an extra
11031 debug-on-exit for macro's.
11032 (debugger-setup-buffer): Don't mark the top frame manually.
11033
11034 2005-03-12 Lute Kamstra <lute@gnu.org>
11035
11036 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11037 lisp-indent-function throughout.
11038 (with-no-warnings): Set lisp-indent-function property.
11039
11040 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11041
11042 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11043 Add entry for backslash.
11044
11045 2005-03-12 Juri Linkov <juri@jurta.org>
11046
11047 * info.el (Info-search): Four fixes for backward search.
11048
11049 2005-03-11 Jay Belanger <belanger@truman.edu>
11050
11051 * calc/calc.el (calc-language-alist): New variable.
11052 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11053 (calc-embedded-find-modes): Use calc-language-alist instead of
11054 calc-embedded-language-alist.
11055
11056 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11057
11058 * calendar/calendar.el (calendar-redrawing): New internal
11059 variable.
11060 (redraw-calendar): Remove bogus save-excursion from previous
11061 change. Bind calendar-redrawing to t for mark-diary-entries.
11062 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11063 calendar if that is why we were called.
11064
11065 2005-03-11 Kenichi Handa <handa@m17n.org>
11066
11067 * international/mule.el (make-coding-system): Set property
11068 coding-system-define-form to nil.
11069 (define-coding-system-alias): Likewise.
11070
11071 2005-03-11 Kenichi Handa <handa@m17n.org>
11072
11073 These changes are suggested by Dave Love <fx@gnu.org>.
11074
11075 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11076 coding: tag.
11077 (adaptive-fill-regexp): Add more bullets.
11078 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11079 regexps.
11080
11081 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11082
11083 * help.el (describe-mode): Properly handle non-trivial lighters.
11084 Don't ignore minor modes that are not listed in minor-mode-list.
11085
11086 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11087 feature ON when the user requests to turn it OFF.
11088
11089 2005-03-10 Lute Kamstra <lute@gnu.org>
11090
11091 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11092 (implement-debug-on-entry): New function to replace debug-entry-code.
11093 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11094 second argument as the 2005-03-07 change makes it obsolete.
11095 (debug-on-entry, cancel-debug-on-entry): Update call to
11096 debug-on-entry-1.
11097 (debug, debugger-setup-buffer): Comment update.
11098 (debugger-frame-number): Update to work with implement-debug-on-entry.
11099
11100 2005-03-10 Jay Belanger <belanger@truman.edu>
11101
11102 * calc/calc-embed.el (math-ms-args): Declare it.
11103 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11104 math-ms-args.
11105 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11106 variables.
11107
11108 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11109
11110 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11111 Use message-box.
11112
11113 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11114 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11115 (tooltip-gud-tips): Simplify.
11116 (tooltip-gud-tips-p): Remove superfluous :set.
11117 (tooltip-gud-modes): Add fortran-mode.
11118 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11119
11120 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11121
11122 2005-03-09 Kim F. Storm <storm@cua.dk>
11123
11124 * play/animate.el (animate-place-char): Use forward-line instead
11125 of next-line to improve performance.
11126
11127 2005-03-09 Simon Josefsson <jas@extundo.com>
11128
11129 * net/browse-url.el (browse-url-default-browser): Doc fix.
11130
11131 2005-03-09 Miles Bader <miles@gnu.org>
11132
11133 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11134 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11135
11136 2005-03-09 Kenichi Handa <handa@m17n.org>
11137
11138 * international/latin-1.el: Set case and syntax for 255 only if
11139 set-case-syntax-set-multibyte is nil.
11140
11141 * textmodes/ispell.el (ispell-insert-word): New function.
11142 (ispell-word): Use ispell-insert-word to insert a new word.
11143 (ispell-process-line): Likewise.
11144 (ispell-complete-word): Likewise.
11145
11146 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11147
11148 * calendar/calendar.el (redraw-calendar): Preserve point.
11149 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11150 (calendar-week-start-day): Move after definition of
11151 redraw-calendar. Delete buffer test, since redraw-calendar has
11152 that now.
11153
11154 * calendar/diary-lib.el (mark-diary-entries): Only call
11155 redraw-calendar in the first of any recursive calls.
11156 Reported by Alan Shutko <ats@acm.org>.
11157
11158 2005-03-08 Juri Linkov <juri@jurta.org>
11159
11160 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11161 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11162 (html-radio-buttons): Add a space before the trailing `/>' where
11163 sgml-xml-mode is non-nil.
11164 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11165 the subsequent tag of the empty XML tag.
11166 (html-href-anchor): Don't set initial input to "http:".
11167 (html-image): Ask for the image URL and set point inside alt="".
11168 (html-name-anchor): Duplicate the name in the `id' attribute when
11169 sgml-xml-mode is non-nil.
11170 (html-paragraph): Remove \n before <p>.
11171 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11172 instead of `checked' when sgml-xml-mode is non-nil.
11173
11174 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11175 Remove 1 space before #RRGGBB to not truncate it on terminal
11176 windows w/o fringes. Remove 1 space between bg and fg examples
11177 to get more space.
11178 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11179 avoid byte-compile warnings.
11180
11181 * image-file.el (image-file-handler): Put `safe-magic' property to
11182 `image-file-handler'.
11183
11184 * info.el (Info-isearch-search): Emulate word search in
11185 isearching through multiple Info nodes with Info-search.
11186 (Info-isearch-wrap): Allow isearch-word.
11187
11188 2005-03-08 Lute Kamstra <lute@gnu.org>
11189
11190 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11191 stepping into the debugger's code is not possible.
11192 (debugger-jumping-flag): Docstring update.
11193
11194 2005-03-08 Jay Belanger <belanger@truman.edu>
11195
11196 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11197 embedded mode begins.
11198 (calc-embedded-language-alist): New variable.
11199 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11200 set default language mode.
11201
11202 2005-03-08 Kenichi Handa <handa@m17n.org>
11203
11204 * international/ccl.el (define-ccl-program): Fix docstring about
11205 extra 256 bytes assured for the output buffer.
11206
11207 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11208 Fix BUFFER_MAGNIFICATION to 2.
11209 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11210
11211 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11212
11213 * align.el (align-rules-list): Added an alignment rule for CSS
11214 declarations (applies to css-mode and html-mode buffers).
11215
11216 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11219
11220 2005-03-07 Kim F. Storm <storm@cua.dk>
11221
11222 * simple.el (move-beginning-of-line): New command.
11223
11224 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11225
11226 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11227
11228 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11229 and move-beginning-of-line.
11230
11231 * apropos.el (apropos-print): Omit command from M-x ... RET.
11232
11233 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11234
11235 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11236 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11237
11238 2005-03-06 Richard M. Stallman <rms@gnu.org>
11239
11240 * bindings.el (esc-map): Bind M-g to goto-line.
11241
11242 * facemenu.el (global-map): Bind M-o, not M-g.
11243
11244 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11245
11246 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11247 "Open Directory" as for "Open File".
11248
11249 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11250
11251 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11252 (push-mark-command): Run activate-mark-hook.
11253
11254 2005-03-06 Richard M. Stallman <rms@gnu.org>
11255
11256 * help-mode.el (help-mode-finish): Don't alter the element
11257 in view-return-to-alist if there already is one.
11258
11259 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11260 make sure the current buffer is the expected one.
11261
11262 * novice.el (disabled-command-function): Output in *Disabled Command*.
11263 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11264
11265 * textmodes/flyspell.el (flyspell-large-region):
11266 Pass args differently for aspell.
11267
11268 * files.el (mode-require-final-newline): Doc fix.
11269
11270 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11271
11272 * progmodes/which-func.el (which-function):
11273 Specify NOERROR when calling imenu--make-index-alist.
11274
11275 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11276
11277 * simple.el (normal-erase-is-backspace): Define default value.
11278
11279 * custom.el (custom-theme-set-variables): Remove unused var
11280 `immediate'.
11281 (custom-reevaluate-setting): Simple function to handle variables
11282 that are defined before their default value can really be
11283 computed.
11284
11285 * startup.el (command-line): Use it for temporary-file-directory,
11286 small-emporary-file-directory, auto-save-file-name-transforms,
11287 blink-cursor-mode, and normal-erase-is-backspace.
11288
11289 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11290 progress, even with buggy anchored keywords.
11291
11292 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11293
11294 * simple.el (goto-line): Remove unbalanced final parenthesis.
11295
11296 2005-03-05 Richard M. Stallman <rms@gnu.org>
11297
11298 * simple.el (goto-line): Use a number at point as the default.
11299 With C-u as arg, switch buffers.
11300
11301 2005-03-05 Juri Linkov <juri@jurta.org>
11302
11303 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11304 with `no-blinking-cursor'.
11305
11306 * startup.el (no-blinking-cursor): New defvar.
11307 (command-line): Add `--no-blinking-cursor' to longopts.
11308 Set `no-blinking-cursor' to t for command line arguments
11309 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11310 with `no-blinking-cursor' in the condition for calling
11311 `blink-cursor-mode'.
11312
11313 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11314
11315 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11316 (menu-bar-options-save): Add blink-cursor-mode.
11317 (menu-bar-options-menu): Add blink-cursor-mode.
11318
11319 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11320
11321 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11322 (icalendar-export-file, icalendar-export-region)
11323 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11324 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11325
11326 2005-03-04 Lute Kamstra <lute@gnu.org>
11327
11328 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11329 (debug-function-list): Ditto.
11330
11331 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11332
11333 * textmodes/texinfmt.el (texinfo-append-refill):
11334 Redefine the types of line to which @refill
11335 is not appended by replacing a search for `@refill\\|@bye' with
11336 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11337 itemize@refill' bug and the unfilled long lines bug.
11338 (texinfmt-version): Update number and date.
11339
11340 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11341
11342 * international/code-pages.el (windows-1250, windows-125[2-8])
11343 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11344
11345 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11346
11347 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11348 bound yet.
11349
11350 2005-03-02 Romain Francoise <romain@orebokech.com>
11351
11352 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11353 buffer after removing limits.
11354 (ibuffer-pop-filter): Ditto.
11355 Update copyright.
11356
11357 2005-03-02 Miles Bader <miles@gnu.org>
11358
11359 * button.el (make-text-button): If the user doesn't specify a
11360 type, use the default. Rewrite to use `add-text-properties' and
11361 plist functions.
11362
11363 2005-03-01 Lute Kamstra <lute@gnu.org>
11364
11365 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11366 (debugger-jumping-flag): New var.
11367 (debug-entry-code): Use it.
11368 (debugger-jump): Use debugger-jumping-flag and add
11369 debugger-reenable to post-command-hook.
11370 (debugger-reenable): Use debugger-jumping-flag and remove itself
11371 from post-command-hook.
11372 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11373 debugger-reenable.
11374
11375 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11376
11377 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11378 inclusion of "itemize\\|", which may be unnecessary, is certainly
11379 inelegant, and stops refilling in itemize lists when formatting
11380 Japanese Texinfo files to Info.
11381 Update copyright to 2005.
11382
11383 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11384
11385 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11386 of an error if GDB can't find the source file.
11387
11388 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11389
11390 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11391 not just the calendar.
11392
11393 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11394 first.
11395 (diary-redraw-calendar): New function.
11396 (make-diary-entry): Add diary-redraw-calendar to local
11397 write-contents-functions. Turn off selective display before
11398 inserting in diary.
11399
11400 2005-03-01 Kim F. Storm <storm@cua.dk>
11401
11402 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11403
11404 2005-03-01 Lute Kamstra <lute@gnu.org>
11405
11406 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11407 that debug-entry-code can be safely removed from a function while
11408 this code is being evaluated. Revert the 2005-02-27 change as the
11409 new implementation no longer requires it. Make sure that a
11410 function body containing just a string is not mistaken for a docstring.
11411 (debug): Skip one more frame in case of debug on entry.
11412 (debugger-setup-buffer): Delete one more frame line in case of
11413 debug on entry.
11414 (debugger-frame-number): Update to use the new text introduced by
11415 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11416
11417 2005-02-28 Kim F. Storm <storm@cua.dk>
11418
11419 * double.el (double-translate-key): Call force-window-update after
11420 read-event to avoid crash in redisplay.
11421
11422 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11423
11424 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11425 (debug): Use it. Move the inhibit-trace earlier.
11426 (debug-entry-code): New const.
11427 (debug-on-entry-1): Use it.
11428
11429 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11430
11431 * international/utf-16.el (ccl-encode-mule-utf-16le):
11432 Fix BUFFER_MAGNIFICATION to 2.
11433 (ccl-encode-mule-utf-16be): Likewise.
11434
11435 2005-02-28 Kenichi Handa <handa@m17n.org>
11436
11437 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11438 Fix BUFFER_MAGNIFICATION to 4.
11439 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11440
11441 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11442
11443 * speedbar.el (speedbar-update-flag): Doc fix.
11444 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11445 argument.
11446
11447 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11448
11449 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11450 have a non-nil `invisible' property but are actually visible.
11451
11452 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11453 for perldoc sections.
11454 (perl-outline-regexp, perl-outline-level): New var and function.
11455 (perl-mode): Use them.
11456
11457 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11458
11459 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11460 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11461
11462 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11463
11464 * cus-edit.el: Comment change.
11465 (custom-buffer-create-internal): Slightly reword text at top of
11466 Custom buffers. Mention there that saving an option edits the
11467 init file. Add link to Emacs manual node on `custom-file'.
11468 (custom-magic-alist): Rewrite individual State messages to use
11469 capitalized keywords. Doc fix.
11470
11471 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11472
11473 * calendar/calendar.el (calendar-buffer): Move above
11474 calendar-week-start-day.
11475 (calendar-week-start-day): Doc fix. Add :set function.
11476 (calendar-minimum-window-height): New variable.
11477 (generate-calendar-window): Only resize window if selected-window
11478 is displaying the calendar buffer. Use new variable
11479 calendar-minimum-window-height.
11480 (generate-calendar): Reword error message.
11481 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11482
11483 2005-02-27 Andreas Schwab <schwab@suse.de>
11484
11485 * vc.el (vc-do-command): Don't run command asynchronously when
11486 operating in a remote directory.
11487
11488 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11489 change from sync with Tramp 2.0.47.
11490
11491 2005-02-27 Richard M. Stallman <rms@gnu.org>
11492
11493 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11494
11495 * textmodes/flyspell.el (flyspell-mode-on):
11496 Call ispell-change-dictionary only if necessary.
11497
11498 * emacs-lisp/re-builder.el (regexp-builder): New function.
11499
11500 * register.el (describe-register-1): Explicitly handle
11501 yank-excluded-properties = t.
11502
11503 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11504 (custom-magic-alist): Change the status descriptions again.
11505 (face widget-type): Total rewrite based on `restricted-sexp'
11506 to eliminate the confusing double hiding levels.
11507
11508 * emacs-lisp/debug.el (debug-on-entry-1):
11509 If function body is empty, add nil as body form.
11510
11511 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11512
11513 * emacs-lisp/trace.el (inhibit-trace): New var.
11514 (trace-make-advice): Use it.
11515
11516 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11517
11518 2005-02-26 Kim F. Storm <storm@cua.dk>
11519
11520 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11521 (mouse-on-link-p, mouse-drag-region-1): Use it.
11522
11523 2005-02-25 Lute Kamstra <lute@gnu.org>
11524
11525 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11526
11527 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11528
11529 * frame.el (blink-cursor-mode): Add :group keyword.
11530
11531 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11532
11533 * calendar/icalendar.el (icalendar--decode-isodatetime):
11534 New optional argument DAY-SHIFT.
11535 (icalendar-export-region): Fix coding-system-for-write.
11536 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11537 events by one.
11538
11539 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11540
11541 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11542
11543 2005-02-24 Kim F. Storm <storm@cua.dk>
11544
11545 * international/iso-acc.el (iso-accents-compose): Fix crash
11546 during redisplay. Call force-window-update after read-event
11547 and delete-region to signal that window is not accurate.
11548
11549 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11550
11551 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11552 Remove unused and inexistent var `inhibit-trace'.
11553 (debugger-mode): Use run-mode-hooks.
11554 (debugger-list-functions): Add buttons; setup xref stack.
11555
11556 2005-02-23 Richard M. Stallman <rms@gnu.org>
11557
11558 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11559 appointment says it was explicitly made.
11560 (appt-add): Set the 3rd element.
11561 (appt-make-list): Preserve explicit appointments.
11562
11563 * subr.el (find-tag-default): Catch errors in forward-sexp.
11564
11565 2005-02-23 Juri Linkov <juri@jurta.org>
11566
11567 * info.el (Info-isearch-search): New defcustom.
11568 (Info-isearch-search): Call the default isearch function
11569 when Info-isearch-search is nil.
11570 (Info-isearch-wrap): Use variable Info-isearch-search.
11571
11572 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11573
11574 * cus-edit.el: Comment change.
11575
11576 2005-02-22 Kim F. Storm <storm@cua.dk>
11577
11578 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11579 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11580
11581 2005-02-22 Simon Josefsson <jas@extundo.com>
11582
11583 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11584 New variable.
11585 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11586 Oskarsson" <myrkraverk@users.sourceforget.net>.
11587
11588 2005-02-22 Kim F. Storm <storm@cua.dk>
11589
11590 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11591 check that window of that event is the selected window.
11592 (mouse-drag-region-1): Compare mouse event window to selected
11593 window before setting point.
11594
11595 * tooltip.el (tooltip-show-help-function): Pass event to
11596 mouse-on-link-p so it can check selected window.
11597
11598 2005-02-22 Kenichi Handa <handa@m17n.org>
11599
11600 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11601 (ps-mule-show-warning): New function.
11602 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11603 characters are found.
11604
11605 * ps-print.el (ps-header-footer-string): Return a list of header
11606 and footer strings.
11607
11608 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11609
11610 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11611
11612 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11613
11614 * frame.el (blink-cursor-mode): Use define-minor-mode.
11615
11616 * term/mac-win.el (function-key-map): Use char-names more consistently.
11617 (file-name-coding-system): Only set it for MacOS-9. The other case is
11618 already handled in mule-cmds.el (where it also works when mac-win.el
11619 is not used).
11620
11621 2005-02-21 Kenichi Handa <handa@m17n.org>
11622
11623 * international/mule.el (ctext-pre-write-conversion): Always use
11624 " *code-converting-work*" buffer for work.
11625
11626 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11627
11628 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11629
11630 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11631
11632 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11633
11634 * ses.el (undo-more): Restore defadvice, but only the part that
11635 allows changes outside the restricted area of the buffer.
11636
11637 2005-02-20 Kim F. Storm <storm@cua.dk>
11638
11639 * simple.el (line-move): Add fourth optional arg try-vscroll which
11640 must be set to perform auto-window-vscroll.
11641 When moving backwards and doing auto-window-vscroll, automatically
11642 vscroll to the last part of lines which are taller than the window.
11643 (next-line, previous-line): Set try-vscroll arg on line-move.
11644
11645 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11646
11647 * replace.el (query-replace, query-replace-regexp)
11648 (replace-string, replace-regexp): When operating on region, make
11649 the minibuffer prompt say so.
11650
11651 * isearch.el (isearch-forward): Document isearch-query-replace and
11652 isearch-query-replace-regexp keybindings.
11653
11654 2005-02-19 Jay Belanger <belanger@truman.edu>
11655
11656 * calc/calc-aent.el (math-read-token): Add local variable.
11657
11658 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11659 (calc-edit-top): Move declaration to earlier in file.
11660 (calc-edit-macro-repeats): Add local variables.
11661
11662 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11663 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11664 calcFunc-tanh.
11665 Adjust integration rule for calcFunc-tan.
11666
11667 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11668
11669 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11670 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11671 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11672 (viper-skip-separators): Bug fix.
11673 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11674 particular major mode.
11675 (viper-del-backward-char-in-replace): Don't put deleted char on the
11676 kill ring.
11677
11678 * viper-ex.el (viper-color-display-p): New function.
11679 (viper-has-face-support-p): Use viper-color-display-p.
11680
11681 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11682
11683 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11684
11685 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11686 (viper-file-remote-p): Make equivalent to file-remote-p.
11687
11688 * viper.el (viper-major-mode-modifier-list):
11689 Use viper-gnus-modifier-map.
11690
11691 2005-02-19 David Kastrup <dak@gnu.org>
11692
11693 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11694 quoting.
11695
11696 2005-02-19 Jay Belanger <belanger@truman.edu>
11697
11698 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11699 Remove extra definitions.
11700 (calc-coth): New function.
11701 (calcFunc-cot): Fix `let'.
11702
11703 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11704
11705 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11706 the reasons we use "type pc" in these faces.
11707
11708 * button.el (button): Ditto.
11709
11710 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11711
11712 * replace.el (query-replace-read-from): Set the value of
11713 query-replace-from-history-variable to handle the case of an empty
11714 string entered to accept the suggested default.
11715
11716 * net/tramp.el (tramp-file-name-for-operation):
11717 Use dired-call-process instead of dired-call-process-command.
11718
11719 2005-02-19 Jay Belanger <belanger@truman.edu>
11720
11721 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11722 (math-div-non-trig): New variables.
11723 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11724 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11725 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11726 trig expressions.
11727
11728 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11729
11730 * progmodes/gdb-ui.el (gdb-var-update-handler)
11731 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11732 for watch expressions,
11733 (gdb-var-create-handler): Don't set speedbar-update-flag.
11734 (gdb-post-prompt): Simplify test for speedbar.
11735
11736 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11737
11738 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11739 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11740 we use the syntax table of the correct buffer.
11741 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11742 Felix Gatzemeier.
11743
11744 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11745 (ediff-file-remote-p): Make synonymous with file-remote-p.
11746 In all deffaces ediff-*-face-*, use min-colors.
11747
11748 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11749 ediff-recurse-to-subdirectories.
11750 (ediff-mark-if-equal): Check that the arguments are strings, use
11751 ediff-same-contents (after to Felix Gatzemeier).
11752
11753 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11754 nil.
11755
11756 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11757
11758 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11759
11760 2005-02-18 David Kastrup <dak@gnu.org>
11761
11762 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11763 use `mark-active' when defined.
11764
11765 2005-02-18 Kenichi Handa <handa@m17n.org>
11766
11767 * ps-print.el (ps-font-info-database): New entry
11768 ZapfChancery-MediumItalic with correct font name. Fix font name
11769 of the entry Zapf-Chancery-MediumItalic.
11770
11771 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11772
11773 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11774
11775 2005-02-16 Kim F. Storm <storm@cua.dk>
11776
11777 * ido.el (ido-fallback-command): Pass user input to fallback command.
11778
11779 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11780
11781 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11782 (gdb-find-file-hook): Add server prefix.
11783
11784 2005-02-16 Richard M. Stallman <rms@gnu.org>
11785
11786 * replace.el (perform-replace): Pass new args to replace-highlight.
11787 (replace-highlight): Take region args,
11788 and pass them to isearch-lazy-highlight-new-loop.
11789
11790 * novice.el (disabled-command-hook): Autoload the defalias
11791 and the make-obsolete-variable call.
11792
11793 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11794
11795 * isearch.el (isearch-lazy-highlight-start-limit)
11796 (isearch-lazy-highlight-end-limit): New variables limit
11797 the region for highlighting.
11798 (isearch-lazy-highlight-new-loop): New args BEG and END.
11799 (isearch-lazy-highlight-search): Use the new vars.
11800 (isearch-lazy-highlight-update): Likewise.
11801
11802 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11803
11804 * cus-start.el (all): Use default-boundp.
11805
11806 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11807
11808 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11809
11810 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11811
11812 * autorevert.el (auto-revert-stop-on-user-input)
11813 (auto-revert-verbose): Doc fixes.
11814
11815 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11816
11817 * international/mule-cmds.el (set-locale-environment): Remove call
11818 to set-selection-coding-system on Windows.
11819
11820 2005-02-15 Jay Belanger <belanger@truman.edu>
11821
11822 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11823 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11824 calcFunc-coth.
11825 (math-simplify-sqrt): Add simplifications.
11826
11827 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11828 to list.
11829
11830 * calc/calc-ext.el: Add functions to autoloads.
11831
11832 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11833 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11834 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11835 (math-csc-raw, math-cot-raw): New functions.
11836
11837 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11838
11839 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11840 the variable name in a message.
11841
11842 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11843 calcFunc-csc, calcFunc-cot.
11844
11845 * calc/calcalg2.el: Add derivative and integration rules for
11846 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11847 calcFunc-csch, calcFunc-coth.
11848 (math-do-integral-methods): Add to checks for when to use
11849 substitutions.
11850
11851 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11852
11853 2005-02-15 Lute Kamstra <lute@gnu.org>
11854
11855 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11856 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11857 <monnier@iro.umontreal.ca>
11858 (lisp-outline-level): Improve efficiency. Suggested by David
11859 Kastrup <dak@gnu.org>.
11860
11861 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11862
11863 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11864 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11865 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11866 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11867 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11868
11869 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11870
11871 * cus-start.el (all): Comment change.
11872
11873 2005-02-14 Lute Kamstra <lute@gnu.org>
11874
11875 * cus-start.el (all): Check if symbol is void.
11876
11877 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11878
11879 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11880 optional argument to \cite.
11881
11882 2005-02-14 Richard M. Stallman <rms@gnu.org>
11883
11884 * cus-edit.el (custom-buffer-create-internal): Update help message.
11885 (custom-magic-alist): Update help messages.
11886
11887 * cus-start.el (all): Allow a var to specify a standard value.
11888
11889 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11890
11891 * custom.el (custom-theme-set-variables): Handle variable aliases.
11892
11893 * frame.el (blink-cursor-timer): Doc fix.
11894 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11895 declare obsolete.
11896 (blink-cursor-mode): Define with defcustom and use correct
11897 standard expression in that defcustom.
11898 * startup.el (command-line): Adapt to above changes in frame.el.
11899
11900 2005-02-11 Lute Kamstra <lute@gnu.org>
11901
11902 * apropos.el (apropos-score-doc): Prevent division by zero.
11903
11904 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11905
11906 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11907 (icalendar--get-event-property-attributes)
11908 (icalendar--get-event-properties)
11909 (icalendar--datetime-to-diary-date): New functions.
11910 (icalendar--split-value): Doc fix.
11911 (icalendar--datetime-to-noneuropean-date)
11912 (icalendar--datetime-to-european-date): New optional argument
11913 SEPARATOR. Return result as a string instead of a list.
11914 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11915 (icalendar--convert-string-for-export): Rename arg S to STRING.
11916 (icalendar-export-region): Doc fix. Change name of error buffer.
11917 Save output buffer.
11918 (icalendar-import-file): Add blank at end of prompt.
11919 (icalendar-import-buffer): Doc fix. Do not switch to error
11920 buffer. Indicate status in return value.
11921 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11922 buffer. Save output buffer. Handle exception from recurrence
11923 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11924 events. Fix problems with weekly all-day events.
11925
11926 2005-02-10 Richard M. Stallman <rms@gnu.org>
11927
11928 * simple.el (eval-expression-print-format):
11929 Avoid warning about edebug-active.
11930
11931 * help.el (help-for-help-internal): Rename from help-for-help.
11932 (help-for-help): Define with defalias.
11933
11934 * font-core.el (font-lock-default-function): Use with-no-warnings.
11935
11936 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11937
11938 * custom.el (defface): Doc fix.
11939
11940 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11941
11942 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11943 width 0" to prevent word wrapping problems.
11944
11945 2005-02-09 Kim F. Storm <storm@cua.dk>
11946
11947 * ido.el (ido-file-extensions-order): New defcustom.
11948 (ido-file-extension-lessp, ido-file-extension-aux)
11949 (ido-file-extension-order): New advanced file ordering.
11950 (ido-file-lessp): New simple file ordering.
11951 (ido-sort-list): Remove.
11952 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11953 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11954
11955 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11956
11957 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11958 that some versions of grep produce.
11959 (grep-mode-font-lock-keywords): Likewise.
11960
11961 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11962
11963 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11964 (gdb-cdir): Delete.
11965 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11966 (gdb-source-info): Treat case when source file is in another
11967 directory properly.
11968 (gdb-get-location): New function.
11969
11970 2005-02-07 Jay Belanger <belanger@truman.edu>
11971
11972 * calc/calc-prog.el (calc-write-parse-table-part)
11973 (calc-fix-token-name): Fix a check for language type.
11974
11975 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11976
11977 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11978
11979 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11980 as directory not writable.
11981
11982 2005-02-07 Kim F. Storm <storm@cua.dk>
11983
11984 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11985 (cua--standard-movement-commands): Remove list.
11986 Instead, set CUA property value to move for movement commands.
11987 (cua-movement-commands): Remove. Users must set CUA prop instead.
11988 (cua--pre-command-handler): Check CUA property.
11989 (cua--init-keymaps): Don't remap undo commands.
11990 (cua-mode): Don't call cua--rectangle-on-off.
11991
11992 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11993 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11994 (cua--rect-undo-set-point): New var.
11995 (cua--rectangle-undo-boundary): Setup undo apply entry.
11996 (cua--rect-undo-handler): New function for rectangle undo.
11997 (cua--rect-start-position, cua--rect-end-position): Add.
11998 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11999 for restored rectangle. Set point if cua--rect-undo-set-point.
12000
12001 2005-02-06 Jay Belanger <belanger@truman.edu>
12002
12003 * calc/calc-lang.el (calc-tex-language): Display more information
12004 in messages.
12005
12006 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12007 in TeX mode.
12008
12009 2005-02-06 Richard M. Stallman <rms@gnu.org>
12010
12011 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12012
12013 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12014
12015 * net/ldap.el (ldap-search-internal): Support attributes with
12016 optional descriptions separated by a semi-colon, as in
12017 "userCertificate;binary".
12018
12019 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12020
12021 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12022 isn't a cons (i.e. the version is 0).
12023
12024 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12025
12026 * help.el (help-for-help): Doc fix.
12027
12028 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12029
12030 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12031 GDB-Windows on the menu-bar as this works better.
12032
12033 2005-02-04 Jay Belanger <belanger@truman.edu>
12034
12035 * calc/calc-embed.el (calc-embedded-update): Don't put in
12036 unnecessary newlines. Adjust the end of formula marker.
12037
12038 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12039 (math-latex-parse-two-args): New function.
12040
12041 2005-02-03 Lute Kamstra <lute@gnu.org>
12042
12043 * help-fns.el (help-with-tutorial): Make sure that users cannot
12044 remove the entire text of the tutorial by means of `undo'.
12045
12046 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12047
12048 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12049 in recent changes, where the ispell process was repeatedly
12050 killed & restarted.
12051
12052 * international/mule-cmds.el (set-locale-environment): Set file-name
12053 coding system to utf-8 on Darwin systems.
12054 (set-default-coding-systems): Don't set default-file-name-coding-system
12055 on Darwin systems.
12056
12057 2005-02-03 Richard M. Stallman <rms@gnu.org>
12058
12059 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12060
12061 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12062
12063 * faces.el (list-faces-display): Add optional argument.
12064
12065 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12066
12067 * font-core.el (font-lock-default-function): Handle the rare case where
12068 only font-lock-keywords is set.
12069
12070 2005-02-02 Kenichi Handa <handa@m17n.org>
12071
12072 * international/characters.el: Cancel previous change for
12073 I-WITH-DOT-ABOVE and DOTLESS-i.
12074
12075 * international/latin-5.el: Cancel previous change.
12076
12077 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12078
12079 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12080
12081 2005-02-02 Kenichi Handa <handa@m17n.org>
12082
12083 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12084 DOTLESS-i.
12085
12086 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12087 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12088
12089 * case-table.el (get-upcase-table): New function.
12090 (copy-case-table): Copy upcaes table too if non-nil.
12091 (set-case-syntax-delims): Maintain upcase table too.
12092 (set-case-syntax-pair): Likewise.
12093 (set-upcase-syntax, set-downcase-syntax): New functions.
12094 (set-case-syntax): Maintain upcase table too.
12095
12096 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12097
12098 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12099
12100 * progmodes/gud.el (gud-goto-info): New function.
12101 (gud-tool-bar-map): Use correct icon.
12102
12103 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12104
12105 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12106 When delegating, order args in the funcall correctly.
12107
12108 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12109
12110 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12111
12112 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12113
12114 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12115 buffer not visiting a file.
12116
12117 2005-01-31 Jay Belanger <belanger@truman.edu>
12118
12119 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12120 bound on the line with the formula.
12121
12122 2005-01-31 Kim F. Storm <storm@cua.dk>
12123
12124 * ses.el (ses-create-cell-variable-range)
12125 (ses-destroy-cell-variable-range, ses-reset-header-string)
12126 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12127 (ses-insert-row): Fix format of apply undo entries.
12128
12129 2005-01-31 Jay Belanger <belanger@truman.edu>
12130
12131 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12132 parts.
12133
12134 * calc/calc-embed.el (calc-embedded-open-formula)
12135 (calc-embedded-close-formula): Ignore matrix environments.
12136
12137 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12138 TeX mode.
12139
12140 * calc/calc-lang.el (math-function-table, math-oper-table)
12141 (math-variable-table): Adjust the LaTeX portions.
12142
12143 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12144 (math-latex-ignore-words): New constant.
12145
12146 2005-01-31 Richard M. Stallman <rms@gnu.org>
12147
12148 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12149 (ispell-local-dictionary): Doc fix.
12150 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12151 Don't reinitialize at run time. Don't defcustom.
12152 All uses changed to append ispell-local-dictionary-alist,
12153 or check it first.
12154 (ispell-current-dictionary): New variable for dictionary in use.
12155 (ispell-dictionary): Now used only for global default.
12156 (ispell-start-process): Set ispell-current-dictionary,
12157 not ispell-dictionary.
12158 (ispell-change-dictionary): Use this only for setting
12159 user preferences.
12160 (ispell-internal-change-dictionary): New function
12161 to change the current dictionary in use.
12162 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12163 Use ispell-current-dictionary.
12164 Handle ispell-local-dictionary-overridden.
12165 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12166
12167 2005-01-31 Jay Belanger <belanger@truman.edu>
12168
12169 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12170
12171 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12172 (calc-mode-map): Add calc-latex-language.
12173
12174 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12175 (math-latex-print-frac): New functions.
12176 (math-oper-table, math-function-table, math-variable-table)
12177 (math-complex-format, math-input-filter): Add latex properties.
12178 (calc-set-language): Set math-expr-special-function-mapping.
12179
12180 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12181 (calc-write-parse-table-part): Add LaTeX support.
12182
12183 * calc/calc.el (calc-language): Adjust docstring.
12184 (calc-set-mode-line): Add LaTeX support.
12185 (math-expr-special-function-mapping): New variable.
12186 (math-tex-ignore-words): Add to list.
12187
12188 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12189 Add LaTeX support.
12190 (math-compose-expr): Add support for special functions.
12191
12192 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12193
12194 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12195
12196 * progmodes/gdb-ui.el (gdb-memory-address)
12197 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12198 (gdb-memory-mode-map, gdb-memory-format-keymap)
12199 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12200 (gdb-memory-unit-menu): New variables for a buffer
12201 that lets the user examine program memory.
12202 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12203 (gdb-memory-format-binary, gdb-memory-format-octal)
12204 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12205 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12206 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12207 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12208 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12209 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12210 (gdb-memory-mode, gdb-memory-buffer-name)
12211 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12212 New functions for above buffer.
12213
12214 2005-01-30 Richard M. Stallman <rms@gnu.org>
12215
12216 * cus-edit.el (custom-bury-buffer): Function deleted.
12217 (custom-buffer-done-function): Option deleted.
12218 (custom-buffer-done-kill): New (replacement option.
12219 (Custom-buffer-done): Call quit-window.
12220 (custom-buffer-create-internal): Update for above changes.
12221
12222 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12223
12224 * simple.el (undo-ask-before-discard): New var.
12225 (undo-outer-limit-truncate): Implement it.
12226 (undo-extra-outer-limit): Doc update.
12227
12228 2005-01-29 Richard M. Stallman <rms@gnu.org>
12229
12230 * ses.el (undo-more): Delete defadvice.
12231 (ses-begin-change): Doc fix.
12232
12233 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12234 instead of rebinding C-x u and C-_.
12235
12236 * files.el (normal-backup-enable-predicate): Return nil for files
12237 in /tmp, regardless of temporary-file-directory.
12238
12239 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12240
12241 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12242 (open-rectangle, delete-whitespace-rectangle-line)
12243 (clear-rectangle-line): If FILL, pass t instead of FILL
12244 for move-to-column's 2nd arg.
12245
12246 * simple.el (undo): Fix the test for continuing a series of undos.
12247 (undo-more): Set pending-undo-list to t when we reach end.
12248 (pending-undo-list): Move up defvar.
12249
12250 * wid-edit.el (widget-button-click):
12251 Shorten the range of the track-mouse binding.
12252
12253 * comint.el (comint-insert-input): Undo previous changes;
12254 use last-input-event in interactive spec.
12255
12256 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12257
12258 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12259 to nil before invoking call-process. Reset buffer's modified flag
12260 after fontifying it in the no-async branch.
12261
12262 * wid-edit.el (widget-specify-button): If mouse pointer shape
12263 cannot be changed, use mouse face instead.
12264
12265 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12266
12267 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12268 (gdb-goto-breakpoint): Make breakpoint handling work on template
12269 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12270 (gdb-assembler-custom): Update to recognize breakpoint information
12271 added on 2005-01-19.
12272
12273 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12274
12275 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12276 (dsssl-mode): Use define-derived-mode.
12277 (scheme-mode-initialize): Remove.
12278 (scheme-mode): Use run-mode-hooks.
12279
12280 * cus-edit.el (customize-group-other-window)
12281 (custom-buffer-create-other-window): Don't override special-display-*.
12282 (custom-mode-map): Make it dense.
12283
12284 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12285 sets the default value.
12286
12287 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12288
12289 * descr-text.el: Add more keywords.
12290
12291 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * speedbar.el: Avoid unnecessary use of locate-library.
12294
12295 * international/mule-cmds.el (standard-display-european-internal):
12296 Don't fiddle with latin-1 non-break space any more since it's now
12297 special cased in the C code.
12298 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12299
12300 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12301
12302 * cus-start.el (all): Add `undo-outer-limit'.
12303
12304 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12305
12306 * textmodes/bibtex.el (bibtex-format-entry):
12307 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12308 field lines.
12309 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12310 not on part of a buffer.
12311
12312 2005-01-25 Lute Kamstra <lute@gnu.org>
12313
12314 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12315 nonempty field text strings like "{letters\\macro{}more letters}".
12316 Clarify docstring.
12317 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12318 (bibtex-entry-offset, bibtex-parse-association)
12319 (bibtex-parse-field-name): Fix typos in docstrings.
12320 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12321
12322 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12323
12324 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12325 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12326 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12327 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12328
12329 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12330 isearch minor mode.
12331
12332 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12333
12334 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12335
12336 2005-01-24 Lute Kamstra <lute@gnu.org>
12337
12338 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12339 CASECHARS and NOT-CASECHARS regular expressions of the
12340 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12341 striding over charsets" error.
12342
12343 2005-01-24 Jay Belanger <belanger@truman.edu>
12344
12345 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12346 display variable name.
12347
12348 2005-01-24 Kenichi Handa <handa@m17n.org>
12349
12350 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12351 Fix setting of the element of encoded-kbd-iso2022-invocations.
12352
12353 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12354
12355 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12356 (gdb-threads-select): Change to also accept mouse events.
12357 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12358 (gdb-threads-mouse-select): Delete.
12359
12360 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12361
12362 * files.el (insert-directory): Take care of empty directory,
12363 listed without -a switch.
12364
12365 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12366
12367 * textmodes/refill.el (refill-post-command-function):
12368 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12369 to the list of functions that we should be careful not to undo.
12370 (refill-late-fill-paragraph-function): Remove.
12371 (refill-saved-state): New var.
12372 (refill-mode): Use it to save fill-paragraph-function.
12373 Save also the value of auto-fill-function.
12374
12375 * term/w32-win.el: Simplify code.
12376
12377 2005-01-23 Kim F. Storm <storm@cua.dk>
12378
12379 * simple.el (line-move): Adapt to new return value from
12380 pos-visible-in-window-p.
12381
12382 * simple.el (line-move): Fix last change. Check partial
12383 visibility at point rather than at window-start.
12384
12385 2005-01-22 Jason Rumney <jasonr@gnu.org>
12386
12387 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12388
12389 2005-01-22 David Kastrup <dak@gnu.org>
12390
12391 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12392
12393 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12394
12395 * type-break.el (type-break-mode): Add a test for
12396 type-break-file-name being non-nil.
12397
12398 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12399
12400 * net/eudc.el (top level): Call (message "") via progn, so that
12401 eudc-options-file is loaded.
12402
12403 2005-01-22 Kim F. Storm <storm@cua.dk>
12404
12405 * simple.el (line-move-1): Rename from line-move.
12406 (line-move): New function that adjusts vscroll for partially
12407 visible rows, and calls line-move-1 otherwise.
12408
12409 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12410
12411 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12412 since it's not a complete read-event implementation
12413
12414 2005-01-20 Jay Belanger <belanger@truman.edu>
12415
12416 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12417 for called function.
12418
12419 2005-01-20 Steven Tamm <steventamm@mac.com>
12420
12421 * term/mac-win.el (process-connection-type): Remove.
12422 Controlled now by s/darwin.h:PTY_ITERATION.
12423
12424 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12425
12426 * window.el (handle-select-window): Don't switch window when we're
12427 in the minibuffer.
12428
12429 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12430
12431 * subr.el (dotimes-with-progress-reporter): New macro.
12432
12433 * ses.el (ses-dotimes-msg): Remove macro.
12434 Use `dotimes-with-progress-reporter' instead.
12435
12436 2005-01-19 Steven Tamm <steventamm@mac.com>
12437
12438 * term/mac-win.el (process-connection-type): Use new
12439 operating-system-release variable to use ptys on Darwin 7 (OS X
12440 10.3) when using carbon build.
12441
12442 2005-01-19 Jay Belanger <belanger@truman.edu>
12443
12444 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12445 flags if the last command was a tab or M-tab.
12446
12447 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12448 in formula editing buffer.
12449
12450 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12451
12452 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12453 breakpoint image symbol in margin.
12454
12455 2005-01-19 Jay Belanger <belanger@truman.edu>
12456
12457 * calc/calc-prog.el (calc-execute-kbd-macro):
12458 Ignore calc-keep-arg-flag.
12459
12460 2005-01-19 Kenichi Handa <handa@m17n.org>
12461
12462 * textmodes/ispell.el (ispell-looking-at): New function.
12463 (ispell-process-line): Use ispell-looking-at to compare the ispell
12464 output and the buffer contents.
12465
12466 2005-01-18 Jay Belanger <belanger@truman.edu>
12467
12468 * calc/calc.el (calc-display-raw): Fix docstring.
12469
12470 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * simple.el (blink-matching-open): Strip extra info from syntax.
12473
12474 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12475 funny chars in the end-of-here-doc marker.
12476
12477 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12478
12479 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12480 that enable/disabled state of breakpoints is shown correctly in
12481 fringe and on ttys.
12482 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12483 Add breakpoint information as text properties.
12484 (gdb-mouse-toggle-breakpoint):
12485 Rename to gdb-mouse-set-clear-breakpoint.
12486 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12487 breakpoints in the margin.
12488 (gdb-remove-strings): Simplify.
12489
12490 2005-01-17 Jay Belanger <belanger@truman.edu>
12491
12492 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12493 erasing buffer.
12494
12495 2005-01-17 Richard M. Stallman <rms@gnu.org>
12496
12497 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12498 for calling grep-compute-defaults.
12499
12500 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12501 if buffer is empty.
12502
12503 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12504
12505 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12506
12507 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12508
12509 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12510 non-preloaded variables.
12511
12512 2005-01-17 Steven Tamm <steventamm@mac.com>
12513
12514 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12515 tex-shell cause to force interactivity when using pipes.
12516
12517 2005-01-17 Kim F. Storm <storm@cua.dk>
12518
12519 * simple.el (just-one-space): Make arg optional.
12520
12521 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12522
12523 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12524 posn-at-x-y to t to access left-margin.
12525
12526 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12527
12528 Sync with Tramp 2.0.47.
12529
12530 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12531 catching keep-date problems in cp/scp operations.
12532 (tramp-handle-copy-file): Don't call `set-file-modes'
12533 unconditionally. Specialized functions should know better what is
12534 necessary. This improves performance a little bit, and the
12535 functions could catch errors with `cp -p' and `scp -p'.
12536 (tramp-do-copy-or-rename-file-via-buffer)
12537 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12538 when appropriate.
12539 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12540 Call `set-file-modes' when appropriate.
12541 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12542 Johnsson <isak@hypergene.com>
12543 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12544 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12545 <joakim@verona.se>
12546 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12547 Emacs only.
12548
12549 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12550 `find-file-hooks' and `dired-mode-hook'.
12551 (tramp-minor-mode-map): Respective map. Add remapping for
12552 `compile' and `recompile'.
12553 (tramp-remap-command, tramp-recompile): New defuns.
12554 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12555 in buffer "*Compilation*". Call the commands asynchronously.
12556
12557 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12558 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12559 `shell-command', because it isn't magic in XEmacs. Reported by
12560 Adrian Aichner <adrian@xemacs.org>.
12561
12562 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12563 `substitute-in-file-name.
12564 (tramp-smb-handle-substitute-in-file-name): New defun.
12565 (tramp-smb-advice-PC-do-completion): Delete advice.
12566
12567 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12568
12569 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12570 Fix error in deleting region.
12571
12572 2005-01-15 Richard M. Stallman <rms@gnu.org>
12573
12574 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12575 In non-temp buffer, switch syntax table temporarily.
12576
12577 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12578
12579 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12580
12581 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12582
12583 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12584 (imenu--generic-function): Use START, not BEG, as pos of definition.
12585
12586 * simple.el (just-one-space): Argument specifies number of spaces.
12587
12588 * simple.el (eval-expression-print-format): Avoid warning
12589 about edebug-active.
12590
12591 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12592
12593 * progmodes/sh-script.el: Code copied from make-mode.el
12594 with small changes,
12595 (sh-mode-map): Bind C-c C-\.
12596 (sh-backslash-column, sh-backslash-align): New variables.
12597 (sh-backslash-region, sh-append-backslash): New functions.
12598
12599 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12600
12601 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12602 (rmail-pop-password, rmail-pop-password-required): Move to
12603 rmail-obsolete group.
12604 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12605 All callers updated.
12606 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12607 Take an argument specifying whether it is POP or IMAP mailbox we
12608 are using. All callers updated.
12609 (rmail-pop-password-error): Rename to
12610 rmail-remote-password-error. Added mailutils-specific error message.
12611 (rmail-movemail-search-path)
12612 (rmail-movemail-variant-in-use): New variables.
12613 (rmail-remote-password, rmail-remote-password-required):
12614 New customization variables.
12615 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12616 (rmail-parse-url): New function.
12617 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12618 with GNU mailutils movemail.
12619
12620 2005-01-15 Kevin Ryde <user42@zip.com.au>
12621
12622 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12623 suffix to space, $ or '$, to correctly position point when going
12624 to @table style constants like DBL_MAX.
12625
12626 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12627
12628 * type-break.el (type-break-mode, type-break-file-time)
12629 (type-break-file-keystroke-count, type-break-choose-file):
12630 Don't store data in or load data from the file if type-break-file-name
12631 is nil.
12632 (type-break-file-name): Doc update as per the above.
12633
12634 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12635
12636 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12637 lookup-key might return nil; handle that.
12638
12639 2005-01-15 Alan Mackenzie <acm@muc.de>
12640
12641 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12642 rather than the element found, thus enabling the tree to be setcar'd.
12643
12644 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12645
12646 * textmodes/org.el (org-show-following-heading): New option.
12647 (org-show-hierarchy-above): Use `org-show-following-heading'.
12648 (org-cycle): Documentation fix.
12649
12650 * textmodes/org.el (orgtbl-optimized): New option
12651 (orgtbl-mode): New command, a minor mode.
12652 (orgtbl-mode-map): New variable.
12653 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12654 (orgtbl-error, orgtbl-self-insert-command)
12655 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12656
12657 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12658 a local variable in each org-mode buffer.
12659
12660 * textmodes/org.el (org-set-regexps-and-options): Rename from
12661 `org-set-regexps'. Added checking for STARTUP keyword.
12662 (org-get-current-options): Add STARTUP options.
12663 (org-table-insert-row): Make mode intelligent about when
12664 realignment is needed.
12665 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12666 New commands.
12667 (org-enable-table-editor): New default value `optimized'.
12668 (org-table-blank-field): Support blanking regions if active.
12669
12670 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12671
12672 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12673 if the year is not given.
12674
12675 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12676 Add new escapes %m and %M, fixed bug with %F by adding
12677 save-match-data.
12678 (reftex-reference): Remove ?. from list of spaces.
12679 (reftex-label-info): Add automatic label prefix recognition.
12680
12681 * textmodes/reftex-index.el (reftex-index-next-phrase):
12682 Add slave parameter to call of `reftex-index-this-phrase'.
12683 (reftex-index-this-phrase): New optional argument.
12684 (reftex-index-region-phrases): Add slave parameter to call of
12685 `reftex-index-this-phrase'.
12686 (reftex-display-index): New argument redo.
12687 (reftex-index-rescan): Add 'redo to arguments of
12688 `reftex-display-index'.
12689 (reftex-index-Rescan, reftex-index-revert)
12690 (reftex-index-switch-index-tag): Add 'redo to arguments of
12691 `reftex-display-index'.
12692 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12693 indexing. Fix bug with matching is there is a quote before or
12694 after the word.
12695
12696 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12697 Fix bug when collecting citation keys in lines with comments.
12698 (reftex-citation): Prefix argument no longer rescans the document,
12699 but forces prompting for optional arguments of cite macros.
12700 (reftex-do-citation): Prompting for optional arguments implemented.
12701
12702 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12703 Add optional arguments to most cite commands.
12704 (reftex-cite-cleanup-optional-args): New option
12705 (reftex-cite-prompt-optional-args): New option.
12706 (reftex-trust-label-prefix): New option.
12707
12708 * textmodes/reftex-toc.el (reftex-toc-find-section):
12709 Add push-mark before changing the position in the buffer.
12710
12711 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12712 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12713
12714 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12715
12716 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12717 more carefully.
12718
12719 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12720
12721 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12722 (sgml-mode): Use it.
12723 (sgml-get-context): Better keep track of implicitly closed tags.
12724
12725 2005-01-13 Kenichi Handa <handa@m17n.org>
12726
12727 * textmodes/ispell.el: These changes are to fix misalignment error
12728 caused by equivalent characters of different Emacs charsets.
12729 (ispell-unified-chars-table): New variable.
12730 (ispell-get-decoded-string): New function.
12731 (ispell-get-casechars, ispell-get-not-casechars)
12732 (ispell-get-otherchars): Call ispell-get-decoded-string.
12733
12734 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12735
12736 * custom.el (custom-declare-variable): Just put symbol instead
12737 of (defvar . symbol) in `current-load-list'.
12738
12739 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12740
12741 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12742
12743 2005-01-12 Jay Belanger <belanger@truman.edu>
12744
12745 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12746 to create a Calc summary.
12747
12748 2005-01-12 Kim F. Storm <storm@cua.dk>
12749
12750 * mouse.el (mouse-on-link-p): Change functionality and doc
12751 string to comply with latest description in lisp ref.
12752
12753 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12754
12755 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12756 Enable mouse clicks on mode-line, header-line and margin.
12757 (event-type): Give mouse event symbols an 'event-kind property
12758 with value 'mouse-click.
12759
12760 2005-01-12 Juri Linkov <juri@jurta.org>
12761
12762 * facemenu.el (list-colors-display): Add new arg buffer-name.
12763 Use it. Fix docstring. Replace code for identifying duplicate
12764 colors by the name with call to `list-colors-duplicates' which
12765 identifies duplicate colors by the value unless the color
12766 is one of special Windows colors. Set truncate-lines to t.
12767 Print sorted duplicate color names on each line. Indent to 22
12768 \(the longest color name in rgb.txt) instead of 20. Optimize.
12769 (list-colors-duplicates): New function.
12770 (facemenu-color-name-equal): Delete function.
12771
12772 * facemenu.el (list-colors-print): New function created from code
12773 in list-colors-display. Print #RRGGBB at the window right edge.
12774 (list-colors-display): When temp-buffer-show-function is not
12775 defined, call list-colors-print from temp-buffer-show-hook
12776 to get the right value of window-width in list-colors-print
12777 after the buffer is displayed.
12778
12779 * simple.el (pop-mark): Move deactivate-mark out of conditional
12780 part to deactivate the active mark regardless of the state of the
12781 mark ring.
12782
12783 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12784 variables line in desktop files.
12785
12786 2005-01-12 Juri Linkov <juri@jurta.org>
12787
12788 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12789 Bring together isearch highlight related options.
12790 (lazy-highlight): Replace group `replace' by `matching'.
12791 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12792 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12793 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12794 and declare them obsolete.
12795 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12796 (isearch-faces): Remove defgroup.
12797 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12798 Move isearch highlighting code closer to lazy highlighting code.
12799
12800 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12801 (query-replace-highlight, query-replace-lazy-highlight)
12802 (query-replace): Move definitions to the beginning of the file.
12803
12804 2005-01-11 Juri Linkov <juri@jurta.org>
12805
12806 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12807 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12808 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12809
12810 * info.el (Info-history-forward): New variable.
12811 (Info-select-node): Reset Info-history-forward to nil.
12812 (Info-last): Turn into defalias.
12813 (Info-history-back): Rename from Info-last.
12814 Add current node to Info-history-forward.
12815 (Info-history-forward): New fun.
12816 (Info-mode-map): Replace Info-last by Info-history-back.
12817 Bind Info-history-forward to "r".
12818 (Info-mode-menu): Replace Info-last by Info-history-back.
12819 Fix menu item text. Add menu item for Info-history-forward.
12820 (info-tool-bar-map): Replace Info-last by Info-history-back.
12821 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12822 for Info-history-forward.
12823 (Info-mode): Replace Info-last by Info-history-back in docstring.
12824 Add local variable Info-history-forward.
12825 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12826
12827 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12828
12829 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12830 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12831 Ignore select-window events rather than fiddle with
12832 mouse-autoselect-window.
12833
12834 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12835
12836 * type-break.el (type-break-mode): Fix previous change.
12837
12838 2005-01-10 Jay Belanger <belanger@truman.edu>
12839
12840 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12841 calculator; only reset when point is inside a calculator.
12842 Don't adjust the window height if the window takes up the whole height
12843 of the frame.
12844
12845 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12846
12847 * ebuff-menu.el (Electric-buffer-menu-mode):
12848 Preserve value of buffer-local var header-line-format.
12849
12850 2005-01-09 Jay Belanger <belanger@truman.edu>
12851
12852 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12853 Make sure settings file exists before accessing it.
12854
12855 * calc/calc-embed.el (calc-embedded-subst):
12856 Replace math-multi-subst-rec, which is only supposed to be called
12857 by math-multi-subst, by math-multi-subst.
12858
12859 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12860
12861 * vc.el (vc-allow-async-revert): New user option.
12862 (vc-disable-async-diff): New internal variable.
12863 (vc-revert-buffer): Use them to disable asynchronous diff.
12864
12865 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12866 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12867 asynchronously if vc-disable-async-diff is t.
12868
12869 2005-01-09 Jay Belanger <belanger@truman.edu>
12870
12871 * calc/calc.el (defcalcmodevar): New macro.
12872 (calc-mode-var-list-restore-default-values)
12873 (calc-mode-var-list-restore-saved-values): New functions.
12874 (calc-mode-var-list): Use defcalcmodevar to define it.
12875 (calc-always-load-extensions, calc-line-numbering)
12876 (calc-line-breaking, calc-display-just, calc-display-origin)
12877 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12878 (calc-group-char, calc-point-char, calc-frac-format)
12879 (calc-prefer-frac, calc-hms-format, calc-date-format)
12880 (calc-float-format, calc-full-float-format, calc-complex-format)
12881 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12882 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12883 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12884 (calc-matrix-brackets, calc-language, calc-language-option)
12885 (calc-left-label, calc-right-label, calc-word-size)
12886 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12887 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12888 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12889 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12890 (calc-window-height, calc-display-trail, calc-show-selections)
12891 (calc-use-selections, calc-assoc-selections)
12892 (calc-display-working-message, calc-auto-why, calc-timing)
12893 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12894 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12895 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12896 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12897 (calc-gnuplot-geometry, calc-graph-default-resolution)
12898 (calc-graph-default-resolution-3d, calc-invocation-macro)
12899 (calc-show-banner): Use defcalcmodevar to declare them and set
12900 their default values.
12901
12902 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12903 instead of default values (but restore default values if there is
12904 an argument of 0).
12905
12906 2005-01-09 David Kastrup <dak@gnu.org>
12907
12908 * desktop.el (desktop-restore-eager): Fix typo in type.
12909
12910 2005-01-08 Richard M. Stallman <rms@gnu.org>
12911
12912 * cus-edit.el (customize): Delete :link.
12913
12914 2005-01-08 Jay Belanger <belanger@truman.edu>
12915
12916 * calc/calc.el (calc-mode): Remove the extension from the
12917 `calc-settings-file' file name when loading it.
12918
12919 2005-01-08 Kim F. Storm <storm@cua.dk>
12920
12921 * info.el (Info-mode-map, Info-next-link-keymap)
12922 (Info-prev-link-keymap, Info-up-link-keymap):
12923 Map follow-link to mouse-face.
12924 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12925
12926 2005-01-08 Jay Belanger <belanger@truman.edu>
12927
12928 * calc/calc.el (calc-settings-file): Change default value.
12929 Suggested by cgw in a comment in calc-mode.el.
12930
12931 * calc/calc-mode.el (calc-settings-file-name):
12932 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12933 Replace ~/.emacs in a prompt by calc-settings-file.
12934
12935 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12936
12937 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12938 (desktop-lazy-idle-delay): New customizable variables.
12939 (desktop-buffer-args-list): New variable.
12940 (desktop-append-buffer-args): New function.
12941 (desktop-save): Call desktop-append-buffer-args for some buffers.
12942 (desktop-lazy-create-buffer): New function.
12943 (desktop-idle-create-buffers): New function.
12944 (desktop-read): Add message about buffers to restore lazily.
12945 (desktop-lazy-abort): New command.
12946 (desktop-clear): Call desktop-lazy-abort.
12947 (desktop-lazy-complete): New command.
12948
12949 2005-01-06 Richard M. Stallman <rms@gnu.org>
12950
12951 * emacs-lisp/find-func.el (find-face-definition):
12952 Rename from find-face.
12953
12954 2005-01-06 Kim F. Storm <storm@cua.dk>
12955
12956 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12957
12958 * man.el (Man-xref-man-page, Man-xref-header-file)
12959 (Man-xref-normal-file): Add follow-link property.
12960
12961 2005-01-06 Jay Belanger <belanger@truman.edu>
12962
12963 * calc/calc-units.el: Make sure the proper macro definitions are
12964 available when compiling.
12965
12966 2005-01-06 Juri Linkov <juri@jurta.org>
12967
12968 * isearch.el (isearch-lazy-highlight-update):
12969 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12970
12971 2005-01-06 Miles Bader <miles@gnu.org>
12972
12973 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12974 (isearch-lazy-highlight-face): Use new name.
12975
12976 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12977
12978 * uniquify.el (uniquify-rationalize-file-buffer-names):
12979 Re-add an interactive spec.
12980 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12981 to the same name.
12982
12983 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12984 (isearch-update, isearch-done): Adjust calls accordingly.
12985
12986 2005-01-05 Richard M. Stallman <rms@gnu.org>
12987
12988 * custom.el (custom-set-variables, custom-theme-set-variables):
12989 Clarify documentation.
12990
12991 * emacs-lisp/find-func.el (find-variable)
12992 (find-variable-other-window, find-variable-other-frame):
12993 Fix the TYPE args to find-function-read and find-function-do-it.
12994 (find-function): Doc fix.
12995 (find-function-at-point): Replace function-at-point alias.
12996
12997 2005-01-04 Richard M. Stallman <rms@gnu.org>
12998
12999 * cus-face.el (custom-declare-face):
13000 Record defface in current-load-list.
13001
13002 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13003
13004 * emacs-lisp/find-func.el: Doc fixes.
13005 (find-face-regexp): New variable.
13006 (find-function-regexp-alist): New variable.
13007 (find-function-C-source): Third arg is now TYPE.
13008 (find-function-search-for-symbol): Handle general TYPE.
13009 (find-function-read, find-function-do-it): Handle general TYPE.
13010 (find-definition-noselect, find-face): New functions.
13011 (function-at-point): Alias deleted.
13012
13013 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13014
13015 * battery.el (display-battery-mode): Rename from display-battery.
13016 Handle the case where it gets turned off.
13017
13018 2005-01-04 Richard M. Stallman <rms@gnu.org>
13019
13020 * cus-edit.el (customize): Make :link point to user doc.
13021
13022 * man.el (Man-fontify-manpage): Turn off undo generation.
13023
13024 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13025
13026 2005-01-04 Andreas Schwab <schwab@suse.de>
13027
13028 * files.el (insert-directory): Only look for error lines in
13029 inserted text. Don't move too far after processing --dired markers.
13030
13031 2005-01-04 Richard M. Stallman <rms@gnu.org>
13032
13033 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13034 Don't expand if the character is @, period, dash, etc.
13035 (define-mail-abbrev): Quote names that contain problem characters.
13036
13037 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13038
13039 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13040
13041 2005-01-03 Richard M. Stallman <rms@gnu.org>
13042
13043 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13044 (query-replace-highlight, query-replace-lazy-highlight)
13045 (query-replace): Definitions moved up. Doc fix.
13046
13047 2005-01-03 Richard M. Stallman <rms@gnu.org>
13048
13049 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13050 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13051 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13052 (lazy-highlight-face): Rename from isearch-lazy-...
13053 Change all references to them.
13054
13055 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13056
13057 * cus-edit.el (custom-file): Doc fix for defcustom.
13058 (custom-file): The function no longer sets the variable
13059 `custom-file' to its return value.
13060
13061 * startup.el (command-line): No longer load `custom-file'.
13062
13063 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13064
13065 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13066
13067 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13068 Don't confuse module-prefixed identifiers for labels.
13069 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13070
13071 2005-01-02 Richard M. Stallman <rms@gnu.org>
13072
13073 * files.el (basic-save-buffer-1): Fix previous change.
13074
13075 * loadhist.el (file-loadhist-lookup): New function.
13076 (file-provides, file-requires): Use it.
13077
13078 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13079 instead of calculating the right size.
13080
13081 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13082
13083 * vc-svn.el (vc-svn-diff): Stay local if possible.
13084
13085 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13086
13087 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13088
13089 * files.el (hack-local-variables): Fix last change.
13090
13091 2005-01-02 Jay Belanger <belanger@truman.edu>
13092
13093 * calc/calc-yank.el (calc-edit-top): New variable.
13094 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13095 object. Change header properties.
13096 (calc-edit-finish, calc-edit-finish-stack-object)
13097 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13098 edited object.
13099 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13100 for the beginning of the edited object.
13101 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13102 for the beginning of the edited object.
13103 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13104 (calc-finish-formula-edit, calc-macro-repeats)
13105 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13106 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13107 beginning of the edited object.
13108 (calc-user-define-edit): Change the header for editing macros.
13109 Remove unnecessary variable.
13110
13111 2005-01-01 Jay Belanger <belanger@truman.edu>
13112
13113 * calc/calc-yank.el (calc-edit-mode): Change default header.
13114 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13115 * calc/calc-store.el (calc-edit-variable): Change title to match new
13116 header.
13117 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13118 mode to match new header.
13119 (calc-user-define-edit): Change titles to include names of commands.
13120 (calc-finish-formula-edit): Adjust to handle new header.
13121 (calc-finish-macro-edit): Remove.
13122 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13123 (calc-edit-macro-command, calc-edit-macro-command-type)
13124 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13125 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13126 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13127 (calc-edit-macro-finish-edit): New functions.
13128 (calc-user-define-edit): Use new functions to edit named calc macros.
13129
13130 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13131
13132 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13133
13134 * ses.el (copy-region-as-kill): Deactivate mark.
13135
13136 2005-01-01 Richard M. Stallman <rms@gnu.org>
13137
13138 * replace.el (occur-1): If the output buffer is also an input,
13139 don't kill it, rename it.
13140
13141 * faces.el (set-face-background, set-face-foreground): Doc fix.
13142
13143 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13144 for :foreground and :background.
13145
13146 * dired.el (dired-view-command-alist): Variable deleted.
13147 (dired-view-file, dired-mouse-find-file-other-window):
13148 Delete the code to use it.
13149
13150 2005-01-01 Kim F. Storm <storm@cua.dk>
13151
13152 * image.el (insert-sliced-image): Use t for line-height property.
13153
13154 See ChangeLog.11 for earlier changes.
13155
13156 ;; Local Variables:
13157 ;; coding: iso-2022-7bit
13158 ;; End:
13159
13160 Copyright (C) 2005 Free Software Foundation, Inc.
13161 Copying and distribution of this file, with or without modification,
13162 are permitted provided the copyright notice and this notice are preserved.
13163
13164 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1