]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(send-mail-function): Use mailclient-send-it
[gnu-emacs] / lisp / ChangeLog
1 2005-10-16 David Reitter <david.reitter@gmail.com>
2
3 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
4 as default on darwin and windows systems.
5
6 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
7
8 * arc-mode.el (archive-zip-extract): Doc fix.
9
10 2005-10-16 Romain Francoise <romain@orebokech.com>
11
12 * mouse.el (mouse-1-click-follows-link): Doc fix.
13
14 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * savehist.el: Don't require CL at runtime.
17 (savehist-xemacs): Remove.
18 (savehist-coding-system): Use utf-8 if available, regardless of religion.
19 (savehist-no-conversion): Use (featurep 'xemacs).
20 (savehist-load): Check existence of start-itimer rather than XEmacs.
21 Use an idle timer.
22 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23 `delete-if-not'.
24
25 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
26
27 * savehist.el: Newer version.
28 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
29 (savehist-last-checksum, savehist-no-conversion): New vars.
30 (savehist-autosave, savehist-process-for-saving, savehist-printable):
31 New functions.
32 (savehist-load, savehist-save): Use them.
33 (savehist-delimit): Remove.
34
35 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * progmodes/compile.el (compilation-goto-locus): Display the
38 compilation buffer first and the source buffer second, in case they're
39 in overlapping frames. Don't raise the compilation frame if it was the
40 selected window upon entry. Pass the `other-window' arg to
41 pop-to-buffer.
42
43 * info.el (Info-fontify-node): Use dolist.
44 Change add-text-properties to put-text-property.
45
46 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
47
48 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
49 bound of search.
50
51 2005-10-16 Masatake YAMATO <jet@gyve.org>
52
53 * dabbrev.el (dabbrev-completion): Pass the common
54 prefix substring of completion to `display-completion-list'.
55
56 * filecache.el (file-cache-minibuffer-complete)
57 (file-cache-complete): Ditto.
58
59 * tempo.el (tempo-display-completions): Ditto.
60
61 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
62
63 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
64
65 * eshell/em-hist.el (eshell-list-history): Ditto.
66
67 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
68
69 * mail/mailalias.el (mail-complete): Ditto.
70
71 * progmodes/etags.el (complete-tag): Ditto.
72
73 * progmodes/make-mode.el (makefile-complete): Ditto.
74
75 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
76
77 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
78
79 * progmodes/pascal.el (pascal-complete-word)
80 (pascal-show-completions): Ditto.
81
82 * progmodes/python.el (python-complete-symbol): Ditto.
83
84 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
85
86 * textmodes/org.el (org-complete): Ditto.
87
88 * simple.el (completion-common-substring): New variable.
89 (completion-setup-function): Use `completion-common-substring'
90 to put faces.
91
92 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
93
94 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
95 (x-get-selection, mac-select-convert-to-string): Convert from/to
96 UTF-16 clipboard data as in native byte order, no BOM.
97
98 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
99
100 * progmodes/gud.el (gud-tool-bar-map): Rename the images
101 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
102 (gud-sentinel): Use speedbar-frame to check for speedbar.
103
104 2005-10-15 Richard M. Stallman <rms@gnu.org>
105
106 * savehist.el: New file.
107
108 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
109
110 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
111 Fix bug in \bf fontification.
112
113 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * pcvs.el (cvs-edit-log-files): New var.
116 (cvs-mode-edit-log): New arg `file'.
117 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
118 Instead force the use of the original file and nothing else.
119 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
120 the cvs-minor-wrap-function is set.
121 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
122
123 2005-10-14 Bill Wohler <wohler@newt.com>
124
125 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
126 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
127 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
128 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
129 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
130 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
131 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
132 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
133 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
134 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
135 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
136 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
137 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
138 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
139 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
140
141 * progmodes/gud.el (gud-tool-bar-map): Renamed the images
142 appropriately (for example, gud-break to gud/break).
143
144 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
145
146 * longlines.el (longlinges-search-function)
147 (longlines-search-forward, longlines-search-backward): New
148 functions.
149 (longlines-mode): Set isearch-search-fun-function to
150 longlinges-search-function.
151
152 * mouse.el (mouse-drag-region-1): Handle the case where a
153 double-click event is bound to an arbitrary function.
154
155 2005-10-14 David Ponce <david@dponce.com>
156
157 * recentf.el (recentf-track-opened-file)
158 (recentf-track-closed-file, recentf-update-menu)
159 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
160 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
161 mouse-1-click-follows-link.
162
163 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
164
165 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
166 Gnome file-manager.png. Suggested by
167 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
168
169 * toolbar/README: Add diropen.xpm.
170
171 2005-10-13 Bill Wohler <wohler@newt.com>
172
173 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
174 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
175
176 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
177
178 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
179 Don't waste the byte-compiler's time on constant data.
180
181 2005-10-13 Kenichi Handa <handa@m17n.org>
182
183 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
184 byte with `escape-glyph' face.
185
186 * international/fontset.el (ccl-encode-unicode-font):
187 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
188 Handle the case that ucs-mule-to-mule-unicode translates a character to
189 ASCII (usually for IPA characters).
190
191 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
194 Don't hide the underline of titles if font-lock-mode is disabled.
195
196 2005-10-12 Bill Wohler <wohler@newt.com>
197
198 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
199 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
200 files in MH-E-SRC have been updated.
201 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
202
203 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
206 (mixal-mode-syntax-table): Add \n as end-comment.
207 (mixal-operation-codes-alist): Immediately initialize to full value.
208 (mixal-add-operation-code): Remove.
209 (mixal-describe-operation-code): Make the arg non-optional.
210 Use the interactive spec instead.
211 Use mixal-operation-codes-alist rather than mixal-operation-codes.
212 (mixal-font-lock-keywords): Don't highlight comments here any more.
213 (mixal-font-lock-syntactic-keywords): New var.
214 (mixal-mode): Use it. Fix comment-start-skip.
215
216 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
217
218 * startup.el (command-line-x-option-alist): -nb => -nbi
219
220 2005-10-12 Kim F. Storm <storm@cua.dk>
221
222 * startup.el (fancy-splash-default-action): Discard mouse click in
223 the spash screen window, as it has no sensible meaning in the
224 next window to be selected. Fixes error reported by Jan D.
225
226 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
227
228 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
229
230 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
233 Try to fix up minor layout issues like indentation, line break, etc...
234 (mixal-mode-syntax-table): Don't try to specify comment syntax,
235 because it doesn't work.
236 (mixal-operation-codes): Add some more codes.
237 (mixal-font-lock-keywords): Process comments here.
238 (mixal-mode): mixasm no longer needs -g option.
239
240 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
241
242 * progmodes/sh-script.el (sh-tmp-file):
243 Use mktemp -t. Finish support for es and rc shells.
244
245 2005-10-11 Jay Belanger <belanger@truman.edu>
246
247 * calc/calcalg2.el (calc-integral): With an argument, compute the
248 definite integral.
249
250 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
251
252 * mouse.el (mouse-drag-region-1): Don't try to catch a
253 double-click when doing follow-link (it's overridden anyway).
254
255 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
256
257 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
258 (autoload-print-form-outbuf): Add docstring.
259
260 2005-10-11 Juri Linkov <juri@jurta.org>
261
262 * info.el (Info-mode-menu): Delete menu item "Edit".
263 (Info-mode): Delete description of Info-edit from docstring,
264 and rearrange descriptions of Info commands in the order
265 they are documented in the Info manual.
266
267 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
268
269 * calendar/appt.el (appt-check): Use diary-selective-display var.
270
271 2005-10-10 Richard M. Stallman <rms@gnu.org>
272
273 * net/newsticker.el (newsticker-start, newsticker-show-news):
274 Add autoload cookies.
275
276 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
277
278 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
279
280 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
281
282 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
283
284 2005-10-10 Jay Belanger <belanger@truman.edu>
285
286 * calc/calc-arith.el (math-check-known-scalarp)
287 (math-check-known-matrixp): Check the values of arguments that are
288 variables.
289 (math-check-known-square-matrixp): New function.
290 (math-known-square-matrixp): Use math-check-known-square-matrixp.
291 (math-super-types): Add sqmatrix type.
292
293 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
294 mode name `square' to 'sqmatrix'.
295
296 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
297 mode name `square' to 'sqmatrix'.
298
299 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * progmodes/etags.el (select-tags-table-mode): Don't use
302 selective-display.
303 (tags-select-tags-table): Pass `button' to the action function.
304 (select-tags-table): Place the side-info on button properties rather
305 than in hidden text. Abbreviate file names.
306 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
307 (select-tags-table-select): Add `button' argument.
308 Get side-info from the button property rather than from hidden text.
309
310 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
311
312 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
313 (gud-speedbar-buttons): Preserve point if possible.
314 (gud-sentinel): Restore previous speedbar display type.
315
316 * progmodes/gdb-ui.el (gdba): Improve diagram.
317 (def-gdb-auto-update-handler, gdb-info-locals-handler)
318 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
319 Call get-buffer-window once.
320
321 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
324 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
325 (pascal-indent-command): Remove unused var `ind'.
326 (pascal-indent-case): Remove unused var `oldpos'.
327 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
328 since it's now used as a proper minor mode map.
329 (pascal-outline): Rename to pascal-outline-mode.
330 (pascal-outline-mode): Use define-minor-mode.
331 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
332 selective-display.
333
334 2005-10-10 Andreas Schwab <schwab@suse.de>
335
336 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
337 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
338
339 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
340 outside source directory.
341
342 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
343
344 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
345 C-x' as a prefix.
346 (orgtbl-mode-map): Full keymap instead of sparse, because all
347 `self-insert-command' keys are redefined in this map.
348 (org-export-as-html): Specify charset for HTML file, by taking it
349 from the coding system.
350
351 2005-10-10 Kenichi Handa <handa@m17n.org>
352
353 * textmodes/flyspell.el (flyspell-check-word-p):
354 If unread-command-events is non-empty, don't call sit-for.
355
356 2005-10-09 Richard M. Stallman <rms@gnu.org>
357
358 * font-lock.el (font-lock-syntactic-keywords)
359 (font-lock-keywords): Doc fixes.
360
361 * textmodes/flyspell.el (flyspell-external-point-words):
362 Simplify logic, and don't try to check for consecutive appearances
363 of one incorrect word.
364
365 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
366
367 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
368 separator.
369
370 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
371 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
372 (gud-expansion-speedbar-buttons): New function.
373 (gud-speedbar-buttons): Check for gud-comint-buffer.
374
375 2005-10-09 Bill Wohler <wohler@newt.com>
376
377 * Makefile.in (updates): Add mh-loaddefs dependency.
378
379 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
380
381 * speedbar.el (speedbar-file-key-map): Fix typo.
382
383 2005-10-09 Daniel Brockman <daniel@brockman.se>
384
385 * cus-start.el (line-spacing): Add custom spec.
386
387 2005-10-09 Romain Francoise <romain@orebokech.com>
388
389 * textmodes/ispell.el (ispell-check-version): Fix last change.
390
391 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
392
393 * term/x-win.el: Remove -i, --icon-type from comment.
394
395 * startup.el (command-line-x-option-alist): Remove options -i,
396 -itype, --icon-type, added -nb, --no-bitmap-icon
397
398 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
399
400 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
401 instead of :active.
402
403 2005-10-08 Eric Hanchrow <offby1@blarg.net>
404
405 * textmodes/ispell.el (ispell-check-version):
406 Ignore hyphen, and all that follows, in aspell's version text.
407
408 2005-10-08 Jay Belanger <belanger@truman.edu>
409
410 * calc/calc-arith.el (math-known-square-matrixp): New function.
411 (math-pow-fancy): Check for matrices before distributing exponent
412 across products.
413
414 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
415 fullscreen keypad. Suggested by Luc Teirlinck.
416 (calc-keypad-show-input): Add space for formatting.
417
418 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
419 Add square matrix option.
420
421 * calc/calc-poly.el (math-expand-term): Check for matrices instead
422 of checking calc-matrix-mode when deciding how to expand.
423
424 * calc/calc.el (calc-set-mode-line): Add square matrix option.
425
426 2005-10-08 Lars Hansen <larsh@soem.dk>
427
428 * net/tramp.el (tramp-perl-directory-files-and-attributes):
429 Add error handling.
430 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
431
432 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
433
434 Sync with Tramp 2.0.51.
435
436 * net/tramp.el (tramp-handle-set-visited-file-modtime)
437 (tramp-handle-insert-file-contents, tramp-handle-write-region):
438 Insert special handling for `last-coding-system-used', again
439 it still seems to be necessary (unlike stated before).
440 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
441 (tramp-password-prompt-regexp): There might be other words before
442 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
443 (tramp-chunksize): Improve docstring.
444 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
445 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
446 Christian Joergensen <bugs@razor.dk>.
447
448 2005-10-07 Glenn Morris <rgm@gnu.org>
449
450 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
451 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
452 precision'.
453
454 2005-10-07 Romain Francoise <romain@orebokech.com>
455
456 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
457 (ibuffer-do-shell-command-pipe-replace)
458 (ibuffer-do-shell-command-file, ibuffer-do-eval)
459 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
460 (ibuffer-do-revert, ibuffer-do-replace-regexp)
461 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
462 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
463 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
464 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
465 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
466 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
467 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
468 Autoload file sans suffix.
469
470 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
471
472 2005-10-07 David Ponce <david@dponce.com>
473
474 * recentf.el (recentf-menu-open-all-flag): New option.
475 (recentf-digit-shortcut-command-name): New function.
476 (recentf--shortcuts-keymap): New variable.
477 (recentf-menu-shortcuts): New variable.
478 (recentf-make-menu-items): Initialize it. Replace the "More..."
479 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
480 (recentf-menu-value-shortcut): New function.
481 (recentf-make-menu-item): Use it. No more in-lined.
482 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
483 (recentf-open-most-recent-file): Rename from
484 `recentf-open-file-with-key'. Don't depend on key binding.
485 (recentf-mode-map): New variable.
486 (recentf-mode): Use it.
487
488 2005-10-06 Bill Wohler <wohler@newt.com>
489
490 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
491
492 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
493 (MH-E-SRC): New. Used by mh-autoloads.
494 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
495 files in MH-E-SRC have been updated.
496 (compile, recompile, bootstrap): Depend on mh-autoloads.
497
498 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
499
500 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
501 gud-break and gud-remove icons when the fringe is not available.
502
503 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
504 Typo.
505
506 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
507
508 * play/zone.el (zone): Wrap body with save-window-excursion.
509
510 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
513 Use the new `list-only' arg to diary-list-entries.
514
515 * calendar/diary-lib.el: Use overlays rather than selective-display.
516 (diary-selective-display): New var.
517 (diary-header-line-format): Use it.
518 (diary-list-entries): Add argument `list-only'.
519 Put the buffer in diary-mode. Don't add \^M at beg and end.
520 Replace \^M by invisible overlays.
521 (diary-unhide-everything): Replace \^M by invisible overlays.
522 (print-diary-entries): Look for overlays rather than \^M.
523 Add a space to the temp buffer name.
524 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
525 Put the buffer in diary-mode.
526 (list-sexp-diary-entries): Replace \^M by invisible overlays.
527 (diary-anniversary): Make the year arg optional.
528 (diary-time-regexp): New const.
529 (diary-font-lock-keywords): Use it to accept a few more time formats.
530
531 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
532
533 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
534
535 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
536 Fix bug introduced 2005-07-03: Use (car (last ...))
537 to faithfully reproduce replaced artist-last.
538 (artist-set-arrow-points-for-poly): Likewise.
539 Suggested by Johan Bockg\e,Ae\e(Brd.
540
541 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
542
543 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
544 * wid-edit.el (widget):
545 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
546 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
547
548 2005-10-06 Kenichi Handa <handa@m17n.org>
549
550 * international/mule-cmds.el (set-language-environment):
551 Fix setting up of case-table for unibyte mode.
552
553 * simple.el (what-cursor-position): If the character is displayed
554 by some `display' text property, show that. Don't use
555 single-key-description for eight-bit characters in multibyte mode.
556
557 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
558
559 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
560 (gdb-ann3): Set it.
561 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
562 (gdb-info-frames-custom): Use inverse-video for first five
563 characters of selected frame only.
564 (gdb-get-frame-number): Select frame even when point is on frame
565 number.
566
567 2005-10-06 Masatake YAMATO <jet@gyve.org>
568
569 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
570 Put `font-lock-function-name-face'.
571 (gdb-info-frames-custom): Put `font-lock-function-name-face'
572 and `font-lock-variable-name-face'
573 (gdb-registers-font-lock-keywords): New font lock keywords definition.
574 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
575 (gdb-memory-font-lock-keywords): New font lock keywords definition.
576 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
577 (gdb-local-font-lock-keywords): New font lock keywords definition.
578 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
579 (gdb-threads-font-lock-keywords): New font lock keywords definition.
580 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
581
582 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
583
584 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
585 (ediff-merge-region-is-non-clash-to-skip): Previously called
586 ediff-merge-region-is-non-clash.
587
588 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
589 Use insert-buffer-substring.
590
591 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
592 selecting files to patch. Also bug fixes.
593
594 * ediff-util.el (ediff-setup): Bug fix.
595 (ediff-next-difference): Never skip clashes that differ in white
596 space only.
597
598 * ediff-wind.el (ediff-setup-control-frame)
599 (ediff-destroy-control-frame): Check the menubar feature.
600
601 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
602 (viper-refresh-mode-line): Use make-local-variable to localize
603 some vars instead of make-variable-buffer-local. Suggested by
604 Stefan Monnier.
605
606 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
607 (viper-restore-cursor-type, viper-set-insert-cursor-type):
608 Use make-local-variable instead of make-variable-buffer-local.
609 Suggested by Stefan Monnier.
610
611 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
612 (viper-comint-mode-hook): Use make-local-variable on
613 require-final-newline.
614 (viper-non-hook-settings): Don't use make-variable-buffer-local.
615
616 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
619 also the second char of a comment-start sequence.
620 (scheme-sexp-comment-syntax-table): New var.
621 (lambda, define): Set their scheme-doc-string-elt property.
622 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
623 Use lisp-font-lock-syntactic-face-function now that it properly
624 handles |...| symbols.
625 (scheme-mode-variables): Set lisp-doc-string-elt-property,
626 parse-sexp-lookup-properties and font-lock-extra-managed-props.
627
628 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
629 bit from # to |.
630 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
631
632 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
633 (lisp-doc-string-elt-property): New var.
634 (lisp-font-lock-syntactic-face-function): Use it.
635 Rewrite to recognize docstrings even for forms not at toplevel.
636
637 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
638 annotation on the | part of #| rather than on the # part.
639 (scheme-font-lock-syntactic-face-function): New function, to
640 distinguish strings from |...| symbols.
641 (scheme-mode-variables): Use it. Also fix up the font-lock-time
642 syntax-table so that #|...|# is properly highlighted.
643
644 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
645 Don't mark as docstring the 3rd elem of an unknown toplevel form.
646
647 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
650 and C-e.
651
652 * emacs-lisp/eldoc.el: Move comments into docstrings.
653 (eldoc-message-commands): Initialize in its declaration.
654 Add move-beginning-of-line and move-end-of-line.
655 (eldoc-add-command, eldoc-add-command-completions)
656 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
657
658 * outline.el (outline-mark-subtree): Activate the mark.
659
660 * calendar/appt.el (appt-time-regexp): New var.
661 (appt-add, appt-make-list): Use it.
662 (appt-convert-time): Clean up.
663
664 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
665 Don't set any syntax-table property here.
666 (tex-font-lock-verb): New function. Do it here.
667 (tex-font-lock-syntactic-keywords): Use it.
668
669 2005-10-04 Richard M. Stallman <rms@gnu.org>
670
671 * wid-edit.el (widget-file-complete): Get the widget start point
672 the right way. Default directory to `/' if file has none.
673
674 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
675
676 * textmodes/flyspell.el (flyspell-mode-on):
677 Call ispell-maybe-find-aspell-dictionaries.
678
679 * textmodes/ispell.el (ispell-word, ispell-region):
680 Call ispell-maybe-find-aspell-dictionaries.
681 (ispell-accept-buffer-local-defs):
682 Don't call ispell-maybe-find-aspell-dictionaries
683
684 2005-10-04 Richard M. Stallman <rms@gnu.org>
685
686 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
687
688 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
689
690 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
691 instead of `fboundp' in order to allow for anonymous functions.
692
693 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
694
695 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
696 case the user clicks on the link while another window is selected.
697 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
698
699 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
700 functionality.
701 (dframe-help-echo): Save point in case mouse tracking is off.
702
703 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
704
705 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
706
707 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
710 not change the global value of those vars.
711
712 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
713 make-local-variable which we do not need any more.
714
715 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
716
717 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
718 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
719 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
720 (speedbar-path-line): Define obsolete aliases.
721 (speedbar-line-directory): Doc fix.
722
723 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
724 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
725 instead of speedbar-line-path.
726
727 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
728
729 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
730 to nil if dropping on a window. Handle dropping on a minibuffer window
731 like dropping on a non-window part of Emacs.
732
733 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * net/ange-ftp.el: Use with-current-buffer.
736 (ange-ftp-insert-directory): Do not follow symlinks any more.
737
738 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
739 Remove interactive spec.
740
741 2005-10-03 Kim F. Storm <storm@cua.dk>
742
743 * ido.el (ido-mode): Use custom-initialize-set.
744
745 2005-10-02 Richard M. Stallman <rms@gnu.org>
746
747 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
748 Use insert-buffer-substring.
749
750 * net/tramp.el: Pacify byte compiler warnings in pacification code.
751 (tramp-handle-file-local-copy): Use insert-buffer-substring.
752
753 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
756 in last change.
757 (ange-ftp-insert-directory): Fix up the search for the case where
758 `file' is absolute.
759
760 2005-10-02 Romain Francoise <romain@orebokech.com>
761
762 * progmodes/compile.el (compile-goto-error): Delete extra paren.
763
764 2005-10-02 Andreas Schwab <schwab@suse.de>
765
766 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
767 directory component in the session info.
768
769 2005-10-01 Richard M. Stallman <rms@gnu.org>
770
771 * comint.el (comint-redirect-subvert-readonly): Doc fix.
772
773 * simple.el (next-error-internal): New function.
774
775 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
776 (compilation-start): Pass new arg to compilation-buffer-name.
777 (compile-goto-error): Use next-error-internal.
778
779 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
780
781 * speedbar.el: Remove RCS tag.
782 (speedbar-check-read-only): Handle non-existent files.
783
784 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
785
786 * info.el (Info-speedbar-hierarchy-buttons)
787 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
788
789 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
790
791 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
792 Do not match newline.
793 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
794 (bibtex-summary): Remove unnecessary save-excursion.
795 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
796
797 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
798
799 * term/mac-win.el: Add charset info for "iso10646-1".
800 Modify default fontset to use ATSUI-compatible fonts for some charsets
801 if available.
802
803 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
804
805 * speedbar.el: Re-apply arch tag.
806 (speedbar-version): Rename to version 1.0. Suggested by Eric
807 M. Ludlam.
808 Reapply two changes from Emacs CVS' version of speedbar lost
809 during the merge:
810 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
811 (speedbar-frame-parameters): Improve customize type.
812
813 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
814
815 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
816 (ange-ftp-file-directory-p): Fix the symlink case.
817 (ange-ftp-insert-directory): When listing a single file, get a list of
818 the parent buffer and extract the relevant line. Inspired from a patch
819 by Katsumi Yamaoka <yamaoka@jpl.org>.
820 (ange-ftp-file-name-sans-versions): Simplify.
821
822 2005-09-30 Bill Wohler <wohler@newt.com>
823
824 Move MH-E image files from toolbar and mail directories into
825 etc/images.
826
827 * mail/reply2.*: Move to etc/images/mail/reply*.
828
829 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
830 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
831 etc/images.
832
833 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
834 * toolbar/reply*: Move to etc/images/mail.
835
836 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
837
838 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
839
840 * speedbar.el: New version 1.0pre3.
841
842 Frame management code (including timer, and mouse click specifics)
843 moved to dframe.el:
844 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
845 (speedbar-timer): Removed. Use dframe-timer.
846 (speedbar-close-frame): Removed. Use dframe-close-frame.
847 (speedbar-activity-change-focus-flag): Removed. Use
848 dframe-activity-change-focus-flag.
849 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
850 dframe-update-speed.
851
852 (speedbar-current-frame): New macro. Use this instead of the
853 variable speedbar-frame.
854
855 (speedbar-use-images, speedbar-expand-image-button-alist)
856 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
857
858 (speedbar-find-image-on-load-path): Removed. Replaced by
859 defezimage in ezimage.el.
860 (speedbar-expand-image-button-alist): Removed. Replaced by
861 ezimage-expand-image-button-alist in ezimage.el.
862
863 (speedbar-ignored-directory-regexp)
864 (speedbar-add-ignored-directory-regexp)
865 (speedbar-ignored-directory-expressions)
866 (speedbar-line-directory, speedbar-buffers-line-directory)
867 (speedbar-directory-line, speedbar-buffers-line-directory):
868 Renamed, replacing `path' with `directory'.
869
870 (speedbar-create-directory, speedbar-expand-line-descendants)
871 (speedbar-toggle-line-expansion)
872 (speedbar-contract-line-descendants): New commands.
873
874 (speedbar-query-confirmation-method, speedbar-select-frame-method)
875 (speedbar-use-tool-tips-flag): New options.
876
877 (speedbar-check-read-only, speedbar-require-version)
878 (speedbar-insert-separator, speedbar-buffers-tail-notes)
879 (speedbar-handle-delete-frame, speedbar-try-completion)
880 (speedbar-update-localized-contents): New functions.
881
882 (speedbar-incompatible-version, speedbar-ro-to-do-point)
883 (speedbar-object-read-only-indicator): New variables.
884
885 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
886 New hooks.
887
888 (speedbar-separator-face): New face.
889
890 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
891 (speedbar-ignored-modes): Add fundamental-mode.
892 (speedbar-directory-unshown-regexp): Add . directories.
893
894 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
895 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
896 `]' for full expand/close.
897 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
898
899 (speedbar-check-vc): Support hidden files.
900 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
901 (speedbar-this-file-in-vc): Use vc-state if available. If VC
902 state is nil, it is not checked out.
903
904 (speedbar-line-text, speedbar-line-token): Support expand buttons
905 with no text.
906 (speedbar-refresh): Universal argument acts as power-click.
907 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
908 that buffer to get variable values.
909
910 And many other bugfixes.
911
912 * dframe.el, ezimage.el, sb-image.el: New files.
913
914 * sb-*.xpm: Remove files. New image files installed into
915 etc/images/ezimage.
916
917 2005-09-30 Kenichi Handa <handa@m17n.org>
918
919 * ps-mule.el (ps-mule-show-warning): If a character is in
920 ps-print-translation-table, don't treat it as non-printable.
921
922 2005-09-30 David Ponce <david@dponce.com>
923
924 * tree-widget.el (tree-widget-themes-load-path): New variable.
925 (tree-widget-themes-directory): Doc fix.
926 (tree-widget-image-formats) [Emacs]: Doc fix.
927 (tree-widget--locate-sub-directory): New function.
928 (tree-widget-themes-directory): Use it.
929
930 * recentf.el (recentf-filename-handlers): Rename from
931 `recentf-filename-handler'. Allow a list of functions.
932 (recentf-menu-items-for-commands): Fix :help strings.
933 (recentf-apply-filename-handlers): New function.
934 (recentf-expand-file-name): Use it.
935 (recentf-cleanup): Remove duplicates too.
936
937 2005-09-29 Juri Linkov <juri@jurta.org>
938
939 * faces.el: Rearrange face definitions to be in the same order as
940 their face descriptions in "(emacs)Standard Faces".
941
942 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
943
944 * tooltip.el (tooltip): Add group `basic-faces'.
945
946 * buff-menu.el (Buffer-menu-buffer): Remove group
947 `font-lock-highlighting-faces'.
948
949 * progmodes/compile.el (compilation-error, compilation-warning)
950 (compilation-info, compilation-line-number, compilation-column-number):
951 Change group from `font-lock-highlighting-faces' to `compilation'.
952
953 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
954 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
955 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
956 (vhdl-font-lock-reserved-words-face)
957 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
958 `font-lock-highlighting-faces'.
959
960 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
961
962 2005-09-28 Kim F. Storm <storm@cua.dk>
963
964 * emulation/cua-base.el: Set CUA move property on additional commands:
965 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
966 forward-sexp, backward-sexp, forward-list, backward-list.
967
968 2005-09-28 Romain Francoise <romain@orebokech.com>
969
970 * comint.el (comint-show-output): Really set point at the
971 beginning of the output when not using `comint-use-prompt-regexp'.
972
973 2005-09-27 Jay Belanger <belanger@truman.edu>
974
975 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
976 in TeX mode.
977
978 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
979
980 * textmodes/org.el (org-table-sum): Fix format string.
981
982 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
983 Quote face names.
984
985 2005-09-26 Romain Francoise <romain@orebokech.com>
986
987 * isearch.el (isearch-forward-regexp): Close doc string.
988
989 2005-09-25 Richard M. Stallman <rms@gnu.org>
990
991 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
992
993 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
994
995 * progmodes/compile.el (compilation-error-properties):
996 When getting the file from the previous error message,
997 correctly decode the new data format.
998
999 * progmodes/cc-cmds.el (c-electric-paren):
1000 Call old-blink-paren only for close-paren.
1001
1002 2005-09-24 Andreas Schwab <schwab@suse.de>
1003
1004 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1005 condition.
1006
1007 2005-09-25 Romain Francoise <romain@orebokech.com>
1008
1009 * dired-aux.el (dired-copy-file-recursive):
1010 * dired.el (dired-delete-file):
1011 * ediff-mult.el (ediff-dir-diff-copy-file):
1012 * ediff-util.el (ediff-test-save-region):
1013 * forms.el (forms-mode):
1014 * ido.el (ido-file-internal, ido-delete-file-at-head):
1015 * log-edit.el (log-edit-done):
1016 * ses.el (ses-yank-resize):
1017 * play/gomoku.el (gomoku-human-plays, gomoku)
1018 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1019 (gomoku-offer-a-draw):
1020 * play/landmark.el (lm-human-resigns, lm):
1021 * net/eudcb-ldap.el (eudc-ldap-check-base):
1022 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1023 * progmodes/ebrowse.el (ebrowse-find-pattern):
1024 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1025 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1026 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1027
1028 * vc.el (vc-delete-file):
1029 * play/gomoku.el (gomoku-terminate-game, gomoku)
1030 (gomoku-prompt-for-move, gomoku-human-takes-back):
1031 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1032 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1033
1034 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1035
1036 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1037 color rxvt terminals by using the code xterm.el used to use before
1038 2005-04-09 in order to match the colors used by rxvt.
1039
1040 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1041
1042 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1043 colors rxvt-unicode terminals by using the same code as xterm.el.
1044
1045 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1046
1047 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1048 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1049 new symbol used for the tex-verbatim face.
1050
1051 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1052
1053 * woman.el (woman-file-name):
1054 * wid-edit.el (widget-file-prompt-value)
1055 (widget-coding-system-prompt-value):
1056 * w32-fns.el (set-w32-system-coding-system):
1057 * vc.el (vc-version-diff, vc-annotate):
1058 * textmodes/reftex-auc.el (reftex-arg-cite)
1059 (reftex-arg-index-tag):
1060 * textmodes/refer.el (refer-get-bib-files):
1061 * textmodes/artist.el (artist-figlet-choose-font):
1062 * terminal.el (terminal-emulator):
1063 * replace.el (occur-read-primary-args):
1064 * rect.el (string-rectangle, string-insert-rectangle):
1065 * ps-print.el (ps-print-preprint):
1066 * progmodes/pascal.el (pascal-goto-defun):
1067 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1068 * progmodes/compile.el (compilation-find-file):
1069 * printing.el (pr-interactive-n-up):
1070 * play/animate.el (animate-birthday-present):
1071 * net/rcompile.el (remote-compile):
1072 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1073 * mail/rmailsum.el (rmail-summary-search-backward)
1074 (rmail-summary-search):
1075 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1076 (rmail-output-read-file-name):
1077 * mail/rmail.el (rmail-search, rmail-search-backwards):
1078 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1079 * locate.el (locate):
1080 * international/quail.el (quail-show-keyboard-layout):
1081 * international/mule.el (set-buffer-file-coding-system)
1082 (revert-buffer-with-coding-system, set-file-name-coding-system)
1083 (set-terminal-coding-system, set-keyboard-coding-system)
1084 (set-next-selection-coding-system):
1085 * international/mule-diag.el (describe-coding-system)
1086 (describe-font, describe-fontset):
1087 * international/mule-cmds.el (universal-coding-system-argument)
1088 (search-unencodable-char, describe-input-method)
1089 (set-language-environment, describe-language-environment):
1090 * international/codepage.el (codepage-setup):
1091 * international/code-pages.el (codepage-setup):
1092 * info.el (Info-search, Info-follow-reference)
1093 (Info-search-backward):
1094 * emacs-lisp/advice.el (ad-read-advised-function)
1095 (ad-read-advice-class, ad-clear-cache, ad-activate)
1096 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1097 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1098 (ad-read-regexp):
1099 * ediff-util.el (ediff-toggle-regexp-match):
1100 * ediff-ptch.el (ediff-prompt-for-patch-file):
1101 * dired-aux.el (dired-diff):
1102 * diff.el (diff):
1103 * cus-edit.el (custom-variable-prompt):
1104 * calendar/timeclock.el (timeclock-ask-for-project):
1105 * calc/calcalg3.el (calc-get-fit-variables):
1106 * calc/calc-store.el (calc-edit-variable)
1107 (calc-permanent-variable):
1108 * vc-mcvs.el (vc-mcvs-register):
1109 * shadowfile.el (shadow-define-literal-group):
1110 * woman.el (woman-file-name):
1111 * vc.el (vc-version-diff, vc-merge):
1112 * textmodes/reftex-index.el (reftex-index-complete-tag):
1113 * format.el (format-decode-buffer, format-decode-region):
1114 * emulation/viper-cmd.el (viper-read-string-with-history):
1115 * emacs-lisp/debug.el (cancel-debug-on-entry):
1116 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1117 * ediff.el (ediff-merge-revisions)
1118 (ediff-merge-revisions-with-ancestor, ediff-revision):
1119 * completion.el (interactive-completion-string-reader):
1120 * calc/calc-prog.el (calc-user-define-formula):
1121 Follow convention for reading with the minibuffer.
1122
1123 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1124
1125 * progmodes/python.el (python-describe-symbol): Add globals() and
1126 locals() to the arguments of emacs.ehelp.
1127
1128 2005-09-24 Magnus Henoch <mange@freemail.hu>
1129
1130 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1131 New function, code extracted from ispell-valid-dictionary-list.
1132 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1133 Call it.
1134
1135 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1136
1137 * subr.el (version-regexp-alist): Extend valid syntax for version
1138 strings: allow any of the characters -,_,+ to separate the
1139 alpha/beta/rc part from the version part. Doc fix.
1140 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1141
1142 2005-09-23 David Reitter <david.reitter@gmail.com>
1143
1144 * mail/mailclient.el: New file.
1145
1146 2005-09-23 Richard M. Stallman <rms@gnu.org>
1147
1148 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1149 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1150 Doc fixes.
1151
1152 * progmodes/cc-mode.el (c-font-lock-init):
1153 Specify font-lock-lines-before.
1154
1155 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1158 whole conflict.
1159
1160 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1161
1162 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1163 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1164 of `remap' feature when available. Additional key bindings for
1165 better tty support.
1166 (org-mode-restart, org-force-self-insert): New commands.
1167 (org-time-stamp-inactive): New command.
1168 (org-remap): New function.
1169 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1170 (org-enable-fixed-width-editor): Move to `org-structure'
1171 customization group.
1172 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1173 blank field after field motion commands.
1174
1175 2005-09-23 Kenichi Handa <handa@m17n.org>
1176
1177 * international/mule-cmds.el (set-language-environment):
1178 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1179 have to call utf-translate-cjk-load-tables.
1180
1181 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * mouse.el (mouse-move-drag-overlay): Fix last change.
1184
1185 2005-09-22 David Ponce <david@dponce.com>
1186
1187 * tree-widget.el (tree-widget-value-create): Fix previous change.
1188
1189 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1190
1191 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1192
1193 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1194
1195 * mouse.el (mouse-move-drag-overlay): New function.
1196 (mouse-drag-region-1): Use it.
1197 Try to simplify a bit the state handling. Handle clicks on links
1198 inside intangible areas.
1199 (mouse-save-then-kill): Minor simplification.
1200 (mouse-secondary-overlay): Make it always non-nil instead of
1201 recreating it each time.
1202 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1203 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1204 Simplify accordingly.
1205
1206 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1207
1208 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1209
1210 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1211
1212 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1213 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1214 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1215 to patch.
1216
1217 * ediff-util.el: Use insert-buffer-substring.
1218
1219 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1220
1221 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1222 field boundaries in the minibuffer.
1223 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1224 (viper-minibuffer-post-command-hook): New hook.
1225 (viper-line): Don't move cursor at bolp.
1226
1227 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1228
1229 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1230 avoid compiler warnings.
1231
1232 * emulation/viper-macs.el (ex-map): Better messages.
1233
1234 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1235
1236 * emulation/viper.el: Replace make-variable-buffer-local with
1237 viper-make-variable-buffer-local everywhere, to avoid warnings.
1238
1239 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1240
1241 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1242 Delete unused var `old-selected-window'.
1243 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1244 (mouse-drag-secondary): Delete unused var `start-frame'.
1245
1246 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1247
1248 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1249
1250 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1251
1252 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1253 Re-indent within 80 columns. Use inhibit-read-only.
1254
1255 2005-09-19 Romain Francoise <romain@orebokech.com>
1256
1257 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1258
1259 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1260
1261 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1262 unconditionally, since the after-change-function already did it.
1263
1264 2005-09-19 Miles Bader <miles@gnu.org>
1265
1266 * net/newsticker.el: Get rid of CVS keyword.
1267
1268 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1269
1270 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1271 The prompt is formatted later.
1272
1273 2005-09-19 David Ponce <david@dponce.com>
1274
1275 * tree-widget.el (tree-widget-value-create): Save the converted
1276 tree :node widget.
1277
1278 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1279
1280 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1281 variable `message'.
1282
1283 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1284
1285 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1286 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1287 <slawomir.nowaczyk.847@student.lu.se>.
1288
1289 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1290
1291 * image.el (image-load-path): Use symbol `data-directory' instead
1292 of its value, for backward compatibility with packages that bind
1293 it during `find-image'. Suggested by Katsumi Yamaoka.
1294 (image-search-load-path): Handle symbols whose values are strings.
1295
1296 2005-09-18 Romain Francoise <romain@orebokech.com>
1297
1298 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1299 with-current-buffer form in save-excursion.
1300
1301 2005-09-18 D Goel <deego@gnufans.org>
1302
1303 * apropos.el (apropos-command): Fix `message' call: first arg
1304 should be a format spec. In this and all other cases that appear
1305 below and elsewhere in the source code, I made a change only when
1306 two conditions were satisfied: [1] I can think of a possibility
1307 that the arguments would cause an error, for example, the code in
1308 question relies on external variables such as filenames. [2] I
1309 was sure that the arg to `message' could not have been nil in the code.
1310
1311 * textmodes/tildify.el (tildify-region): Ditto.
1312
1313 * textmodes/reftex-index.el (reftex-index-change-entry)
1314 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1315 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1316 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1317 (org-priority, org-table-sum):
1318 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1319 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1320 (flyspell-word, flyspell-display-next-corrections):
1321 * textmodes/bibtex.el (bibtex-print-help-message):
1322 * textmodes/artist.el (artist-key-set-point-poly):
1323 * term/mac-win.el (mac-services-insert-text):
1324 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1325 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1326 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1327 (vhdl-compose-configuration):
1328 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1329 (sh-set-indent, sh-learn-line-indent):
1330 * progmodes/ps-mode.el (ps-mode-target-column):
1331 * progmodes/idlwave.el (idlwave-make-tags)
1332 (idlwave-scan-library-catalogs):
1333 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1334 * progmodes/gud.el (gud-jdb-analyze-source):
1335 * progmodes/flymake.el (flymake-log):
1336 * progmodes/ebnf2ps.el (ebnf-generate-region):
1337 * progmodes/cmacexp.el (c-macro-expansion):
1338 * progmodes/ada-xref.el (ada-treat-cmd-string):
1339 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1340 (ada-justified-indent-current, ada-batch-reformat):
1341 * play/zone.el (zone):
1342 * play/landmark.el (lm-move):
1343 * play/decipher.el (decipher-show-alphabet):
1344 * net/newsticker.el (newsticker--display-jump)
1345 (newsticker--display-scroll):
1346 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1347 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1348 * mail/feedmail.el (feedmail-dump-message-to-queue):
1349 * eshell/esh-proc.el (eshell-remove-process-entry):
1350 * emulation/ws-mode.el (ws-last-error):
1351 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1352 (viper-record-kbd-macro):
1353 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1354 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1355 * emacs-lisp/find-func.el (find-function-noselect):
1356 * calendar/timeclock.el (timeclock-status-string)
1357 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1358 (timeclock-when-to-leave-string):
1359 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1360 * calc/calc-units.el (calc-enter-units-table):
1361 * calc/calc-mode.el (calc-mode-record-mode):
1362 * woman.el (woman-mini-help):
1363 * wdired.el (wdired-change-to-wdired-mode):
1364 * vc.el (vc-retrieve-snapshot):
1365 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1366 * startup.el (display-startup-echo-area-message):
1367 * simple.el (set-goal-column):
1368 * ses.el (ses-command-hook, ses-recalculate-cell):
1369 * server.el (server-process-filter):
1370 * printing.el (pr-interface-txt-print, pr-interface-printify)
1371 (pr-interface-ps):
1372 * pcvs.el (cvs-help):
1373 * log-edit.el (log-edit, log-edit-mode-help):
1374 * iswitchb.el (iswitchb-possible-new-buffer):
1375 * isearch.el (isearch-edit-string):
1376 * image-mode.el (image-mode, image-minor-mode):
1377 * ibuf-macs.el (define-ibuffer-filter):
1378 * hi-lock.el (hi-lock-find-patterns):
1379 * files.el (toggle-read-only):
1380 * ediff-util.el (ediff-copy-diff)
1381 (ediff-write-merge-buffer-and-maybe-kill):
1382 * echistory.el (Electric-history-undefined):
1383 * dnd.el (dnd-insert-text):
1384 * dired-aux.el (dired-query):
1385 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1386 * bookmark.el (bookmark-bmenu-locate):
1387 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1388 Fix `message' calls to ensure first arg is a format string.
1389 The change was made only when these two conditions were satisfied:
1390 [1] when there is a possibility that the arguments would cause an error
1391 for example, if the code in question relies on external variables
1392 such as filenames, and
1393 [2] if the arg to `message' could not have been nil in the code.
1394
1395 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1396 Not having a %s would be weird, though not technically wrong.
1397
1398 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1399
1400 * term/mac-win.el (mac-add-charset-info): Doc fix.
1401
1402 2005-09-17 Romain Francoise <romain@orebokech.com>
1403
1404 * shell.el (shell-resync-dirs): Handle echoing processes more
1405 reliably. Don't insert resync command if `comint-process-echoes'
1406 is non-nil.
1407
1408 2005-09-17 Magnus Henoch <mange@freemail.hu>
1409
1410 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1411 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1412 aspell versions >= 0.60.
1413 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1414 only if ispell-aspell-supports-utf8 is non-nil.
1415
1416 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1417
1418 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1419 buffer-local value to lisp-indent-function.
1420
1421 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1422
1423 * progmodes/glasses.el (glasses-make-readable): If
1424 glasses-separator differs from underscore, put appropriate
1425 overlays over underscore characters.
1426 (glasses-convert-to-unreadable): If glasses-separator differs from
1427 underscore, try to convert glasses-separator characters to
1428 underscores.
1429
1430 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1433 Use with-syntax-table and dolist.
1434
1435 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1436
1437 * textmodes/reftex-auc.el:
1438 * textmodes/reftex-cite.el:
1439 * textmodes/reftex-dcr.el:
1440 * textmodes/reftex-global.el:
1441 * textmodes/reftex-parse.el:
1442 * textmodes/reftex-ref.el:
1443 * textmodes/reftex-sel.el:
1444 * textmodes/reftex-toc.el:
1445 * textmodes/reftex-vars.el:
1446 * textmodes/reftex.el: Small changes to remove compiler warnings.
1447
1448 * textmodes/reftex-index.el: Likewise.
1449 (reftex-query-index-phrase): More efficient use of markers.
1450
1451 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1452
1453 * image.el (image-load-path): New variable.
1454 (image-search-load-path): New function.
1455 (find-image): Search for images in `image-load-path'.
1456
1457 2005-09-15 Richard M. Stallman <rms@gnu.org>
1458
1459 * follow.el: Change Maintainer field.
1460
1461 2005-09-15 David Ponce <david@dponce.com>
1462
1463 * recentf.el (recentf-save-file-modes): New option.
1464 (recentf-save-list): Use it.
1465
1466 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1467
1468 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1469 (mode-line-mule-info, mode-line-modified): Move bindings from
1470 mouse-3 to mouse-1.
1471
1472 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1473
1474 * simple.el (sendmail-user-agent-compose): Revert last change.
1475
1476 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1477
1478 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1479 Use with-current-buffer.
1480 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1481 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1482 (ange-ftp-insert-directory): Remove unused var `short'.
1483 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1484
1485 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1486 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1487
1488 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1489 (check-calendar-holidays, diary-list-entries): Autoload.
1490 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1491 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1492
1493 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1494 which mistakenly removed a call to display-buffer.
1495
1496 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1497
1498 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1499
1500 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1501
1502 * progmodes/hideshow.el
1503 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1504 (hs-allow-nesting): New user var.
1505 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1506 (hs-hide-block-at-point): When nesting allowed,
1507 if there is already an overlay in place, delete it.
1508 (hs-safety-is-job-n): Delete func; remove call sites.
1509 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1510 (hs-overlay-at): New func.
1511 (hs-already-hidden-p, hs-show-block): Use it.
1512 (hs-hide-all): Don't pre-clean if nesting allowed.
1513 (hs-show-all): Temporarily disallow
1514 nesting around call to `hs-discard-overlays'.
1515
1516 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1517
1518 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1519 Delete unused local var.
1520
1521 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1522
1523 * help-fns.el (describe-categories): "?\ " -> "?\s".
1524 (help-do-arg-highlight): Recognize also ARG-n, as in
1525 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1526
1527 * international/codepage.el (dos-unsupported-char-glyph):
1528 * net/newsticker.el (tool-bar-map, w3-mode-map)
1529 (w3m-minor-mode-map):
1530 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1531 (ent-alist):
1532 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1533
1534 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1535
1536 * custom.el (custom-push-theme): Handle the case where a symbol is
1537 bound but face properties have not yet been assigned.
1538
1539 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1540 Fix behavior if noerase is `t' and there is no mail buffer.
1541
1542 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1543 if `continue' is nil, rather than signal an error.
1544
1545 2005-09-12 Richard M. Stallman <rms@gnu.org>
1546
1547 * font-lock.el (font-lock-keywords): Add autoload.
1548
1549 * help-fns.el (describe-variable): Rearrange to put source link
1550 in a predictable place.
1551
1552 * net/newsticker.el: New file.
1553
1554 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1557 (calendar-basic-setup): Use the new nil arg.
1558 (number-of-diary-entries): Move to diary-lib.el.
1559
1560 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1561 (diary-list-entries): Use with-syntax-table and dolist.
1562 Rename from list-diary-entries.
1563 Use number-of-diary-entries if `number' is nil.
1564 (diary, diary-view-entries): Use this new name and new nil arg value.
1565 (number-of-diary-entries): Move from calendar.el.
1566 (diary-unhide-everything): New function.
1567 (include-other-diary-files, fancy-diary-display)
1568 (diary-show-all-entries, make-diary-entry): Use it.
1569 (diary-mail-entries): Use buffer-string.
1570 (mark-diary-entries): Fix long standing paren typo.
1571 (diary-sexp-entry): Use count-lines.
1572 (make-diary-entry): Avoid `previous-line'.
1573 (diary-mode-map): New var.
1574 (diary-mode): Redraw cal after saving. Setup header-line.
1575 (fancy-diary-display-mode): Use local-set-key.
1576
1577 * startup.el (command-line): Try calling various terminal-init-foo-bar
1578 functions by stripping hyphenated suffixes from $TERM.
1579
1580 * files.el (normal-mode): Check boundness of font-lock-keywords.
1581
1582 2005-09-12 Richard M. Stallman <rms@gnu.org>
1583
1584 * progmodes/compile.el: Don't decide a file's directory
1585 until the user actually tries to go there.
1586 (compilation-next-error-function):
1587 Pass compilation-find-file the directory from the file-struct.
1588 (compilation-internal-error-properties): Separate local FILE-STRUCT
1589 from FILE. Doc the args better. Rename arg FMT to FMTS.
1590 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1591 Expand it, and if nil, use default-directory.
1592 (compilation-get-file-structure): Don't mix specified directory
1593 with default directory. Put specified directory into
1594 file-struct. Don't make the file name absolute.
1595
1596 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1597 (compile-command): Add autoload.
1598 (compilation-disable-input): Add autoload.
1599
1600 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1601
1602 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1603 strings of the variables it can override.
1604 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1605 %Q and %q, for fully-qualified domain name and unqualified host name.
1606
1607 2005-09-11 Kim F. Storm <storm@cua.dk>
1608
1609 * emacs-lisp/authors.el (authors-aliases): Update list.
1610 (authors-fixed-entries): Update mldrag.el entry.
1611
1612 2005-09-10 Alan Mackenzie <acm@muc.de>
1613
1614 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1615 from the region narrowed to.
1616
1617 2005-09-10 Magnus Henoch <mange@freemail.hu>
1618
1619 * textmodes/ispell.el (ispell-check-version): Signal an error if
1620 aspell version is less than 0.60.
1621
1622 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1623
1624 * progmodes/octave-inf.el (inferior-octave-startup):
1625 Resync current dir at the end.
1626
1627 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1628
1629 * woman.el (woman-topic-at-point-default):
1630 Rename to woman-use-topic-at-point-default.
1631 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1632 (woman-file-name): Reflect renames above. Automatically use the
1633 word at point as topic if woman-use-topic-at-point is non-nil.
1634 Otherwise offer it as default but don't insert it in the
1635 minibuffer. Also use `test-completion' instead of `assoc' as
1636 suggested by Stefan Monnier.
1637
1638 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1639
1640 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1641 the attempt to do it over Tramp. This is not yet supported.
1642
1643 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1644
1645 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1646 (menu-bar-non-minibuffer-window-p): New functions.
1647 ("Split Window", "Save As..."): Use them.
1648 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1649 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1650 Use menu-bar-menu-frame-live-and-visible-p.
1651 ("Save Buffer", "Insert File", "Open Directory...")
1652 ("Open File...", "Visit New File..."):
1653 Use menu-bar-non-minibuffer-window-p.
1654 (kill-this-buffer-enabled-p, dired <menu-enable>):
1655 Use menu-bar-non-minibuffer-window-p.
1656
1657 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1658
1659 * cus-start.el (all): Don't complain about fringe-related
1660 built-ins if fringes are not supported. Ditto about
1661 selection-related built-ins. Fix the test for GTK-related built-ins.
1662
1663 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1664 ("Postscript Print Buffer", "Print Region", "Save As...")
1665 ("Save", "Insert File...", "Open Directory...")
1666 ("Open File...", "Visit New File..."")
1667 ("Truncate Long Lines in this Buffer"): Don't look at
1668 menu-updating-frame if this display does not support multiple frames.
1669
1670 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1671
1672 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1673
1674 2005-09-09 Emilio Lopes <eclig@gmx.net>
1675
1676 * woman.el: Format- and whitespace-related changes.
1677
1678 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1679
1680 * woman.el: Fix my email address.
1681
1682 2005-09-08 Richard M. Stallman <rms@gnu.org>
1683
1684 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1685 (sh-mode): Locally set skeleton-pair-default-alist.
1686
1687 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1688
1689 * progmodes/flymake.el: Require `compile' unconditionally.
1690
1691 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1692
1693 * woman.el (woman-file-name): Provide a default, not initial input.
1694
1695 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1696
1697 * font-lock.el (font-lock-support-mode): Doc fix.
1698
1699 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1700
1701 2005-09-08 Richard M. Stallman <rms@gnu.org>
1702
1703 * simple.el (blink-matching-open): Get rid of text props from
1704 the string shown in echo area. Don't permanently set point.
1705 Some rearrangements.
1706
1707 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1708
1709 * recentf.el (recentf-filename-handler): Add custom choice
1710 `abbreviate-file-name'.
1711
1712 * msb.el (msb--very-many-menus): Fix typo.
1713
1714 * disp-table.el (standard-display-european): Don't set
1715 enable-multibyte-characters to nil.
1716
1717 2005-09-08 David Ponce <david@dponce.com>
1718
1719 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1720 (recentf-expand-file-name): Doc fix.
1721 (recentf-dialog-mode-map): Define digit shortcuts.
1722 (recentf--files-with-key): New variable.
1723 (recentf-show-digit-shortcut-filter): New function.
1724 (recentf-open-files-items): New function.
1725 (recentf-open-files): Use it.
1726 (recentf-open-file-with-key): New command.
1727
1728 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1731 Suggested by Kim F. Storm.
1732 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1733 (Buffer-menu-make-sort-button): Use global keymap.
1734
1735 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1736
1737 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1738 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1739 necessary any longer with the remapped command.
1740 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1741 formatting time only.
1742
1743 * net/tramp.el (tramp-action-password)
1744 (tramp-multi-action-password): Compile the password prompt from
1745 `method', `user' and `host'. Sometimes it isn't obvious which
1746 password to enter, for example with remote files offered by
1747 recentf.el, or with multiple steps. Suggested by Robert Marshall
1748 <robert@chezmarshall.freeserve.co.uk>.
1749
1750 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1751
1752 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1753 Fix regexp for when "s///" is at the beginning of line.
1754
1755 2005-09-07 Jay Belanger <belanger@truman.edu>
1756
1757 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1758 when in matrix mode.
1759
1760 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1763 non-anonymous functions.
1764
1765 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1766
1767 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1768 when using a header line. Otherwise, use mouse-1-click-follows-link.
1769
1770 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1771 can't be moved; don't signal an error.
1772
1773 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1774
1775 * cus-theme.el (custom-theme-write-faces): Save the current face
1776 spec, not the defface spec.
1777
1778 * custom.el (custom-known-themes): Clarify meaning of "standard".
1779 (custom-push-theme): Save old values in the standard theme.
1780 (disable-theme): Correct typo.
1781 (custom-face-theme-value) Deleted unused function.
1782 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1783
1784 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * progmodes/compile.el (compilation-goto-locus): Take into account
1787 iconified frames when determining whether the buffer is
1788 already visible.
1789 Don't reset window height if the window already existed.
1790
1791 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1792
1793 * custom.el (load-theme): Rename from require-theme.
1794 Add interactive spec.
1795 (enable-theme): Rename from custom-enable-theme.
1796 Add interactive spec.
1797 (disable-theme): Rename from custom-disable-theme.
1798 Add interactive spec.
1799 (custom-make-theme-feature): Doc fix.
1800 (custom-theme-directory): Doc fix.
1801 (provide-theme): Call enable-theme.
1802
1803 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 * obsolete/lazy-lock.el (lazy-lock-mode):
1806 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1807 font-lock-mode if it's off. Print a warning instead.
1808
1809 * progmodes/compile.el (compilation-start): Ignore errors if the
1810 process died before we get to send-eof.
1811
1812 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1813 Undo last change. Enclosing the result in quotes broke things on Unix
1814 since tex-send-command passes it through shell-quote-argument.
1815 (tex-send-command): Pass `file' through convert-standard-filename
1816 when possible.
1817 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1818 info in a transcript.
1819
1820 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1821
1822 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1823 fix compilation warning. Reorder the key definitions to group
1824 together keys emitted by the current version of xterm.
1825
1826 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1827 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1828 Reorder predicates to correct min-color usage.
1829
1830 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1831
1832 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1833 Kill local variables when longlines-mode is turned off.
1834
1835 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1838
1839 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1840
1841 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1842
1843 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1844 (font-lock-lines-before): Change default to being inactive.
1845 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1846 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1847
1848 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1849
1850 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1851 Deactivate temporarily advice if active (not needed for Emacs 22,
1852 but for backwards compatibility).
1853 (tramp-exists-file-name-handler): Rewrite. First implementation
1854 was too simple.
1855 (tramp-advice-make-auto-save-file-name):
1856 Call `tramp-handle-make-auto-save-file-name' (again, just for
1857 backwards compatibility).
1858
1859 2005-08-31 Reto Zimmermann <reto@gnu.org>
1860
1861 * progmodes/vhdl-mode.el
1862 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1863 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1864 (vhdl-set-default-project): New function (easier setting of default).
1865 (vhdl-port-copy): Handle extended identifiers for generics.
1866 (vhdl-compiler-alist): Better description for error message regexp.
1867 (vhdl-make): Query for target, use previous as default.
1868 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1869 (vhdl-font-lock-keywords-2): Fix fontification for record
1870 el. assign.
1871 (vhdl-speedbar-make-subpack-line): Add package body link.
1872 (vhdl-generate-makefile-1): Not include itself as dependency.
1873 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1874 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1875 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1876 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1877 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1878 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1879 (vhdl-import-project): Add string argument for `error'.
1880 (vhdl-compose-configuration)
1881 (vhdl-compose-configuration-architecture): Add configuration
1882 declaration generation.
1883 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1884 (vhdl-trailer-re): Add "record" keyword (better indentation).
1885 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1886 "[^ \t-\"]+".
1887 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1888 (vhdl-testbench-entity-file-name)
1889 (vhdl-testbench-architecture-file-name): Allow separate
1890 customization of testbench file names.
1891 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1892 (vhdl-get-visible-signals): Allow newline within alias declaration.
1893 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1894 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1895 (member-ignore-case): Alias for missing function in XEmacs.
1896 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1897 (vhdl-update-sensitivity-list): Ignore case on read signals.
1898 (vhdl-replace-string): Adjust case only for file names.
1899 (vhdl-update-sensitivity-list): Fix search for read signals.
1900 (vhdl-update-sensitivity-list): Exclude formal parameters.
1901 (vhdl-get-visible-signals): Include aliases of signals.
1902 (vhdl-get-visible-signals): Fix signal name searching.
1903 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1904 (vhdl-fixup-whitespace-region): Fix for character
1905 literals (e.g. ':').
1906
1907 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1908
1909 * ansi-color.el (comint-last-output-start):
1910 * bs.el (font-lock-verbose):
1911 * diff-mode.el (add-log-buffer-file-name-function):
1912 * dired-x.el (vm-folder-directory):
1913 * faces.el (help-xref-stack-item):
1914 * files.el (font-lock-keywords):
1915 * find-lisp.el (dired-buffers, dired-subdir-alist):
1916 * ido.el (cua-inhibit-cua-keys):
1917 * log-view.el (cvs-minor-wrap-function):
1918 * outline.el (font-lock-warning-face):
1919 * simple.el (compilation-current-error):
1920 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1921 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1922 * tooltip.el (comint-prompt-regexp):
1923 * w32-fns.el (explicit-shell-file-name):
1924 * term/mac-win.el (mac-charset-info-alist)
1925 (mac-services-selection, mac-system-script-code):
1926 * term/tty-colors.el (msdos-color-values):
1927 * term/w32-win.el (xlfd-regexp-registry-subnum):
1928 * term/x-win.el (x-keysym-table, x-selection-timeout)
1929 (x-session-id, x-session-previous-id):
1930 * textmodes/ispell.el (mail-yank-prefix):
1931 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1932 * textmodes/org.el (calc-embedded-close-formula)
1933 (calc-embedded-open-formula)
1934 (font-lock-unfontify-region-function):
1935 * textmodes/reftex-global.el (isearch-next-buffer-function)
1936 (TeX-master):
1937 * textmodes/reftex.el (font-lock-keywords):
1938 * textmodes/tex-mode.el (font-lock-comment-face)
1939 (font-lock-doc-face):
1940 * textmodes/texinfo.el (outline-heading-alist):
1941 Add defvars.
1942
1943 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1944 (artist-spray-chars, artist-mode-init, artist-replace-string)
1945 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1946 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1947 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1948
1949 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1950 (conf-align-assignments): "?\ " -> "?\s".
1951
1952 * textmodes/reftex-index.el (TeX-master): Add defvar.
1953 (reftex-index-phrases-marker): Move up defvar.
1954
1955 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1956 (reftex-toc-include-labels-indicator)
1957 (reftex-toc-include-index-indicator)
1958 (reftex-toc-max-level-indicator): Move up declarations.
1959
1960 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1961 of args to `tramp-run-real-handler', even if it's empty in this case.
1962
1963 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1964
1965 * dired.el (dired-move-to-filename-regexp): Add date format for
1966 Mac OS X 10.3 in East Asian locales.
1967
1968 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1969
1970 * files.el (make-auto-save-file-name): Add file name handler call
1971 if applicable.
1972
1973 * net/tramp.el (tramp-file-name-handler-alist)
1974 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1975 (tramp-handle-make-auto-save-file-name): Rename from
1976 `tramp-make-auto-save-file-name'.
1977 (tramp-exists-file-name-handler): New defun.
1978 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1979 `make-auto-save-file-name' is not a magic file name operation.
1980
1981 2005-08-30 Richard M. Stallman <rms@gnu.org>
1982
1983 * files.el (risky-local-variable-p):
1984 Match `-predicates' and `-commands.
1985
1986 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1987 (custom-save-all): Visit the file if necessary;
1988 kill the buffer if we created it.
1989 (custom-save-delete): Don't visit file or kill buffer here.
1990
1991 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1992
1993 * textmodes/org.el (org-special-keyword): New face.
1994 (org-table-copy-down, org-table-eval-formula)
1995 (org-table-recalculate, org-init-section-numbers):
1996 Use `string-to-number' instead of `string-to-int'.
1997 (org-get-location): Use `insert-buffer-substring' instead of
1998 `insert-buffer'.
1999 (org-modify-diary-entry-string): New function.
2000 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2001 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2002 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2003 active region.
2004 (org-export-as-html): Handle QUOTE keyword.
2005 (org-quote-string): New option.
2006 (org-bookmark-jump-unhide): New function, used for
2007 `bookmark-after-jump-hook'.
2008 (org-diary-default-entry): Apply only when not called through
2009 `org-agenda'.
2010
2011 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2012
2013 * net/eudc.el (mode-popup-menu):
2014 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2015 * progmodes/ada-mode.el (compile-auto-highlight)
2016 (skeleton-further-elements):
2017 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2018 * progmodes/cmacexp.el (msdos-shells):
2019 * progmodes/compile.el (font-lock-extra-managed-props)
2020 (font-lock-keywords, font-lock-maximum-size)
2021 (font-lock-support-mode):
2022 * progmodes/grep.el (font-lock-lines-before):
2023 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2024 * progmodes/mixal-mode.el (compile-command):
2025 * progmodes/perl-mode.el (font-lock-comment-face)
2026 (font-lock-doc-face, font-lock-string-face):
2027 * progmodes/prolog.el (comint-prompt-regexp):
2028 * progmodes/sh-script.el (font-lock-comment-face)
2029 (font-lock-set-defaults, font-lock-string-face):
2030 * progmodes/sql.el (font-lock-keyword-face)
2031 (font-lock-set-defaults, font-lock-string-face):
2032 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2033 (itimer-version, lazy-lock-defer-contextually)
2034 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2035 Add defvars.
2036
2037 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2038 (cperl-electric-keyword, cperl-electric-pod)
2039 (cperl-electric-backspace, cperl-forward-re)
2040 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2041 (vc-rcs-header, vc-sccs-header): Add defvars.
2042
2043 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2044 (font-lock-syntactic-keywords, gud-find-expr-function):
2045 Add defvars.
2046
2047 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2048 (gdb-frame-parameters): Declare before use.
2049
2050 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2051 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2052 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2053 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2054
2055 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2056 (idlwave-help-with-source): Use `insert-buffer-substring', not
2057 `insert-buffer'.
2058
2059 2005-08-29 Juri Linkov <juri@jurta.org>
2060
2061 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2062 Put outline-back-to-heading function call inside save-excursion.
2063
2064 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * man.el (Man-init-defvars, Man-translate-references)
2067 (Man-support-local-filenames, Man-highlight-references):
2068 * progmodes/sql.el (sql-interactive-mode):
2069 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2070
2071 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2072 (compilation-mode-font-lock-keywords): Add defvars.
2073 (checkdoc-interactive-loop): "?\ " -> "?\s".
2074
2075 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2076 (font-lock-doc-face, font-lock-string-face)
2077 (font-lock-keywords-case-fold-search): Add defvars.
2078 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2079
2080 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2081 Don't pass X and Y (they are ignored anyway).
2082 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2083 (mouse-delete-window): Make arguments optional.
2084
2085 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2086 (caesar-translate-table, minor-modes, news-buffer-save)
2087 (news-group-name, news-minor-modes): Add defvars.
2088
2089 * emacs-lisp/lselect.el (mouse-highlight-priority)
2090 (x-lost-selection-functions, zmacs-regions):
2091 * emacs-lisp/pp.el (font-lock-verbose):
2092 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2093 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2094 (ses-mode-map):
2095 * emacs-lisp/tcover-unsafep.el (safe-functions):
2096 * international/mule-cmds.el (mac-system-coding-system)
2097 (mac-system-locale):
2098 * language/ethio-util.el (rmail-current-message)
2099 (rmail-message-vector):
2100 * language/thai-util.el (thai-auto-composition-mode):
2101 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2102 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2103 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2104 (vm-primary-inbox, vm-spool-files):
2105 * mail/rmail.el (deleted-head, font-lock-fontified)
2106 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2107 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2108 (total-messages):
2109 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2110 (rmail-summary-mode-map):
2111 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2112 (rmail-last-label, rmail-last-multi-labels)
2113 (rmail-summary-vector, rmail-total-messages):
2114 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2115 * mail/rmailsum.el (msgnum):
2116 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2117 (rmail-current-message):
2118 * obsolete/fast-lock.el (font-lock-face-list):
2119 * obsolete/rnewspost.el (mail-reply-buffer):
2120 * obsolete/scribe.el (compile-command):
2121 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2122
2123 2005-08-28 John Paul Wallington <jpw@gnu.org>
2124
2125 * ibuf-ext.el (ibuffer-auto-update-changed):
2126 Use `frame-or-buffer-changed-p' to check whether we need to update.
2127 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2128 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2129 as a `frame-or-buffer-changed-p' state vector instead.
2130
2131 2005-08-27 Romain Francoise <romain@orebokech.com>
2132
2133 * textmodes/makeinfo.el (makeinfo-compile):
2134 Use `compilation-start'. Set `next-error-function' according to
2135 `disable-errors'.
2136 (makeinfo-next-error): New function.
2137 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2138 (makeinfo-buffer): Likewise.
2139
2140 * progmodes/compile.el (compilation-start): Add autoload cookie.
2141
2142 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2143 * textmodes/sgml-mode.el: Likewise.
2144 * progmodes/python.el: Likewise.
2145
2146 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2147
2148 * simple.el (blink-matching-paren-distance): Document the meaning
2149 of nil value, and allow to customize to nil.
2150
2151 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2152 command.com, not command.exe.
2153
2154 2005-08-26 John Wiegley <johnw@newartisans.com>
2155
2156 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2157 code around a bit so that an extraneous nil argument is not added
2158 to a command when no args are given.
2159
2160 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2161 double-quoted argument resolves to nil, return it as an empty
2162 string rather than as nil. This made it impossible to pass "" to
2163 a shell script as a null string argument.
2164
2165 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * outline.el (outline-invent-heading): New fun.
2168 (outline-promote, outline-demote): Use it.
2169 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2170 (outline-end-of-subtree): Remove unused var `opoint'.
2171
2172 2005-08-26 David Reitter <david.reitter@gmail.com>
2173
2174 * menu-bar.el (truncate-lines, write-file, print-buffer)
2175 (ps-print-buffer-faces, ps-print-buffer, split-window):
2176 Disable menu items when the frame they refer to is invisible, or when
2177 they refer to a buffer and the minibuffer is selected.
2178
2179 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2180
2181 * progmodes/flymake.el (flymake-highlight-err-lines):
2182 Use save-excursion around flymake-highlight-line to preserve point.
2183
2184 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2185
2186 * progmodes/octave-mod.el: Change Author and Maintainer address.
2187 (octave-maintainer-address): Change Kurt's email address.
2188 * progmodes/octave-inf.el: Change Author and Maintainer address.
2189 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2190
2191 2005-08-26 Kim F. Storm <storm@cua.dk>
2192
2193 * subr.el (version-list-<, version-list-<=, version-list-=):
2194 Renamed from integer-list-*.
2195 (version-list-not-zero): Likewise. Fix while loop.
2196 (version=): Use version-list-= instead of string-equal.
2197
2198 2005-08-26 Richard M. Stallman <rms@gnu.org>
2199
2200 * outline.el (outline-promote): Try shortening the heading.
2201 As last resort, read the heading to use.
2202 (outline-demote): As last resort, read the heading to use.
2203
2204 2005-08-26 Romain Francoise <romain@orebokech.com>
2205
2206 * progmodes/compile.el (compilation-start): Doc fix.
2207
2208 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2209 (antlr-font-lock-additional-keywords): Fix reference to
2210 `antlr-font-lock-literal-regexp' erroneously changed during the
2211 mass face rename.
2212 (antlr-run-tool): Use `compilation-start'.
2213
2214 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2215 instead of the obsolete `compile-internal'.
2216
2217 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2218
2219 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2220 (number, original-date):
2221 * calendar/cal-china.el (date):
2222 * calendar/cal-coptic.el (date):
2223 * calendar/cal-french.el (date):
2224 * calendar/cal-hebrew.el (date, entry, number, original-date):
2225 * calendar/cal-islam.el (date, number, original-date):
2226 * calendar/cal-iso.el (date):
2227 * calendar/cal-julian.el (date):
2228 * calendar/cal-mayan.el (date):
2229 * calendar/cal-menu.el (date, event):
2230 * calendar/cal-persia.el (date):
2231 * calendar/lunar.el (date):
2232 * calendar/solar.el (date): Add defvars.
2233
2234 * emerge.el:
2235 * ibuffer.el:
2236 * info-xref.el:
2237 * obsolete/bg-mouse.el:
2238 * obsolete/sun-curs.el:
2239 * obsolete/swedish.el: Move the `defvar's to the top level.
2240
2241 * smerge-mode.el (smerge-refined-change): Add :group.
2242
2243 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2244
2245 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2246 (smerge-keep-n): Remove props.
2247 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2248 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2249 now that it's done in smerge-keep-n.
2250 (smerge-refined-change): New face.
2251 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2252 (smerge-refine): New funs.
2253 (smerge-basic-map): Bind smerge-refine.
2254
2255 2005-08-25 Juri Linkov <juri@jurta.org>
2256
2257 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2258 compilation-process-setup-function and compilation-disable-input
2259 in grep-mode instead of let-bindings in grep.
2260
2261 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2262 Delete "Automatic File De/compression" (auto-compression-mode).
2263
2264 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2265
2266 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2267 Silence warning about non-existent variable.
2268
2269 2005-08-25 Richard M. Stallman <rms@gnu.org>
2270
2271 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2272 Rename "Describe Key" to "Describe Key or Mouse Operation".
2273
2274 * mail/mailalias.el (build-mail-aliases): Delete comments
2275 from the contents before processing them.
2276
2277 * isearch.el (isearch-edit-string): Erase the Search prompt
2278 if user enters an empty string and there is no default.
2279
2280 * comint.el (comint-file-name-prefix): Add autoload.
2281
2282 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2283
2284 * subr.el (play-sound): Rearrange to avoid warning.
2285
2286 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2287
2288 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2289 New hook.
2290 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2291
2292 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2295
2296 * custom.el (custom-theme-set-variables): Sort minor modes last.
2297
2298 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2299
2300 * subr.el (version-separator, version-regexp-alist): New vars used by
2301 version comparison funs.
2302 (integer-list-<, integer-list-=, integer-list-<=)
2303 (integer-list-not-zero): New funs for integer list comparison.
2304 (version-to-list, version=, version<, version<=): New funs for version
2305 comparison.
2306
2307 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2308
2309 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2310 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2311 time to silence the byte-compiler.
2312
2313 * ibuffer.el (ibuffer-compile-make-eliding-form)
2314 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2315 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2316 so it's silly to get warnings for it).
2317 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2318 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2319 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2320 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2321 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2322 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2323 Defvar at compile time.
2324 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2325 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2326 Declare them before use.
2327
2328 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2329 (info-xref-good, info-xref-bad): Defvar at compile time.
2330
2331 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2332 Use `let*' instead of `let'.
2333
2334 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2335 (*mouse-y*, menu, char): Defvar at compile time.
2336 (sc::menu): Declare it before use.
2337 (sc::pack-one-line): Use `let', not `let*'.
2338
2339 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2340 (mail-send-hook): Defvar at compile time.
2341
2342 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2343 Defvar at compile time.
2344
2345 * term/sun-mouse.el (current-global-mousemap)
2346 (current-local-mousemap): Declare them before use.
2347
2348 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2349
2350 * bookmark.el (bookmark-after-jump-hook): New hook.
2351 (bookmark-jump): Run `bookmark-after-jump-hook'.
2352
2353 2005-08-23 Juri Linkov <juri@jurta.org>
2354
2355 * faces.el (minibuffer-prompt): Doc fix.
2356
2357 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2358
2359 * progmodes/xscheme.el: Trivial changes to silence warnings.
2360 (xscheme-previous-mode, xscheme-previous-process-state):
2361 Add defvars.
2362 (xscheme-last-input-end, xscheme-process-command-line)
2363 (xscheme-process-name, xscheme-buffer-name)
2364 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2365 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2366 (xscheme-control-g-synchronization-p)
2367 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2368 (default-xscheme-runlight, xscheme-runlight)
2369 (xscheme-runlight-string, xscheme-process-filter-state)
2370 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2371 Move to beginning of file.
2372 (scheme-interaction-mode-commands-alist)
2373 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2374 Declare them before use. Note: the initialization code for the variables
2375 has not been moved because it uses functions that reference the variables.
2376 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2377 (xscheme-prompt-for-expression-map): Declare them before use.
2378 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2379
2380 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2381
2382 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2383
2384 2005-08-22 Juri Linkov <juri@jurta.org>
2385
2386 * faces.el (set-face-underline): Delete this duplicate function
2387 and make an obsolete alias to set-face-underline-p.
2388 (set-face-underline-p): Use docstring of set-face-underline.
2389 (describe-face): Create hyperlink to parent face.
2390
2391 * info.el (Info-insert-dir): Use save-excursion around
2392 insert-buffer-substring.
2393 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2394 (Info-escape-percent): Delete function.
2395 (Info-fontify-node): Replace Info-escape-percent by
2396 replace-regexp-in-string with REP arg set to lambda that
2397 duplicates `%' and preserves text properties.
2398
2399 * progmodes/compile.el (compilation-disable-input): Doc fix.
2400 (define-compilation-mode): Doc fix and refill.
2401 (kill-compilation): Use `mode-name' in the error message.
2402 (compilation-find-file): Use `compilation-error' in the
2403 read-file-name's prompt.
2404
2405 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2408 (smerge-auto-leave): Make undo re-enable the mode.
2409 (debug-ignored-errors): Add the user-error of impossible resolution.
2410 (smerge-resolve): Move things around a bit, in preparation for later.
2411 (smerge-diff): Don't fail if the buffer has no associated file.
2412 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2413 (smerge-conflict-overlay): New function.
2414 (smerge-match-conflict): Don't add text properties here.
2415 (smerge-find-conflict): Instead, add an overlay here.
2416 Also check for the case where we're inside a conflict already, so as to
2417 obviate the need for font-lock-multiline, which is unbearably slow with
2418 large conflicts and ciomplex font-lock patterns.
2419 (smerge-remove-props): Remove overlay rather than text-properties.
2420 (smerge-mode): Don't set font-lock-multiline.
2421 Remove overlays when turned off.
2422
2423 2005-08-21 Kim F. Storm <storm@cua.dk>
2424
2425 * ido.el (ido-ignore-item-p): Use save-match-data.
2426 Bind case-fold-search to ido-case-fold locally.
2427
2428 2005-08-20 Richard M. Stallman <rms@gnu.org>
2429
2430 * files.el (normal-mode): If font lock is on, turn it off and on.
2431
2432 * subr.el (replace-regexp-in-string): Doc fix.
2433
2434 * startup.el (command-line-1): Don't suppress startup screen
2435 due to existing processes.
2436
2437 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2438
2439 * progmodes/compile.el (compilation-disable-input): Default to nil.
2440
2441 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2442
2443 * progmodes/compile.el (compilation-disable-input): New defcustom.
2444 (compilation-start): If compilation-disable-input is non-nil, send
2445 EOF to the compilation process.
2446
2447 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2448
2449 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2450 Run the argument of tex-shell-cd-command through
2451 convert-standard-filename, to get the correct style of slashes on
2452 Windows, and enclose the result in quotes, in case the file name
2453 includes whitespace or other special characters.
2454
2455 2005-08-19 Andreas Schwab <schwab@suse.de>
2456
2457 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2458 process.
2459
2460 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2461
2462 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2463
2464 2005-08-18 Kim F. Storm <storm@cua.dk>
2465
2466 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2467
2468 2005-08-18 Richard M. Stallman <rms@gnu.org>
2469
2470 * scroll-lock.el: New file.
2471
2472 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2473
2474 * dired.el (dired-move-to-end-of-filename):
2475 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2476
2477 2005-08-18 Kim F. Storm <storm@cua.dk>
2478
2479 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2480 rather than toggle mode when custom value is nil.
2481 (ido-everywhere): Fix defun doc string.
2482
2483 2005-08-17 Richard M. Stallman <rms@gnu.org>
2484
2485 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2486 as tag instead of "Inviolable".
2487
2488 2005-08-17 Kim F. Storm <storm@cua.dk>
2489
2490 * windmove.el (windmove-coordinates-of-position): Remove.
2491 (windmove-coordinates-of-window-position): Remove.
2492 (windmove-reference-loc): Use posn-at-point instead.
2493
2494 * subr.el (insert-for-yank-1): Doc fix.
2495
2496 * ido.el (ido-enter-matching-directory): Rename from
2497 ido-enter-single-matching-directory. Change 'slash choice to
2498 'only. Add 'first choice.
2499 (ido-exhibit): Adapt to above changes.
2500
2501 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2502
2503 * Makefile.in: Expand comment about building loaddefs.el.
2504
2505 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2506
2507 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2508 Comment use of defadvice.
2509
2510 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2511
2512 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2513
2514 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2515 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2516 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2517 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2518 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2519 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2520 for backward compatibility for faces that did not appear in the
2521 previous Emacs release.
2522
2523 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2524
2525 2005-08-15 Kim F. Storm <storm@cua.dk>
2526
2527 * emulation/cua-base.el (cua-delete-region): Return t if
2528 deleted region was non-empty.
2529 (cua-replace-region): Inhibit overwrite-mode for
2530 self-insert-command if replaced region was non-empty.
2531 (cua--explicit-region-start, cua--status-string): Make them
2532 buffer-local at top-level...
2533 (cua-mode): ...rather than when mode is enabled.
2534
2535 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2536
2537 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2538 Set t for Emacs 21, 22, and so on.
2539
2540 2005-08-15 David Ponce <david@dponce.com>
2541
2542 * tree-widget.el: Update Commentary header.
2543 (tree-widget-theme): Doc fix.
2544 (tree-widget-space-width): New option.
2545 (tree-widget-image-properties): Look up in the default theme too.
2546 (tree-widget--cursors): Only for images with arrow pointer shape.
2547 (tree-widget-lookup-image): Pointer shape is hand by default.
2548 (tree-widget-icon): Rename generic icon widget from
2549 `tree-widget-control'.
2550 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2551 derive from `tree-widget-icon'.
2552 (tree-widget-handle): Improve default look and feel of the text
2553 representation.
2554 (tree-widget): Rename :*-control properties to :*-icon properties.
2555 Add :action and :help-echo properties.
2556 (tree-widget-after-toggle-functions): Move.
2557 (tree-widget-close-node, tree-widget-open-node): Remove.
2558 (tree-widget-before-create-icon-functions): New hook.
2559 (tree-widget-value-create): Update to allow customization of icons
2560 and nodes at run-time via that new hook.
2561 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2562 (tree-widget-icon-action, tree-widget-icon-help-echo)
2563 (tree-widget-action, tree-widget-help-echo): New functions.
2564
2565 2005-08-15 Kim F. Storm <storm@cua.dk>
2566
2567 * ido.el (ido-buffer-internal): Use with-no-warnings.
2568 (ido-make-merged-file-list): Use while-no-input.
2569
2570 2005-08-15 Richard M. Stallman <rms@gnu.org>
2571
2572 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2573 (flyspell-large-region): Fix doc and custom type.
2574
2575 2005-08-14 Richard M. Stallman <rms@gnu.org>
2576
2577 * files.el (interpreter-mode-alist): Doc fix.
2578
2579 * mail/rmail.el (rmail-nonignored-headers): New variable.
2580 (rmail-clear-headers): Use it.
2581 (rmail-reply): Better handling of mail-followup-to header.
2582
2583 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2584 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2585 don't try to refer to executable-font-lock-keywords.
2586 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2587 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2588 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2589 (sh-mode): Set comment-start-skip, local-abbrev-table,
2590 imenu-case-fold-search.
2591 (sh-set-shell): Don't set them here.
2592 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2593 Don't cache the results in the original alist; don't ever modify
2594 that alist.
2595
2596 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2597
2598 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2599 empty.
2600
2601 2005-08-15 Andreas Schwab <schwab@suse.de>
2602
2603 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2604
2605 * dired.el, info.el, mail/rmail.el: Revert last change.
2606
2607 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2608
2609 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2610 modification in `eval-after-load' form.
2611 * info.el: Likewise.
2612 * mail/rmail.el: Likewise.
2613
2614 2005-08-14 Juri Linkov <juri@jurta.org>
2615
2616 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2617 Remove highlighting of "Compilation started". Highlight only
2618 the word "finished" in "Compilation finished". Add highlighting
2619 of "interrupt", "killed", "terminated" and the exit code.
2620 (compilation-start): Add newline after header. Use exactly the
2621 same time stamp format as the finishing message.
2622 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2623
2624 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2625 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2626 Add highlighting of "interrupt", "killed", "terminated".
2627
2628 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2629 enabled and the current command is self-insert-command, call it
2630 explicitly with overwrite-mode bound to nil, to not allow it
2631 to delete the character after the selected region.
2632
2633 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2634
2635 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2636 move-end-of-line, end-of-line, and beginning-of-line to the list
2637 of commands after which the echo area is updated.
2638
2639 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2640
2641 * cus-edit.el (custom-save-all, custom-save-delete):
2642 Bind recentf-exclude to exclude custom-file.
2643
2644 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2645
2646 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2647 to go to the bottom of the mail message. Added to
2648 `rmail-summary-mode-map' with key "/".
2649 (rmail-summary-show-message): New (internal) function for use by
2650 both `rmail-summary-beginning/end-of-message'.
2651 (rmail-summary-beginning-of-message): Change to use
2652 rmail-summary-show-message.
2653
2654 * mail/rmail.el (rmail-end-of-message): New command to go to the
2655 end of the current message. Added to `rmail-mode-map' with key "/".
2656 (rmail-beginning-of-message): Fix to work as documented.
2657 (rmail-mode): Change documentation.
2658
2659 * progmodes/compile.el (compilation-start): Add the line
2660 "Compilation started" with compilation start time.
2661 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2662
2663 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2664
2665 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2666 of menu items.
2667
2668 2005-08-11 Richard M. Stallman <rms@gnu.org>
2669
2670 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2671
2672 * battery.el (battery-status-function): Don't use ignore-errors.
2673
2674 2005-08-11 Lute Kamstra <lute@gnu.org>
2675
2676 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2677 define-obsolete-variable-alias.
2678
2679 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2680
2681 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2682 (ange-ftp-send-cmd): Revert last change, and expand
2683 the comment explaining the problem.
2684
2685 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2686
2687 * ldefs-boot.el: Update.
2688
2689 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2690 item to "Time, Load and Mail". Change help echo text.
2691
2692 * time.el (display-time-use-mail-icon, display-time-format)
2693 (display-time-string-forms): Shorten first line of docstrings.
2694
2695 2005-08-10 Lars Hansen <larsh@soem.dk>
2696
2697 * desktop.el (desktop-buffer-mode-handlers):
2698 Make non-customizable. Add autoload cookie. Change initial value to
2699 nil; add elements in respective modules instead. Fix doc string.
2700 (desktop-load-file): New function.
2701 (desktop-minor-mode-handlers): New autoloaded variable.
2702 (desktop-create-buffer): Call minor mode handlers.
2703 Use desktop-load-file to load major and minor mode modules prior to
2704 checking for a handler.
2705 (desktop-save): Don't add nil to desktop-minor-modes for minor
2706 modes with nil function in desktop-minor-mode-table. Don't delete
2707 desktop file before rewriting it.
2708 (desktop-locals-to-save): Add autoload cookie. Don't make
2709 automatically buffer-local. Add variables column-number-mode,
2710 size-indication-mode, indent-tabs-mode,
2711 indicate-buffer-boundaries, indicate-empty-lines and
2712 show-trailing-whitespace.
2713 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2714 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2715 (desktop-clear-preserve-buffers-regexp): Delete.
2716 (desktop-clear-preserve-buffers): Update initial value and docstring.
2717 (desktop-save-buffer): Fix doc string.
2718
2719 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2720 (hilit-chg-desktop-restore): New function.
2721 (highlight-changes-mode): Add highlight-changes-mode to
2722 desktop-locals-to-save.
2723
2724 * dired.el: Add handler to desktop-buffer-mode-handlers.
2725 (dired-restore-desktop-buffer): Remove autoload cookie.
2726 (dired-mode): Add autoload cookie.
2727
2728 * info.el: Add handler to desktop-buffer-mode-handlers.
2729 (Info-restore-desktop-buffer): Remove autoload cookie.
2730 (Info-mode): Add autoload cookie.
2731
2732 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2733 (mh-restore-desktop-buffer): Remove autoload cookie.
2734 (mh-folder-mode): Add autoload cookie.
2735
2736 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2737 (rmail-restore-desktop-buffer): Remove autoload cookie.
2738
2739 2005-08-11 Masatake YAMATO <jet@gyve.org>
2740
2741 * hexl.el (hexl-address-region):
2742 (hexl-ascii-region, hexl-font-lock-keywords):
2743 (hexl-highlight-line-range): Use the term "region"
2744 instead of "area" for consistency with the other symbols
2745 defined in hexl.el.
2746
2747 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2748
2749 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2750 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2751 out by Juri Linkov). Add `display-battery-mode'.
2752
2753 2005-08-09 Juri Linkov <juri@jurta.org>
2754
2755 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2756 Remove `-text' from face variable names.
2757 (compilation-error-file-name, compilation-warning-file-name)
2758 (compilation-info-file-name): Delete faces.
2759 (compilation-line-number, compilation-column-number):
2760 Remove face underlining.
2761 (compilation-message-face): Set to `underline' value by default.
2762 (compilation-error-face, compilation-warning-face)
2763 (compilation-info-face): Remove `-file-name' from face names.
2764 (compilation-error-text-face, compilation-warning-text-face)
2765 (compilation-info-text-face): Delete face variables.
2766 (compilation-text-face): Delete function.
2767
2768 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2769 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2770 (grep-error-face): Set to `compilation-error' instead of
2771 `compilation-error-face' (which is redefined to `grep-hit-face' in
2772 grep buffers).
2773 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2774 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2775
2776 * dired-aux.el (dired-do-query-replace-regexp):
2777 Use `query-replace-read-args'.
2778
2779 * replace.el (query-replace-read-from, query-replace-read-to)
2780 (query-replace-read-args): Rename arg `string' to `prompt'.
2781
2782 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2783
2784 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2785
2786 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2787 uploading files.
2788 (ange-ftp-canonize-filename): Handle file names beginning with ~
2789 correctly.
2790
2791 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2792
2793 * textmodes/fill.el (canonically-space-region)
2794 (fill-context-prefix, fill-french-nobreak-p)
2795 (fill-delete-newlines, fill-comment-paragraph)
2796 (justify-current-line): "?\ " -> "?\s".
2797
2798 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2799
2800 * textmodes/fill.el (fill-nonuniform-paragraphs):
2801 Improve argument/docstring consistency.
2802
2803 2005-08-09 Richard M. Stallman <rms@gnu.org>
2804
2805 * textmodes/ispell.el (ispell-word): More fboundp checks.
2806
2807 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2808 (find-file-noselect-1): Call it here, only if RAWFILE.
2809 (normal-mode): Always set some major mode.
2810 (save-some-buffers-action-alist): Change some explanation strings.
2811 (file-name-non-special): In the `quote' method, use unwind-protect.
2812
2813 2005-08-09 Magnus Henoch <mange@freemail.hu>
2814
2815 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2816 (ispell-have-aspell-dictionaries): New variable.
2817 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2818 (ispell-get-aspell-config-value): New function.
2819 (ispell-aspell-find-dictionary): New function.
2820 (ispell-aspell-add-aliases): New function.
2821 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2822 appropriate. Don't look for ispell dictionaries if we use aspell.
2823 (ispell-menu-map): Don't build a submenu of dictionaries.
2824
2825 2005-08-09 Richard M. Stallman <rms@gnu.org>
2826
2827 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2828 (sql-read-passwd): Use read-passwd.
2829
2830 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2831 (idlwave-toolbar-is-possible): Add defvars.
2832
2833 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2834 Avoid warnings.
2835
2836 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2837 (idlwave-system-class-info, idlwave-executive-commands-alist):
2838 Use defvar.
2839
2840 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2841
2842 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2843 Avoid warnings.
2844
2845 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2846 and content-type: headers.
2847
2848 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2849
2850 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2851 and rename some of them to be more self-explanatory.
2852
2853 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2854
2855 * startup.el (command-line-1): Implement -scriptload.
2856
2857 * replace.el (occur-engine): Initial *Occur* output not undoable.
2858
2859 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2860 and improve help strings.
2861
2862 * isearch.el (isearch-repeat): When changing direction,
2863 mark search successful.
2864
2865 * ediff-init.el: Use (featurep 'xemacs).
2866
2867 * comint.el (send-invisible): Identify buffer, if not selected.
2868
2869 * align.el: Delete autoload for c-guess-basic-syntax.
2870
2871 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2872
2873 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2874 Improve argument/docstring consistency. Doc fixes.
2875 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2876 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2877 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2878 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2879 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2880 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2881 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2882 Defvar at compile time.
2883
2884 2005-08-09 Juri Linkov <juri@jurta.org>
2885
2886 * info.el: Replace `info' with upper-case `Info' where appropriate.
2887 (info-title-1, info-title-2, info-title-3, info-title-4)
2888 (info-menu-header): Move up face definitions.
2889 (info-menu-star): Rename from `info-menu-5'.
2890 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2891 (Info-fontify-visited-nodes): Fix docstring.
2892 (Info-hide-note-references): Fix docstring.
2893 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2894 menu items in the same way as on cross-references.
2895 (info-apropos): Fix sorting order and formatting to be like in the
2896 stand-alone Info browser. Display error messages for 1 sec.
2897 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2898 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2899 from the menu bar.
2900 (Info-insert-dir): Restore point after calling
2901 `insert-buffer-substring'.
2902
2903 2005-08-08 Richard M. Stallman <rms@gnu.org>
2904
2905 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2906 (recompute-lucid-menubar): Add defvars.
2907
2908 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2909
2910 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2911
2912 * net/net-utils.el (run-dig): Rename from `dig'.
2913
2914 * play/gametree.el (gametree-mode): Use make-local-variable,
2915 not make-variable-buffer-local.
2916
2917 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2918
2919 * ansi-color.el (ansi-color-make-extent)
2920 (ansi-color-set-extent-face): Use fboundp, not functionp.
2921
2922 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2923 not make-variable-buffer-local.
2924
2925 * bookmark.el (Info-current-file): Add defvar.
2926 (bookmark-jump-noselect): Use with-no-warnings.
2927
2928 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2929
2930 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2931
2932 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2933
2934 * find-file.el (ada-procedure-start-regexp)
2935 (ada-package-start-regexp): Add defvars.
2936
2937 * info.el (Info-insert-dir): Use insert-buffer-substring.
2938
2939 * xml.el (xml-att-def-re): Add defvar.
2940
2941 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2942 calling convention.
2943
2944 * subr.el (while-no-input): Return t if there is input.
2945
2946 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2947
2948 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2949
2950 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2951
2952 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2953 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2954
2955 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2956
2957 * cmuscheme.el (scheme-start-file): Replace reference to
2958 `user-emacs-directory' by "~/.emacs.d/".
2959
2960 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2961
2962 * info.el (Info-dir-remove-duplicates): Avoid case folding
2963 in loop; instead, keep downcased strings for comparison.
2964 Suggested by Helmut Eller.
2965
2966 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2967
2968 Sync with Tramp 2.0.50.
2969
2970 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2971 XEmacs case; not necessary anymore.
2972 (tramp-user-regexp): Allow "@" as part of user name.
2973 (tramp-handle-set-visited-file-modtime)
2974 (tramp-handle-insert-file-contents)
2975 (tramp-handle-write-region): No special handling for
2976 `last-coding-system-used, because this is done in
2977 `tramp-accept-process-output' now.
2978 (tramp-accept-process-output): New defun.
2979 (tramp-process-one-action, tramp-process-one-multi-action)
2980 (tramp-wait-for-regexp, tramp-wait-for-output)
2981 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2982 Howells <dhowells@redhat.com>.
2983 (clear-visited-file-modtime): Defadvice removed. The check for
2984 unset buffer's modtime does not need to be based on
2985 `tramp-buffer-file-attributes'. Suggested by RMS.
2986 (tramp-message): Insert "\n" if not being at beginning of line.
2987 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2988 sequence with same logic.
2989 (tramp-completion-handle-expand-file-name): Discard call of
2990 `tramp-drop-volume-letter'. It is not necessary, and there have
2991 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2992 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2993 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2994 should always be visible.
2995 (tramp-handle-insert-directory, tramp-setup-complete)
2996 (tramp-set-process-query-on-exit-flag)
2997 (tramp-append-tramp-buffers): Pacify byte-compiler.
2998 (tramp-bug): Delete non-existing variables from list.
2999 Apply `tramp-load-report-modules' as pre-hook.
3000 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3001 `shell-prompt-pattern' because of non-7bit characters.
3002 Reported by Sebastian Luque <sluque@mun.ca>.
3003 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3004 (tramp-match-string-list): Remove function.
3005 (tramp-wait-for-regexp): Remove call of that function.
3006 Suggested by Kim F. Storm <storm@cua.dk>.
3007 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3008 instead of octal character code ?\600. The latter resulted in a
3009 syntax error with XEmacs.
3010
3011 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3012 XEmacs case; not necessary anymore.
3013 (tramp-smb-handle-write-region): No special handling for
3014 `last-coding-system-used, because this is done in
3015 `tramp-accept-process-output' now.
3016 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3017
3018 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3019
3020 * wid-edit.el (widget-choice-value-create):
3021 Unconditionally respect user choice. Set :explicit-choice back to nil
3022 when no longer needed.
3023 (widget-choice-action): Unconditionally respect user choice.
3024 Eliminate :explicit-choice-value.
3025
3026 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3027
3028 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3029 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3030 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3031 running new function `toggle-indicate-empty-lines'.
3032 Rename "Customize" item to "Customize fringe".
3033 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3034 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3035 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3036 Delete "Empty lines only" item.
3037 (menu-bar-showhide-fringe-ind-customize): New function.
3038 (menu-bar-showhide-fringe-ind-mixed)
3039 (menu-bar-showhide-fringe-ind-box)
3040 (menu-bar-showhide-fringe-ind-right)
3041 (menu-bar-showhide-fringe-ind-left)
3042 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3043 instead of `fringe-indicators'.
3044
3045 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3046
3047 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3048 Change the date of last update.
3049
3050 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3051
3052 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3053 (viper-exec-yank, viper-put-back): Don't display modification msg
3054 if in the minibuffer.
3055
3056 * viper-init.el (viper-replace-overlay-cursor-color)
3057 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3058 Make variables frame local.
3059
3060 * viper-util.el (viper-append-filter-alist): Use append instead of
3061 nconc.
3062
3063 * viper.el (viper-vi-state-mode-list)
3064 (viper-emacs-state-mode-list): Move help-mode and
3065 completion-list-mode from the first list to the second.
3066 (viper-mode): Docstring.
3067 (viper-go-away, viper-non-hook-settings): Don't localize
3068 minor-mode-alist in newer Emacsen. Add advice to
3069 set-cursor-color. Don't bind "\C-c\\".
3070
3071 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3072
3073 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3074 (scheme-macro-expand-command): New user options.
3075 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3076 (scheme-form-at-point, scheme-start-file)
3077 (scheme-interactively-start-process): New functions.
3078 (scheme-get-process): New function, extracted from `scheme-proc'.
3079 (run-scheme): Call `scheme-start-file' to get start file, and pass
3080 it to `make-comint'.
3081 (switch-to-scheme, scheme-proc):
3082 Call `scheme-interactively-start-process' if no Scheme buffer/process
3083 is available.
3084
3085 2005-08-06 Juri Linkov <juri@jurta.org>
3086
3087 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3088 Use `compilation-text-face', `compilation-info-text-face' and
3089 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3090 (compilation-error): New face.
3091 (compilation-error-file-name): Inherit from
3092 `compilation-error' instead of `font-lock-warning-face'.
3093 (compilation-warning-file-name): Inherit from
3094 `compilation-warning' instead of `font-lock-warning-face'.
3095 (compilation-info, compilation-error-file-name)
3096 (compilation-warning-file-name, compilation-info-file-name)
3097 (compilation-line-number, compilation-column-number): Doc fix.
3098 (compilation-error-text-face, compilation-warning-text-face)
3099 (compilation-info-text-face): New face variables.
3100 (compilation-line-face, compilation-column-face)
3101 (compilation-enter-directory-face)
3102 (compilation-leave-directory-face): Doc fix.
3103 (compilation-text-face): New function.
3104
3105 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3106 instead of 1 to display binary file names as info file links.
3107 (grep-error-face): Use `compilation-error-face' instead of
3108 `font-lock-keyword-face'.
3109 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3110 and `compilation-warning-text-face' instead of
3111 `font-lock-keyword-face'. Use `compilation-error-text-face'
3112 instead of `grep-error-face'.
3113
3114 2005-08-05 Kenichi Handa <handa@m17n.org>
3115
3116 * international/code-pages.el: Add autoload cookies for all coding
3117 systems.
3118
3119 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3120
3121 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3122
3123 2005-08-04 Juri Linkov <juri@jurta.org>
3124
3125 * progmodes/compile.el (compilation-mode-map):
3126 * progmodes/grep.el (grep-mode-map):
3127 Bind TAB to `compilation-next-error' and [backtab] to
3128 `compilation-previous-error'.
3129
3130 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3131 matching line numbers, column numbers and their ranges with regexp
3132 matching only line numbers.
3133 (grep-context-face): New face variable.
3134 (grep-mode-font-lock-keywords): Use it.
3135
3136 * faces.el (read-face-name): Delete duplicate faces.
3137
3138 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3139
3140 * thumbs.el (thumbs-find-image): Don't make variables
3141 automatically buffer local.
3142 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3143 (thumbs-image-num): Make automatically buffer local.
3144 (thumbs-show-thumbs-list): Use `make-local-variable', not
3145 `make-variable-buffer-local'.
3146 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3147
3148 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3149 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3150 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3151 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3152 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3153 (feelings-about, foullst, found, hello, history, howareyoulst)
3154 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3155 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3156 (neglst, obj, object, owner, please, problems, qlist)
3157 (random-adjective, relation, remlst, repetitive-shortness)
3158 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3159 (shortlst, something, sportslst, stallmanlst, states, subj)
3160 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3161 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3162 Defvar at compile time.
3163
3164 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3165 not `make-variable-buffer-local'.
3166
3167 2005-08-02 Kim F. Storm <storm@cua.dk>
3168
3169 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3170 rectangle overlay in selected window.
3171
3172 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3173
3174 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3175 instead of display group. Make `indicate-buffer-boundaries'
3176 customizable through Custom.
3177
3178 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3179
3180 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3181 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3182 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3183 (gdb-put-string): Fix typos in docstrings.
3184
3185 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3186
3187 Update copyright notices of files in progmodes directory for
3188 release of Emacs 22.1.
3189
3190 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3191
3192 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3193 Don't barf if the GUD buffer has been killed.
3194
3195 2005-08-01 Kim F. Storm <storm@cua.dk>
3196
3197 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3198
3199 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * simple.el (next-error-follow-minor-mode):
3202 make-variable-buffer-local -> make-local-variable.
3203
3204 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3205
3206 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3207 (byte-compile-form-make-variable-buffer-local): New functions to warn
3208 about misuses of make-variable-buffer-local where make-local-variable
3209 was meant.
3210
3211 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3212
3213 * bs.el (bs-attributes-list): Doc fix.
3214 (bs): Update url-link.
3215
3216 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3217 (desktop-load-default): Simplify.
3218
3219 * ibuffer.el (ibuffer-columnize-and-insert-list)
3220 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3221 (ibuffer-unmark-all, ibuffer-toggle-marks)
3222 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3223 (ibuffer-compile-make-format-form, ibuffer-format-column)
3224 (ibuffer-current-buffers-with-marks)
3225 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3226 (ibuffer): Doc fix.
3227 (ibuffer-mode): Fix typo in docstring.
3228 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3229 with `define-obsolete-variable-alias'.
3230 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3231
3232 2005-07-29 Kenichi Handa <handa@m17n.org>
3233
3234 * international/mule-cmds.el (select-message-coding-system):
3235 Be sure to use LF for end-of-line. If no coding system is decided,
3236 return iso-8859-1-unix.
3237
3238 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3239
3240 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3241 (ange-ftp-pending-error-line): New vars.
3242 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3243 to handle the non-fatal no-route-to-host messages.
3244 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3245
3246 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3247
3248 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3249 (isearch-quote-char, isearch-printing-char)
3250 (isearch-text-char-description): "?\ " -> "?\s".
3251 (isearch-lazy-highlight-cleanup)
3252 (isearch-lazy-highlight-initial-delay)
3253 (isearch-lazy-highlight-interval)
3254 (isearch-lazy-highlight-max-at-a-time)
3255 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3256 Declare with define-obsolete-*-alias macros.
3257 (isearch-forward): Fix typo in docstring.
3258 (search-invisible, search-ring-yank-pointer)
3259 (regexp-search-ring-yank-pointer): Doc fixes.
3260
3261 * recentf.el (recentf-menu-append-commands-p): Declare with
3262 `define-obsolete-variable-alias'.
3263 (recentf-max-saved-items, recentf-menu-filter)
3264 (recentf-arrange-by-rule-subfilter): Doc fixes.
3265 (recentf-menu-append-commands-flag)
3266 (recentf-initialize-file-name-history, recentf-expand-file-name)
3267 (recentf-clear-data): Fix typos in docstrings.
3268
3269 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3270
3271 * progmodes/gdb-ui.el: Smarten comments.
3272 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3273
3274 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3275
3276 * term/apollo.el (terminal-init-apollo): New function containing
3277 all former top level forms in the file.
3278 * term/bobcat.el (terminal-init-bobcat):
3279 * term/cygwin.el (terminal-init-cygwin):
3280 * term/iris-ansi.el (terminal-init-iris-ansi):
3281 * term/linux.el (terminal-init-linux):
3282 * term/news.el (terminal-init-news):
3283 * term/rxvt.el (terminal-init-rxvt):
3284 * term/sun.el (terminal-init-sun):
3285 * term/tvi970.el (terminal-init-tvi970):
3286 * term/vt100.el (terminal-init-vt100):
3287 * term/vt102.el (terminal-init-vt102):
3288 * term/vt125.el (terminal-init-vt125):
3289 * term/vt200.el (terminal-init-vt200):
3290 * term/vt201.el (terminal-init-vt201):
3291 * term/vt220.el (terminal-init-vt220):
3292 * term/vt240.el (terminal-init-vt240):
3293 * term/vt300.el (terminal-init-vt300):
3294 * term/vt320.el (terminal-init-vt320):
3295 * term/vt400.el (terminal-init-vt400):
3296 * term/vt420.el (terminal-init-vt420):
3297 * term/wyse50.el (terminal-init-wyse50):
3298 * term/xterm.el (terminal-init-xterm): Likewise.
3299
3300 * term/README: Describe the terminal-init-* functionality.
3301
3302 * startup.el (command-line): After loading the terminal initialization
3303 file call the corresponding terminal initialization function.
3304
3305 2005-07-27 Kenichi Handa <handa@m17n.org>
3306
3307 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3308 negative.
3309
3310 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3311 (ps-mule-composition-prologue): Fix for the case that
3312 RelativeCompose is false.
3313
3314 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3317
3318 * descr-text.el (describe-char): Handle the case where the list of
3319 chars is displayed in a separate frame.
3320 Be a bit more discriminating when looking for the char.
3321
3322 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3323
3324 * bookmark.el (bookmark-automatically-show-annotations)
3325 (bookmark-read-annotation-text-func): Doc fixes.
3326 (bookmark-save): Improve argument/docstring consistency.
3327 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3328 (bookmark-alist-from-buffer)
3329 (bookmark-upgrade-file-format-from-0)
3330 (bookmark-grok-file-format-version)
3331 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3332 (bookmark-read-annotation-mode)
3333 (bookmark-insert-current-bookmark, bookmark-jump)
3334 (bookmark-exit-hook): Fix typos in docstrings.
3335 (bookmark-exit-hooks): Define as obsolete alias.
3336 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3337 not `bookmark-exit-hooks'. Fix docstring.
3338 (bookmark-bmenu-select): "?\ " -> "?\s".
3339
3340 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3341
3342 * startup.el (command-line): Fix typo.
3343
3344 2005-07-24 Richard M. Stallman <rms@gnu.org>
3345
3346 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3347 not emacs-quick-startup.
3348
3349 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3350
3351 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3352 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3353 instead of `reb-with-current-window'.
3354 (reb-prev-match): Likewise. Also, don't move left if the search
3355 was unsuccessful.
3356 (reb-initialize-buffer): New function.
3357 (re-builder, reb-change-syntax): Use it.
3358
3359 * man.el (Man-goto-page): Make second argument NOERROR optional.
3360
3361 2005-07-23 Richard M. Stallman <rms@gnu.org>
3362
3363 * man.el (Man-bgproc-sentinel): Check here for failure to find
3364 any man page in the output, and report the error here.
3365 (Man-arguments): Make it permanent local.
3366 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3367 (Man-mode): Pass t for NOERROR.
3368
3369 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3370 (grep-mode-font-lock-keywords):
3371 Don't use compilation-...-face for messages that are not file names.
3372
3373 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3374 Don't use compilation-...-face for messages that are not file names.
3375
3376 2005-07-22 Juri Linkov <juri@jurta.org>
3377
3378 * startup.el (normal-splash-screen): Update menu name.
3379
3380 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3381
3382 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3383
3384 * term/xterm.el: Load term/rxvt if the terminal is actually an
3385 rxvt terminal.
3386 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3387
3388 * term/rxvt.el (function-key-map): Use substitute-key-definition
3389 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3390
3391 * term/cygwin.el: New file.
3392
3393 2005-07-22 Kim F. Storm <storm@cua.dk>
3394
3395 * image-file.el (insert-image-file, image-file-yank-handler):
3396 Fix last change to maintain a (unique) yank-handler on yanked images.
3397
3398 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3399
3400 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3401 of the file size (as in "177B" for 177 bytes). This happens with
3402 "ls -lh" on FreeBSD.
3403
3404 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3405
3406 * hilit-chg.el (highlight-changes-global-initial-state)
3407 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3408 (hilit-chg-fixup, highlight-changes-mode):
3409 Fix typos in docstrings.
3410 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3411 Doc fixes.
3412
3413 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3414
3415 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3416 mode function using `eval-after-load'.
3417
3418 2005-07-21 Kim F. Storm <storm@cua.dk>
3419
3420 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3421 included when reporting an emacs crash, and tell about the DEBUG file.
3422
3423 * image-file.el (insert-image-file): Add yank-handler.
3424 (image-file-yank-handler): Yank handler to make unique copies of
3425 images when they are yanked into a buffer next to each other.
3426
3427 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3428
3429 * comint.el (comint-use-prompt-regexp, comint-send-input)
3430 (comint-source-default, comint-extract-string)
3431 (comint-get-source, comint-word, comint-completion)
3432 (comint-source, comint-prompt-read-only, comint-update-fence):
3433 Fix typos in docstrings.
3434 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3435 Declare with define-obsolete-*-alias macros.
3436 (comint-previous-matching-input-from-input)
3437 (comint-next-matching-input-from-input)
3438 (comint-previous-matching-input, comint-next-matching-input)
3439 (comint-forward-matching-input):
3440 Improve argument/docstring consistency.
3441
3442 * desktop.el (desktop-clear-preserve-buffers-regexp):
3443 Also preserve the *server* buffer.
3444
3445 * simple.el (clone-indirect-buffer): Doc fix.
3446 (fixup-whitespace, just-one-space)
3447 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3448 (next-error, next-error-highlight)
3449 (next-error-highlight-no-select, next-error-last-buffer)
3450 (next-error-buffer-p, next-error-find-buffer, next-error)
3451 (previous-error, next-error-no-select, previous-error-no-select)
3452 (open-line, split-line, minibuffer-prompt-width, kill-new)
3453 (binary-overwrite-mode): Fix typos in docstrings.
3454 (set-fill-column): Fix typo in message.
3455
3456 * skeleton.el (skeleton-proxy-new): Doc fix.
3457
3458 * strokes.el (strokes-load-hook): Doc fix.
3459 (strokes-grid-resolution, strokes-get-grid-position)
3460 (strokes-renormalize-to-grid, strokes-read-stroke)
3461 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3462 (strokes-global-map): Fix typos in docstrings.
3463 (strokes-help): Doc fix. Fix help message and pass it through
3464 `substitute-command-keys'.
3465
3466 * tempo.el (tempo-insert-prompt, tempo-interactive)
3467 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3468 (tempo-insert-string-functions, tempo-local-tags)
3469 (tempo-define-template, tempo-insert-template)
3470 (tempo-insert-prompt-compat, tempo-is-user-element)
3471 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3472 Fix typos in docstrings.
3473
3474 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3475 (vcursor-key-bindings, vcursor-use-vcursor-map)
3476 (vcursor-find-window, vcursor-scroll-down)
3477 (vcursor-disable, vcursor-beginning-of-buffer)
3478 (vcursor-end-of-buffer): Fix typos in docstrings.
3479 (vcursor-relative-move, vcursor-get-char-count):
3480 Improve argument/docstring consistency.
3481
3482 * version.el: "?\ " -> "?\s".
3483
3484 * wid-edit.el (widget-default-create, widget-after-change)
3485 (widget-default-format-handler, widget-checklist-add-item)
3486 (widget-radio-add-item, widget-choose, widget-specify-secret)
3487 (widget-field-value-create, widget-field-value-get)
3488 (widget-editable-list-format-handler)
3489 (widget-editable-list-entry-create, widget-group-value-create)
3490 (widget-documentation-link-add)
3491 (widget-documentation-string-value-create): "?\ " -> "?\s".
3492 (widget-convert-text): Doc fix.
3493 (widget-narrow-to-field, widget-field-find)
3494 (widget-url-link-action, widget-emacs-library-link-action)
3495 (widget-color-notify): Fix typos in docstrings.
3496
3497 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3498 (x-select-text, set-w32-system-coding-system)
3499 (w32-add-charset-info): Fix typos in docstrings.
3500
3501 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3502 (cua-enable-cua-keys, cua-use-hyper-key)
3503 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3504 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3505
3506 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3507
3508 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3509 `defalias' instead of faking it.
3510
3511 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3512 (eshell-ls-missing, eshell-ls-dired-initial-args)
3513 (eshell-ls-use-in-dired): Fix typos in docstrings.
3514
3515 2005-07-20 Kim F. Storm <storm@cua.dk>
3516
3517 * emulation/cua-base.el (cua-mode): Improve doc string.
3518
3519 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3520
3521 * abbrev.el (expand-region-abbrevs): Doc fix.
3522 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3523 Improve argument/docstring consistency.
3524
3525 * arc-mode.el (archive-get-descr, archive-alternate-display):
3526 Doc fixes.
3527 (archive-l-e): Improve argument/docstring consistency.
3528 (archive-tmpdir, archive-unixdate, archive-unixtime)
3529 (archive-chmod-entry): Fix typos in docstrings.
3530 (archive-unflag, archive-unflag-backwards)
3531 (archive-unmark-all-files): "?\ " -> "?\s".
3532
3533 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3534 (Buffer-menu-not-modified, Buffer-menu-execute)
3535 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3536 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3537
3538 * composite.el (compose-string, encode-composition-rule)
3539 (compose-last-chars): Fix typos in docstrings.
3540
3541 * desktop.el (desktop-enable, desktop-basefilename):
3542 Declare with `define-obsolete-variable-alias'.
3543 (desktop-internal-v2s): Don't quote keywords.
3544 (desktop-clear): "?\ " -> "?\s".
3545
3546 * dired.el (dired-align-file, dired-flag-backup-files)
3547 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3548 (dired-listing-switches, dired-ls-F-marks-symlinks)
3549 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3550 (dired-directory, dired-faces, dired, dired-revert)
3551 (dired-mode, dired-summary, dired-view-file)
3552 (dired-copy-filename-as-kill, dired-delete-file)
3553 (dired-no-confirm, dired-unmark-all-marks)
3554 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3555 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3556 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3557 Fix typos in message strings.
3558
3559 * dired-x.el (virtual-dired): Declare with `defalias'.
3560 (dired-mark-unmarked-files, dired-local-variables-file)
3561 (dired-omit-here-always): Doc fix.
3562 (dired-omit-mode, dired-find-subdir)
3563 (dired-enable-local-variables, dired-clean-up-buffers-too)
3564 (dired-extra-startup, dired-mark-extension, dired-jump)
3565 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3566 (dired-smart-shell-command, dired-guess-shell-alist-user)
3567 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3568 (dired-x-bind-find-file, dired-x-submit-report):
3569 Fix typos in docstrings.
3570 (dired-mark-unmarked-files): "?\ " -> "?\s".
3571
3572 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3573
3574 * faces.el (describe-face): "?\ " -> "?\s".
3575 (read-all-face-attributes, read-face-font, modify-face)
3576 (face-attr-construct, italic): Fix typos in docstrings.
3577 (frame-update-face-colors): Declare with
3578 `define-obsolete-function-alias'.
3579
3580 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3581 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3582 (magic-mode-alist, buffer-file-numbers-unique)
3583 (write-file-functions, get-free-disk-space):
3584 Fix typos in docstrings.
3585 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3586 (write-contents-hooks, write-file-hooks):
3587 Declare with `define-obsolete-variable-alias'.
3588
3589 * forms-d2.el (arch-rj): Fix typo in docstrings.
3590 (arch-tocol): Likewise. "?\ " -> "?\s".
3591
3592 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3593 Fix typo in docstring.
3594 (set-screen-width, set-screen-height): Delete redundant info in
3595 doctrings.
3596 (new-frame, screen-height, screen-width): Declare with
3597 `define-obsolete-function-alias'.
3598 (delete-frame-hook, blink-cursor): Declare with
3599 `define-obsolete-variable-alias'.
3600
3601 * paths.el (prune-directory-list): Fix typos in docstring.
3602
3603 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3604 (cvs-prefix-get): Fix typos in docstrings.
3605
3606 * ps-print.el (ps-extend-face-list, ps-extend-face)
3607 (ps-print-background-image): Fix typos in docstrings.
3608 (ps-default-fg, ps-default-bg): Doc fixes.
3609
3610 * s-region.el (s-region-bind): Doc fix.
3611 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3612
3613 * textmodes/org.el (org-table-formula-substitute-names)
3614 (org-table-get-vertical-vector): Doc fixes.
3615 (org-table-recalculate): Remove unused argument to `message'.
3616
3617 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3618
3619 * textmodes/org.el (org-table-column-names)
3620 (org-table-column-name-regexp)
3621 (org-table-named-field-locations): New variables.
3622 (org-archive-subtree): Protect `this-command' when calling
3623 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3624 the kill buffer.
3625 (org-complete): Remove fixed-formula completion.
3626 (org-edit-formulas-map): New variable.
3627 (org-table-edit-formulas): New command.
3628 (org-finish-edit-formulas, org-abort-edit-formulas)
3629 (org-show-variable, org-table-get-vertical-vector): New functions.
3630 (org-table-maybe-eval-formula): Handle `:=' fields.
3631 (org-table-get-stored-formulas, org-table-store-formulas)
3632 (org-table-get-formula, org-table-modify-formulas)
3633 (org-table-replace-in-formulas): Handle named field formulas.
3634 (org-table-get-specials): Store locations of named fields.
3635
3636 2005-07-19 Juri Linkov <juri@jurta.org>
3637
3638 * progmodes/grep.el (grep-regexp-alist)
3639 (grep-mode-font-lock-keywords, grep-process-setup):
3640 Use default GNU grep match color "01;31m" instead of "01;41m".
3641 (grep-regexp-alist, grep-mode-font-lock-keywords):
3642 Use `\\[[0-9]*m' instead of `\\[00m'.
3643 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3644 sgr_start where its handling is more important. Use the real
3645 length of sgr_start instead of constant 8.
3646 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3647 specially. Delete all remaining escape sequences.
3648 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3649 (grep-regexp-alist): Make hyperlink only for binary file name
3650 instead of the whole line.
3651 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3652 (grep-mode): Add autoload.
3653
3654 * emacs-lisp/find-func.el (find-function-regexp):
3655 Add `define-compilation-mode'.
3656
3657 2005-07-19 Juri Linkov <juri@jurta.org>
3658
3659 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3660 (compare-windows-sync-string-size, compare-windows-recenter)
3661 (compare-windows-highlight, compare-windows): Add version 22.1.
3662 (compare-windows) <defface>: Inherit from lazy-highlight instead
3663 of duplicating its default value.
3664
3665 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3666 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3667
3668 * descr-text.el (describe-char): Create link buttons for `charset'
3669 and `code point'. Add the current input method name with a link
3670 button to `to input' field. Print face names of display table
3671 characters in `The display table entry is displayed by' section
3672 instead of printing face-id in the `display' field.
3673 Guess hardcoded faces and create a link button for them.
3674 Skip empty fields when calculating max-width.
3675 Treat `widget-create' specially while inserting strings from the
3676 collected field list.
3677 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3678
3679 * diff-mode.el (diff-file-header): Change foreground color from
3680 yellow to green on light backgrounds.
3681 (diff-context): Inherit from `shadow' only for color/grayscale
3682 with more than 88 colors.
3683 (diff-indicator-removed, diff-indicator-added)
3684 (diff-indicator-changed): New faces.
3685 (diff-font-lock-keywords): Use new faces. Regroup rules.
3686 Add "^---$" for `normal' diff format. Fontify `#' lines with
3687 font-lock-comment-delimiter-face and font-lock-comment-face.
3688 Add `#' to ^[^...] in the rule for `diff-context-face'.
3689
3690 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3691 a button-like box. Inherit from `highlight' on low colors.
3692 (shadow): Use shades of gray only for color/grayscale with
3693 more than 88 colors. Use green for light backgrounds with
3694 8 colors, and yellow for dark backgrounds with 8 colors.
3695
3696 * font-lock.el (font-lock-regexp-grouping-backslash):
3697 Don't inherit from escape-glyph (use bold for all cases).
3698
3699 * info.el (info-xref-visited): Use light foreground color `violet'
3700 for dark backgrounds instead of dark color `magenta3'.
3701 (info-title-1): Use `yellow' color for dark backgrounds.
3702
3703 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3704 too-light magenta2.
3705
3706 * replace.el (match): Use slightly more light RoyalBlue3 instead
3707 of dark RoyalBlue4.
3708
3709 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3710
3711 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3712
3713 * novice.el (disabled-command-hook): Declare it with
3714 `define-obsolete-variable-alias'.
3715
3716 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3717 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3718 (desktop-load-default): Add release to obsolescence info.
3719 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3720 (desktop-append-buffer-args, desktop-read):
3721 Fix typos in docstrings.
3722 (desktop-kill): Fix typo in message.
3723 (desktop-save): Doc fix.
3724
3725 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3726
3727 * viper-cmd.el (viper-escape-to-state): Bug fix.
3728 (viper-envelop-ESC-key): Change the definition of fast
3729 keysequence so it'll work with keyboard macros.
3730
3731 * ediff.el (ediff-patch-buffer): Change the docstring.
3732
3733 2005-07-19 Kenichi Handa <handa@m17n.org>
3734
3735 * international/mule-cmds.el (select-safe-coding-system): Try to
3736 use an auto-coding (if any) before anything else. If the found
3737 auto-coding is invalid, show a warning message.
3738
3739 * international/mule.el (find-auto-coding): New function created
3740 by modifying the body of set-auto-coding.
3741 (set-auto-coding): Use find-auto-coding to find a coding.
3742
3743 2005-07-18 Richard M. Stallman <rms@gnu.org>
3744
3745 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3746 not isearch-mode-end-hook-error.
3747 (allout-before-change-protect): Fix error message.
3748
3749 2005-07-18 Juri Linkov <juri@jurta.org>
3750
3751 * allout.el (allout-mode):
3752 * calculator.el (calculator-copy):
3753 * custom.el (custom-known-themes):
3754 * dired.el (dired-desktop-buffer-misc-data)
3755 (dired-restore-desktop-buffer):
3756 * dired-x.el (dired-omit-marker-char):
3757 * files.el (basic-save-buffer):
3758 * font-core.el (font-lock-mode):
3759 * calendar/calendar.el (calendar-goto-hebrew-date)
3760 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3761 (calendar-goto-persian-date):
3762 * language/ethio-util.el (ethio-sera-to-fidel-region):
3763 * textmodes/picture.el (picture-mode):
3764 Delete duplicate duplicate words.
3765
3766 2005-07-18 Juri Linkov <juri@jurta.org>
3767
3768 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3769 chars * ? } |.
3770 (isearch-fallback): Don't call `isearch-process-search-char'.
3771 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3772 (isearch-process-search-char): Call `isearch-fallback' for regexp
3773 chars * ? } |.
3774 (isearch-return-char): Make obsolete with `make-obsolete' instead
3775 of simply documenting it as obsolete in the docstring.
3776 (isearch-fallback): Refill docstring.
3777
3778 * international/isearch-x.el
3779 (isearch-process-search-multibyte-characters): Remove unneeded
3780 `concat'. Add intermediate values to `junk-hist' instead of
3781 `minibuffer-history'. Test the length of `str'.
3782
3783 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3784
3785 * allout.el (allout-resolve-xref): Fix typos in error strings.
3786 (allout-before-change-protect): Remove unneeded `concat'.
3787
3788 * array.el (array-mode, array-reconfigure-rows)
3789 (untabify-backward): Fix typos in docstrings.
3790 (array-reconfigure-rows): Use `insert-buffer-substring', not
3791 `insert-buffer'.
3792
3793 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3794 * progmodes/ada-mode.el (ada-make-body):
3795 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3796
3797 * dired.el (dired-log):
3798 * tar-mode.el (tar-subfile-save-buffer):
3799 * play/zone.el (zone-pgm-stress-destress):
3800 Use `insert-buffer-substring', not `insert-buffer'.
3801
3802 2005-07-17 Simon Josefsson <jas@extundo.com>
3803
3804 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3805
3806 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3807
3808 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3809 Add plain auth method.
3810 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3811
3812 2005-07-17 Kim F. Storm <storm@cua.dk>
3813
3814 * ido.el (dired-other-window): Add ido property.
3815
3816 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3817
3818 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3819 Fix typo in docstring.
3820 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3821 `insert-file-literally'.
3822
3823 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3824 info and delete redundant message. Doc fix.
3825 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3826 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3827
3828 2005-07-16 Richard M. Stallman <rms@gnu.org>
3829
3830 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3831 (byte-compile-and): Use byte-compile-and-recursion.
3832 (byte-compile-or-recursion): New function.
3833 (byte-compile-or): Use that.
3834 (byte-compile-if): Guard the else-clause too.
3835 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3836
3837 * isearch.el (isearch-mode-end-hook-quit): New variable.
3838 (isearch-done): Bind it.
3839 (isearch-mode-end-hook): Doc fix.
3840
3841 * allout.el (allout-isearch-did-quit): Variable deleted.
3842 (allout-real-isearch-abort): Function name no longer used.
3843 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3844 (allout-isearch-rectification): isearch-mode always exists.
3845 Don't set allout-isearch-did-quit.
3846 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3847 allout-isearch-did-quit.
3848 (allout-enwrap-isearch): Just add the hook.
3849 (allout-isearch-abort): Function deleted.
3850 (allout-pre-command-business): Avoid warning.
3851
3852 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3853 Correctly avoid warnings.
3854 (pascal-outline): Likewise.
3855
3856 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3857
3858 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3859
3860 * play/tetris.el (tetris-mode): Avoid warning.
3861
3862 * play/snake.el (snake-mode): Avoid warning.
3863
3864 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3865 (gamegrid-set-display-table): Avoid warning.
3866 (gamegrid-set-timer): Likewise.
3867 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3868 (gamegrid-add-score-with-update-game-score-1): Take FILE
3869 as argument.
3870 (gamegrid-add-score-with-update-game-score): Pass that argument.
3871 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3872
3873 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3874
3875 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3876 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3877
3878 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3879 and insert-file.
3880
3881 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3882 (sc-ask): Avoid warnings.
3883
3884 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3885 (eshell-hist-initialize): Use that var the natural way.
3886
3887 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3888
3889 * emacs-lisp/re-builder.el (reb-cook-regexp):
3890 Avoid warning calling lre-compile-string.
3891 (reb-color-display-p): Avoid warning.
3892
3893 * calculator.el (calculator-last-input): Guard uses
3894 of event-key and key-press-event-p.
3895 (event-key, key-press-event-p): Delete definitions.
3896
3897 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3898 (find-gc-source-directory, find-gc-subrs-callers)
3899 (find-gc-noreturn-list, find-gc-source-files)
3900 (find-gc-subrs-called): Vars renamed and defvar'd.
3901
3902 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3903 (checkdoc-overlay-put, checkdoc-delete-overlay)
3904 (checkdoc-overlay-start, checkdoc-overlay-end)
3905 (checkdoc-mode-line-update, checkdoc-char=):
3906 Define such that compiler knows they are defined.
3907 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3908 (checkdoc-read-event): Delete. Use read-event directly.
3909
3910 * whitespace.el (whitespace-make-overlay)
3911 (whitespace-overlay-put, whitespace-delete-overlay)
3912 (whitespace-overlay-start, whitespace-overlay-end):
3913 Define such that compiler knows they are defined.
3914 (whitespace): Move conditional inside.
3915
3916 * tempo.el (tempo-insert-template): Suppress warning.
3917
3918 * ediff-diff.el (longlines-mode): Add defvar.
3919
3920 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3921
3922 * server.el: Bind "C-x #" in a way that works even if C-x is
3923 redefined to a command key, not a prefix key.
3924
3925 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3926
3927 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3928 cl-make-type-test till execution time.
3929
3930 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3931
3932 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3933 arg ARG and use it.
3934
3935 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3936
3937 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3938
3939 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3940
3941 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3942 a defcustom with two :set or :type keywords.
3943
3944 2005-07-15 Richard M. Stallman <rms@gnu.org>
3945
3946 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3947 Don't give ^M comment-end syntax.
3948
3949 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3950
3951 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3952 Don't consider gdbmi (gdb-mi.el has its own update functions).
3953 (gdb-var-delete): Make it work for gdbmi as well.
3954 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3955
3956 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3957 (gud-speedbar-menu-items): Correct logic for enabling items.
3958
3959 2005-07-15 Kim F. Storm <storm@cua.dk>
3960
3961 * ido.el: Fix commentary.
3962 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3963 Use with-no-warnings around ffap-guesser.
3964 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3965 Let bind minibuffer-completing-file-name to t.
3966
3967 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3968
3969 * startup.el (site-run-file, keyboard-type): Doc fixes.
3970 (command-line): Check for "--basic-display" argument; also for
3971 "--quick", not "--bare-bones" (which was renamed).
3972 (fancy-splash-text): Add missing item "Getting New Versions".
3973 (normal-splash-screen): Fix typos and improve consistency with
3974 `fancy-splash-text'. Update copyright year.
3975
3976 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3977 valid binding for `help-char'.
3978
3979 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3980
3981 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3982
3983 * term.el (term-mode): Disable cua-mode for term buffers.
3984
3985 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3986
3987 * add-log.el (add-log-mailing-address, change-log-merge):
3988 Doc fixes.
3989 (change-log-get-method-definition): Fix typo in docstring.
3990
3991 2005-07-14 Kim F. Storm <storm@cua.dk>
3992
3993 * emulation/cua-base.el:
3994 (cua--pre-command-handler-1, cua--pre-command-handler)
3995 (cua--post-command-handler-1, cua--post-command-handler):
3996 Split in two. Check (buffer local) value of cua-mode.
3997 (cua-selection-mode): New command.
3998
3999 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4000
4001 * custom.el (custom-initialize-safe-set)
4002 (custom-initialize-safe-default): Doc fixes.
4003
4004 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4005 and simplify :init-value again.
4006
4007 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4008 and simplify :init-value again. Delete autoload.
4009
4010 * startup.el (command-line): Use `custom-reevaluate-setting' again
4011 for tooltip-mode.
4012
4013 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4014 a defcustom with two :initialize keywords.
4015
4016 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4017
4018 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4019 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4020 (allout-post-command-business, allout-flag-region)
4021 (isearch-reenable-font-lock, allout-yank)
4022 (allout-insert-latex-header, allout-insert-latex-trailer)
4023 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4024 (allout-latex-verb-quote): Fix typos in docstrings.
4025 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4026 (allout-unprotected, allout-prefix-data):
4027 Improve argument/docstring consistency.
4028 (allout-chart-subtree): Fix argument spec.
4029 (allout-open-topic): Rename `use_sib_bullet' argument to
4030 `use-sib-bullet'. Doc fix.
4031
4032 * whitespace.el (whitespace-check-buffer-leading)
4033 (whitespace-check-buffer-trailing)
4034 (whitespace-check-buffer-indent)
4035 (whitespace-check-buffer-spacetab)
4036 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4037 (whitespace-check-leading-whitespace)
4038 (whitespace-check-trailing-whitespace)
4039 (whitespace-check-spacetab-whitespace)
4040 (whitespace-check-indent-whitespace)
4041 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4042 (whitespace-modes): Fix typos in docstrings.
4043 (defgroup, defcustom): Doc fixes.
4044
4045 * winner.el (winner-mode, winner-boring-buffers)
4046 (winner-pending-undo-ring): Doc fixes.
4047 (winner-ring): Remove unneeded `progn'.
4048 (winner-equal): `defsubst' it.
4049 (winner-redo): Fix message.
4050
4051 2005-07-13 Kim F. Storm <storm@cua.dk>
4052
4053 * simple.el (line-move-1): Always use vertical-motion to
4054 do the last (or only) line move to ensure some movement.
4055 Undo 2005-06-23 change--don't check for overlays.
4056
4057 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4058
4059 * term/mac-win.el (ccl-encode-mac-roman-font)
4060 (ccl-encode-mac-centraleurroman-font)
4061 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4062 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4063 Change charset-id boundary of dimension to ?\xef.
4064 (mac-char-fontspec-list): New constant.
4065 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4066 argument. Nil uses itself as family in font-spec. Previous
4067 behavior for nil is now provided by non-nil non-string argument.
4068 All callers changed. Add font-specs for Mac fonts to
4069 "fontset-default" unless iso8859-1 fonts are installed.
4070
4071 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4074 a continuation line if the \ is preceded by SPC or TAB.
4075 (sh-get-indent-info): Simplify.
4076 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4077 Use with-current-buffer.
4078
4079 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4080 when the matched text is empty.
4081
4082 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4083
4084 * startup.el (command-line): Revert to previous handling of
4085 tooltip-mode. Explain in comment why the complexity is needed.
4086
4087 * tooltip.el (tooltip-mode): Revert to previous implementation of
4088 its defcustom.
4089
4090 * frame.el (blink-cursor-mode): Revert to previous implementation
4091 of its defcustom. Update comment.
4092
4093 2005-07-12 Lars Hansen <larsh@soem.dk>
4094
4095 * desktop.el: Update e-mail address.
4096
4097 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4098
4099 * term/mac-win.el (mac-services-mail-selection)
4100 (mac-services-mail-to): New functions.
4101 (mac-application-menu-map): Bind them.
4102
4103 2005-07-12 wulei <milton@wulei.net> (tiny change)
4104
4105 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4106
4107 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4108
4109 * custom.el (custom-reevaluate-setting): Doc fix.
4110
4111 2005-07-11 Jay Belanger <belanger@truman.edu>
4112
4113 * calc/calc.el (calc-embedded-announce-formula-alist)
4114 (calc-embedded-open-close-plain-alist)
4115 (calc-embedded-open-close-mode-alist): Add checks for additional
4116 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4117
4118 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4119
4120 * custom.el (custom-enable-theme): Don't add theme to
4121 `custom-enabled-themes' with `push' because there is no
4122 setf-method for `delq'.
4123
4124 2005-07-11 Richard M. Stallman <rms@gnu.org>
4125
4126 * custom.el (custom-declare-variable): Doc fix.
4127
4128 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4129 from the alists.
4130
4131 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4132 Do nothing if edebug-active.
4133
4134 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4135 (edebug-display): Do it here instead.
4136
4137 2005-07-10 Richard M. Stallman <rms@gnu.org>
4138
4139 * cus-face.el (custom-theme-set-faces): Make it work.
4140 (custom-reset-faces): Doc fix.
4141 (custom-theme-reset-internal-face, custom-theme-face-value):
4142 Functions deleted.
4143
4144 * custom.el (custom-push-theme): Maintain list of the settings
4145 of a given theme in its theme-settings property.
4146 Maintain position of old settings in the theme-value
4147 or theme-face property.
4148 (custom-enabled-themes): New variable.
4149 (custom-theme-enabled-p): New function.
4150 (provide-theme): Update custom-enabled-themes.
4151 Disable and reenable the `user' theme.
4152 (require-theme): Doc fix.
4153 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4154 (custom-theme-value, custom-theme-variable-value): Likewise.
4155 (custom-theme-reset-internal): Likewise.
4156 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4157 (custom-enable-theme, custom-disable-theme): New functions.
4158 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4159 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4160 (custom-theme-reset-variables): Simplify.
4161 (deftheme, custom-declare-theme, custom-make-theme-feature):
4162 Definitions moved.
4163
4164 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4165
4166 * longlines.el (longlines-show-region)
4167 (longlines-unshow-hard-newlines): Recognize hard newlines by
4168 non-nil hard property, instead of t.
4169
4170 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4171
4172 * viper-cmd.el (viper--key-maps): New variable.
4173 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4174 emulation-mode-map-alists.
4175 (viper-envelop-ESC-key): Use viper-subseq.
4176 (viper-search-forward/backward/next): Disable debug-on-error.
4177
4178 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4179 (viper-ESC-key): New defcustoms.
4180
4181 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4182
4183 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4184 (viper-subseq): Copy of subseq from cl.el.
4185
4186 * viper.el (viper-go-away, viper-set-hooks): Use
4187 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4188
4189 * viper-mous.el (viper-current-frame-saved): Use defvar.
4190
4191 * viper-init.el: Get rid of -face in face names.
4192
4193 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4194 Make it work with longlines mode
4195
4196 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4197
4198 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4199
4200 * ediff-init.el: Get rid of -face in face names.
4201
4202 2005-07-10 Richard M. Stallman <rms@gnu.org>
4203
4204 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4205 and with-timeout-unsuspend.
4206
4207 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4208 and with-timeout-unsuspend.
4209
4210 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4211 (with-timeout): Bind that variable to record timers.
4212 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4213
4214 * emacs-lisp/debug.el (debug-help-follow): New function.
4215 (debugger-mode-map): Use that instead of help-follow.
4216 (debugger-setup-buffer): Use eval-buffer-list
4217 to handle eval-buffer frames.
4218
4219 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4220
4221 * timezone.el (timezone-parse-date): Change first regexp
4222 so it will not mistakenly match dates with no time zone.
4223
4224 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4225
4226 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4227
4228 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4229
4230 * custom.el (custom-initialize-safe-set)
4231 (custom-initialize-safe-default): New functions.
4232
4233 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4234 and simplify :init-value.
4235
4236 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4237 and simplify :init-value. Delete obsolete comment.
4238
4239 * startup.el (command-line): Use `custom-reevaluate-setting' to
4240 handle `tooltip-mode'. Delete obsolete comment.
4241
4242 * files.el (set-visited-file-name): Avoid calling
4243 `file-name-nondirectory' with a nil argument.
4244
4245 2005-07-09 Richard M. Stallman <rms@gnu.org>
4246
4247 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4248 was called with nil for the buffer, handle the read position right.
4249 Handle read position for eval-region, too.
4250
4251 2005-07-09 Juri Linkov <juri@jurta.org>
4252
4253 * fringe.el (fringe-mode): Add period in docstring.
4254 (fringe-query-style): Build prompt depending on `all-frames' arg.
4255
4256 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4257 to not create links to unrelated functions in the Help buffer.
4258
4259 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4260 Doc fix.
4261
4262 * simple.el (next-error-hook): New variable.
4263 (next-error): Use it. Doc fix.
4264
4265 * textmodes/ispell.el (ispell-command-loop): Add current
4266 dictionary name and program name to mode-line-format.
4267 (ispell-region, ispell-process-line): Add current dictionary name
4268 and program name to messages.
4269
4270 2005-07-08 Jay Belanger <belanger@truman.edu>
4271
4272 * calc/calc.el (calc-embedded-announce-formula-alist)
4273 (calc-embedded-open-close-formula-alist)
4274 (calc-embedded-open-close-word-alist)
4275 (calc-embedded-open-close-plain-alist)
4276 (calc-embedded-open-close-new-formula-alist)
4277 (calc-embedded-open-close-mode-alist)
4278 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4279 (calc-embedded-mode-hook): New variables.
4280
4281 * calc/calc-embed.el (calc-embedded-firsttime)
4282 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4283 New variables.
4284 (calc-do-embedded): Use calc-embedded-firsttime,
4285 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4286 determine whether or not to run hooks.
4287 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4288 calc-embedded-firsttime-formula appropriately.
4289 Set calc-embedded delimiter variables according to mode.
4290
4291 2005-07-08 Richard M. Stallman <rms@gnu.org>
4292
4293 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4294 Check for "emacs", etc., as entire symbol, not just as word.
4295 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4296
4297 * files.el (set-visited-file-name): Report the error
4298 for "empty filename" earlier.
4299 (kill-some-buffers): Ignore buffers already dead.
4300
4301 * fringe.el (fringe-mode): Doc fix.
4302
4303 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4304 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4305 Use unwind-protect to ensure byte-compile-unresolved-functions
4306 is updated.
4307
4308 * whitespace.el (whitespace-buffer-leading-cleanup):
4309 Simplify w/ skip-chars-forward.
4310 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4311
4312 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4313 Unconditionally try to leave point at the same old place.
4314
4315 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4316
4317 * comint.el (comint-postoutput-scroll-to-bottom)
4318 (comint-show-maximum-output): Take scroll-margin into consideration.
4319
4320 2005-07-08 Kim F. Storm <storm@cua.dk>
4321
4322 * ido.el (ido-use-filename-at-point): New choice `guess'.
4323 (ido-file-internal): Try ffap-guesser if selected.
4324
4325 * ido.el (ido-before-fallback-functions): New hook.
4326 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4327 (ido-read-file-name): Run it.
4328
4329 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4332 strings rather than a list of symbols to the completion function.
4333
4334 2005-07-07 Jay Belanger <belanger@truman.edu>
4335
4336 * calc/calc-units.el (math-apply-units): Change the places in
4337 which units are simplified.
4338
4339 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4340
4341 * cus-edit.el (customize-option, customize-option-other-window):
4342 Make them handle aliases.
4343
4344 * custom.el (custom-variable-p): Make it recursively follow
4345 aliases. Mention that in the docstring.
4346
4347 2005-07-07 Richard M. Stallman <rms@gnu.org>
4348
4349 * cus-start.el (exec-path): Use `directory' instead of `file'.
4350 Fix tag for nil.
4351
4352 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4353
4354 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4355 when called non-interactively. Doc fix.
4356
4357 2005-07-07 Lute Kamstra <lute@gnu.org>
4358
4359 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4360 new address as well.
4361
4362 2005-07-07 Kenichi Handa <handa@m17n.org>
4363
4364 * international/mule.el (make-coding-system):
4365 Describe `ascii-incompatible' property in the docstring.
4366 (set-file-name-coding-system): Signal an error if coding-system is
4367 ascii-incompatible.
4368 (set-keyboard-coding-system): Likewise.
4369
4370 * international/mule-cmds.el (set-default-coding-systems):
4371 Don't set default-file-name-coding-system and
4372 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4373
4374 * international/utf-16.el: Declare that all UTF-16-based coding
4375 systems are ASCII-incompatible.
4376
4377 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4378
4379 * progmodes/gud.el: Require font-lock for displaying errors.
4380 Used by gdb-ui.el.
4381
4382 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4385 values for the pattern lists which are `read'able but not
4386 `append'able (like symbols).
4387
4388 2005-07-06 Richard M. Stallman <rms@gnu.org>
4389
4390 * progmodes/flymake.el (flymake-float-time): Instead of
4391 with-no-warnings, test for xemacs.
4392 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4393 to avoid warning.
4394
4395 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4396
4397 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4398
4399 2005-07-05 Lute Kamstra <lute@gnu.org>
4400
4401 * battery.el: Add support for Darwin (with much debugging help
4402 from Samuel Lauber <sam124@operamail.com>).
4403 (battery-status-function, battery-echo-area-format)
4404 (battery-mode-line-format): Add support for pmset on Darwin.
4405 (battery-load-low, battery-load-critical): New user options.
4406 (battery-pmset): New function.
4407
4408 2005-07-05 Lute Kamstra <lute@gnu.org>
4409
4410 Update FSF's address in GPL notices.
4411
4412 * textmodes/page-ext.el: Update FSF's address.
4413
4414 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4417 filling from using prefix when filling a single-line docstring.
4418
4419 * progmodes/flymake.el: Remove useless eval-when-compile.
4420
4421 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4422
4423 2005-07-04 Richard M. Stallman <rms@gnu.org>
4424
4425 * textmodes/org.el (org-file-apps-defaults-gnu):
4426 Rename from org-file-apps-defaults-linux.
4427 (org-default-apps): Don't test system-type for `linux'.
4428 (org-file-apps): Doc fix.
4429
4430 2005-07-04 David Ponce <david@dponce.com>
4431
4432 * tree-widget.el: Improve header Commentary section.
4433 (tree-widget) [defgroup]
4434 (tree-widget-image-enable, tree-widget-themes-directory)
4435 (tree-widget-theme, tree-widget-image-properties-emacs)
4436 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4437 (tree-widget-image-formats, tree-widget-control)
4438 (tree-widget-empty-control, tree-widget-leaf-control
4439 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4440 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4441 (tree-widget-keep, tree-widget-after-toggle-functions)
4442 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4443 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4444 :help-echo message.
4445 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4446 (tree-widget-image-properties): Doc fix. Clearer implementation.
4447 (tree-widget--cursors): New constant.
4448 (tree-widget-lookup-image): New function split from
4449 `tree-widget-find-image'. Clearer implementation.
4450 (tree-widget-find-image): Use it.
4451 (tree-widget-button-keymap): Use `set-keymap-parent'.
4452 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4453 Define the sub-widgets here.
4454 (tree-widget-node): Check that :node is not a tree-widget.
4455 (tree-widget-get-super, tree-widget-open-control)
4456 (tree-widget-close-control, tree-widget-empty-control)
4457 (tree-widget-leaf-control, tree-widget-guide)
4458 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4459 (tree-widget-no-handle, tree-widget-value-delete)
4460 (tree-widget-map): Remove.
4461 (tree-widget-children-value-save): Doc fix. Simplified.
4462 (tree-widget-value-create): Update according to previous changes.
4463
4464 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4465
4466 * textmodes/org.el: Leading space replaced by TABS.
4467 (org-recalc-marks, org-table-rotate-recalc-marks)
4468 (org-table-get-specials): Treat "^" and "_" marks.
4469 (org-table-justify-field-maybe): Optional argument NEW.
4470 (org-table-eval-formula): Parsing of the format simplified.
4471 New modes C,I. Honor the %= parameter in the current table.
4472 Avoid unnecessary re-align by using the NEW argument to
4473 `org-table-justify-field-maybe'.
4474 (org-calc-default-modes): Default for date-format mimicks org-mode.
4475 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4476
4477 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4478
4479 * cus-face.el (custom-theme-set-faces): Make it handle face
4480 aliases whose alias declarations are pre- or autoloaded.
4481
4482 2005-07-04 Juri Linkov <juri@jurta.org>
4483
4484 * faces.el (read-face-name): Put the code for getting a face name
4485 from the buffer before adding the faces from the `face' property.
4486 Use `completing-read-multiple' instead of `completing-read'.
4487 Require `crm'. Add default value and post-process the returned
4488 list of faces.
4489
4490 * emacs-lisp/crm.el (crm-find-current-element)
4491 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4492
4493 * emacs-lisp/lisp-mode.el (eval-defun-1):
4494 * emacs-lisp/edebug.el (edebug-eval-defun):
4495 Remove unnecessary quotes.
4496
4497 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4498
4499 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4500 (prolog-indent-level): Fix typo in docstring.
4501
4502 * info.el (Info-history, Info-history-forward)
4503 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4504
4505 * add-log.el (add-change-log-entry):
4506 * comint.el (comint-dynamic-list-input-ring)
4507 (comint-dynamic-list-completions):
4508 * dabbrev.el (dabbrev-expand):
4509 * delim-col.el (delimit-columns-rectangle-line):
4510 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4511 (diff-unified->context):
4512 * ediff-init.el (ediff-abbrev-jobname):
4513 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4514 (ediff-replace-session-activity-marker-in-meta-buffer):
4515 * info.el (Info-summary):
4516 * lpr.el (printify-region):
4517 * printing.el (pr-create-interface):
4518 * ps-print.el (ps-print-quote):
4519 * ses.el (ses-column-widths, ses-print-cell)
4520 (ses-adjust-print-width, ses-center):
4521 * shell.el (shell-file-name-quote-list):
4522 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4523 (strokes-fill-current-buffer-with-whitespace)
4524 (strokes-xpm-for-stroke, strokes-list-strokes)
4525 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4526 * term.el (term-dynamic-list-input-ring)
4527 (term-dynamic-list-completions):
4528 * calc/calc.el (math-format-stack-value):
4529 * emacs-lisp/edebug.el (edebug-display-freq-count):
4530 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4531 (delphi-new-comment-line):
4532 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4533 * progmodes/executable.el (executable-set-magic):
4534 * progmodes/python.el (inferior-python-mode):
4535 * progmodes/scheme.el (scheme-mode-syntax-table):
4536 * progmodes/sh-script.el (sh-maybe-here-document):
4537 * progmodes/sql.el (sql-copy-column):
4538 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4539 * textmodes/bibtex.el (bibtex-mode):
4540 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4541 (sgml-auto-attributes):
4542 * textmodes/table.el (table-insert, table-shorten-cell)
4543 (table--generate-source-scan-lines, table-delete-row)
4544 (*table--cell-delete-char, table--spacify-frame)
4545 (table--horizontally-shift-above-and-below)
4546 (table--cell-insert-char, table--cell-blank-str)
4547 (table--fill-region-strictly):
4548 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4549 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4550
4551 * add-log.el (change-log):
4552 * apropos.el (apropos):
4553 * comint.el (comint-completion, comint-source):
4554 * dabbrev.el (dabbrev):
4555 * delim-col.el (columns):
4556 * diff-mode.el (diff-mode):
4557 * ediff.el (ediff):
4558 * ediff-diff.el (ediff-diff):
4559 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4560 * ediff-mult.el (ediff-mult):
4561 * ediff-ptch.el (ediff-ptch):
4562 * ediff-wind.el (ediff-window):
4563 * facemenu.el (facemenu):
4564 * indent.el (indent):
4565 * info.el (info):
4566 * jka-cmpr-hook.el (compression, jka-compr):
4567 * lpr.el (lpr):
4568 * outline.el (outlines):
4569 * pcmpl-cvs.el (pcmpl-cvs):
4570 * pcmpl-rpm.el (pcmpl-rpm):
4571 * printing.el (printing):
4572 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4573 (ps-print-vertical, ps-print-headers, ps-print-font)
4574 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4575 (ps-print-background, ps-print-printer, ps-print-page)
4576 (ps-print-miscellany):
4577 * ses.el (ses):
4578 * shell.el (shell, shell-directories, shell-faces):
4579 * startup.el (initialization):
4580 * strokes.el (strokes):
4581 * term.el (term):
4582 * uniquify.el (uniquify):
4583 * w32-vars.el (w32):
4584 * calc/calc.el (calc):
4585 * emacs-lisp/bytecomp.el (bytecomp):
4586 * emacs-lisp/cl-indent.el (lisp-indent):
4587 * emacs-lisp/edebug.el (edebug):
4588 * emacs-lisp/elp.el (elp):
4589 * emacs-lisp/testcover.el (testcover):
4590 * emacs-lisp/trace.el (trace):
4591 * emulation/viper-ex.el (viper-ex):
4592 * emulation/viper-mous.el (viper-mouse):
4593 * mail/mailalias.el (mailalias):
4594 * mail/supercite.el (supercite, supercite-frames)
4595 (supercite-attr, supercite-cite, supercite-hooks):
4596 * net/rcompile.el (remote-compile):
4597 * net/rlogin.el (rlogin):
4598 * obsolete/ooutline.el (outlines):
4599 * progmodes/delphi.el (delphi):
4600 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4601 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4602 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4603 (ebnf-optimization):
4604 * progmodes/etags.el (etags):
4605 * progmodes/executable.el (executable):
4606 * progmodes/idlwave.el (idlwave):
4607 * progmodes/pascal.el (pascal):
4608 * progmodes/prolog.el (prolog):
4609 * progmodes/python.el (python):
4610 * progmodes/scheme.el (scheme):
4611 * progmodes/sh-script.el (sh, sh-script):
4612 * progmodes/sql.el (SQL):
4613 * progmodes/tcl.el (tcl):
4614 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4615 * textmodes/enriched.el (enriched):
4616 * textmodes/makeinfo.el (makeinfo):
4617 * textmodes/sgml-mode.el (sgml):
4618 * textmodes/table.el (table-hooks):
4619 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4620 * textmodes/texinfo.el (texinfo):
4621 * textmodes/two-column.el (two-column):
4622 Finish `defgroup' description with period.
4623
4624 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4625 * eshell/esh-var.el (eshell-var):
4626 * progmodes/vhdl-mode.el (vhdl-testbench):
4627 * textmodes/org.el (org): Fix typos in docstrings.
4628
4629 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4630 consistency.
4631
4632 * progmodes/flymake.el (flymake-find-file): Remove.
4633 (flymake-float-time): Use `with-no-warnings'.
4634 (flymake-check-start-time, flymake-check-was-interrupted)
4635 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4636 (flymake-new-err-info): `defvar' at compile time.
4637
4638 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4639
4640 * replace.el (occur-hook): Doc fix.
4641 (occur-1): Don't call `occur-hook' if there are no matches.
4642
4643 2005-07-03 Richard M. Stallman <rms@gnu.org>
4644
4645 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4646 global-map, save the same map.
4647 (global-map): Don't alter it at top level.
4648 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4649 Then alter it here instead.
4650 (tpu-edt-off): Set global-map to the saved one.
4651
4652 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4653 All references simplified.
4654 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4655 (zmacs-regions): Add defvar.
4656 (repeat-complex-command-map): Everything about that deleted.
4657
4658 * textmodes/artist.el (artist-key-is-drawing)
4659 (artist-key-endpoint1, artist-key-poly-point-list)
4660 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4661 (artist-key-compl-table, artist-rb-save-data)
4662 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4663 Don't put them in eval-when-compile.
4664 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4665
4666 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4667 Use with-no-warnings.
4668
4669 * net/browse-url.el (dos-windows-version): Add defvar.
4670
4671 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4672
4673 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4674 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4675 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4676 Add defvar.
4677 (rmail-summary-beginning-of-message): Use with-no-warnings.
4678 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4679
4680 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4681 Use with-no-warnings.
4682
4683 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4684 (c-mark-function): Add point-moving-unit property.
4685 (vi-goto-line): Use with-no-warnings.
4686
4687 * emulation/edt.el (edt-last-copied-word): Add defvar.
4688 (zmacs-region-stays): Likewise.
4689 (edt-mark-section-wisely): Use c-mark-function for C.
4690 Use makr-defun for Fortran.
4691 (time-string): defvar deleted.
4692 (edt-display-the-time): Don't set time-string.
4693
4694 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4695
4696 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4697 Don't warn when name is not constant
4698 or for defining the group `emacs'.
4699
4700 * tooltip.el (gud-tooltip-mode): Add defvar.
4701
4702 * startup.el (default-frame-background-mode): Add defvar.
4703
4704 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4705
4706 * info.el (tool-bar-map): Add defvar.
4707
4708 * dired.el (dnd-protocol-alist): Add defvar.
4709
4710 * dired-aux.el (dired-query): Display question with answer, when
4711 the user answers.
4712
4713 * custom.el (custom-add-option): Doc fix.
4714
4715 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4716
4717 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4718
4719 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4720 bogus name from the last change.
4721
4722 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4723
4724 * custom.el (custom-declare-variable): Fix typos in comment.
4725 (custom-known-themes): Doc fix.
4726 (custom-theme-directory): New defcustom.
4727 (require-theme): Make it check `custom-theme-directory'.
4728
4729 * cus-theme.el (custom-new-theme-mode): New function.
4730 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4731 (custom-theme-description): Add compiler defvars.
4732 (customize-create-theme): Add doc to the "*New Custom Theme*"
4733 buffer. Use `custom-new-theme-mode'.
4734 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4735 and save it to the `custom-theme-directory'. Make this the
4736 default directory of the buffer.
4737
4738 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4739
4740 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4741 Fix unbalanced parentheses.
4742
4743 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4744
4745 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4746 into flymake-mode and delegate to flymake-mode.
4747
4748 * find-file.el (ff-which-function-are-we-in): Clean up.
4749
4750 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4751
4752 * replace.el (occur-rename-buffer): Fix docstring.
4753
4754 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4755 (edt-last-copied-word, edt-learn-macro-count)
4756 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4757 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4758 (time-string, zmacs-region-stays):
4759 * emulation/edt-mapper.el (edt-save-function-key-map)
4760 (EDT-key-name): `defvar' to silence the byte-compiler.
4761
4762 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4763
4764 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4765 font-lock-regexp-backslash. Doc fix.
4766 (font-lock-regexp-backslash-grouping-construct): Rename from
4767 font-lock-regexp-backslash-construct. Doc fix.
4768 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4769 grouping constructs.
4770
4771 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4772
4773 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4774 updating all the prerequisites.
4775
4776 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4777
4778 * textmodes/org.el (org-agenda-start-on-weekday)
4779 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4780 (org-agenda-use-time-grid, org-archive-location)
4781 (org-allow-space-in-links, org-usenet-links-prefer-google)
4782 (org-enable-table-editor, org-export-default-language)
4783 (org-export-html-show-new-buffer, org-fill-paragraph)
4784 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4785 (org-goto-quit, org-occur, org-eval-in-calendar)
4786 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4787 (org-agenda-diary-entry, org-remember-help)
4788 (org-table-convert-region, org-at-table-p)
4789 (org-table-move-row-down, org-table-move-row-up)
4790 (org-table-copy-region, org-table-toggle-vline-visibility)
4791 (org-table-get-stored-formulas, org-table-get-specials)
4792 (org-recalc-commands, org-table-eval-formula)
4793 (org-table-formula-substitute-names, orgtbl-make-binding)
4794 (org-format-org-table-html, org-format-table-table-html)
4795 (org-format-table-table-html-using-table-generate-source)
4796 (org-customize): Fix typos in docstrings.
4797 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4798 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4799 (org-back-to-heading): Doc fixes.
4800 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4801 (org-agenda-change-all-lines, org-get-header):
4802 Improve argument/docstring consistency.
4803 (orgtbl-error): Fix error message.
4804
4805 * progmodes/flymake.el (flymake-find-possible-master-files)
4806 (flymake-master-file-compare, flymake-get-line-err-count)
4807 (flymake-highlight-line, flymake-gui-warnings-enabled):
4808 Fix typos in docstrings.
4809 (flymake-parse-line, flymake-get-project-include-dirs-function)
4810 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4811 Doc fixes.
4812 (flymake-get-project-include-dirs-function)
4813 (flymake-make-err-menu-data):
4814 Improve argument/docstring consistency.
4815
4816 2005-07-01 Lute Kamstra <lute@gnu.org>
4817
4818 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4819 Catch errors with ignore-errors. Use temporary buffer.
4820 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4821
4822 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4823 background color faces.
4824 (facemenu-set-foreground, facemenu-set-background):
4825 Use facemenu-set-face-from-menu.
4826 (facemenu-set-face-from-menu): Treat face names that start with
4827 "fg:" or "bg:" as special.
4828 (facemenu-add-new-color): Don't create faces. Simplify.
4829
4830 2005-06-30 Richard M. Stallman <rms@gnu.org>
4831
4832 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4833 (crm-find-current-element): Likewise.
4834
4835 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4836
4837 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4838
4839 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4842 (archive-mouse-extract): Make it an obsolete alias.
4843 (archive-mode-map): Don't use archive-mouse-extract any more.
4844 (archive-mode, archive-extract): write-contents-hooks ->
4845 write-contents-functions.
4846 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4847 first arg.
4848 (archive-rename-entry): Update the call.
4849 (archive-zip-summarize): Remove unused var `method'.
4850 (archive-lzh-summarize): Remove unused var `creator'.
4851
4852 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4853 dedicated frame upon exit.
4854
4855 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4856 (archive-zip-extract, archive-zip-expunge)
4857 (archive-zip-update, archive-zip-update-case): Use executable-find.
4858 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4859 Use restore-buffer-modified-p.
4860 (archive-extract, archive-add-new-member, archive-write-file-member):
4861 Use with-current-buffer.
4862 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4863
4864 2005-06-30 Andreas Schwab <schwab@suse.de>
4865
4866 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4867
4868 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4869
4870 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4871
4872 2005-06-30 Juri Linkov <juri@jurta.org>
4873
4874 * faces.el (vertical-border): Inherit from mode-line-inactive
4875 only on tty.
4876
4877 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4878
4879 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4880 example, -NLINES in the `occur' docstring).
4881
4882 * replace.el (occur-1): When no matches are found, do not set the
4883 `buffer-read-only' and modified flags for the occur buffer,
4884 because it is deleted.
4885
4886 * emulation/cua-base.el (cua-check-pending-input)
4887 (cua-repeat-replace-region, cua-mode, cua-debug)
4888 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4889 Fix typos in docstrings.
4890
4891 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4892 (cua-cut-region-to-global-mark)
4893 (cua--cut-rectangle-to-global-mark):
4894 Remove period from end of messages.
4895
4896 * emulation/cua-rect.el (cua-do-rectangle-padding):
4897 Remove period from end of messages.
4898 (cua--rectangle-seq-format): Fix typo in docstring.
4899 (cua-sequence-rectangle, cua-fill-char-rectangle):
4900 Improve argument/docstring consistency.
4901
4902 2005-06-29 Juri Linkov <juri@jurta.org>
4903
4904 * faces.el (default-frame-background-mode): New internal variable.
4905 (frame-set-background-mode): Use it.
4906
4907 * startup.el (normal-top-level): Set default-frame-background-mode
4908 instead of frame-background-mode. Before setting it, test for its
4909 nil value. Remove tests for frame-background-mode and frame
4910 parameter `reverse'. Add test for "unspecified-fg".
4911
4912 * term/xterm.el (xterm-rxvt-set-background-mode):
4913 * term/rxvt.el (rxvt-set-background-mode):
4914 Set default-frame-background-mode instead of frame-background-mode.
4915
4916 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4917
4918 * simple.el (set-variable): Warn about obsolete user variables.
4919
4920 * imenu.el (imenu--completion-buffer):
4921 * mouse.el (mouse-buffer-menu-alist):
4922 * msb.el (msb-invisible-buffer-p):
4923 * calendar/diary-lib.el (diary-header-line-format):
4924 * emacs-lisp/pp.el (pp-buffer):
4925 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4926 * textmodes/picture.el (picture-replace-match):
4927 Change space constants followed by a sexp to "?\s ".
4928
4929 * play/decipher.el (decipher-loop-with-breaks):
4930 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4931 constants "protected" from end of line by a comment to "?\s".
4932
4933 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4934
4935 * font-lock.el (save-buffer-state): Use `declare'.
4936
4937 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4938 reset the syntax-table to cperl-mode-syntax-table.
4939 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4940 "foo_print_bar" is not matched as a reserved keyword.
4941
4942 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4943
4944 * textmodes/org.el (orgtbl-setup): New function, for delayed
4945 setup for the orgtbl commands.
4946 (org-calc-default-modes): New option.
4947 (orgtbl-make-binding): Use `defun' to get better help display.
4948 (org-diary): Call `org-compile-prefix-format'.
4949 (org-table-formula-substitute-names): New function.
4950 (org-agenda-day-view, org-agenda-week-view): New commands.
4951 (org-agenda-toggle-week-view): Command removed.
4952 (org-tbl-menu): Split off from org-org-menu.
4953 (org-mode): Move removal of outline-mode menus to here.
4954 (org-table-formula-debug): New option.
4955 (org-table-insert-row): Keep first field if just "#" or "*".
4956 (org-mode): Paragraph regexps fixed.
4957 (org-table-recalculate-regexp): New constant.
4958 (org-table-justify-field-maybe): Avoid replace if not necessary.
4959 (org-copy-special, org-cut-special): Use `call-interactively'.
4960 (org-table-copy-region): Take region from `interactive' call.
4961 (org-trim): Return string even if no match.
4962 (org-formula): New face.
4963 (org-set-font-lock-defaults): No longer highlight "FIXME".
4964 But highlight formula-related fields in table.
4965 (org-table-p): Use regexp, not fontification.
4966 (org-table-align): Handle white space at end of line.
4967 (org-table-formula-evaluate-inline): New option.
4968 (org-mode): Auto-wrapping in comment lines turned off.
4969 (org-table-copy-down): Evaluate only in copied field, not in
4970 destination.
4971 (org-table-current-formula): Variable removed.
4972 (org-table-store-formulas, org-table-get-stored-formulas)
4973 (org-table-modify-formulas, org-table-replace-in-formulas)
4974 (org-table-maybe-eval-formula): New functions.
4975 (org-table-get-formula): Modify to use stored formulas.
4976 (org-table-insert-column, org-table-delete-column)
4977 (org-table-move-column): Call `org-table-modify-formulas'.
4978 (org-complete): Add completion for keyword formulas.
4979 (orgtbl-mode): Pull orgtbl-mode-map to start of
4980 minor-mode-map-alist.
4981
4982 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 * progmodes/python.el (python-check): Require `compile' before
4985 modifying its variables.
4986
4987 * newcomment.el (comment-indent-default): Don't get fooled by an early
4988 end of buffer.
4989
4990 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4991
4992 * ps-print.el (ps-print-version): Fix version number.
4993
4994 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4995
4996 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4997
4998 2005-06-28 Richard M. Stallman <rms@gnu.org>
4999
5000 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5001 (flyspell-local-mouse-map): Declaration deleted.
5002 (flyspell-mouse-map): Bind only mouse-2.
5003 (flyspell-mode-map): Don't test flyspell-use-local-map.
5004 (flyspell-overlay-keymap-property-name): Var deleted.
5005 (flyspell-mode-on): Don't make local bindings for
5006 flyspell-mouse-map and flyspell-mode-map.
5007 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5008
5009 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5010
5011 * progmodes/compile.el (compilation-next-error-function):
5012 Don't switch buffers; operate on the current buffer.
5013
5014 * progmodes/compile.el (compilation-error-file-name)
5015 (compilation-warning-file-name, compilation-info-file-name)
5016 (compilation-line-number, compilation-column-number): New faces.
5017 (compilation-error-face, compilation-warning-face)
5018 (compilation-info-face, compilation-line-face)
5019 (compilation-column-face): Use them.
5020
5021 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5022
5023 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5024
5025 * bindings.el (global-map): Bind insertchar and its variants.
5026
5027 2005-06-27 Richard M. Stallman <rms@gnu.org>
5028
5029 * textmodes/artist.el (artist-text-overwrite)
5030 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5031
5032 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5033
5034 * ps-print.el: It was not working the page selection for printing.
5035 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5036 (ps-print-version): New version 6.6.7.
5037 (ps-end-sheet): New fun.
5038 (ps-header-sheet, ps-end-job): Call it.
5039
5040 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5041
5042 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5043
5044 2005-06-27 Lute Kamstra <lute@gnu.org>
5045
5046 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5047 background color faces.
5048 (facemenu-get-face): Delete function.
5049 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5050 (facemenu-add-new-color): Make second argument mandatory.
5051 Create the appropriate face and return it. Simplify.
5052 (facemenu-set-foreground, facemenu-set-background): Don't check if
5053 color is defined. Use return value of facemenu-add-new-color.
5054
5055 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5056
5057 * progmodes/gud.el (gud-filter): Add missing argument to
5058 with-selected-window.
5059
5060 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5061
5062 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5063 a :require to the defcustom.
5064
5065 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5066 defcustoms corresponding to minor modes.
5067
5068 2005-06-26 David Ponce <david@dponce.com>
5069
5070 * recentf.el: Require tree-widget instead of wid-edit.
5071 (recentf-filename-handler): Fix widget :type.
5072 (recentf-cancel-dialog, recentf-open-more-files)
5073 (recentf-open-files-action): Doc fix.
5074 (recentf-dialog-goto-first): New function.
5075 (recentf-dialog-mode-map): Set parent keymap first.
5076 (recentf-dialog-mode): Define with define-derived-mode.
5077 Don't display continuation lines in dialogs.
5078 (recentf-edit-list): Rename from recentf-edit-selected-items.
5079 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5080 Simplify.
5081 (recentf-edit-list-validate): New function.
5082 (recentf-edit-list): Update accordingly.
5083 (recentf-open-files-item-shift): Remove.
5084 (recentf-open-files-item): Convert menu elements into tree and
5085 link widgets. Don't create the widgets.
5086 (recentf-open-files): Update accordingly.
5087 (recentf-save-list): Untabify.
5088
5089 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5090
5091 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5092 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5093 partially contained in the active region. Do not take active
5094 region into account when called from Lisp, unless INTERACTIVE arg
5095 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5096 avoid trouble with fields. Make marker point nowhere when no
5097 longer used. Always return nil. Doc fix.
5098 (flush-lines): Add INTERACTIVE arg. Do not take active region
5099 into account when called from Lisp, unless INTERACTIVE arg is
5100 non-nil. Use `forward-line' instead of `beginning-of-line' to
5101 avoid trouble with fields. Make marker point nowhere when no
5102 longer used. Always return nil. Doc fix.
5103 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5104 interchangeable. Do not take active region into account when
5105 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5106 message in echo area when called from Lisp, unless INTERACTIVE arg
5107 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5108 Return the number of matches. Doc fix.
5109 (occur): Doc fix.
5110 (perform-replace): Make comment follow double space convention for
5111 the sake of `outline-minor-mode'.
5112
5113 * faces.el (facep): Doc fix.
5114
5115 2005-06-25 Richard M. Stallman <rms@gnu.org>
5116
5117 * facemenu.el (facemenu-enable-faces-p): New function.
5118 (facemenu-background-menu, facemenu-foreground-menu)
5119 (facemenu-face-menu): Add menu-enable property.
5120
5121 * jka-compr.el (jka-compr-insert-file-contents):
5122 Special handling if cannot find the uncompression program.
5123
5124 * cus-face.el (custom-face-attributes): Add autoload.
5125
5126 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5127 Bind comment-indent-function locally.
5128
5129 * window.el (save-selected-window): Use save-current-buffer.
5130
5131 * subr.el (with-selected-window): Use save-current-buffer.
5132
5133 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5134 and with-current-buffer.
5135
5136 2005-06-24 Richard M. Stallman <rms@gnu.org>
5137
5138 * simple.el (line-move-1): Fix previous change.
5139
5140 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5141
5142 * replace.el (occur-1): Set `buffer-read-only' and the
5143 buffer-modified flag before running `occur-hook' to protect
5144 against unintentional buffer switches that can lead to data loss.
5145
5146 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5147
5148 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5149 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5150 initial error.
5151
5152 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5153 after fresh input.
5154 (gdb-var-create-handler): Put name of expression in quotes.
5155
5156 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5157
5158 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5159 elements of RING in order, and without bogus nil elements.
5160
5161 2005-06-23 Richard M. Stallman <rms@gnu.org>
5162
5163 * simple.el (set-variable): Args renamed; doc fix.
5164 (line-move-1): When there are overlays around, use vertical-motion.
5165
5166 * faces.el (escape-glyph): Use brown against light background.
5167 (nobreak-space): Rename from no-break-space.
5168 Fix previous change.
5169
5170 * dired-aux.el (dired-do-copy): Fix arg prompt.
5171
5172 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5173
5174 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5175
5176 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5177 rather than "Distributor".
5178
5179 2005-06-23 Lute Kamstra <lute@gnu.org>
5180
5181 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5182 (debug-on-entry): Use it. New interactive declaration that uses
5183 function-called-at-point.
5184
5185 2005-06-23 Kim F. Storm <storm@cua.dk>
5186
5187 * subr.el (save-match-data): Add comment about using evaporate arg
5188 to set-match-data.
5189
5190 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5191
5192 * cus-edit.el (customize-face)
5193 (customize-face-other-window): Handle face aliases.
5194
5195 * faces.el (face-documentation, set-face-attribute)
5196 (face-spec-set): Handle face aliases.
5197
5198 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5199
5200 * help-mode.el (help-make-xrefs): If a symbol representing a face
5201 name is not followed by the word "face", it could still be a
5202 function or variable name, so don't bypass other checks.
5203
5204 2005-06-22 Juri Linkov <juri@jurta.org>
5205
5206 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5207 Replace aliased functions with calls where second arg `inherit' is t.
5208
5209 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5210
5211 * progmodes/gdb-ui.el (gdb-error): New variable.
5212 (gdb-error): New function.
5213 (gdb-annotation-rules): Act on error-begin and error annotations.
5214 (gdb-concat-output): Use font-lock-warning-face for errors.
5215
5216 2005-06-22 Miles Bader <miles@gnu.org>
5217
5218 * bindings.el (propertized-buffer-identification): Use renamed
5219 `Buffer-menu-buffer' face.
5220
5221 * faces.el (vertical-border): Rename from `vertical-divider'.
5222 (escape-glyph): Change dark-background color back to `cyan'.
5223
5224 2005-06-21 Juri Linkov <juri@jurta.org>
5225
5226 * faces.el (face-user-default-spec): Try getting `customized-face'
5227 prior to `saved-face'.
5228 (frame-background-mode): Refill docstring.
5229
5230 * emacs-lisp/lisp-mode.el (eval-defun-1):
5231 * emacs-lisp/edebug.el (edebug-eval-defun):
5232 Set `saved-face' temporarily to nil before calling form.
5233 Set `customized-face' to the new spec after that.
5234
5235 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5236
5237 * subr.el (1value, lambda, key-substitution-in-progress):
5238 Doc fixes.
5239
5240 * autoinsert.el (auto-insert-alist):
5241 * ses.el (ses-call-printer):
5242 * subr.el (noreturn):
5243 * emacs-lisp/lisp.el (check-parens):
5244 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5245 * net/browse-url.el (browse-url-mosaic):
5246 * progmodes/cc-defs.el (c-safe-scan-lists):
5247 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5248 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5249 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5250 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5251 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5252 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5253
5254 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5255
5256 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5257
5258 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5259
5260 * calendar/appt.el (appt-make-list): Activate the package, if
5261 not already active (for backwards compatibility).
5262
5263 2005-06-20 Kim F. Storm <storm@cua.dk>
5264
5265 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5266
5267 2005-06-20 Miles Bader <miles@gnu.org>
5268
5269 * faces.el (vertical-divider): New face.
5270
5271 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5272
5273 * simple.el (kill-whole-line): Doc fix.
5274 (next-error-buffer-p, next-error-find-buffer)
5275 (clone-indirect-buffer): Fix typos in docstrings.
5276 (comment-line-break-function): Doc fix: don't say variable
5277 is automatically buffer-local (it isn't).
5278
5279 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5280
5281 * net/tramp-ftp.el (top):
5282 * net/tramp-smb.el (top):
5283 * net/tramp-util.el (top):
5284 * net/tramp-uu.el (top):
5285 * net/tramp-vc.el (top):
5286 * net/tramp.el (top): Revert copyright years back to original
5287 ones. Tramp has a life outside GNU Emacs.
5288
5289 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5290
5291 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5292
5293 2005-06-18 Juri Linkov <juri@jurta.org>
5294
5295 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5296 end of first regexp to limit the match to the position between
5297 line number and source line with same separator character as used
5298 between file name and line number. In the second regexp limit
5299 mouse-face area to file name and line number by adding new group
5300 for them and referring it in HYPERLINK arg.
5301 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5302 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5303 previous line where grep markers may be already removed.
5304
5305 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5306
5307 * progmodes/ps-mode.el: Update version and maintainer's email address.
5308
5309 2005-06-18 Steve Youngs <steve@xemacs.org>
5310
5311 * net/browse-url.el (browse-url-browser-function)
5312 (browse-url-default-browser): Add firefox.
5313 (browse-url-firefox-program, browse-url-firefox-arguments)
5314 (browse-url-firefox-startup-arguments)
5315 (browse-url-firefox-new-window-is-tab): New defcustoms.
5316 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5317
5318 2005-06-17 Richard M. Stallman <rms@gnu.org>
5319
5320 * startup.el (command-line): Warn if specified user name has
5321 no home directory.
5322
5323 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5324 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5325
5326 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5327 Doc fixes.
5328
5329 * faces.el (underline): Try bold if terminal doesn't support underline.
5330
5331 * mail/sendmail.el (mail-setup-with-from): New variable.
5332 (mail-insert-from-field): New function.
5333 (sendmail-send-it): Call it.
5334 (mail-setup): Optionally call it here.
5335
5336 * term/linux.el: Call tty-no-underline.
5337
5338 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5339
5340 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5341
5342 2005-06-17 Miles Bader <miles@gnu.org>
5343
5344 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5345 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5346 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5347 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5348 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5349 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5350 Remove "-face" suffix from face names.
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 New backward-compatibility aliases for renamed faces.
5360 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5361 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5362 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5363 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5364 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5365 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5366 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5367 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5368 Use renamed ediff faces.
5369
5370 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5371 Remove "-face" suffix from face names.
5372 (eshell-test-ok-face, eshell-test-failed-face):
5373 New backward-compatibility aliases for renamed faces.
5374 (eshell-run-test): Use renamed eshell-test faces.
5375
5376 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5377 face name.
5378 (eshell-prompt-face): New backward-compatibility alias for renamed
5379 face.
5380 (eshell-emit-prompt): Use renamed eshell-prompt face.
5381
5382 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5383 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5384 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5385 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5386 Remove "-face" suffix from face names.
5387 (eshell-ls-directory-face, eshell-ls-symlink-face)
5388 (eshell-ls-executable-face, eshell-ls-readonly-face)
5389 (eshell-ls-unreadable-face, eshell-ls-special-face)
5390 (eshell-ls-missing-face, eshell-ls-archive-face)
5391 (eshell-ls-backup-face, eshell-ls-product-face)
5392 (eshell-ls-clutter-face):
5393 New backward-compatibility aliases for renamed faces.
5394 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5395
5396 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5397 Remove "-face" suffix from face name.
5398 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5399 instead of literal face.
5400
5401 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5402
5403 * emacs-lisp/warnings.el (display-warning, lwarn)
5404 (warning-minimum-log-level): Doc fixes.
5405 (warning-minimum-level, warning-minimum-log-level):
5406 Add :debug to :type choices.
5407
5408 * progmodes/ada-mode.el (ada-format-paramlist)
5409 (ada-get-indent-case, ada-check-matching-start)
5410 (ada-check-defun-name, ada-goto-matching-decl-start)
5411 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5412 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5413 (ada-make-subprogram-body): Follow error conventions.
5414 (ada-case-exception-file, ada-indent-comment-as-code)
5415 (ada-indent-handle-comment-special, ada-indent-renames)
5416 (ada-indent-return, ada-search-directories-internal)
5417 (ada-tab-policy, ada-case-exception-substring)
5418 (ada-other-file-alist, ada-matching-start-re)
5419 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5420 (ada-imenu-generic-expression, ada-compile-goto-error)
5421 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5422 (ada-popup-menu, ada-add-extensions, ada-mode)
5423 (ada-region-selected, ada-create-case-exception)
5424 (ada-create-case-exception-substring, ada-after-keyword-p)
5425 (ada-activate-keys-for-case, ada-adjust-case-region)
5426 (ada-adjust-case-buffer, ada-format-paramlist)
5427 (ada-scan-paramlist, ada-insert-paramlist)
5428 (ada-indent-newline-indent)
5429 (ada-indent-newline-indent-conditional)
5430 (ada-justified-indent-current, ada-goto-previous-word)
5431 (ada-indent-current, ada-get-indent-open-paren)
5432 (ada-get-indent-paramlist, ada-get-indent-end)
5433 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5434 (ada-get-indent-block-start, ada-get-indent-subprog)
5435 (ada-get-indent-noindent, ada-get-indent-label)
5436 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5437 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5438 (ada-goto-stmt-end, ada-goto-next-word)
5439 (ada-check-matching-start, ada-check-defun-name)
5440 (ada-goto-matching-decl-start, ada-goto-matching-start)
5441 (ada-goto-matching-end, ada-search-ignore-string-comment)
5442 (ada-in-decl-p, ada-looking-at-semi-or)
5443 (ada-looking-at-semi-private, ada-in-paramlist-p)
5444 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5445 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5446 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5447 (ada-previous-package, ada-create-menu)
5448 (ada-fill-comment-paragraph-justify)
5449 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5450 (ada-other-file-name, ada-last-which-function-line)
5451 (ada-last-which-function-subprog, ada-which-function)
5452 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5453 (ada-gen-treat-proc, ada-check-emacs-version)
5454 (ada-continuation-indent, ada-align-region-separate):
5455 Fix typos in docstrings.
5456 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5457
5458 2005-06-16 Lute Kamstra <lute@gnu.org>
5459
5460 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5461 conditionally.
5462
5463 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5464
5465 * comint.el (comint-replace-by-expanded-filename)
5466 (comint-prompt-regexp, comint-delimiter-argument-list)
5467 (comint-preinput-scroll-to-bottom):
5468 * info.el (Info-hide-cookies-node):
5469 * ls-lisp.el (ls-lisp-classify):
5470 * find-file.el (ff-search-directories, ff-special-constructs)
5471 (ff-find-other-file):
5472 * font-lock.el (font-lock-keywords):
5473 * shell.el (shell-prompt-pattern)
5474 (shell-dynamic-complete-functions, shell-mode)
5475 (shell-delimiter-argument-list):
5476 * term.el (term-replace-by-expanded-filename)
5477 (term-prompt-regexp, term-delimiter-argument-list):
5478 * woman.el (woman-ignore, woman0-if):
5479 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5480 * emacs-lisp/elint.el (elint-init-env):
5481 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5482 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5483 * language/ethio-util.el (ethio-tilde-escape)
5484 (ethio-use-three-dot-question):
5485 * net/zone-mode.el (zone-mode-load-time-setup):
5486 * progmodes/cc-align.el (c-lineup-argcont):
5487 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5488 * progmodes/cperl-mode.el (cperl-set-style-back):
5489 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5490 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5491 Fix spellings in docstrings.
5492
5493 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5494 * progmodes/modula2.el (m2-for): Fix spellings.
5495
5496 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5497
5498 * simple.el (undo-more): Don't use `format' on `error' arguments.
5499 Improve argument/docstring consistency.
5500 (pending-undo-list): Doc fix.
5501
5502 * smerge-mode.el (smerge-ensure-match):
5503 * emulation/vip.el (vip-ex):
5504 * net/zone-mode.el (zone-mode-update-serial):
5505 * progmodes/idlwave.el (idlwave-complete):
5506 * progmodes/vhdl-mode.el (vhdl-visit-file)
5507 (vhdl-compose-wire-components):
5508 Don't use `format' on `error' arguments.
5509
5510 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5511 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5512 (tooltip-help-tips): Fix typos in docstrings.
5513
5514 2005-06-16 David Ponce <david@dponce.com>
5515
5516 * tree-widget.el (tree-widget-value-create): Simplify last change.
5517
5518 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5519
5520 * ido.el (ido-incomplete-regexp): New variable.
5521 (ido-set-matches-1): Handle invalid-regexp error and set
5522 ido-incomplete-regexp.
5523 (ido-incomplete-regexp): New face.
5524 (ido-completions): Use it.
5525 (ido-complete, ido-exit-minibuffer, ido-completions):
5526 Handle incomplete regexps.
5527 (ido-completions): Add check for complete match when entering a regexp.
5528
5529 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5530
5531 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5532
5533 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5534
5535 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5536 by field delimiters.
5537
5538 2005-06-15 David Ponce <david@dponce.com>
5539
5540 * tree-widget.el: eval-and-compile inlined functions so they will
5541 be available at run-time too.
5542 (tree-widget-super-format-handler)
5543 (tree-widget-format-handler): Remove.
5544 (tree-widget-value-create): Handle the :indent property.
5545
5546 2005-06-15 Miles Bader <miles@gnu.org>
5547
5548 * progmodes/which-func.el (which-func): Only inherit
5549 `font-lock-function-name-face' when that makes sense against the
5550 default mode-line face, otherwise set the face color explicitly.
5551
5552 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5553 faces instead of (non-existent) variables.
5554
5555 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5556
5557 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5558 (iswitchb-get-matched-buffers): Likewise. Simplify.
5559
5560 2005-06-14 Miles Bader <miles@gnu.org>
5561
5562 * progmodes/ld-script.el (ld-script-location-counter):
5563 Remove "-face" suffix from face name.
5564 (ld-script-location-counter-face):
5565 New backward-compatibility alias for renamed face.
5566 (ld-script-location-counter-face): Use renamed face.
5567
5568 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5569 (cperl-hash): Remove "-face" suffix from face names.
5570 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5571 New backward-compatibility aliases for renamed faces.
5572 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5573 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5574
5575 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5576 name.
5577 (which-func-face): New backward-compatibility alias for renamed face.
5578 (which-func-format): Use renamed which-func face.
5579
5580 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5581 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5582 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5583 names.
5584 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5585 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5586 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5587 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5588 (vhdl-speedbar-architecture-selected)
5589 (vhdl-speedbar-configuration-selected)
5590 (vhdl-speedbar-package-selected)
5591 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5592 names.
5593 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5594 Use renamed faces.
5595 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5596 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5597 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5598 Use renamed faces.
5599 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5600 names.
5601 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5602 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5603 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5604 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5605 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5606 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5607
5608 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5609 face name.
5610 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5611 (sh-heredoc-face): Use renamed sh-heredoc face.
5612
5613 * progmodes/idlw-help.el (idlwave-help-link):
5614 Remove "-face" suffix from face name.
5615 (idlwave-help-link-face):
5616 New backward-compatibility alias for renamed face.
5617 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5618
5619 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5620 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5621 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5622 New backward-compatibility aliases for renamed faces.
5623 (idlwave-shell-disabled-breakpoint-face)
5624 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5625
5626 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5627 Remove "-face" suffix from face names.
5628 (flymake-errline-face, flymake-warnline-face):
5629 New backward-compatibility aliases for renamed faces.
5630 (flymake-highlight-line): Use renamed flymake faces.
5631
5632 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5633 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5634 (ebrowse-member-class, ebrowse-progress):
5635 Remove "-face" suffix from face names.
5636 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5637 (ebrowse-file-name-face, ebrowse-default-face)
5638 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5639 (ebrowse-progress-face):
5640 New backward-compatibility aliases for renamed faces.
5641 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5642 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5643 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5644 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5645
5646 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5647 antlr-syntax)
5648 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5649 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5650 names.
5651 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5652 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5653 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5654 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5655 backward-compatibility aliases for renamed faces.
5656 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5657 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5658 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5659 remove "font-lock-". Use renamed antlr-mode faces.
5660 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5661 literal face-names with face variable references.
5662
5663 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5664 face name.
5665 (Buffer-menu-buffer-face): New backward-compatibility alias for
5666 renamed face.
5667 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5668
5669 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5670
5671 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5672 Eliminate "-face" suffix.
5673 (makefile-targets): Inherit from font-lock-function-name-face and
5674 eliminate "-face" suffix.
5675 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5676 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5677 actions, instead of prepending, to make it less visible.
5678 (makefile-previous-dependency, makefile-match-dependency):
5679 Don't match a target on a continuation line.
5680
5681 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5682
5683 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5684
5685 * progmodes/gdb-ui.el (menu): Re-order menu items.
5686 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5687
5688 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5689 Define in tooltip.el.
5690 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5691 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5692 gud-tooltip-echo-area.
5693
5694 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5695 backward compatibility and make obsolete.
5696 (tooltip-help-tips): Use tooltip-use-echo-area.
5697 (tooltip-show-help-function): Rename to...
5698 (tooltip-show-help): ...this, because it is a function.
5699 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5700
5701 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5702
5703 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5704 (edebug-print-length, edebug-print-level, edebug-print-circle)
5705 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5706 (edebug-eval-print-last-sexp): Doc fixes.
5707
5708 2005-06-14 Kim F. Storm <storm@cua.dk>
5709
5710 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5711 as the coverage buffer/file/both may change.
5712
5713 2005-06-14 Lute Kamstra <lute@gnu.org>
5714
5715 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5716 and run-mode-hooks. Simplify.
5717
5718 * mail/rmailedit.el (rmail-edit-mode):
5719 * progmodes/octave-inf.el (inferior-octave-mode):
5720 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5721
5722 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5723 and run-mode-hooks.
5724 (recentf-edit-list, recentf-open-files): Don't call
5725 kill-all-local-variables directly.
5726
5727 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5728
5729 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5730
5731 * emacs-lisp/byte-run.el (make-obsolete)
5732 (define-obsolete-function-alias): Rename arguments FUNCTION and
5733 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5734 (make-obsolete-variable, define-obsolete-variable-alias):
5735 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5736 respectively.
5737
5738 * isearchb.el (isearchb-activate):
5739 * pcvs.el (cvs-mode):
5740 * ses.el (ses-load):
5741 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5742 * net/tramp.el (tramp-find-file-exists-command)
5743 (tramp-find-shell):
5744 * progmodes/ada-mode.el (ada-create-case-exception)
5745 (ada-create-case-exception-substring, ada-make-subprogram-body):
5746 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5747 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5748 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5749 * textmodes/org.el (org-promote, org-evaluate-time-range)
5750 (org-agenda-next-date-line, org-agenda-previous-date-line)
5751 (org-agenda-error, org-open-at-point, org-table-move-row)
5752 (org-format-table-table-html-using-table-generate-source)
5753 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5754 * textmodes/reftex.el (reftex-access-scan-info):
5755 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5756 (reftex-toc-promote-prepare): Follow error conventions.
5757
5758 * diff-mode.el (diff-mode): Fix typo in docstring.
5759
5760 * forms.el (forms--intuit-from-file): Fix reference to
5761 `forms-number-of-fields' in error message.
5762 (forms-print): Fix quoting in error message.
5763
5764 * forms.el (forms-mode):
5765 * emulation/vi.el (vi-goto-insert-state):
5766 * progmodes/flymake.el (flymake-new-err-info)
5767 (flymake-start-syntax-check-for-current-buffer)
5768 (flymake-simple-cleanup):
5769 * eshell/esh-var.el (eshell/export):
5770 * progmodes/gud.el (xdb):
5771 * textmodes/flyspell.el (flyspell-incorrect-hook)
5772 (flyspell-maybe-correct-transposition)
5773 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5774
5775 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5776
5777 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5778 minibuffer prompt.
5779
5780 2005-06-13 Kim F. Storm <storm@cua.dk>
5781
5782 * subr.el (add-to-ordered-list): New defun.
5783
5784 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5785 add cua--keymap-alist to emulation-mode-map-alists.
5786
5787 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * subr.el (complete-in-turn): New macro.
5790 (dynamic-completion-table, lazy-completion-table): Add debug info.
5791
5792 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5793 in preference to face aliases.
5794
5795 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5796 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5797 Remove unused vars `start' and `firstline'.
5798 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5799 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5800
5801 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5802
5803 * cus-start.el (all): Don't complain about missing GTK-related
5804 variables, unless either `gtk' is boundp or this isn't a
5805 `windows-nt' build.
5806
5807 2005-06-13 Lute Kamstra <lute@gnu.org>
5808
5809 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5810 run-mode-hooks.
5811
5812 * ediff-mult.el (ediff-meta-mode):
5813 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5814
5815 * ledit.el (ledit-mode): Use delay-mode-hooks.
5816
5817 * woman.el (woman-mode-line-format): Delete constant.
5818 (woman-mode-map): Initialize it properly.
5819 (woman-mode): Set mode-class property to special.
5820 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5821 Set major-mode and mode-name. Don't set mode-line-format directly.
5822 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5823
5824 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5825 string argument obsolete.
5826
5827 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5828
5829 * textmodes/org.el (org-CUA-compatible): New option.
5830 (org-disputed-keys): New variable.
5831 (org-key): New function.
5832 (orgtbl-make-binding): Add docstring to the created function.
5833 (org-mode): Set paragraph start/separate regexps.
5834 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5835 (org-archive-location, org-archive-mark-done)
5836 (org-archive-stamp-time): New options.
5837 (org-archive-subtree): New command.
5838 (org-fill-paragraph): New function.
5839 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5840 (org-fake-empty-table-line): Function removed.
5841 (org-format-org-table-html): Do not create empty table lines at
5842 separator lines. Improved table header treatment.
5843 (org-link-format): New option.
5844 (org-make-link): New function.
5845 (org-insert-link, org-store-link): Use org-make-link.
5846 (org-open-file): Quote file name for shell command, to allow
5847 spaces in file names.
5848 (org-link-regexp): Fix bug with mailto link.
5849 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5850 New constants.
5851 (org-export-as-html): Deal with the optional angles around a link.
5852 Better treatment of file: links.
5853 (org-open-at-point): Replace @{ and @} with < and >.
5854 (org-run-mode-hooks): Function removed.
5855 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5856
5857 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5858
5859 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5860 MI command -data-list-register-values.
5861 (gdb-post-prompt): Indent properly.
5862
5863 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5864
5865 * hilit-chg.el (highlight-changes-colors): Rename from
5866 `highlight-changes-colours'.
5867 (highlight-changes-colours): Keep as obsolete alias.
5868 (highlight-changes-face-list): Doc fix.
5869 (hilit-chg-make-list): Use `highlight-changes-colors'.
5870
5871 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5872
5873 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5874 defun-prompt-regexp.
5875
5876 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5877
5878 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5879 and cygwin.
5880
5881 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5882 Don't use an old loaddefs.el, as in Makefile.in.
5883
5884 2005-06-12 Lute Kamstra <lute@gnu.org>
5885
5886 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5887
5888 * man.el (Man-mode-map): Initialize it properly.
5889 (Man-mode): Set mode-class property to special.
5890
5891 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5892
5893 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5894
5895 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5896 A newline is needed in the docstring there.
5897
5898 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5899 Doc fixes.
5900
5901 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5902
5903 * printing.el: Doc fix. The menubar is no more changed when printing
5904 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5905 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5906 (pr-version): New version number (6.8.4).
5907 (pr-menu-bind): New command.
5908 (pr-update-menus): Docstring and code fix.
5909 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5910 Docstring fix.
5911 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5912 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5913
5914 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5915
5916 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5917 "Returns" to "return", document useful return values, etc.
5918
5919 2005-06-11 Alan Mackenzie <acm@muc.de>
5920
5921 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5922 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5923 (adaptive-file-function): Minor amendment to doc-string.
5924
5925 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5926
5927 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5928 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5929 Fix :type--it is `integer', not `string'.
5930
5931 * faces.el (modeline-highlight): Rename from (the erroneous)
5932 `modeline-higilight'.
5933
5934 2005-06-11 Lute Kamstra <lute@gnu.org>
5935
5936 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5937 lisp-interaction-mode-map but make it the parent.
5938 (edebug-eval-mode): Use define-derived-mode.
5939
5940 2005-06-11 Andreas Schwab <schwab@suse.de>
5941
5942 * bindings.el: Add binding of `ESC functionkey' for every
5943 `M-functionkey'.
5944 * hexl.el (hexl-mode-map): Likewise.
5945
5946 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5947
5948 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5949 [msft]: update regexp for newer msft compilers.
5950
5951 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5952
5953 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5954 ATTLIST portions of included DTDs.
5955 (xml-parse-dtd): Eliminate use of inefficient match-data.
5956
5957 2005-06-10 Miles Bader <miles@gnu.org>
5958
5959 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5960 (mpuz-text): Remove "-face" suffix from face names.
5961 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5962 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5963 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5964
5965 * play/gomoku.el (gomoku-O, gomoku-X):
5966 Remove "-face" suffix from face names.
5967 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5968 New backward-compatibility aliases for renamed faces.
5969 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5970
5971 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5972
5973 * thumbs.el: Fixes for changes of 2005-06-09.
5974 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5975 as a directory.
5976 (thumbs-thumbname): Remove directory separator from format string;
5977 `thumbs-thumbsdir' now returns a valid directory name.
5978 (thumbs-temp-dir): New defsubst.
5979 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5980 Use it.
5981
5982 * cus-edit.el (minibuffer):
5983 * files.el (make-backup-file-name-function):
5984 * filesets.el (filesets-external-viewers):
5985 * hilit-chg.el (highlight-changes-colours)
5986 (highlight-changes-face-list, highlight-changes-rotate-faces):
5987 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5988 * kmacro.el (kmacro-call-macro):
5989 * log-edit.el (log-edit-changelog-full-paragraphs):
5990 * mouse.el (mouse-1-click-follows-link):
5991 * skeleton.el (skeleton-autowrap):
5992 * subr.el (insert-for-yank-1):
5993 * tempo.el (tempo-insert-region):
5994 * terminal.el (terminal-emulator):
5995 * time.el (display-time-mail-face):
5996 * vc.el (vc-annotate):
5997 * vcursor.el (vcursor-copy-line):
5998 * woman.el (woman-bold-headings, woman-ignore)
5999 (woman-default-faces, woman-monochrome-faces):
6000 * calendar/todo-mode.el (todo-insert-threshold):
6001 * emulation/pc-select.el (pc-select-selection-keys-only)
6002 (pc-selection-mode):
6003 * emulation/vip.el (vip-find-char-forward):
6004 * emulation/viper-cmd.el (viper-find-char-forward):
6005 * international/mule-cmds.el
6006 (select-safe-coding-system-accept-default-p)
6007 (input-method-exit-on-invalid-key):
6008 * international/mule-diag.el (describe-coding-system):
6009 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6010 * net/browse-url.el (browse-url-xterm-program):
6011 * obsolete/lazy-lock.el (lazy-lock-mode):
6012 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6013 (cperl-mode):
6014 * progmodes/cpp.el (cpp-face-light-name-list)
6015 (cpp-face-dark-name-list):
6016 * progmodes/delphi.el (delphi-newline-always-indents):
6017 Fix spellings in docstrings.
6018
6019 * ido.el (ido-mode, ido-file-extensions-order)
6020 (ido-default-file-method, ido-default-buffer-method)
6021 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6022 (ido-decorations, ido-read-file-name-as-directory-commands)
6023 (ido-read-file-name-non-ido, ido-work-directory-list)
6024 (ido-ignore-item-temp-list, ido-current-directory)
6025 (ido-magic-forward-char, ido-enter-find-file)
6026 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6027 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6028
6029 2005-06-10 Lute Kamstra <lute@gnu.org>
6030
6031 * play/dunnet.el (dun-mode): Use define-derived-mode.
6032 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6033 obsolete alias.
6034
6035 * play/doctor.el (doctor-mode-map): Remove defvar.
6036 (doctor-mode): Use define-derived-mode.
6037
6038 * mail/mspools.el (mspools-mode):
6039 * net/eudc-hotlist.el (eudc-hotlist-mode):
6040 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6041
6042 2005-06-10 Miles Bader <miles@gnu.org>
6043
6044 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6045 Remove "-face" suffix from face names.
6046 (flyspell-incorrect-face, flyspell-duplicate-face):
6047 New backward-compatibility aliases for renamed faces.
6048 (flyspell-mode-on, make-flyspell-overlay)
6049 (flyspell-highlight-incorrect-region)
6050 (flyspell-highlight-duplicate-region)
6051 (flyspell-display-next-corrections)
6052 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6053
6054 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6055 from face name.
6056 (texinfo-heading-face): New backward-compatibility alias for
6057 renamed face.
6058 (texinfo-heading-face): Use renamed texinfo-heading face.
6059
6060 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6061 suffix from face names.
6062 (tex-math-face, tex-verbatim-face):
6063 New backward-compatibility aliases for renamed faces.
6064 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6065 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6066 literal face name.
6067
6068 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6069 name.
6070 (table-cell-face): New backward-compatibility alias for renamed face.
6071 (table--put-cell-face-property, table--update-cell-face):
6072 Use renamed table-cell face.
6073
6074 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6075 from face name.
6076 (sgml-namespace-face): New backward-compatibility alias for
6077 renamed face.
6078 (sgml-namespace-face): Use renamed sgml-namespace face.
6079
6080 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6081 (org-level-4, org-level-5, org-level-6, org-level-7)
6082 (org-level-8, org-warning, org-headline-done)
6083 (org-deadline-announce, org-scheduled-today)
6084 (org-scheduled-previously, org-link, org-done, org-table)
6085 (org-time-grid): Remove "-face" suffix from face names.
6086 (org-level-1-face, org-level-2-face, org-level-3-face)
6087 (org-level-4-face, org-level-5-face, org-level-6-face)
6088 (org-level-7-face, org-level-8-face, org-warning-face)
6089 (org-headline-done-face, org-deadline-announce-face)
6090 (org-scheduled-today-face, org-scheduled-previously-face)
6091 (org-link-face, org-done-face, org-table-face)
6092 (org-time-grid-face):
6093 New backward-compatibility aliases for renamed faces.
6094 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6095 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6096 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6097 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6098
6099 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6100 (viper-minibuffer-emacs, viper-minibuffer-insert)
6101 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6102 (viper-search-face, viper-replace-overlay-face)
6103 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6104 (viper-minibuffer-vi-face):
6105 New backward-compatibility aliases for renamed faces.
6106 (viper-search-face, viper-replace-overlay-face)
6107 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6108 (viper-minibuffer-vi-face): Use renamed viper faces.
6109
6110 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6111 Remove "-face" suffix from face names.
6112 (testcover-nohits-face, testcover-1value-face):
6113 New backward-compatibility aliases for renamed faces.
6114 (testcover-mark): Use renamed testcover faces.
6115
6116 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6117 face name.
6118 (diary-button-face): New backward-compatibility alias for renamed face.
6119 (diary-entry): Use renamed diary-button face.
6120
6121 * calendar/calendar.el (diary, calendar-today, holiday)
6122 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6123 (diary-face, calendar-today-face, holiday-face):
6124 New backward-compatibility aliases for renamed faces.
6125 (eval-after-load "facemenu", diary-entry-marker)
6126 (calendar-today-marker, calendar-holiday-marker, diary-face):
6127 Use renamed calendar faces.
6128
6129 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6130 (compare-windows-face): New backward-compatibility alias for
6131 renamed face.
6132 (compare-windows-highlight): Use renamed compare-windows face.
6133
6134 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6135 (strokes-char-face): New backward-compatibility alias for renamed face.
6136 (strokes-encode-buffer): Use renamed strokes-char face.
6137
6138 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6139 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6140 Remove "-face" suffix from face names.
6141 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6142 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6143 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6144 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6145 Use renamed pcvs faces.
6146 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6147 * pcvs-defs.el (cvs-mode-map): Likewise.
6148 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6149
6150 * info.el (info-title-1, info-title-2, info-title-3)
6151 (info-title-4): Remove "-face" suffix from and downcase face names.
6152 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6153 (Info-title-4-face):
6154 New backward-compatibility aliases for renamed faces.
6155 (Info-fontify-node): Use renamed info faces.
6156
6157 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6158 Remove "-face" suffix from face names.
6159 (highlight-changes-face, highlight-changes-delete-face):
6160 New backward-compatibility aliases for renamed faces.
6161 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6162 (hilit-chg-make-list): Use renamed highlight-changes faces.
6163
6164 * generic-x.el (show-tabs-tab, show-tabs-space):
6165 Remove "-face" suffix from face names.
6166 (show-tabs-tab-face, show-tabs-space-face):
6167 New backward-compatibility aliases for renamed faces.
6168 (show-tabs-generic-mode-font-lock-defaults-1)
6169 (show-tabs-generic-mode-font-lock-defaults-2):
6170 Use renamed show-tabs faces.
6171
6172 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6173 (smerge-markers): Remove "-face" suffix from face names.
6174 (smerge-mine-face, smerge-other-face, smerge-base-face)
6175 (smerge-markers-face):
6176 New backward-compatibility aliases for renamed faces.
6177 (smerge-mine-face, smerge-other-face, smerge-base-face)
6178 (smerge-markers-face): Use renamed smerge faces.
6179
6180 * log-view.el (log-view-file, log-view-message): Remove "-face"
6181 suffix from face names.
6182 (log-view-file-face, log-view-message-face):
6183 New backward-compatibility aliases for renamed faces.
6184 (log-view-file-face, log-view-message-face): Use renamed log-view
6185 faces.
6186
6187 * paren.el (show-paren-match, show-paren-mismatch):
6188 Remove "-face" suffix from face names.
6189 (show-paren-match-face, show-paren-mismatch-face):
6190 New backward-compatibility aliases for renamed faces.
6191 (show-paren-function): Use renamed show-paren faces.
6192
6193 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6194 (ruler-mode-margins, ruler-mode-fringes)
6195 (ruler-mode-column-number, ruler-mode-fill-column)
6196 (ruler-mode-comment-column, ruler-mode-goal-column)
6197 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6198 suffix from face names.
6199 (ruler-mode-default-face, ruler-mode-pad-face)
6200 (ruler-mode-margins-face, ruler-mode-fringes-face)
6201 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6202 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6203 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6204 New backward-compatibility aliases for renamed faces.
6205 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6206 (ruler-mode-column-number, ruler-mode-fill-column)
6207 (ruler-mode-comment-column, ruler-mode-goal-column)
6208 (ruler-mode-tab-stop, ruler-mode-current-column)
6209 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6210 faces.
6211
6212 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6213 face name.
6214 (whitespace-highlight-the-space): Use renamed face.
6215 (whitespace-highlight-face): New backward-compatibility alias for
6216 renamed face.
6217
6218 * woman.el (woman-italic, woman-bold, woman-unknown)
6219 (woman-addition, woman-symbol-face):
6220 Remove "-face" suffix from face names.
6221 (woman-italic-face, woman-bold-face, woman-unknown-face)
6222 (woman-addition-face):
6223 New backward-compatibility aliases for renamed faces.
6224 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6225 (woman-decode-region, woman-replace-match)
6226 (woman-display-extended-fonts, woman-special-characters)
6227 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6228 Use renamed woman faces.
6229
6230 * longlines.el (longlines-visible-face): Face removed.
6231
6232 * diff-mode.el (diff-header, diff-file-header, diff-index)
6233 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6234 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6235 suffix from face names.
6236 (diff-header-face, diff-file-header-face, diff-index-face)
6237 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6238 (diff-changed-face, diff-function-face, diff-context-face)
6239 (diff-nonexistent-face): New backward-compatibility aliases for
6240 renamed faces.
6241 (diff-header-face, diff-file-header-face)
6242 (diff-index, diff-index-face, diff-hunk-header)
6243 (diff-hunk-header-face, diff-removed, diff-removed-face)
6244 (diff-added, diff-added-face, diff-changed-face, diff-function)
6245 (diff-function-face, diff-context-face, diff-nonexistent)
6246 (diff-nonexistent-face): Use renamed diff-mode faces.
6247
6248 * progmodes/compile.el (compilation-warning-face)
6249 (compilation-info-face): Remove "-face" suffix from face names.
6250 (compilation-warning-face, compilation-info-face):
6251 New backward-compatibility aliases for renamed faces.
6252 (compilation-warning-face, compilation-info-face):
6253 Use renamed compilation faces.
6254
6255 * add-log.el (change-log-date, change-log-name)
6256 (change-log-email, change-log-file, change-log-list)
6257 (change-log-conditionals, change-log-function)
6258 (change-log-acknowledgement): Remove "-face" suffix from face names.
6259 (change-log-date-face, change-log-name-face)
6260 (change-log-email-face, change-log-file-face)
6261 (change-log-list-face, change-log-conditionals-face)
6262 (change-log-function-face, change-log-acknowledgement-face):
6263 New backward-compatibility aliases for renamed faces.
6264 (change-log-font-lock-keywords): Use renamed change-log faces.
6265
6266 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6267 (custom-set, custom-changed, custom-saved, custom-button)
6268 (custom-button-pressed, custom-documentation, custom-state)
6269 (custom-comment, custom-comment-tag, custom-variable-tag)
6270 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6271 (custom-group-tag): Remove "-face" suffix from face names.
6272 (custom-magic-alist, custom-magic-value-create)
6273 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6274 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6275 (custom-set-face, custom-changed-face, custom-saved-face)
6276 (custom-button-face, custom-button-pressed-face)
6277 (custom-documentation-face, custom-state-face)
6278 (custom-comment-face, custom-comment-tag-face)
6279 (custom-variable-tag-face, custom-variable-button-face)
6280 (custom-face-tag-face, custom-group-tag-face-1)
6281 (custom-group-tag-face):
6282 New backward-compatibility aliases for renamed faces.
6283
6284 * wid-edit.el (widget-documentation, widget-button)
6285 (widget-field, widget-single-line-field, widget-inactive)
6286 (widget-button-pressed): "-face" suffix removed from face names.
6287 (widget-documentation-face, widget-button-face)
6288 (widget-field-face, widget-single-line-field-face)
6289 (widget-inactive-face, widget-button-pressed-face):
6290 New backward-compatibility aliases for renamed faces.
6291 (widget-documentation-face, widget-button-face)
6292 (widget-button-pressed-face, widget-specify-field)
6293 (widget-specify-inactive): Use renamed widget faces.
6294
6295 2005-06-10 Kenichi Handa <handa@m17n.org>
6296
6297 * term/x-win.el (x-clipboard-yank): Remove condition-case
6298 wrapping.
6299
6300 2005-06-11 Kenichi Handa <handa@m17n.org>
6301
6302 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6303 date lines stricter.
6304
6305 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6306
6307 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6308 of x-get-selection.
6309
6310 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6311
6312 * comint.el (comint-mode, comint-snapshot-last-prompt):
6313 * frame.el (frame-current-scroll-bars):
6314 * term.el (term-mode, term-check-proc, term-input-sender)
6315 (term-simple-send, term-extract-string, term-word)
6316 (term-match-partial-filename):
6317 * window.el (window-current-scroll-bars):
6318 * emulation/cua-base.el (cua-normal-cursor-color)
6319 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6320 (cua-global-mark-cursor-color):
6321 * mail/undigest.el (rmail-forward-separator-regex):
6322 Fix typos in docstrings.
6323
6324 * comint.el (comint-check-proc, make-comint-in-buffer)
6325 (comint-source-default): Doc fixes.
6326
6327 * term.el (term-send-string): Improve argument/docstring consistency.
6328
6329 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6330
6331 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6332 call to `delete-region'.
6333 (comint-mode-hook): Do not enable Font Lock by default.
6334
6335 2005-06-09 Lute Kamstra <lute@gnu.org>
6336
6337 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6338 could be void.
6339
6340 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6343 (debug): Use it.
6344 (debugger-step-through, debugger-continue, debugger-jump)
6345 (debugger-return-value): Set it when needed.
6346 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6347 Use inhibit-read-only.
6348
6349 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6350
6351 * window.el (shrink-window-if-larger-than-buffer)
6352 (window-size-fixed): Fix typo in docstring.
6353
6354 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6355 thumbnails directory on loading.
6356 (thumbs-conversion-program): Use `eq' to check the system type,
6357 not `equal'.
6358 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6359 not "/tmp". Fix docstring.
6360 (thumbs-thumbsdir): New function to return the thumbnails
6361 directory, creating it if needed.
6362 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6363 (thumbs-temp-file): Delete variable and make it into a function.
6364 (thumbs-resize-image, thumbs-modify-image): Use it.
6365 (thumbs-kill-buffer): Simplify.
6366 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6367 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6368 docstrings.
6369
6370 2005-06-09 Kim F. Storm <storm@cua.dk>
6371
6372 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6373 set-match-data to free markers in match-data.
6374
6375 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6376 match-data to unchain markers in match-data.
6377
6378 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6381 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6382 unnecessary now.
6383
6384 2005-06-08 Richard M. Stallman <rms@gnu.org>
6385
6386 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6387 give the variable a doc string that doesn't say don't set it directly.
6388
6389 * textmodes/ispell.el (ispell-check-version):
6390 Use match-string-no-properties.
6391 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6392 (ispell-buffer-local-words): Likewise.
6393
6394 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6395 except on terminals with enough colors to really display it.
6396 (makefile-dependency-regex): Delete spurious `bb'.
6397
6398 * faces.el (escape-glyph): Use blue once again in last case.
6399 (no-break-space): Redefine so that it isn't invisible on a tty.
6400
6401 2005-06-08 Kim F. Storm <storm@cua.dk>
6402
6403 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6404 also when reading directory name.
6405
6406 2005-06-08 Lute Kamstra <lute@gnu.org>
6407
6408 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6409 (flyspell-mode-line-string): Remove autoload cookie.
6410 (flyspell-mode): Remove defvar.
6411
6412 2005-06-07 Lute Kamstra <lute@gnu.org>
6413
6414 * textmodes/org.el (org-run-mode-hooks): New function.
6415 (org-agenda-mode): Use it.
6416
6417 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6418
6419 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6420
6421 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6422
6423 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6424
6425 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6426
6427 * font-lock.el (font-lock-add-keywords): Doc fix.
6428
6429 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6432 (tex-compile-default): In the absence of any history, use the order in
6433 tex-compile-alist to choose the preferred command.
6434 (tex-compile-commands): Reorder a bit.
6435
6436 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6437 (flyspell-incorrect-face, flyspell-duplicate-face):
6438 Use (X)Emacs-agnostic code.
6439 (flyspell-mode-map): Don't overwrite at each load. Remove code
6440 redundant with the subsequent add-minor-mode. Merge Emacs and
6441 XEmacs code.
6442 (flyspell-word): Minor simplification.
6443 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6444 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6445 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6446 Merge the corresponding Emacs code.
6447 (flyspell-correct-word, flyspell-xemacs-popup):
6448 Use flyspell-do-correct.
6449
6450 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6451 a dedicated window.
6452
6453 * international/latexenc.el (latexenc-find-file-coding-system):
6454 Undo part of last patch, to turn off a compiler warning.
6455
6456 2005-06-06 Juri Linkov <juri@jurta.org>
6457
6458 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6459 Rename `tmm-inactive-face' to `tmm-inactive'.
6460
6461 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6462
6463 * iswitchb.el: Rename faces.
6464
6465 2005-06-06 Kim F. Storm <storm@cua.dk>
6466
6467 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6468 (cua-global-mark): Remove -face suffix from face names.
6469
6470 * emulation/cua-gmrk.el (cua--init-global-mark):
6471 Remove cua-global-mark face setup.
6472
6473 2005-06-06 Richard M. Stallman <rms@gnu.org>
6474
6475 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6476 just like other allowed characters.
6477 (makefile-match-dependency): Exclude leading and training whitespace
6478 from the range of regexp subexp 1.
6479 (makefile-macroassign-regex): Don't try to match the body,
6480 just the name of the macro being defined.
6481
6482 * info.el (Info-read-node-name-2): New function.
6483 (Info-read-node-name-1): Use that.
6484 Add a completion-base-size-function property.
6485
6486 * simple.el (completion-setup-function): Look for
6487 completion-base-size-function property of minibuffer-completion-table.
6488
6489 * files.el (locate-file-completion): Doc fix.
6490
6491 * printing.el: Don't call pr-update-menus; user must do that.
6492
6493 * emacs-lisp/debug.el (debugger-window): New variable.
6494 (debug): Use debugger-window if it is set and still alive.
6495 Record debugger-window for next entry.
6496
6497 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6498
6499 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6500
6501 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6502 (hack-one-local-variable, hack-local-variables)
6503 (hack-local-variables-prop-line): Pass that arg.
6504
6505 2005-06-06 Kim F. Storm <storm@cua.dk>
6506
6507 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6508 (ido-indicator): Remove -face suffix from face names.
6509
6510 2005-06-06 Juri Linkov <juri@jurta.org>
6511
6512 * font-lock.el (font-lock-regexp-backslash)
6513 (font-lock-regexp-backslash-construct): New faces.
6514 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6515 after `('. Add `while-no-input' to control structures.
6516
6517 * faces.el (no-break-space, shadow): New faces.
6518 (escape-glyph): Use less loud colors pink2 and red4.
6519
6520 * diff-mode.el (diff-context-face)
6521 * dired.el (dired-ignored)
6522 * rfn-eshadow.el (file-name-shadow)
6523 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6524
6525 * info.el (Info-title-1-face): Use green instead of yellow because
6526 bold yellow is not readable on light backgrounds.
6527
6528 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6529 before selecting the desired mode to not spend time fontifying
6530 old contents.
6531
6532 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6533
6534 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6535 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6536
6537 * ps-print.el (ps-default-fg, ps-default-bg):
6538 Fix typos in docstrings.
6539
6540 * isearchb.el (isearchb): Don't pass a spurious second argument to
6541 `iswitchb-completions'.
6542
6543 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6544
6545 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6546 to preserve point.
6547 (gdb-find-file-hook): Add doc string.
6548
6549 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6550 C dereferenced pointer expression.
6551 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6552
6553 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6554
6555 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6556 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6557 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6558 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6559 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6560 Make background transparent.
6561
6562 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6563
6564 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6565 (font-lock-remove-keywords): Doc fix.
6566 (font-lock-mode-major-mode): Compiler defvar.
6567 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6568
6569 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6570 (font-lock-mode): Update `font-lock-mode-major-mode'.
6571 (font-lock-set-defaults): Compiler defvar.
6572 (font-lock-default-function): Take `font-lock-mode-major-mode'
6573 into account.
6574
6575 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6576 keep track of which major mode it enabled the minor mode for.
6577 Use find-file-hook again. Update docstring.
6578
6579 * simple.el (eval-expression-print-level)
6580 (eval-expression-print-length, eval-expression-debug-on-error):
6581 Doc fixes.
6582
6583 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6584
6585 * iswitchb.el (iswitchb-single-match-face)
6586 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6587 (iswitchb-invalid-regexp-face): New faces.
6588 (iswitchb-completions): Use them.
6589 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6590 now marked as an obsolete alias.
6591 (iswitchb-read-buffer): Remove check for bound font variables.
6592 (iswitchb-invalid-regexp): New free variable.
6593 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6594 set iswitchb-invalid-regexp.
6595 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6596 invalid regexps.
6597 (iswitchb-completions): Add check for complete match when entering
6598 a regexp.
6599 (iswitchb-completions): Remove require-match argument.
6600 (iswitchb-exhibit): Fix caller.
6601 (iswitchb-common-match-inserted): New variable.
6602 (iswitchb-complete, iswitchb-completion-help): Use it.
6603
6604 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6605
6606 * url-http.el (url-http-chunked-encoding-after-change-function):
6607 Use `url-http-debug' instead of `message'.
6608
6609 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6610
6611 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6612 callback argument.
6613
6614 2005-06-04 Kim F. Storm <storm@cua.dk>
6615
6616 * simple.el (line-move): Only call sit-for when moving backwards.
6617
6618 * ido.el (ido-make-merged-file-list-1): New defun split from
6619 ido-make-merged-file-list.
6620 (ido-make-merged-file-list): Bind throw-on-input around call to
6621 ido-make-merged-file-list-1. Return input-pending-p if
6622 interrupted by more input available.
6623 (ido-read-internal): Handle input-pending-p return value from
6624 ido-make-merged-file-list.
6625
6626 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6629 compatibility code.
6630
6631 * international/latexenc.el (latexenc-find-file-coding-system):
6632 Don't inherit the EOL part of the coding-system from the
6633 tex-main buffer. Fit within 80 columns.
6634
6635 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6636
6637 * tmm.el (tmm-inactive-face): New face.
6638 (tmm-remove-inactive-mouse-face): New function.
6639 (tmm-prompt, tmm-add-one-shortcut)
6640 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6641 but not selectable.
6642
6643 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6644
6645 * faces.el (face-equal): Improve argument/docstring consistency.
6646
6647 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6648
6649 * progmodes/make-mode.el (makefile-targets-face)
6650 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6651 (makefile-bsdmake-dependency-regex)
6652 (makefile-makepp-rule-action-regex)
6653 (makefile-bsdmake-rule-action-regex): New constants.
6654 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6655
6656 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6657 Allow (...) within `...' for makepp messages.
6658
6659 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6660
6661 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6662
6663 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6664 "." files are deleted from all file lists before comparison.
6665
6666 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6667 (viper-ESC-key): Made them customizable.
6668
6669 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6670
6671 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6672
6673 * autorevert.el (auto-revert-buffers): Use save-match-data.
6674
6675 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6676
6677 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6678 menu items with a nil command binding.
6679
6680 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6681
6682 * emacs-lisp/cl-macs.el (defsetf):
6683 Improve argument/docstring consistency.
6684
6685 * faces.el (list-faces-display): Improve the formatting by
6686 computing the maximum length required for any face-name (reworked
6687 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6688 (internal-find-face): Remove redundant info in docstring.
6689
6690 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6691
6692 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6693 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6694 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6695 (gdb-assembler-custom): Improve regexps.
6696 (def-gdb-auto-update-handler): Use window point to preserve point.
6697
6698 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6699
6700 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6701
6702 2005-05-31 Jay Belanger <belanger@truman.edu>
6703
6704 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6705 to calc-embedded.
6706 (calc-embedded-make-info): Have plain prefix argument select
6707 entire line.
6708
6709 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6710
6711 * faces.el (list-faces-display): Signal error if passed a regexp
6712 that matches no face name.
6713
6714 * simple.el (filter-buffer-substring): Fix typo in docstring.
6715
6716 2005-05-31 Richard M. Stallman <rms@gnu.org>
6717
6718 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6719 (vhdl-emacs-21): Doc fix.
6720 (vhdl-mode): Unconditionally set comment-padding.
6721 (vhdl-fixup-whitespace-region): Insert spaces only where
6722 there are none.
6723 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6724
6725 2005-05-30 John Wiegley <johnw@newartisans.com>
6726
6727 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6728 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6729 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6730 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6731 `string-to-number'.
6732
6733 2005-05-30 Jay Belanger <belanger@truman.edu>
6734
6735 * calc/calc.el (calc-bug-address): Fix docstring.
6736 (calc-window-hook, calc-trail-window-hook): New variables.
6737 (calc-trail-display): Restore use of calc-trail-window-hook.
6738 (calc): Restore use of calc-window-hook.
6739
6740 2005-05-31 Masatake YAMATO <jet@gyve.org>
6741
6742 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6743
6744 * help-fns.el (help-C-file-name): Add autoload mark for
6745 `find-function-noselect'.
6746
6747 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6748
6749 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6750 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6751
6752 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6753
6754 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6755 included diary buffer if it was not already being visited.
6756 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6757
6758 * calendar/icalendar.el (top-level): Do not require 'appt.
6759
6760 * mail/supercite.el (sc-select-attribution): Only use a list
6761 element from sc-attrib-selection-list if it returns a string.
6762 Reported by Davide G. M. Salvetti <salve@debian.org>.
6763
6764 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6765
6766 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6767 includes a hash value to improve its uniqueness, and has a ".jpg"
6768 extension. Also, it is now a valid filename on all systems.
6769 (thumbs-make-thumb): Use `let', not `let*'.
6770 (thumbs-show-thumbs-list): Check for JPEG availability.
6771
6772 2005-05-30 Richard M. Stallman <rms@gnu.org>
6773
6774 * filesets.el (filesets-menu-ensure-use-cached):
6775 Prevent warning when emacs-version>= is undefined.
6776
6777 * printing.el (pr-interactive-n-up): Use string-to-number.
6778
6779 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6780
6781 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6782 Warn only when name to be defined is quoted.
6783
6784 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6785
6786 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6787 Make regexp more robust.
6788 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6789 Force regeneration of disassembly.
6790
6791 2005-05-29 Jay Belanger <belanger@truman.edu>
6792
6793 * calc/calc.el (calc-user-invocation): Check if
6794 calc-invocation-macro is non-nil.
6795
6796 2005-05-29 Juri Linkov <juri@jurta.org>
6797
6798 * add-log.el (change-log-font-lock-keywords):
6799 Add `+' to e-mail regexp to accept mail address with keywords.
6800
6801 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6802
6803 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6804
6805 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6806
6807 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6808
6809 2005-05-29 Richard M. Stallman <rms@gnu.org>
6810
6811 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6812 Undo the change that moves to end of the current word.
6813
6814 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6815
6816 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6817 Throw error when count <= 0 to ensure input is a number.
6818 (gdb-read-memory-custom): Pick up address from buffer.
6819 (gdb-memory-mode): Allow user to increment and decrement
6820 memory address from header line.
6821
6822 2005-05-29 Richard M. Stallman <rms@gnu.org>
6823
6824 * flyspell.el (flyspell-version): Function deleted.
6825 (flyspell-auto-correct-previous-hook): Doc fix.
6826
6827 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6828 Do nothing if memory is full.
6829
6830 * font-lock.el (font-lock-fontify-syntactically-region):
6831 Pass t for GREEDY to looking-back.
6832
6833 * saveplace.el (save-place-alist-to-file): Write the file
6834 using write-region.
6835
6836 * subr.el (looking-back): New argument GREEDY.
6837
6838 * progmodes/compile.el (compilation-start): Set the mode
6839 before inserting the initial text.
6840
6841 * progmodes/which-func.el (which-func-update-1): Turn the mode
6842 off in case of error by setting which-func-mode.
6843
6844 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6845
6846 * flyspell.el (flyspell-auto-correct-previous-word):
6847 Narrow down to what's on the screen, and recenter overlays
6848 at the end of the next word.
6849
6850 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6851
6852 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6853 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6854 (flyspell-abbrev-p): Default to nil.
6855 (flyspell-use-global-abbrev-table-p): Doc fix.
6856 (flyspell-large-region): Allow nil as value.
6857 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6858
6859 (mail-mode-flyspell-verify): More robust handling
6860 of `mail-header-separator'. More efficient signature detection.
6861 Allow for regexp metacharacters in message-header-separator.
6862 Adding `To' not to be checked in mail-mode-flyspell-verify.
6863
6864 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6865 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6866 Bind flyspell-auto-correct-binding.
6867 Bind C-. and C-, .
6868 (flyspell-mode-map): Likewise.
6869 (flyspell-mode): Doc fix.
6870 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6871 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6872 (flyspell-word-cache-result): New var, always local.
6873 (flyspell-check-pre-word-p): Doc fix.
6874 (flyspell-check-changed-word-p): Handle spc like newline.
6875 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6876 (flyspell-word-search-backward, flyspell-word-search-forward):
6877 New functions.
6878 (flyspell-word): Return t if nothing to check.
6879 When parsing TeX code, check for after } or \.
6880 Use flyspell-word-search-backward to find previous word.
6881 Return nil if duplicated word.
6882 For word already checked, return same value as last time.
6883 Set flyspell-word-cache-result after checking.
6884 Don't clobber the return value.
6885 (flyspell-get-word): Major rewrite.
6886 (flyspell-external-point-words): New locals pword, pcount.
6887 Fix size used in progress message.
6888 Find the proper corresponding word in flyspell-large-region-buffer.
6889 (flyspell-region): Check for flyspell-large-region = nil.
6890 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6891 (flyspell-auto-correct-word): Check that WORD is a cons.
6892 (flyspell-correct-word): Likewise.
6893
6894 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6895
6896 * progmodes/make-mode.el (makefile-rule-action-regex)
6897 (makefile-macroassign-regex, makefile-makepp-mode)
6898 (makefile-bsdmake-mode): Continuation lines may be empty.
6899 Reported by Joshua Varner.
6900 (makefile-makepp-font-lock-keywords): Add $(stem).
6901
6902 2005-05-28 Karl Berry <karl@gnu.org>
6903
6904 * textmodes/tex-mode.el: Now that tex-send-command calls
6905 shell-quote-argument (2005-03-31 change), remove all calls to
6906 shell-quote-argument; they all end up invoking tex-send-command.
6907 The double quoting loses on filenames with non-safe characters,
6908 such as "@". Reported by Frederik Fouvry.
6909
6910 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6911
6912 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6913 about preserving point.
6914
6915 2005-05-27 Jay Belanger <belanger@truman.edu>
6916
6917 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6918 Info-goto-node.
6919
6920 * calc/calc-embed.el (calc-embed-arg): New variable.
6921 (calc-do-embedded-activate, calc-embedded-activate-formula)
6922 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6923 variable by new variable.
6924 (calc-embedded-make-info): Replace undeclared variable by new
6925 variable. When selecting region with positive prefix
6926 argument, use end of previous line instead of beginning of line.
6927
6928 * calc/calc-aent.el (calc-arg-values): Declare it.
6929
6930 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6931 Declare them.
6932
6933 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6934
6935 * calc/calc.el (calc-alg-map): Declare it.
6936
6937 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6938
6939 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6940
6941 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6942 (gdb-registers-buffer, toggle-gdb-all-registers):
6943 Toggle display of floating point registers.
6944 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6945
6946 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6947 (toggle-gud-tooltip-dereference):
6948 Rename from gud-toggle-tooltip-dereference.
6949
6950 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6951
6952 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6953
6954 2005-05-27 Jay Belanger <belanger@truman.edu>
6955
6956 * calc/calc-prog.el (calc-kbd-report): Remove.
6957 (calc-kbd-query): Rewrite.
6958
6959 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6960
6961 * image.el (image-library-alist): Move to image.c.
6962 (image-type-available-p): Doc fix.
6963
6964 2005-05-27 Lute Kamstra <lute@gnu.org>
6965
6966 * calc/calc.el (calc):
6967 * outline.el (outline-1, outline-2, outline-3, outline-4)
6968 (outline-5, outline-6, outline-7, outline-8):
6969 * textmodes/dns-mode.el (dns-mode):
6970 * textmodes/sgml-mode.el (sgml-namespace-face):
6971 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6972 (tex-verbatim-face, tex-use-reftex):
6973 * textmodes/texinfo.el (texinfo-heading-face):
6974 Specify customization group.
6975
6976 * longlines.el: Don't require easy-mmode.
6977 (longlines-visible-face): Specify customization group.
6978
6979 2005-05-27 Kenichi Handa <handa@m17n.org>
6980
6981 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6982 encoding table of windows-1251.
6983
6984 * international/ucs-tables.el (ucs-set-table-for-input):
6985 If translation-table-for-input of a coding system is a symbol, get
6986 its translation-table property.
6987
6988 * international/code-pages.el: Don't register a coding system into
6989 non-iso-charset-alist more than once.
6990 (cp-make-coding-system): Likewise.
6991
6992 2005-05-26 John Wiegley <johnw@newartisans.com>
6993
6994 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6995 `eshell-resume-eval' is wrapped in a list, it indicates that the
6996 command was run asynchronously. In that case, unwrap the value
6997 before checking the delimiter value.
6998
6999 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7000 character before a space at the end of a line is \, assume the space
7001 is part of the last argument rather than a final argument separator.
7002
7003 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7004 is in use, and the target is `t' or `nil' (which are the most common
7005 values), don't assume that the symbol target is a buffer.
7006
7007 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7008
7009 * calendar/calendar.el (calendar-mode-line-format):
7010 Use mode-line-highlight as mouse-face.
7011
7012 * time.el (display-time-string-forms, display-time-update):
7013 Use mode-line-highlight as mouse-face.
7014
7015 2005-05-26 Jay Belanger <belanger@truman.edu>
7016
7017 * calc/calc.el (calc-language-alist): Remove extra defvar.
7018
7019 2005-05-26 Lute Kamstra <lute@gnu.org>
7020
7021 * arc-mode.el (archive-mode):
7022 * bookmark.el (bookmark-read-annotation-mode)
7023 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7024 * bs.el (bs-mode):
7025 * calc/calc-yank.el (calc-edit-mode):
7026 * calc/calc.el (calc-mode, calc-trail-mode):
7027 * calculator.el (calculator-mode):
7028 * chistory.el (command-history-mode):
7029 * comint.el:
7030 * cus-edit.el (custom-mode):
7031 * descr-text.el (describe-text-mode):
7032 * ebuff-menu.el (Electric-buffer-menu-mode):
7033 * ediff-util.el (ediff-mode):
7034 * emacs-lisp/re-builder.el (reb-mode):
7035 * emulation/vi.el (vi-mode-setup):
7036 * emulation/ws-mode.el (wordstar-mode):
7037 * eshell/esh-mode.el (eshell-mode):
7038 * forms.el (forms-mode):
7039 * help-mode.el (help-mode):
7040 * hexl.el (hexl-mode):
7041 * ibuffer.el (ibuffer-mode):
7042 * ielm.el (inferior-emacs-lisp-mode):
7043 * info.el (Info-mode, Info-edit-mode):
7044 * international/swedish.el:
7045 * ledit.el (ledit-from-lisp-mode):
7046 * locate.el (locate-mode):
7047 * mail/rmail.el (rmail-mode):
7048 * mail/rmailedit.el (rmail-edit-mode):
7049 * mail/rmailsum.el (rmail-summary-mode):
7050 * mail/supercite.el (sc-electric-mode):
7051 * net/eudc.el (eudc-mode):
7052 * net/quickurl.el (quickurl-list-mode):
7053 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7054 * obsolete/ooutline.el (outline-mode):
7055 * obsolete/options.el (Edit-options-mode):
7056 * obsolete/rnews.el (news-mode):
7057 * obsolete/rnewspost.el (news-reply-mode):
7058 * play/5x5.el (5x5-mode):
7059 * play/decipher.el (decipher-mode, decipher-stats-mode):
7060 * play/gomoku.el (gomoku-mode):
7061 * play/snake.el (snake-mode):
7062 * play/solitaire.el (solitaire-mode):
7063 * play/tetris.el (tetris-mode):
7064 * progmodes/ada-mode.el (ada-mode):
7065 * progmodes/antlr-mode.el (antlr-mode):
7066 * progmodes/autoconf.el (autoconf-mode):
7067 * progmodes/dcl-mode.el (dcl-mode):
7068 * progmodes/delphi.el (delphi-mode):
7069 * progmodes/ebrowse.el (ebrowse-tree-mode)
7070 (ebrowse-electric-list-mode, ebrowse-member-mode)
7071 (ebrowse-electric-position-mode):
7072 * progmodes/f90.el (f90-mode):
7073 * progmodes/fortran.el (fortran-mode):
7074 * progmodes/icon.el (icon-mode):
7075 * progmodes/idlw-help.el (idlwave-help-mode):
7076 * progmodes/idlw-shell.el (idlwave-shell-mode):
7077 * progmodes/idlwave.el (idlwave-mode):
7078 * progmodes/inf-lisp.el (inferior-lisp-mode):
7079 * progmodes/m4-mode.el (m4-mode):
7080 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7081 * progmodes/modula2.el (modula-2-mode):
7082 * progmodes/octave-inf.el (inferior-octave-mode):
7083 * progmodes/octave-mod.el (octave-mode):
7084 * progmodes/pascal.el (pascal-mode):
7085 * progmodes/sh-script.el (sh-mode):
7086 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7087 * progmodes/vhdl-mode.el (vhdl-mode):
7088 * progmodes/xscheme.el (scheme-interaction-mode):
7089 * replace.el (occur-mode):
7090 * ses.el (ses-mode):
7091 * simple.el (completion-list-mode):
7092 * skeleton.el:
7093 * speedbar.el (speedbar-mode):
7094 * term.el (term-mode):
7095 * terminal.el (terminal-edit-mode):
7096 * textmodes/reftex-index.el (reftex-index-mode)
7097 (reftex-index-phrases-mode):
7098 * textmodes/reftex-sel.el (reftex-select-label-mode)
7099 (reftex-select-bib-mode):
7100 * textmodes/reftex-toc.el (reftex-toc-mode):
7101 * wdired.el (wdired-change-to-wdired-mode):
7102 * wid-browse.el (widget-browse-mode):
7103 Use run-mode-hooks.
7104
7105 * array.el (array-mode):
7106 * calendar/todo-mode.el (todo-mode):
7107 * man.el (Man-mode):
7108 * play/landmark.el (lm-mode):
7109 * play/mpuz.el (mpuz-mode):
7110 Use kill-all-local-variables and run-mode-hooks.
7111
7112 * subr.el (delay-mode-hooks): Specify indentation.
7113
7114 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7115
7116 * xml.el (xml-substitute-special): Don't die for undefined xml
7117 entities.
7118
7119 2005-05-26 Jay Belanger <belanger@truman.edu>
7120
7121 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7122 of nil.
7123
7124 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7125
7126 * progmodes/gdb-ui.el (gdb-frame-address):
7127 Rename from gdb-current-address.
7128 (gdb-previous-frame-address): Rename from gdb-previous-address.
7129 (gdb-selected-frame): Rename from gdb-current-frame.
7130 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7131 (gdb-frame-number): Rename from gdb-current-stack-level.
7132 (gdb-ann3): Match new mode-name for disassembly buffer.
7133 Extend initialization of variables.
7134 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7135 (gdb-memory-mode): Use mouse-face in header line.
7136 (gdb-assembler-buffer-name): Call it disassembly and give frame
7137 in mode line.
7138 (gdb-source-spec-regexp, gdb-assembler-custom)
7139 (gdb-invalidate-assembler, gdb-frame-handler):
7140 Make robust to leading zeroes in address format.
7141
7142 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7143
7144 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7145 define `org-mode'.
7146 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7147
7148 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * log-edit.el (log-edit-changelog-entries): Distinguish between
7151 filenames like xfns.c and fns.c.
7152
7153 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7154
7155 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7156 point after reverting.
7157 (Buffer-menu-make-sort-button): Handle the case where
7158 `Buffer-menu-use-header-line' is nil.
7159
7160 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7161
7162 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7163 New funcs. In minibuffer-local-completion-map bind `]', `/'
7164 and `:' to them.
7165
7166 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7167
7168 * startup.el (normal-top-level): Allow modification of load-path while
7169 we're iterating over it.
7170
7171 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7172
7173 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7174 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7175 (thumbs-resize-interactive, thumbs-insert-image)
7176 (thumbs-insert-thumb, thumbs-dired-show-marked)
7177 (thumbs-find-image-at-point, thumbs-delete-images)
7178 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7179 (thumbs-increment-image-size, thumbs-decrement-image-size):
7180 Fix typos in docstrings.
7181
7182 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7183
7184 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7185 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7186 (cperl-mode): Use them.
7187
7188 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7189
7190 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7191 Doc fixes.
7192
7193 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7194
7195 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7196 Bind C-d to gdb-inferior-io-eof.
7197
7198 * dired.el (dired-dnd-popup-notice): Use message-box.
7199
7200 2005-05-23 Masatake YAMATO <jet@gyve.org>
7201
7202 * bindings.el (mode-line-major-mode-keymap):
7203 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7204
7205 * faces.el (mode-line-highlight): New face.
7206
7207 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7208 as mouse-face.
7209
7210 * bindings.el (top-level, help-echo, mode-line-modified)
7211 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7212 as mouse-face.
7213
7214 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7215
7216 * progmodes/cc-engine.el (c-guess-basic-syntax):
7217 Remove spurious call to `zerop'.
7218
7219 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7220
7221 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7222
7223 CC Mode update to 5.30.10:
7224
7225 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7226 could go past the limit in decoration level 2, thereby causing
7227 errors during interactive fontification.
7228
7229 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7230 the file is evaluated interactively.
7231
7232 * cc-engine.el (c-guess-basic-syntax): Handle operator
7233 declarations somewhat better in C++.
7234
7235 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7236 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7237 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7238 (awk-mode): Use it.
7239 (make-local-hook): Suppress warning about obsoleteness.
7240
7241 * cc-engine.el, cc-align.el, cc-cmds.el
7242 (c-append-backslashes-forward, c-delete-backslashes-forward)
7243 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7244 Compensate for return value from `forward-line' when it has moved
7245 but not to a different line due to eob.
7246
7247 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7248 `objc-method-intro' and `objc-method-args-cont'.
7249
7250 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7251
7252 CC Mode update to 5.30.10:
7253
7254 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7255 in the copyright statement. Incidentally, change "along with GNU
7256 Emacs" to "along with this program" where it occurs.
7257
7258 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7259 so that it is interactive, hence can be found by M-x awk-mode
7260 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7261 <gmorris+emacs@ast.cam.ac.uk>.
7262
7263 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7264 Mode's regexps.
7265
7266 2005-05-23 Kevin Ryde <user42@zip.com.au>
7267
7268 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7269 c-parse-state, to avoid a lisp error (on bad code).
7270
7271 2005-05-23 Lute Kamstra <lute@gnu.org>
7272
7273 * subr.el (font-lock-defaults): Remove defvar as it's already
7274 defined in font-core.el.
7275
7276 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7277
7278 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7279
7280 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7281 more general and work when GDB variable "print pretty" is on,
7282 as with Emacs, for example.
7283
7284 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7285
7286 * font-core.el: Update comment.
7287
7288 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7289 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7290
7291 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7292
7293 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7294
7295 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7296 and `yank-handler' in the doc strings.
7297
7298 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7299
7300 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7301
7302 2005-05-22 Richard M. Stallman <rms@gnu.org>
7303
7304 * help.el (describe-key): Move print-help-return-message call
7305 out of conditional.
7306
7307 * progmodes/etags.el (list-tags): Use with-no-warnings.
7308
7309 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7310 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7311 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7312
7313 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7314
7315 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7316 Add defvar.
7317
7318 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7319 Use defvar, not defconst.
7320
7321 * hexl.el (hexl-follow-line): Use with-no-warnings.
7322
7323 * emulation/tpu-extras.el: Use write-file-functions instead of
7324 write-file-hooks.
7325
7326 * dired.el (dired-font-lock-keywords): Fontify files with junk
7327 extensions even if marked by -F.
7328
7329 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7330
7331 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7332 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7333 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7334 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7335 (concatenate, list-length, get*, getf, cl-remprop):
7336 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7337 (etypecase, progv, lexical-let, lexical-let*)
7338 (multiple-value-bind, multiple-value-setq, shiftf):
7339 Improve argument/docstring consistency.
7340
7341 * subr.el (focus-frame, unfocus-frame):
7342 Revert deletion on 2005-05-01.
7343
7344 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7345
7346 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7347 doesn't exist.
7348
7349 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7350 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7351
7352 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7353
7354 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7355 already deleted variables: auto-fill-hook, blink-paren-hook,
7356 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7357 suspend-hooks, comment-indent-hook, meta-flag,
7358 before-change-function, after-change-function,
7359 font-lock-doc-string-face.
7360
7361 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7362
7363 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7364
7365 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7366
7367 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7368 rmail-dont-reply-to.
7369
7370 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7371
7372 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7373 literal blank when splitting new-header-values.
7374
7375 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7376
7377 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7378 string so that tmm doesn't create a completion entry for it.
7379
7380 * textmodes/table.el (table-disable-menu): Ditto.
7381
7382 2005-05-21 Richard M. Stallman <rms@gnu.org>
7383
7384 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7385
7386 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7387
7388 * net/rcompile.el (remote-compile): Use compilation-start.
7389
7390 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7391
7392 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7393
7394 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7395 Default to makefile-bsdmake-mode on BSD systems.
7396
7397 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7398 REGEXP may also be a search function now. The part of doc-string
7399 for describing the structure was 95% identical to that of
7400 `imenu--generic-function'. Unify it there.
7401
7402 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7403 Use function to find dependencies, because regexp alone is so complex,
7404 it easily goes into an endless loop.
7405 (makefile-makepp-mode): Also add submenu for Perl functions
7406 defined in the makefile.
7407 (makefile-bsdmake-mode): Special imenu-generic-expression no
7408 longer needed, due to function call.
7409 (makefile-match-dependency): Take BOUND into account when checking
7410 if we're through.
7411
7412 2005-05-20 Jay Belanger <belanger@truman.edu>
7413
7414 * calc/calc-units.el (calc-invalidate-units-table):
7415 Use inhibit-read-only.
7416 (math-build-units-table-buffer): Use view-mode.
7417
7418 2005-05-20 David Kastrup <dak@gnu.org>
7419
7420 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7421 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7422
7423 2005-05-20 Lute Kamstra <lute@gnu.org>
7424
7425 * diff-mode.el (diff-header-face, diff-file-header-face)
7426 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7427 (diff-added-face, diff-changed-face, diff-function-face)
7428 (diff-context-face, diff-nonexistent-face): Put them in the
7429 diff-mode customization group.
7430
7431 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7434
7435 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7436
7437 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7438 Minor regexp-optimization.
7439
7440 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7441
7442 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7443 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7444 (org-agenda-add-time-grid-maybe): New function.
7445 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7446 (org-table-create): `dotimes' instead of `mapcar'.
7447 (org-xor): Simplify implementation.
7448 (org-agenda): `inhibit-redisplay' turned on.
7449 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7450 a consistent line after a state change.
7451 (org-agenda-remove-times-when-in-prefix): New option.
7452 (org-prefix-has-time): New variable.
7453 (org-parse-time-string): Optional argument NODEFAULT.
7454 (org-format-agenda-item): Parse items for time-of-day
7455 specifications and move these into the prefix if possible.
7456 (org-agenda-priority): Get current heading, not previous heading
7457 during agenda remote editing.
7458
7459 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7460
7461 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7462 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7463 (remove-duplicates, delete-duplicates, substitute)
7464 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7465 (nsubstitute-if-not, find, find-if, find-if-not, position)
7466 (position-if, position-if-not, count, count-if, count-if-not)
7467 (mismatch, search, sort*, stable-sort, merge, member*)
7468 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7469 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7470 (intersection, nintersection, set-difference, nset-difference)
7471 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7472 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7473 (nsublis, tree-equal): Improve argument/docstring consistency.
7474
7475 * subr.el (send-string, send-region):
7476 Remove obsolescence declaration.
7477 (window-dot, set-window-dot, read-input, show-buffer)
7478 (eval-current-buffer, string-to-int):
7479 Add release number to obsolescence declarations.
7480
7481 2005-05-19 Kim F. Storm <storm@cua.dk>
7482
7483 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7484 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7485
7486 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7487
7488 * faces.el (list-faces-display): Make back button respect optional
7489 regexp arg.
7490
7491 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7492
7493 * calculator.el (calculator-radix-grouping-mode)
7494 (calculator-radix-grouping-digits, calculator-displayer)
7495 (calculator-radix-grouping-separator, calculator-copy-displayer):
7496 * dabbrev.el (dabbrev-search-these-buffers-only):
7497 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7498 (diff-advance-after-apply-hunk, diff-mode-hook)
7499 (diff-minor-mode-prefix):
7500 * imenu.el (imenu-use-popup-menu):
7501 * jit-lock.el (jit-lock-context-time):
7502 * newcomment.el (comment-fill-column, comment-column)
7503 (comment-style, comment-padding, comment-multi-line)
7504 (comment-empty-lines, comment-auto-fill-only-comments):
7505 * reveal.el (reveal-around-mark):
7506 * uniquify.el (uniquify-buffer-name-style)
7507 (uniquify-after-kill-buffer-p)
7508 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7509 (uniquify-min-dir-content, uniquify-separator)
7510 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7511 * w32-vars.el (w32-fixed-font-alist):
7512 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7513 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7514 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7515 * progmodes/perl-mode.el (perl-indent-level)
7516 (perl-continued-statement-offset, perl-continued-brace-offset)
7517 (perl-brace-offset, perl-brace-imaginary-offset)
7518 (perl-label-offset, perl-indent-continued-arguments)
7519 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7520 * progmodes/tcl.el (tcl-indent-level)
7521 (tcl-continued-indent-level, tcl-auto-newline)
7522 (tcl-tab-always-indent, tcl-electric-hash-style)
7523 (tcl-help-directory-list, tcl-use-smart-word-finder)
7524 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7525 (inferior-tcl-source-command):
7526 * textmodes/fill.el (enable-kinsoku):
7527 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7528 * textmodes/table.el (table-yank-handler):
7529 Specify missing group (and type, if simple) in defcustom.
7530
7531 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7532
7533 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7534
7535 2005-05-19 Richard M. Stallman <rms@gnu.org>
7536
7537 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7538
7539 * subr.el (event-basic-type): Don't get an error.
7540 (left-fringe-p): Function deleted.
7541
7542 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7543 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7544
7545 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7546 in recursive copy.
7547
7548 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7549
7550 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7551
7552 * emacs-lisp/bytecomp.el
7553 (byte-compile-file-form-custom-declare-variable): Call
7554 byte-compile-nogroup-warn if appropriate.
7555
7556 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7557 (compilation-set-window): Don't call left-fringe-p; do it directly.
7558
7559 2005-05-19 Jay Belanger <belanger@truman.edu>
7560
7561 * calc/calc-graph.el (calc-graph-format-data): Make sure
7562 var-PlotRejects is bound before trying to check its value.
7563
7564 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7565
7566 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7567 definition of this variable from reftex-global.el to reftex.el,
7568 because it is needed in the menu.
7569
7570 2005-05-19 Lute Kamstra <lute@gnu.org>
7571
7572 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7573 years are fixed. Don't insert a space after a dash.
7574
7575 2005-05-19 Kim F. Storm <storm@cua.dk>
7576
7577 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7578
7579 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7580
7581 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7582 strings, because (eq ... ?\\) is fairly frequent.
7583
7584 * progmodes/make-mode.el (makefile-add-this-line-targets):
7585 Simplify and integrate into `makefile-pickup-targets'.
7586 (makefile-add-this-line-macro): Simplify and integrate into
7587 `makefile-pickup-macros.
7588 (makefile-pickup-filenames-as-targets): Simplify.
7589 (makefile-previous-dependency, makefile-match-dependency):
7590 Don't stumble over `::'.
7591
7592 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7593
7594 * subr.el (post-command-idle-hook, post-command-idle-delay):
7595 Remove obsoletion of post-command-idle-hook and
7596 post-command-idle-delay.
7597
7598 * faces.el (list-faces-display): Provide button when describe-face
7599 is called to take user back to the list of faces.
7600
7601 * help-fns.el (describe-variable): Remove hyperlinks in a
7602 variable's value as these are quite frequently inappropriate.
7603
7604 * follow.el (follow-submit-feedback, follow-mode):
7605 Remove references to post-command-idle-hook.
7606
7607 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7608
7609 * progmodes/make-mode.el (makefile-previous-dependency)
7610 (makefile-match-dependency): Check for := (and in bsd mode also
7611 !=) to give a better result, even when font-lock is not on.
7612
7613 2005-05-18 Jay Belanger <belanger@truman.edu>
7614
7615 * calc/calc-help.el (calc-s-prefix-help):
7616 Add `calc-copy-special-constant' to help string.
7617
7618 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7619
7620 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7621
7622 2005-05-18 Jay Belanger <belanger@truman.edu>
7623
7624 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7625 in linear factors are in proper order.
7626
7627 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7628
7629 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7630 Support for jurabib.
7631
7632 * textmodes/reftex.el (featurep): Define aliases for overlay
7633 commands, for XEmacs compatibility, and use these aliases in
7634 overlay initializations.
7635 (reftex-highlight): Use `reftex-move-overlay'.
7636 (reftex-unhighlight): Use `reftex-delete-overlay'.
7637 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7638 (reftex-access-search-path): Use `reftex-uniquify' instead of
7639 `reftex-uniq'
7640
7641 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7642 `before-string' property modification enables for Emacs as well.
7643 (reftex-select-item): Use `reftex-delete-overlay'.
7644 (reftex-select-mark): Use `reftex-make-overlay' and
7645 `reftex-overlay-put'.
7646 (reftex-select-unmark): Use `reftex-delete-overlay' and
7647 `reftex-overlay-put'.
7648
7649 2005-05-18 Lute Kamstra <lute@gnu.org>
7650
7651 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7652
7653 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7654
7655 * add-log.el (add-change-log-entry):
7656 * array.el (array-make-template, array-reconfigure-rows)
7657 (array-init-max-row, array-init-max-column)
7658 (array-init-columns-per-line, array-init-field-width):
7659 * replace.el (replace-match-maybe-edit, perform-replace):
7660 * textmodes/spell.el (spell-region):
7661 Replace `read-input' by `read-string'.
7662
7663 * forms.el (forms-mode):
7664 * finder.el (finder-compile-keywords):
7665 * shadowfile.el (shadow-read-files):
7666 Replace `eval-current-buffer' by `eval-buffer'.
7667
7668 * terminal.el (te-pass-through):
7669 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7670 (ange-ftp-raw-send-cmd):
7671 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7672 (send-process-next-char, telnet-initial-filter, telnet):
7673 Replace `send-string' by `process-send-string'.
7674
7675 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7676 (prolog-consult-region): Replace `send-string' by
7677 `process-send-string'; replace `send-region' by `process-send-region'.
7678
7679 * progmodes/delphi.el (delphi-log-msg):
7680 Replace `set-window-dot' by `set-window-point'.
7681
7682 * subr.el (window-dot, set-window-dot, read-input, send-string)
7683 (send-region, show-buffer, eval-current-buffer):
7684 Make really obsolete, as the comment says.
7685
7686 2005-05-17 Kim F. Storm <storm@cua.dk>
7687
7688 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7689 (cua--init-keymaps): Bind C-return instead of S-return to set
7690 rectangle mark.
7691
7692 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7693 instead of S-return to toggle/clear rectangle mark.
7694
7695 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7696
7697 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7698 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7699 Also fontify plain strings assigned to variables, mostly so that a
7700 colon has a face and is thus not taken as a dependency separator.
7701 (makefile-previous-dependency): Inline the new matcher, because it
7702 is too complex to work in both directions.
7703 (makefile-match-dependency): Eliminate `backward' arg (see above).
7704 Completely reimplemented so as to not sometimes go into an endless
7705 loop. It should also be more efficient, because first it only
7706 searches for `:', instead of applying the very complex regexp.
7707 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7708 to be fontified in one piece can be too long for JIT.
7709 Makefiles are never *that* big.
7710
7711 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7712
7713 * dired.el (dired-mode): Simplify.
7714
7715 2005-05-17 Lute Kamstra <lute@gnu.org>
7716
7717 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7718 defcustom for the mode hook variable.
7719
7720 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7721 Emacs Lisp Reference Manual.
7722
7723 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7724
7725 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7726 (evenp, list*):
7727 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7728 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7729
7730 * net/tramp-smb.el (tramp-smb-open-connection):
7731 Pass `tramp-chunksize' as fifth (required) argument.
7732
7733 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7734
7735 * font-lock.el (lisp-font-lock-keywords-1):
7736 Set `font-lock-negation-char-face' for [^...] char group.
7737 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7738
7739 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7740 a var, and refine it to mask one more level of nested vars.
7741 (makefile-rule-action-regex): Turn it into a var, and refine it so
7742 it recognizes backslashed continuation lines as belonging to the
7743 same command.
7744 (makefile-macroassign-regex): Refine it so it recognizes
7745 backslashed continuation lines as belonging to the same command.
7746 (makefile-var-use-regex): Don't look at the next char, because it
7747 might be the same one to be skipped by the initial [^$], leading
7748 to an overlooked variable use.
7749 (makefile-make-font-lock-keywords): Remove two parameters, which
7750 are now variables that some of the modes set locally.
7751 Handle dependency and rule action matching through functions, because
7752 regexps alone match too often. Dependency matching now comes
7753 last, so it can check, whether a colon already matched something else.
7754 (makefile-mode): Inform that font-lock improves makefile parsing
7755 capabilities.
7756 (makefile-match-dependency, makefile-match-action): New functions.
7757
7758 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7759
7760 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7761
7762 * align.el (align-regexp):
7763 * ansi-color.el (ansi-color-get-face):
7764 * array.el (array-reconfigure-rows, array-init-max-row)
7765 (array-init-max-column, array-init-columns-per-line)
7766 (array-init-field-width):
7767 * dired-aux.el (dired-trample-file-versions):
7768 * dired-x.el (dired-mark-sexp):
7769 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7770 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7771 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7772 * faces.el (face-read-integer):
7773 * files.el (backup-extract-version, insert-directory):
7774 * hexl.el (hexl-insert-decimal-char):
7775 * server.el (server-process-filter):
7776 * shell.el (shell-extract-num):
7777 * startup.el (command-line-1):
7778 * term.el (term-command-hook):
7779 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7780 (time-stamp-do-number):
7781 * time.el (display-time-update):
7782 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7783 (timezone-fix-time):
7784 * vms-patch.el (vms-suspend-resume-hook):
7785 * calendar/appt.el (appt-convert-time):
7786 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7787 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7788 * calendar/cal-islam.el (mark-islamic-diary-entries):
7789 * calendar/calendar.el (calendar-cursor-to-date)
7790 (calendar-star-date):
7791 * calendar/diary-lib.el (diary-attrtype-convert)
7792 (mark-diary-entries, diary-entry-time):
7793 * calendar/solar.el (solar-get-number):
7794 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7795 * emacs-lisp/re-builder.el (reb-display-subexp):
7796 * emulation/edt.el (edt-set-scroll-margins):
7797 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7798 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7799 (vip-get-ex-count):
7800 * emulation/viper-ex.el (viper-get-ex-token)
7801 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7802 * international/fontset.el (fontset-plain-name):
7803 * mail/feedmail.el (feedmail-look-at-queue-directory):
7804 * mail/mailalias.el (mail-get-names):
7805 * mail/rmail.el (rmail-convert-to-babyl-format):
7806 * mail/rmailsum.el (rmail-make-basic-summary-line)
7807 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7808 (rmail-summary-goto-msg):
7809 * mail/smtpmail.el (smtpmail-read-response):
7810 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7811 (ange-ftp-vms-add-file-entry):
7812 * play/gametree.el (gametree-looking-at-ply)
7813 (gametree-current-branch-score):
7814 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7815 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7816 * progmodes/cperl-mode.el (condition-case):
7817 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7818 (ebrowse-set-member-buffer-column-width)
7819 (ebrowse-select-1st-to-9nth):
7820 * progmodes/etags.el (etags-snarf-tag):
7821 * progmodes/flymake.el (flymake-parse-line):
7822 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7823 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7824 (idlwave-shell-menu-def):
7825 * progmodes/ps-mode.el (ps-run-goto-error):
7826 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7827 (vhdl-speedbar-contract-level):
7828 * term/mac-win.el (x-handle-numeric-switch):
7829 * term/sun-mouse.el (sun-get-frame-data):
7830 * term/w32-win.el (x-handle-numeric-switch):
7831 * term/x-win.el (x-handle-numeric-switch):
7832 * textmodes/ispell.el (ispell-parse-output):
7833 * textmodes/nroff-mode.el (nroff-outline-level):
7834 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7835 (reftex-bib-sort-year-reverse, reftex-format-citation):
7836 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7837 (reftex-section-number):
7838 * textmodes/texinfmt.el (texinfo-paragraphindent):
7839 Replace `string-to-int' by `string-to-number'.
7840
7841 * international/latexenc.el: Add page marker to force the "Local
7842 Variables:" string out of the last page.
7843
7844 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7845
7846 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7847 tooltip-change-major-mode.
7848 (gud-tooltip-print-command): Remove case where gud-minor-mode
7849 is gdb ("--fullname").
7850 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7851 explain to user.
7852
7853 2005-05-16 Jay Belanger <belanger@truman.edu>
7854
7855 * calc/calc-store.el (calc-copy-special-constant): New function.
7856
7857 * calc/calc-ext.el (calc-init-extensions): Add binding for
7858 `calc-copy-special-constant'.
7859
7860 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7861 for the `calc-copy-special-constant' command.
7862
7863 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7864
7865 * subr.el (left-fringe-p): New function.
7866
7867 * progmodes/compile.el (compilation-setup): Set local value of
7868 overlay-arrow-string to "" always.
7869 (compilation-set-window): Left fringe then don't scroll.
7870 No left fringe then no arrow and scroll message to top.
7871 (compilation-context-lines): Adjust doc string accordingly.
7872
7873 2005-05-16 Kim F. Storm <storm@cua.dk>
7874
7875 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7876 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7877 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7878 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7879 (ido-read-file-name): Handle commands with ido property value
7880 equal to find-file as reading a file name, to allow C-d to enter dired.
7881 (ibuffer-find-file): Add ido property with value find-file.
7882
7883 2005-05-15 Kim F. Storm <storm@cua.dk>
7884
7885 * subr.el (open-network-stream-nowait): Remove.
7886 (open-network-stream-server): Remove.
7887
7888 2005-05-15 Richard M. Stallman <rms@gnu.org>
7889
7890 * faces.el (describe-face): Output a definition link button.
7891
7892 * help-mode.el (help-face-def): New button type.
7893
7894 * emacs-lisp/copyright.el (copyright-fix-years):
7895 Match properly if the first year is 2-digit.
7896 Don't mess up the whitespace after the years by filling.
7897
7898 * dired-aux.el (dired-mark-confirm):
7899 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7900
7901 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7902 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7903 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7904
7905 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7906 Set font-lock-comment-start-skip.
7907
7908 * font-lock.el (font-lock-comment-start-skip): New variable.
7909 (font-lock-comment-end-skip): New variable.
7910 (font-lock-fontify-syntactically-region): Use them if non-nil.
7911
7912 2005-05-15 Jay Belanger <belanger@truman.edu>
7913
7914 * calc/calc-store.el (calc-store-value): Return a string rather
7915 than display it as a message.
7916 Use calc-var-name for variable name.
7917 (calc-store-into): Add the result of calc-store-value to message.
7918 (calc-copy-variable): Add a message.
7919 (calc-store-exchange): Improve error messages.
7920 (calc-store-binary, calc-store-map): Don't reset the values of
7921 special constants.
7922
7923 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7924
7925 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7926 manual to docstring.
7927
7928 * files.el (hack-local-variables-confirm): Add STRING argument.
7929 Make the function handle non file visiting buffers correctly.
7930 (hack-local-variables-prop-line, hack-local-variables)
7931 (hack-one-local-variable): Use STRING arg of
7932 `hack-local-variables-confirm'.
7933
7934 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7935
7936 Sync with Tramp 2.0.49.
7937
7938 * net/tramp.el (tramp-handle-dired-call-process)
7939 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7940 because the contents of the Tramp buffer is changed before
7941 insertion (`expand-file' and alike).
7942 (tramp-handle-insert-directory): If `localname' has an empty
7943 nondirectory name, it must not be quoted.
7944 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7945 variable `tramp-chunksize'. Change callees.
7946 (tramp-open-connection-setup-interactive-shell): Check remote host
7947 for buggy `send-process-string' implementation.
7948 Set `tramp-chunksize' if found. Reported by Michael Kifer
7949 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7950 (tramp-handle-shell-command): `insert-buffer' cannot be used
7951 because the contents of the Tramp buffer is changed before
7952 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7953 <frederic.bothamy@free.fr>.
7954 (tramp-set-auto-save): Actions should be done for Tramp file name
7955 handler only. Ange-FTP has its own auto-save mechanism.
7956 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7957 (tramp-set-auto-save-file-modes): Set file modes of
7958 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7959 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7960 (tramp-bug): Remove obsolete variable.
7961 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7962 for presence of `mml-mode'. Make it running for older Emacsen as well.
7963
7964 2005-05-14 John Paul Wallington <jpw@pobox.com>
7965
7966 * ibuf-ext.el (define-ibuffer-filter filename):
7967 If `dired-directory' is a list, use its car.
7968
7969 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7970
7971 * ibuffer.el (define-ibuffer-column filename):
7972 If `dired-directory' is a list, use its car.
7973
7974 2005-05-14 Richard M. Stallman <rms@gnu.org>
7975
7976 * subr.el (symbol-file): Doc fix.
7977
7978 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7979 (byte-compile-form): Call byte-compile-nogroup-warn.
7980 (byte-compile-warning-types): Doc fix.
7981
7982 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7983
7984 * progmodes/cc-engine.el (c-literal-faces):
7985 Add font-lock-comment-delimiter-face.
7986
7987 * net/net-utils.el (dig): Use with-no-warnings.
7988
7989 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7990 (sc-recite-frame-alist, sc-default-cite-frame)
7991 (sc-default-uncite-frame, sc-default-recite-frame)
7992 (sc-attrib-selection-list, sc-rewrite-header-list):
7993 Mark as risky-local-variable.
7994
7995 * international/ogonek.el (ogonek-jak, ogonek-how):
7996 Don't use beginning-of-buffer.
7997
7998 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7999
8000 * calendar/solar.el (solar-data-list): Move definition up.
8001
8002 * dnd.el (dnd-protocol-alist): Add autoload.
8003
8004 * progmodes/sh-script.el: Many doc usage fixes.
8005 (sh-indent-after-do): Change default to match common styles.
8006
8007 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8008
8009 * files.el (interpreter-mode-alist)
8010 (auto-mode-interpreter-regexp): Doc fixes.
8011
8012 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8013
8014 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8015
8016 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8017
8018 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8019
8020 * dired.el (dired-mode): make-variable-buffer-local =>
8021 make-local-variable.
8022
8023 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8024
8025 * term/mac-win.el (mac-select-convert-to-string): Try coding
8026 systems in mac-script-code-coding-systems if specified one cannot
8027 encode string for `com.apple.traditional-mac-plain-text'.
8028
8029 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8030
8031 * progmodes/make-mode.el (makefile-targets-face)
8032 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8033 (makefile-dependency-regex): Fix it to not make the colon in
8034 $(var:a=b) special.
8035 (makefile-rule-action-regex): New regexp for highlighting embedded
8036 Shell strings.
8037 (makefile-macroassign-regex): Handle != for highlighting as
8038 embedded Shell strings.
8039 (makefile-var-use-regex): New const.
8040 (makefile-statements, makefile-automake-statements)
8041 (makefile-gmake-statements, makefile-makepp-statements)
8042 (makefile-bsdmake-statements): New consts.
8043 (makefile-make-font-lock-keywords): New function.
8044 (makefile-automake-font-lock-keywords)
8045 (makefile-gmake-font-lock-keywords)
8046 (makefile-makepp-font-lock-keywords)
8047 (makefile-bsdmake-font-lock-keywords): New consts.
8048 (makefile-mode-map): Add switchers between the various submodes.
8049 (makefile-mode): Document the availability of the variants.
8050 (makefile-automake-mode, makefile-gmake-mode)
8051 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8052
8053 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8054 new variants of makefile-mode.
8055
8056 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8059 the inheritance.
8060
8061 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8062
8063 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8064 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8065
8066 * files.el (normal-mode): Extend the scope of the
8067 `enable-local-variables' binding to include the `set-auto-mode' call.
8068 (magic-mode-alist): Doc fix.
8069
8070 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8073 font-lock-comment-face rather than copying its setting.
8074
8075 2005-05-12 Andreas Schwab <schwab@suse.de>
8076
8077 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8078
8079 2005-05-12 Lute Kamstra <lute@gnu.org>
8080
8081 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8082 defcustom for the mode hook variable. Delete the last argument.
8083 * generic-x.el: Fix callers of define-generic-mode.
8084 (generic-x-modes): Delete group.
8085 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8086 generic-x customization group.
8087
8088 2005-05-12 Kim F. Storm <storm@cua.dk>
8089
8090 * font-lock.el (font-lock-negation-char-face): Default to "off".
8091
8092 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8093 font-lock-negation-char-face to ! in !=.
8094
8095 2005-05-12 Masatake YAMATO <jet@gyve.org>
8096
8097 * add-log.el (find-change-log): Fix typos in the docstring
8098 of function.
8099
8100 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8101
8102 * international/latexenc.el (latexenc-find-file-coding-system):
8103 Avoid `re-search-forward' when looking for input encoding because
8104 of speed and safety. Better regular expressions for recognizing
8105 input encoding. Limit a search for TeX-master/tex-main-file to
8106 the local variable section.
8107
8108 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8109
8110 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8111 syntax of $ to "'" (quote).
8112
8113 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8114
8115 * dnd.el (dnd-protocol-alist): Improve custom type.
8116
8117 * dired.el (dired-dnd-protocol-alist): New variable.
8118 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8119 `dired-mode-hook' to the end.
8120
8121 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8124 comment-end if comment-start-skip is not set.
8125 Obey the font-lock-comment-delimiter-face variables.
8126
8127 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8128
8129 * files.el (executable-find): Move from executable.el. Use
8130 locate-file.
8131 * progmodes/executable.el (executable-find): Move to files.el.
8132
8133 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8134 when trying to ensure forward progress.
8135
8136 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8137
8138 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8139 (mouse-select, mouse-select-internal, mouse-extend-internal):
8140 Use it to implement mouse-1-click-follows-link functionality.
8141
8142 2005-05-11 Richard M. Stallman <rms@gnu.org>
8143
8144 * font-lock.el (font-lock-fontify-syntactically-region):
8145 Use font-lock-comment-delimiter-face for comment delimiters.
8146
8147 2005-05-10 Jay Belanger <belanger@truman.edu>
8148
8149 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8150 preserving embedded modes.
8151
8152 2005-05-10 Richard M. Stallman <rms@gnu.org>
8153
8154 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8155
8156 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8157 Move from ada-stmt.el.
8158 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8159
8160 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8161 Move to ada-mode.el.
8162 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8163
8164 * cus-edit.el (custom-file): Call file-chase-links.
8165
8166 * files.el (read-directory-name): Fix previous change.
8167 (hack-local-variables-confirm): New function.
8168 (hack-local-variables-prop-line, hack-local-variables)
8169 (hack-one-local-variable): Use it.
8170
8171 2005-05-10 Lute Kamstra <lute@gnu.org>
8172
8173 * font-lock.el (font-lock-keywords-alist)
8174 (font-lock-removed-keywords-alist): Clarify docstrings.
8175
8176 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8177
8178 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8179 (gdb-source-info): Check for preprocessor info.
8180 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8181 a macro for a function.
8182 (gdb-info-breakpoints-custom): Try to find file again if not already
8183 found (user might have used GDB dir command).
8184 (gdb-get-location): Update gdb-location-alist correctly for change
8185 to gdb-info-breakpoints-custom.
8186
8187 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8188 (gud-tooltip-print-command): Add gdbmi case.
8189 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8190 preprocessor info.
8191
8192 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8193
8194 * startup.el (fancy-splash-insert): Fix typo in doc string.
8195
8196 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8197
8198 * obsolete/float.el (string-to-float):
8199 * obsolete/hilit19.el (hilit-add-pattern):
8200 * obsolete/rnews.el (news-parse-range, news-select-message)
8201 (news-get-pruned-list-of-files): Replace `string-to-int' by
8202 `string-to-number'.
8203
8204 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8205 `find-file-not-found-hooks'; use `add-hook'.
8206 (uncompress-while-visiting): Set `write-file-functions', not
8207 `write-file-hooks'; use `add-hook'.
8208
8209 2005-05-09 Kim F. Storm <storm@cua.dk>
8210
8211 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8212 (cua-paste): Handle clipboard action.
8213 (cua--init-keymaps): Remap clipboard-kill-region and
8214 clipboard-kill-ring-save.
8215
8216 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8217
8218 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8219 Improve commentary.
8220
8221 * simple.el (next-error-overlay-arrow-position): Revert the change
8222 made on 2005-04-30.
8223
8224 2005-05-07 Jay Belanger <belanger@truman.edu>
8225
8226 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8227 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8228 `calc-sel-reselect'.
8229
8230 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8231 Calc is in embedded mode.
8232
8233 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8234
8235 * progmodes/compile.el (compilation-setup):
8236 Set overlay-arrow-string to an empty string on text terminals.
8237
8238 * textmodes/ispell.el (ispell-program-name): Try looking for
8239 "aspell" along exec-path, and if found, use it as the default
8240 speller program.
8241
8242 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8243
8244 * international/mule.el (sgml-xml-auto-coding-function):
8245 Recognize encoding='FOO' in single quotes as well as in double quotes.
8246
8247 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8248
8249 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8250 as well as `interactive', so that defmacro* would recognize
8251 `declare' forms.
8252
8253 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8254
8255 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8256 Explain more about the LIGHTER arg's usage in the doc string.
8257 Add commentary to clarify what the code does. Fix the regexp that
8258 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8259 since it could have characters special to regular expressions.
8260
8261 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8262
8263 * replace.el (occur-1): Bind inhibit-read-only so that
8264 erase-buffer doesn't barf on read-only text properties (likewise
8265 for add-text-properties in occur-engine). Mark buffer as unmodified.
8266 (occur-engine): Don't set buffer-read-only here.
8267
8268 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8271 list-buffers-directory. This caused the *cvs-commit* buffer to be
8272 sometimes mistakenly reused as a *cvs* buffer.
8273
8274 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8275
8276 * tooltip.el: Move code for GUD tooltips into gud.el.
8277 (require): CL no longer needed to compile case.
8278 (tooltip-mode): Do not toggle functions for GUD tooltips.
8279 (tooltip-gud-tips-p): Remove. Replace with minor mode
8280 gud-tooltip-mode in gud.el.
8281 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8282 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8283 tooltip-gud prefix with gud-tooltip and obsolete.
8284 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8285 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8286 (tooltip-mouse-motion): Mouse movement functions/variable.
8287 Rename in gud.el by adding gud prefix.
8288 (tooltip-gud-original-filter, tooltip-gud-dereference)
8289 (tooltip-gud-event, tooltip-toggle-gud-tips)
8290 (tooltip-gud-process-output, tooltip-gud-print-command)
8291 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8292 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8293 (gdb-tooltip-print): Move to gdb-ui.el.
8294
8295 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8296 (require): CL needed to compile case.
8297 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8298 tooltip-gud-tips-p. Make it a minor-mode.
8299 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8300 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8301 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8302 (gud-tooltip-change-major-mode)
8303 (gud-tooltip-activate-mouse-motions-if-enabled)
8304 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8305 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8306 (gud-tooltip-original-filter, gud-tooltip-dereference)
8307 (gud-tooltip-event, tooltip-toggle-gud-tips)
8308 (gud-tooltip-process-output, gud-tooltip-print-command)
8309 (gud-tooltip-tips): Move from tooltip.el.
8310
8311 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8312 (gdb-cpp-define-alist-flags): Doc fix.
8313 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8314 gud-tooltip-mode is t.
8315
8316 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8319 evaporate if their text is deleted.
8320 (goto-address-at-point): Make it work as a mouse binding as well.
8321 (goto-address-at-mouse): Obsolete it. Update users.
8322
8323 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8324
8325 * calendar/appt.el (top-level): No longer activate on load.
8326
8327 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8328
8329 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8330 * net/webjump.el (webjump):
8331 * progmodes/idlw-help.el (idlwave-do-context-help1)
8332 (idlwave-highlight-linked-completions):
8333 * textmodes/po.el (po-find-file-coding-system-guts):
8334 Replace `assoc-ignore-case' by `assoc-string'.
8335
8336 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8337
8338 * files.el (locate-file): Doc fix.
8339
8340 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8341 Remove the redundant test for ms-dos.
8342
8343 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8344 look for the preprocessor with exec-suffixes. If not found in
8345 standard places, look in exec-path. Remove most of the tests that
8346 used system-type.
8347
8348 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8349
8350 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8351
8352 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8353 file-name clash with jka-compr.el on 8+3 filesystems.
8354
8355 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8356
8357 * term/mac-win.el: Don't define or bind scroll bar functions if
8358 x-toolkit-scroll-bars is t.
8359 (x-select-text, x-get-selection-value): Clear
8360 x-last-selected-text-clipboard if x-select-enable-clipboard is
8361 nil.
8362 (PRIMARY): Put mac-scrap-name property.
8363 (mac-select-convert-to-file-url): New function.
8364 (public.file-url): New selection target type. Add to
8365 selection-converter-alist.
8366 (x-get-selection, x-selection-value): Handle it.
8367 (x-cut-buffer-or-selection-value): New alias.
8368
8369 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8370
8371 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8372 entry to avoid calling bibtex-find-entry with arg global
8373 being t. Remove arg key.
8374 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8375 (bibtex-copy-summary-as-kill): Change accordingly.
8376
8377 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8378
8379 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8380 (org-agenda-date-later): Use with-current-buffer.
8381
8382 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8383
8384 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8385 (define-obsolete-variable-alias): Doc Fixes.
8386
8387 2005-05-06 Kim F. Storm <storm@cua.dk>
8388
8389 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8390 vertical-motion when selective-display is active.
8391
8392 * ido.el (ido-setup-hook): New hook.
8393 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8394 (ido-input-stack): New var.
8395 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8396 ido-next-work-file binding to M-O.
8397 Bind M-f to ido-wide-find-file-or-pop-dir.
8398 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8399 (ido-read-internal): Run ido-setup-hook.
8400 Catch quit in read-file-name and read-string to cancel edit.
8401 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8402 Automatically pop-all when completing a directory name (RET).
8403 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8404 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8405 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8406 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8407 New functions for M-b/M-f to move among the directory components.
8408 (ido-make-merged-file-list): Catch quit to cancel merge.
8409 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8410 (ido-completion-help): No warnings for ido-completion-buffer-full.
8411
8412 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8413
8414 * font-lock.el (font-lock-negation-char-face): New face and variable.
8415 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8416 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8417 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8418 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8419
8420 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8421
8422 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8423 Fix typo in docstring.
8424
8425 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8426 (ebrowse-print-statistics-line)
8427 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8428
8429 * term/w32-win.el (image-library-alist): Add additional name for
8430 Xpm library.
8431
8432 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8433
8434 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8435 use gcc instead of cpp.
8436
8437 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8438 (gdb-create-define-alist): Use it.
8439 (gdb-cpp-define-alist-program): Update for MS-DOS.
8440
8441 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8442
8443 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8444
8445 2005-05-04 Richard M. Stallman <rms@gnu.org>
8446
8447 * help.el (describe-key): No error when UNTRANSLATED is nil.
8448
8449 * simple.el (line-move-1): Fix previous change to signal errors
8450 appropriately.
8451
8452 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8453
8454 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8455 (icalendar-duration-correction): Remove.
8456 (icalendar--get-event-properties): Split result at commas.
8457 (icalendar--decode-isoduration): New optional argument
8458 DURATION-CORRECTION.
8459 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8460 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8461 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8462 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8463 (icalendar--convert-anniversary-to-ical): New functions, extracted
8464 from icalendar-export-region, with bug fixes.
8465 (icalendar-export-region): Use the above functions.
8466 (icalendar-import-buffer): Check before saving diary file.
8467 (icalendar--convert-recurring-to-diary)
8468 (icalendar--convert-non-recurring-all-day-to-diary)
8469 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8470 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8471 (icalendar--convert-ical-to-diary): Use the above functions.
8472
8473 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8474
8475 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8476 Remove these recent additions.
8477 (c-mode): Restore to before 2005-04-28.
8478
8479 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8480 recent addition.
8481
8482 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8483 (gdb-define-alist): New variables.
8484 (gdb-create-define-alist): New function.
8485 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8486 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8487 with string-to-number.
8488 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8489
8490 * progmodes/gud.el: Replace string-to-int with string-to-number.
8491 (gud-find-file): Handle gdb-define-alist.
8492
8493 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8494
8495 2005-05-02 Jay Belanger <belanger@truman.edu>
8496
8497 * calc/calc-aent.el (math-read-token):
8498 * calc/calc-bin.el (calc-word-size):
8499 * calc/calc-ext.el (calc-read-number-fancy):
8500 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8501 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8502 * calc/calc-frac.el (calc-over-notation):
8503 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8504 (calc-graph-num-points, calc-graph-init):
8505 * calc/calc-prog.el (calc-read-parse-table-part)
8506 (calc-edit-macro-repeats):
8507 * calc/calc-yank.el (calc-do-grab-rectangle):
8508 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8509 Replace `string-to-int' by `string-to-number'.
8510
8511 2005-05-02 Kim F. Storm <storm@cua.dk>
8512
8513 * kmacro.el: Use executing-kbd-macro-index variable.
8514
8515 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8516
8517 * net/rlogin.el (rlogin-parse-words): Delete func.
8518 (rlogin): Use split-string, not rlogin-parse-words.
8519 Also, if there are option-like elements in the parsed args,
8520 take the host to be the first arg immediately following them.
8521 Suggested by Michael Mauger.
8522
8523 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8524
8525 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8526
8527 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8528
8529 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8530 (cc-mode-cpp-program): Rename to cc-define-list-program and
8531 move to cc-vars.el.
8532
8533 * progmodes/cc-vars.el (cc-define-list-program):
8534 Change to "gcc -E -dM -". Make customizable.
8535
8536 2005-05-02 Kim F. Storm <storm@cua.dk>
8537
8538 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8539
8540 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8541
8542 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8543
8544 * international/mule-util.el (truncate-string): Remove alias and
8545 obsolete declaration.
8546
8547 * international/mule-cmds.el (update-iso-coding-systems):
8548 Remove alias and obsolete declaration.
8549
8550 * international/mule.el (coding-system-parent): Remove alias and
8551 obsolete declaration.
8552
8553 * subr.el (define-function, sref): Remove aliases and obsolete
8554 declarations.
8555 (chars-in-region): Remove obsolete declaration.
8556
8557 2005-05-01 Richard M. Stallman <rms@gnu.org>
8558
8559 * info.el (Info-mode): Set widen-automatically to nil, locally.
8560
8561 * simple.el (widen-automatically): New variable.
8562 (pop-global-mark): Obey widen-automatically.
8563
8564 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8565
8566 * term/xterm.el (function-key-map): Call substitute-key-definition
8567 before the keymap size is increased by a lot of define-key calls.
8568
8569 2005-05-01 Richard M. Stallman <rms@gnu.org>
8570
8571 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8572 Rename ARG to ELEMENT. Doc fix.
8573
8574 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8575
8576 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8577 Remove references to allout-exposure/change to allout-new-exposure.
8578
8579 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8580 bytecode symbols.
8581
8582 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8583 (compiled-function-p, focus-frame, unfocus-frame):
8584 Remove aliases and obsolete declarations.
8585 Back out inadvertent changes from previous commit.
8586
8587 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8588
8589 * files.el (require-final-newline): Make Custom tags consistent
8590 with mode-require-final-newline.
8591 (mode-require-final-newline): Doc fix.
8592
8593 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8594
8595 * international/latexenc.el (latexenc-find-file-coding-system):
8596 Fix regular expressions.
8597
8598 2005-05-01 David Kastrup <dak@gnu.org>
8599
8600 * international/latexenc.el (latexenc-find-file-coding-system):
8601 Fix regular expressions.
8602
8603 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8604
8605 * subr.el (string-to-int): Make obsolete.
8606
8607 2005-04-30 Richard M. Stallman <rms@gnu.org>
8608
8609 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8610
8611 * loadup.el: load jka-comp-hook.
8612
8613 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8614 (jka-compr-handler): Add autoload. `put' calls moved
8615 to jka-comp-hook.el.
8616 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8617 (jka-compr-inhibit): Autoload.
8618
8619 * jka-comp-hook.el: New file.
8620 Enable the mode by default.
8621
8622 * files.el (backup-buffer-copy): Use copy-file instead
8623 of write-region, and put back the 'excl.
8624
8625 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8626
8627 * progmodes/flymake.el (flymake-split-string)
8628 (flymake-split-string, flymake-log, flymake-pid-to-names)
8629 (flymake-reg-names, flymake-get-source-buffer-name)
8630 (flymake-unreg-names, flymake-add-line-err-info)
8631 (flymake-add-err-info): Clarify docstrings.
8632 (flymake-popup-menu, flymake-make-emacs-menu)
8633 (flymake-make-xemacs-menu): Add docstrings.
8634 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8635 Set variables directly throughout.
8636
8637 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8638
8639 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8640 exists. Initialize cc-define-alist.
8641 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8642 If there is no file (Macroexpansion) don't create an alist.
8643
8644 2005-04-29 Sam Steingold <sds@gnu.org>
8645
8646 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8647 (cc-create-define-alist): Use it instead of the hard-coded string.
8648
8649 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8652 for latexenc.
8653
8654 2005-04-29 Lute Kamstra <lute@gnu.org>
8655
8656 * emacs-lisp/generic.el: Improve commentary section.
8657 (define-generic-mode): Improve docstring.
8658
8659 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8660
8661 * textmodes/org.el (many places): Change to quiet the byte compiler.
8662 (org-prefix-format-compiled): New variable.
8663 (org-compile-prefix-format): New function.
8664 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8665 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8666 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8667 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8668 consistency with entries from `org-mode' files.
8669 (org-get-time-of-day): Fix bug with partial matches early in a line.
8670 (org-non-link-chars): New constant.
8671 (org-link-regexp): Respect `org-non-link-chars'.
8672 (org-agenda-day-view): Remove command.
8673 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8674 (org-follow-bbdb-link, org-store-link): Search also company field.
8675 (org-highlight-overlay): New variable.
8676 (org-highlight, org-unhighlight): New functions.
8677 (org-agenda-mode): Add pre-command-hook to remove highlight.
8678 (org-evaluate-time-range): Behavior depends upon whether time stamp
8679 contains a time or not.
8680 (org-show-subtree, org-show-entry): New functions.
8681 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8682
8683 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8684
8685 * comint.el (comint-output-filter-functions): Add autoload cookie.
8686
8687 2005-04-28 Kim F. Storm <storm@cua.dk>
8688
8689 * ido.el (ido-everywhere): Fix last change.
8690
8691 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8692
8693 * international/latexenc.el: New file.
8694 * international/mule-conf.el (file-coding-system-alist): For .tex,
8695 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8696
8697 2005-04-28 Lute Kamstra <lute@gnu.org>
8698
8699 * font-lock.el (font-lock-add-keywords)
8700 (font-lock-remove-keywords): Clarify docstring.
8701 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8702 Don't start docstrings with a `*'.
8703 (font-lock-update-removed-keyword-alist): Give it a docstring.
8704
8705 * generic-x.el: Update commentary section.
8706 Only require font-lock when compiling.
8707 Define all modes conditionally.
8708 Place all generic modes in the generic-x-modes customization group.
8709 (generic-x-modes): New customization group.
8710 (generic-default-modes, generic-mswindows-modes)
8711 (generic-unix-modes, generic-other-modes): New constants.
8712 (generic-define-mswindows-modes, generic-define-unix-modes):
8713 Update docstrings. Make them obsolete.
8714 (generic-extras-enable-list): New default value. Update docstring.
8715 Improve :type. Change :set function.
8716 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8717 Fix docstring.
8718
8719 * emacs-lisp/generic.el (generic-mode-internal):
8720 Simplify font-lock-defaults.
8721 (define-generic-mode): Fix docstring.
8722
8723 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8724
8725 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8726 font-lock-face property to highlight matches.
8727
8728 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8729
8730 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8731 (cc-define-alist): New variable.
8732 (c-mode): Make it local and initialize it.
8733
8734 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8735 (gdb-exited): New function.
8736 (gdb-annotation-rules): Use it.
8737 (gdb-starting): Set gdb-active-process to t.
8738 (gdb-stopping): Amend doc string.
8739 (gdb-reset): Set gdb-active-process to nil.
8740
8741 * tooltip.el (tooltip-gud-tips): Show the associated #define
8742 directives when a C program under GDB is not executing.
8743
8744 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8745
8746 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8747 font-lock-fontify-syntactic-keywords.
8748
8749 * font-lock.el (font-lock-default-fontify-region): Don't force
8750 parse-sexp-lookup-properties to nil.
8751
8752 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8753
8754 * man.el (man-mode-syntax-table): Set up `:' to have
8755 word-constituent syntax.
8756
8757 2005-04-27 Lute Kamstra <lute@gnu.org>
8758
8759 * novice.el (disable-command): Don't add spurious newlines to the
8760 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8761
8762 2005-04-26 Jay Belanger <belanger@truman.edu>
8763
8764 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8765 than one window before deleting window.
8766
8767 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8768
8769 * shell.el (shell-prompt-pattern): Doc fix.
8770 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8771
8772 * comint.el (comint-prompt-regexp, comint-get-old-input)
8773 (comint-use-prompt-regexp)
8774 (comint-use-prompt-regexp-instead-of-fields)
8775 (comint-replace-by-expanded-history, comint-send-input)
8776 (comint-output-filter, comint-get-old-input-default)
8777 (comint-line-beginning-position, comint-bol, comint-show-output)
8778 (comint-backward-matching-input, comint-forward-matching-input)
8779 (comint-next-prompt, comint-previous-prompt):
8780 Rename `comint-use-prompt-regexp-instead-of-fields' to
8781 `comint-use-prompt-regexp'. Keep old name as alias and declare
8782 obsolete.
8783 (comint-use-prompt-regexp): Shorten first line of doc string.
8784
8785 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8786 Set paragraph-separate buffer locally to "\\'".
8787
8788 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8789 Adapt to above name change.
8790
8791 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8792 (smbclient-prompt-regexp): Ditto.
8793
8794 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8795
8796 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8797
8798 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8799 gdb-location-list.
8800 Break lines that are over 80 characters wide.
8801
8802 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8803
8804 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8805 New fun and var, to preserve compatibility.
8806
8807 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8808
8809 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8810
8811 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8812 name to file-newer-than-file-p.
8813
8814 2005-04-26 Richard M. Stallman <rms@gnu.org>
8815
8816 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8817
8818 * progmodes/python.el (python-mode):
8819 Use new name eldoc-documentation-function.
8820
8821 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8822
8823 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8824 (eldoc-documentation-function):
8825 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8826
8827 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8828
8829 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8830
8831 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8832
8833 * term/xterm.el (function-key-map): Fix strings for
8834 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8835 {C,S,A,C-S}-{f1-f12}.
8836
8837 2005-04-26 Kenichi Handa <handa@m17n.org>
8838
8839 * international/mule-cmds.el (select-safe-coding-system):
8840 Fix previous change.
8841
8842 2005-04-26 Lute Kamstra <lute@gnu.org>
8843
8844 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8845
8846 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8847 (font-lock-comment-delimiter-face): Ditto.
8848
8849 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8850
8851 2005-04-25 Jay Belanger <belanger@truman.edu>
8852
8853 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8854 to t while inserting information; use help-mode.
8855
8856 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8857
8858 * term.el (ansi-term-color-vector): Use the xterm colors.
8859 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8860
8861 2005-04-25 Lute Kamstra <lute@gnu.org>
8862
8863 * font-core.el (font-lock-defaults): Fix docstring.
8864
8865 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8866
8867 2005-04-25 Kenichi Handa <handa@m17n.org>
8868
8869 * international/mule-cmds.el (select-safe-coding-system):
8870 Don't check consistency with coding: spec, etc if raw-text or
8871 no-conversion was found to be safe.
8872
8873 2005-04-24 Richard M. Stallman <rms@gnu.org>
8874
8875 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8876 citation markers at start of each line.
8877
8878 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8879 citation markers at start of each line.
8880
8881 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8882
8883 * files.el (mode-require-final-newline): Fix previous change.
8884 (require-final-newline): Fix type label.
8885
8886 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8887
8888 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8889 statement in buffer (broken by 2004-11-24 change).
8890
8891 2005-04-24 Kim F. Storm <storm@cua.dk>
8892
8893 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8894 and read-file-name-function values. Don't overwrite existing
8895 non-nil values if ido-mode is enabled without ido-everywhere.
8896
8897 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8898
8899 * files.el (mode-require-final-newline): Minor doc fix.
8900
8901 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8902
8903 * subr.el (syntax-after): Doc fix.
8904 (syntax-class): If argument is nil, return nil. Mask off upper 16
8905 bits, not 8 bits.
8906
8907 * files.el (mode-require-final-newline): Doc fix.
8908 (backup-buffer-copy): Fix last change.
8909
8910 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8911
8912 * term/mac-win.el: Require select. Set selection-coding-system to
8913 mac-system-coding-system. Call menu-bar-enable-clipboard.
8914 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8915 (x-select-enable-clipboard): New variables.
8916 (x-select-text, x-get-selection, x-selection-value)
8917 (x-get-selection-value, mac-select-convert-to-string)
8918 (mac-services-open-file, mac-services-open-selection)
8919 (mac-services-insert-text): New functions.
8920 (CLIPBOARD, FIND): Put mac-scrap-name property.
8921 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8922 (public.tiff): Put mac-ostype property.
8923 (selection-converter-alist): Add entries for them.
8924 (mac-application-menu-map): New keymap.
8925 (interprogram-cut-function, interprogram-paste-function): Set to
8926 x-select-text and x-get-selection-value, respectively.
8927 (split-window-keep-point): Set to t.
8928
8929 2005-04-23 Richard M. Stallman <rms@gnu.org>
8930
8931 * files.el (read-directory-name): Always pass non-nil
8932 DEFAULT-FILENAME arg to read-file-name.
8933 (backup-buffer-copy, basic-save-buffer-2): Take care against
8934 writing thru an unexpected existing symlink.
8935 (revert-buffer): In indirect buffer, revert the base buffer.
8936 (magic-mode-alist): Doc fix.
8937 (buffer-stale-function): Doc fix.
8938 (minibuffer-with-setup-hook): Avoid warning.
8939 (mode-require-final-newline): Doc and custom fix.
8940
8941 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8942
8943 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8944 use the default appearance.
8945 (font-lock-comment-delimiter-face): New face, new variable.
8946
8947 * imenu.el (imenu--generic-function): The official position of a
8948 definition is the start of the line that BEG is in.
8949
8950 * midnight.el (midnight-timer): Move defvar up.
8951
8952 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8953
8954 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8955
8956 * startup.el (command-line): Use with-no-warnings.
8957
8958 * window.el (window-size-fixed): New defvar.
8959
8960 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8961
8962 * mail/rmail.el (rmail-font-lock-keywords):
8963 Use font-lock-comment-delimiter-face.
8964
8965 * mail/sendmail.el (mail-font-lock-keywords):
8966 Use font-lock-comment-delimiter-face.
8967
8968 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8969
8970 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8971
8972 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8973 Specify t for LAXMATCH when matching directories.
8974 Save match data around compilation-compat-error-properties form.
8975
8976 2005-04-23 David Kastrup <dak@gnu.org>
8977
8978 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8979 Mention that the autoloaded aliases should be kept for AUCTeX.
8980
8981 2005-04-23 Andreas Schwab <schwab@suse.de>
8982
8983 * isearch.el (isearch-forward): Doc fix.
8984
8985 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8986
8987 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8988 (jit-lock-stealth-nice): Change default value to 0.5.
8989
8990 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8991
8992 * abbrev.el (write-abbrev-file): Write table entries in
8993 alphabetical order by table name.
8994
8995 2005-04-22 Kim F. Storm <storm@cua.dk>
8996
8997 * ido.el (ido-read-internal): Fix `list' completion.
8998
8999 2005-04-22 Kenichi Handa <handa@m17n.org>
9000
9001 * recentf.el (recentf-save-file-coding-system): New variable.
9002 (recentf-save-list): Encode the file by
9003 recentf-save-file-coding-system and add coding: tag.
9004
9005 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9006
9007 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9008
9009 2005-04-21 Lute Kamstra <lute@gnu.org>
9010
9011 * loadhist.el (unload-feature): Don't remove a function from hooks
9012 if it is about to be restored to an autoload . Remove functions
9013 that will become unbound from auto-mode-alist. Simplify the code.
9014
9015 * subr.el (assq-delete-all): New implementation that is linear,
9016 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9017 (rassq-delete-all): New function.
9018
9019 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9020 Add size-indication-mode.
9021
9022 2005-04-21 Kenichi Handa <handa@m17n.org>
9023
9024 * international/mule-cmds.el: Add autoload for widget-value in
9025 eval-when-compile.
9026
9027 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9028
9029 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9030 Add tooltip-mode.
9031
9032 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9033
9034 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9035
9036 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9037 (inferior-lisp-filter-regexp, inferior-lisp-program)
9038 (inferior-lisp-load-command, inferior-lisp-prompt)
9039 (inferior-lisp-mode-hook, lisp-source-modes)
9040 (inferior-lisp-load-hook): defvar->defcustom.
9041 (inferior-lisp-program, inferior-lisp-prompt)
9042 (inferior-lisp-load-hook): Doc fixes.
9043 (inferior-lisp-install-letter-bindings): Small change in
9044 introductory comment.
9045
9046 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9047
9048 * vc.el (vc-annotate-color-map): Change some colors so that text
9049 using them as foreground is readable on both white and black
9050 backgrounds.
9051
9052 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * international/mule-conf.el (translation-table-for-input):
9055 Remove redundant declaration.
9056
9057 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9058
9059 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9060
9061 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9062 (tooltip-toggle-gud-tips): New function.
9063
9064 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9065
9066 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9067 right angle brackets.
9068
9069 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9070
9071 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9072
9073 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9076 Remove. Update callers to use expand-file-name instead.
9077
9078 * subr.el (syntax-class): New function.
9079
9080 * simple.el (blink-matching-open): Use it.
9081
9082 * paren.el (show-paren-function): Use it to recognize parens that are
9083 also used in 2-char comment markers.
9084
9085 2005-04-19 Lute Kamstra <lute@gnu.org>
9086
9087 * loadhist.el (unload-feature): Update for new format of
9088 load-history. Simplify the code.
9089
9090 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9091
9092 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9093 (mac-add-charset-info): New function. Initialize variable
9094 mac-charset-info-alist using it.
9095 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9096 for translation.
9097 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9098 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9099 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9100 New CCL programs.
9101
9102 2005-04-19 Kim F. Storm <storm@cua.dk>
9103
9104 * simple.el (next-buffer, prev-buffer, next-error)
9105 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9106 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9107
9108 * bindings.el (next-buffer, prev-buffer, next-error)
9109 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9110 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9111 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9112 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9113
9114 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9115
9116 * isearch.el (isearch-edit-string): Make the search-ring available for
9117 minibuffer history commands.
9118 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9119 the default history commands now work just as well.
9120 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9121
9122 2005-04-18 Kim F. Storm <storm@cua.dk>
9123
9124 * emulation/cua-base.el (cua--pre-command-handler): Add more
9125 elaborate check for shift modifier on non-window systems.
9126
9127 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9128
9129 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9130
9131 2005-04-18 Kim F. Storm <storm@cua.dk>
9132
9133 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9134 and make it optional. Don't test tooltip-gud-echo-area here.
9135 (tooltip-gud-process-output, gdb-tooltip-print):
9136 Pass tooltip-gud-echo-area to tooltip-show.
9137 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9138
9139 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9140
9141 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9142 `display-graphic-p' may not be bound yet.
9143
9144 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9145
9146 * startup.el (command-line): No longer enable Xterm Mouse mode by
9147 default in terminals compatible with xterm.
9148
9149 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9150
9151 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9152
9153 * tooltip.el (tooltip-gud-echo-area): Rename from
9154 tooltip-use-echo-area.
9155 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9156 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9157 area independently of where help tooltips are displayed.
9158
9159 2005-04-17 David Kastrup <dak@gnu.org>
9160
9161 * cus-theme.el (custom-theme-write-variables): Quote variables
9162 where necessary.
9163
9164 2005-04-17 Richard M. Stallman <rms@gnu.org>
9165
9166 * simple.el (yank-excluded-properties): Add follow-link to value.
9167
9168 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9169
9170 * startup.el (fancy-splash-max-time): Just 30 seconds.
9171 (fancy-splash-delay): Just 7.
9172 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9173
9174 * loadhist.el (unload-feature): Update for new format of load-history.
9175 Simplify the code.
9176
9177 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9178 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9179
9180 * mail/sendmail.el (mail-font-lock-keywords):
9181 Don't fontify subject text.
9182 Don't fontify the text of a citation.
9183
9184 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9185
9186 * comint.el (comint-output-filter): Run comint-output-filter-functions
9187 with point where the user had it.
9188
9189 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9190
9191 * international/ucs-tables.el (ucs-set-table-for-input):
9192 Disable when using unify-on-decoding.
9193
9194 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9195
9196 * emulation/cua-base.el (cua-global-mark-face): Add special case
9197 for displays supporting a high number of colors.
9198
9199 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9200
9201 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9202
9203 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9204
9205 * filesets.el (filesets-add-buffer): If user supplies a name of a
9206 non-existing fileset, create a new fileset.
9207
9208 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9209
9210 * textmodes/org.el (org-up-heading-all): Fix bug with
9211 `outline-up-heading-all'.
9212
9213 2005-04-16 Andreas Schwab <schwab@suse.de>
9214
9215 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9216 /etc/permissions.d/* and /etc/aliases.d/*.
9217
9218 2005-04-16 Kenichi Handa <handa@m17n.org>
9219
9220 * international/code-pages.el (cp-make-coding-system):
9221 Set `translation-table-for-input' property value to the symbol
9222 ucs-mule-to-mule-unicode, not to that value.
9223 (pt154): Escape guillemet by `\'.
9224
9225 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9226
9227 * loadup.el: Load tooltip if x-show-tip is fboundp.
9228
9229 * startup.el (command-line): Add comment.
9230
9231 * tooltip.el (tooltip-mode): Specify correct standard value for
9232 Custom in init-value.
9233
9234 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9235
9236 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9237 possible.
9238
9239 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9240
9241 * textmodes/org.el (org-agenda-date-prompt): Rename from
9242 `org-agenda-date-today'.
9243 (org-evaluate-time-range): Insert at point instead of directly
9244 after time range.
9245 (org-first-headline-recenter, org-subtree-end-visible-p)
9246 (org-optimize-window-after-visibility-change): New functions
9247 (org-agenda-post-command-hook): Don't allow point at end of line,
9248 to make sure it always hits the text properties.
9249 (org-agenda-next-date-line, org-agenda-previous-date-line):
9250 New commands.
9251 (org-set-regexps-and-options): Category may contain white space.
9252 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9253 Improve marker positions.
9254 (org-agenda-new-marker): Argument POS made optional.
9255 (org-agenda-get-timestamps): Deadlines which are done are listed
9256 in org-done-face now.
9257 (org-agenda-get-todos, org-agenda-get-timestamps)
9258 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9259 Set `undone-face' and `done-face' properties.
9260 (org-last-todo-state-is-todo): New variable.
9261 (org-todo): Set `org-last-todo-state-is-todo'.
9262 (org-agenda-todo): Change face according to
9263 `org-last-todo-state-is-todo'. And change other lines referring to
9264 the same entry.
9265 (org-calendar-goto-agenda): New command.
9266 (org-calendar-to-agenda-key): New option.
9267 (org-startup-folded): New allowed value `content'.
9268 (org-set-regexps-and-options): Accept new value `content' for
9269 `org-startup-folded'.
9270 (org-get-current-options): Handle new value `content' for
9271 `org-startup-folded'.
9272 (org-insert-todo-heading): New command.
9273 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9274 interactively in empty file and option
9275 `org-insert-mode-line-in-empty-file' has been set.
9276 (org-agenda-todo,org-agenda-priority): Modify to use
9277 `org-agenda-change-all-lines'.
9278 (org-warning-face): Change color on dark background
9279
9280 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9281
9282 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9283 use preferences AppleLocale and AppleLanguages, and variable
9284 mac-system-locale for default locale. On Mac OS Classic, use
9285 mac-system-coding-system for default coding systems.
9286
9287 * term/mac-win.el: Don't set file-name-coding-system.
9288 Decode variables system-name, emacs-build-system, user-login-name, and
9289 user-full-name by mac-system-coding-system on Mac OS Classic.
9290 (mac-system-coding-system): New variable.
9291
9292 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9293
9294 * startup.el (command-line): Handle `xterm-mouse-mode' before
9295 reading init file.
9296
9297 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9298
9299 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9300
9301 * progmodes/sh-script.el (sh-here-document-word): Make it a
9302 defcustom. Doc fix.
9303 (sh-add): Bash uses $(( )) for arithmetic.
9304 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9305 (sh-maybe-here-document): Remove quotes and leading whitespace
9306 from heredoc word when closing. Indent heredoc with tabs if word
9307 starts with "-".
9308
9309 2005-04-13 Richard M. Stallman <rms@gnu.org>
9310
9311 * simple.el (undo): Fix previous change.
9312
9313 * custom.el (defface): Doc fix.
9314
9315 2005-04-13 Lute Kamstra <lute@gnu.org>
9316
9317 * Makefile.in (DONTCOMPILE): Remove list.
9318 (compile, compile-always): Don't use DONTCOMPILE.
9319 (update-authors): Load the library in which batch-update-authors
9320 is defined.
9321 * makefile.w32-in (DONTCOMPILE): Remove list.
9322 (compile, compile-always): Fix comments.
9323 (update-authors): Load the library in which batch-update-authors
9324 is defined.
9325
9326 * generic-x.el (generic-mode-ini-file-find-file-hook):
9327 Rename to ini-generic-mode-find-file-hook.
9328 Keep generic-mode-ini-file-find-file-hook as an alias.
9329 (ini-generic-mode-find-file-hook): Rename from
9330 generic-mode-ini-file-find-file-hook. Fix docstring.
9331 (ini-generic-mode): Docstring change.
9332 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9333
9334 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9335 called from lisp.
9336
9337 * generic.el: Move to the emacs-lisp subdir.
9338
9339 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9340
9341 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9342 and C-S- function and cursor motion keys.
9343
9344 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9345
9346 * startup.el (command-line): Enable Xterm Mouse mode by default.
9347 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9348 for Custom. No longer show "Mouse" in mode line when enabled.
9349 Doc fix.
9350
9351 2005-04-12 Kim F. Storm <storm@cua.dk>
9352
9353 * emulation/cua-base.el (cua-rectangle-face)
9354 (cua-rectangle-noselect-face): Define face attributes here.
9355
9356 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9357
9358 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9359
9360 * startup.el (command-line): Turn off blinking cursor if
9361 cursorBlink in resources is off or false.
9362
9363 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9364
9365 * term/mac-win.el (dnd): Require dnd.
9366 (mac-drag-n-drop): Call dnd-handle-one-url.
9367 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9368 (kTextEncodingISOLatin2): Remove constants.
9369 (mac-script-code-coding-systems): New constant.
9370 (mac-handle-language-change): New function.
9371 (special-event-map): Bind it to `language-change' event.
9372 (mac-centraleurroman, mac-cyrillic): New coding systems.
9373 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9374 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9375 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9376 encode-mac-cyrillic, respectively.
9377
9378 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9379
9380 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9381 Don't set overlay-arrow-string to "=>" as this is done
9382 globally in C now.
9383
9384 2005-04-12 Lute Kamstra <lute@gnu.org>
9385
9386 * generic-x.el (rc-generic-mode, rul-generic-mode):
9387 Fix auto-mode-alist entries.
9388 (etc-fstab-generic-mode): Tweak fontification.
9389
9390 * generic.el (generic-make-keywords-list): Fix docstring.
9391 (generic-mode-internal): Simplify generic-font-lock-keywords.
9392
9393 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9394
9395 * whitespace.el (whitespace-buffer-leading)
9396 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9397 However, fix the highlight area for the leading and
9398 trailing whitespaces to show space.
9399
9400 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9401
9402 * whitespace.el (whitespace-version): Bump to 3.5
9403
9404 (whitespace-buffer-leading, whitespace-buffer-trailing):
9405 Invert sense of the test to highlight the whitespace.
9406
9407 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9408
9409 * progmodes/gud.el (gud-display-line): GUD uses its own
9410 overlay arrow now so don't set overlay-arrow-string.
9411 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9412
9413 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9414
9415 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9416 (term-ansi-current-reverse, term-ansi-current-invisible)
9417 (term-ansi-face-already-done): Change to boolean.
9418 (term-reset-terminal, term-handle-colors-array): Handle the above
9419 vars accordingly.
9420 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9421 (term-emulate-terminal): Use the new name.
9422
9423 * faces.el (secondary-selection): Use yellow1, not yellow.
9424 (trailing-whitespace): Use red1, not red.
9425
9426 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9427
9428 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9429 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9430 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9431
9432 * cus-edit.el (dnd): New group.
9433
9434 * term/w32-win.el (dnd): Require dnd
9435 (w32-drag-n-drop): Call dnd-handle-one-url.
9436
9437 * x-dnd.el: Require dnd.
9438 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9439 Call dnd-handle-one-url.
9440 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9441 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9442 to dnd-insert-text.
9443 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9444 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9445 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9446 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9447
9448 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9449
9450 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9451
9452 * wdired.el: Doc fixes.
9453 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9454 (wdired-use-dired-vertical-movement): Rename from
9455 wdired-always-move-to-filename-beginning.
9456 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9457 (wdired-change-to-wdired-mode): Change mode name.
9458 (wdired-newline): Delete.
9459
9460 2005-04-11 Richard M. Stallman <rms@gnu.org>
9461
9462 * whitespace.el (whitespace-highlight-the-space):
9463 Don't call whitespace-unhighlight-the-space here.
9464
9465 * simple.el (undo): Record t in undo-equiv-table
9466 for the redo record made by an undo-in-region.
9467
9468 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9469
9470 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9471 (gdb-frame-inferior-io-buffer): New Functions to control
9472 display of separate IO buffer.
9473 (menu): Add them to menu-bar.
9474 (gdb-display-buffer): Check for buffer another frame.
9475 Protect GUD buffer.
9476 (gdb-setup-windows): Create IO buffer if not already there.
9477 (gdb-memory-mode): Remove purecopy noops.
9478
9479 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9480
9481 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9482 and pass to self-insert-command.
9483
9484 2005-04-11 Lute Kamstra <lute@gnu.org>
9485
9486 * generic.el: Commentary section cleanup.
9487 (generic): Delete.
9488 (generic-use-find-file-hook, generic-lines-to-scan)
9489 (generic-find-file-regexp, generic-ignore-files-regexp)
9490 (default-generic-mode, generic-mode-find-file-hook)
9491 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9492 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9493 (generic-use-find-file-hook, generic-lines-to-scan)
9494 (generic-find-file-regexp, generic-ignore-files-regexp)
9495 (default-generic-mode, generic-mode-find-file-hook)
9496 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9497
9498 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9499
9500 * bookmark.el (bookmark-write-file): Catch errors writing file.
9501 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9502
9503 2005-04-10 Richard M. Stallman <rms@gnu.org>
9504
9505 * startup.el (fancy-splash-tail): Update copyright year.
9506 (command-line): Split part of -Q into -D.
9507 (emacs-basic-display): New defvar.
9508 (fancy-splash-text): Correct name of menu item.
9509
9510 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9511
9512 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9513 lines in one node.
9514
9515 * comint.el (comint-send-input): New arg ARTIFICIAL.
9516 Callers in this file changed.
9517
9518 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9519
9520 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9521
9522 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9523
9524 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9525 `ldap-search-internal'.
9526
9527 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 * files.el (set-auto-mode-1): Use line-end-position.
9530
9531 * international/latin-1.el:
9532 * international/latin-2.el:
9533 * international/latin-3.el:
9534 * international/latin-4.el:
9535 * international/latin-5.el:
9536 * international/latin-8.el:
9537 * international/latin-9.el: Give punctuation syntax to NBSP.
9538
9539 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9540 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9541 Use char-classes to accept non-ascii letters, accepted in some recent
9542 bibtex implementations.
9543
9544 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9545
9546 * custom.el (custom-set-minor-mode): Any non-nil value for the
9547 variable should enable the mode when set through Custom.
9548
9549 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9552 TAB binding so tab-always-indent is obeyed.
9553 (vhdl-minibuffer-local-map): Move initialization into declaration.
9554 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9555 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9556 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9557 (vhdl-current-line): Use line-beginning-position.
9558 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9559 with-output-to-temp-buffer, so the current position can be recorded.
9560
9561 2005-04-10 Masatake YAMATO <jet@gyve.org>
9562
9563 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9564 Add regexp for gcov.
9565
9566 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9567
9568 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9569 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9570 syntax which Emacs 20 doesn't support.
9571
9572 2005-04-09 Richard M. Stallman <rms@gnu.org>
9573
9574 * help.el (describe-key-briefly, describe-key):
9575 Replace strings as event types with "(any string)".
9576
9577 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9578
9579 * arc-mode.el (archive-mode-map): Move initialization into
9580 the declaration. Override *all* bindings of `undo'.
9581 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9582
9583 2005-04-09 Jay Belanger <belanger@truman.edu>
9584
9585 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9586
9587 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9588
9589 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9590 (xterm-register-default-colors): Update color values computation
9591 to match xterm-200.
9592
9593 2005-04-09 Kenichi Handa <handa@m17n.org>
9594
9595 * international/code-pages.el (iso-latin-7): Fix the map.
9596
9597 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9598
9599 * emacs-lisp/lisp.el (defun-prompt-regexp)
9600 (parens-require-spaces, buffer-end, end-of-defun)
9601 (insert-parentheses): Doc fixes.
9602
9603 2005-04-08 Kim F. Storm <storm@cua.dk>
9604
9605 * comint.el (comint-highlight-prompt): Fix face spec.
9606 * hi-lock.el (hi-green): Likewise.
9607
9608 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9609
9610 * cus-edit.el (custom-modified-face):
9611 * comint.el (comint-highlight-input): Fix previous changes.
9612 * term.el (term-handle-ansi-escape): Add a comment.
9613
9614 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9615
9616 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9617 in the buffer and in whitespace-highlighted-space.
9618 (whitespace-unhighlight-the-space): Simplify.
9619 (whitespace-buffer): Simplify.
9620
9621 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9622
9623 * textmodes/table.el (table-cell-face): Add special case for
9624 displays supporting a high number of colors.
9625 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9626 (vhdl-font-lock-reserved-words-face)
9627 (vhdl-speedbar-architecture-face)
9628 (vhdl-speedbar-instantiation-face)
9629 (vhdl-speedbar-architecture-selected-face)
9630 (vhdl-speedbar-instantiation-selected-face): Likewise.
9631 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9632 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9633 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9634 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9635 (ebrowse-progress-face): Likewise.
9636 * progmodes/compile.el (compilation-info-face): Likewise.
9637 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9638 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9639 * calendar/calendar.el (diary-face): Likewise.
9640 * woman.el (woman-italic-face, woman-bold-face)
9641 (woman-unknown-face): Likewise.
9642 * wid-edit.el (widget-button-pressed-face): Likewise.
9643 * whitespace.el (whitespace-highlight-face): Likewise.
9644 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9645 * pcvs-info.el (cvs-marked-face): Likewise.
9646 * info.el (info-xref): Likewise.
9647 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9648 * hilit-chg.el (highlight-changes-face)
9649 (highlight-changes-delete-face): Likewise.
9650 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9651 (hi-red-b): Likewise.
9652 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9653 * font-lock.el (font-lock-keyword-face)
9654 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9655 * cus-edit.el (custom-invalid-face, custom-modified-face)
9656 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9657 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9658 * comint.el (comint-highlight-prompt): Likewise.
9659
9660 2005-04-08 Lute Kamstra <lute@gnu.org>
9661
9662 * font-lock.el (font-lock-keywords): Docstring fixes.
9663
9664 2005-04-08 Kenichi Handa <handa@m17n.org>
9665
9666 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9667 chars are more than a limit, print " and more..." at the tail.
9668
9669 2005-04-08 Kim F. Storm <storm@cua.dk>
9670
9671 * emacs-lisp/authors.el (authors-aliases): Update list.
9672 (authors-ignored-files): New list.
9673 (authors-fixed-entries): Fix typo.
9674 (authors-renamed-files-alist): Update list.
9675 (authors-add): Check authors-ignored-files.
9676
9677 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9678
9679 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9680 optional, to ensure backward compatibility.
9681
9682 2005-04-08 Stephen Eglen <stephen@gnu.org>
9683
9684 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9685
9686 2005-04-08 Kim F. Storm <storm@cua.dk>
9687
9688 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9689
9690 * mouse.el (mouse-on-link-p): Doc fix.
9691
9692 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9693
9694 * ielm.el (ielm-prompt-read-only): Doc fix.
9695
9696 * comint.el (comint-prompt-read-only): Doc fix.
9697
9698 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9699
9700 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9701 ensure dired always handles wildcards passed to ffap.
9702 (find-file-at-point): Use it.
9703 (ffap-dired-wildcards): Doc fix.
9704
9705 2005-04-07 Juri Linkov <juri@jurta.org>
9706
9707 * simple.el (next-error-overlay-arrow-position): New defvar.
9708 Put "=>" on its property `overlay-arrow-string'. Add it to
9709 `overlay-arrow-variable-list'.
9710
9711 * progmodes/compile.el (compilation-setup):
9712 Set `next-error-overlay-arrow-position' to nil. Also set it to
9713 nil in the local hook `kill-buffer-hook'. Make local variable
9714 `overlay-arrow-string' and set it to "=>".
9715 (compilation-goto-locus): Set BOL position to
9716 `next-error-overlay-arrow-position' instead of
9717 `overlay-arrow-position'.
9718
9719 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9720 locally instead of adding it to the global hook.
9721 (Info-kill-buffer): Move up.
9722
9723 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9724
9725 * term/xterm.el (xterm-standard-colors): Update color values from
9726 xterm-200.
9727
9728 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9729
9730 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9731
9732 * fast-lock.el:
9733 * lazy-lock.el: Move them to the obsolete subdir.
9734
9735 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9736
9737 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9738 (wdired-add-replace-advice): Remove.
9739 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9740
9741 2005-04-06 Kim F. Storm <storm@cua.dk>
9742
9743 * startup.el (command-line): Add --bare-bones alias for -Q.
9744
9745 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9746
9747 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9748 create the startup fontset if a font specification ends with
9749 `mac-roman'.
9750
9751 2005-04-06 Lute Kamstra <lute@gnu.org>
9752
9753 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9754 change.
9755
9756 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9757 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9758
9759 2005-04-05 Lute Kamstra <lute@gnu.org>
9760
9761 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9762 (define-generic-mode): Ditto. Fix debug declaration.
9763
9764 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9765 Put them in the generic-x group.
9766
9767 * calendar/timeclock.el (timeclock): Doc fix.
9768
9769 * generic.el (define-generic-mode): Don't use custom-current-group.
9770 Document default :group value.
9771 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9772 (define-global-minor-mode): Don't use custom-current-group.
9773
9774 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9775
9776 * startup.el (command-line-1): Display startup-echo-area-message
9777 when fancy splash screen is in use.
9778
9779 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9780 (sh-escaped-newline): New face.
9781 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9782 newline, and use sh-escaped-newline face.
9783
9784 * progmodes/tcl.el (tcl-escaped-newline): New face.
9785 (tcl-builtin-list): New variable.
9786 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9787 newlines. Fix keywords subexpression number.
9788
9789 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9790
9791 * textmodes/org.el (org-diary-default-entry): Fix call to
9792 `add-to-diary-entry'.
9793
9794 2005-04-05 Kim F. Storm <storm@cua.dk>
9795
9796 * ediff-init.el: Use (featurep 'xemacs).
9797
9798 2005-04-05 David Ponce <david@dponce.com>
9799
9800 * cus-edit.el (face): Derive from symbol widget. Display sample
9801 of the current face on the fly.
9802 (widget-face-sample-face-get, widget-face-notify): New functions.
9803 (widget-face-value-create): Remove.
9804
9805 * wid-edit.el (widget-field-end): Temporarily remove field
9806 narrowing before to call `get-char-property'.
9807
9808 2005-04-04 Jay Belanger <belanger@truman.edu>
9809
9810 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9811 (math-read-subscripts): New variable.
9812 (math-read-preprocess-string): Process subscripts.
9813
9814 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9815
9816 * comint.el (comint-prompt-read-only): Doc fix.
9817
9818 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9819 `-1'. Doc fix.
9820
9821 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9822
9823 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9824 Change default value to nil.
9825
9826 2005-04-04 Lute Kamstra <lute@gnu.org>
9827
9828 * autorevert.el (auto-revert-mode): Specify :group.
9829 * battery.el (display-battery-mode): Specify :group.
9830 * diff-mode.el (diff-minor-mode): Specify :group.
9831 * font-core.el (font-lock-mode): Specify :group.
9832 * hl-line.el (hl-line-mode): Specify :group.
9833 * iimage.el (iimage): New customization group.
9834 (iimage-mode): Specify :group.
9835 * longlines.el (longlines-mode): Specify :group.
9836 * master.el: Don't require easy-mmode.
9837 (master): New customization group.
9838 (master-mode): Specify :group.
9839 * msb.el (msb-mode): Specify :group.
9840 * reveal.el (reveal-mode): Specify :group.
9841 * simple.el (next-error-follow-minor-mode): Specify :group.
9842 * smerge-mode.el (smerge-mode): Specify :group.
9843 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9844 * emulation/cua-base.el (cua-mode): Specify :group.
9845 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9846 * language/thai-util.el (thai-auto-composition-mode)
9847 (thai-word-mode): Specify :group.
9848 * mail/supercite.el (sc-minor-mode): Specify :group.
9849 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9850 * progmodes/flymake.el (flymake-mode): Specify :group.
9851 * progmodes/glasses.el (glasses-mode): Specify :group.
9852 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9853 * textmodes/enriched.el (enriched-mode): Specify :group.
9854 * textmodes/refill.el (refill-mode): Specify :group.
9855
9856 * add-log.el (change-log-font-lock-keywords): Names in
9857 parenthesized lists can contain spaces.
9858
9859 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9860
9861 * startup.el (fancy-splash-text): Shorten default text of
9862 "Emacs Tutorial" line. Also, if the current language env
9863 indicates an available tutorial file other than TUTORIAL,
9864 extract its title and append it to the line in parentheses.
9865 (fancy-splash-insert): If arg is a thunk, funcall it.
9866
9867 2005-04-04 Jay Belanger <belanger@truman.edu>
9868
9869 * calc.el (calc-language-alist): Add tags to customization type.
9870
9871 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9872
9873 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9874 Doc fix.
9875
9876 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9877
9878 * add-log.el (change-log-font-lock-keywords): The manual
9879 describing a Change Log entry, says: (...) "Aside from these
9880 header lines, every line in the change log starts with a space or
9881 a tab.". The font-lock was not highlighting lines started with
9882 spaces, added support for it.
9883
9884 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9885
9886 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9887 (bibtex-generate-url-list): Update docstring accordingly. Put the
9888 complex example in the docstring.
9889 (bibtex-font-lock-url): Use pop.
9890
9891 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9892
9893 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9894
9895 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9896
9897 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9898
9899 * filesets.el (filesets-set-default): Doc fix.
9900
9901 2005-04-03 Lute Kamstra <lute@gnu.org>
9902
9903 * generic.el (define-generic-mode): Add argument to specify
9904 keywords for defcustom.
9905 (default-generic-mode): Specify :group.
9906
9907 * generic-x.el: Specify :group for all generic modes.
9908
9909 * desktop.el (desktop-no-desktop-file-hook)
9910 (desktop-after-read-hook): Doc fix.
9911
9912 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9913
9914 * simple.el (visible-mode): Use explicit :group keyword.
9915 This changes the group of `visible-mode-hook' from paren-blinking
9916 to editing-basics.
9917
9918 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9919
9920 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9921 mailbox specifications as well as URLs.
9922 (rmail-insert-inbox-text): Remove unused conditional branches.
9923
9924 2005-04-01 Jay Belanger <belanger@truman.edu>
9925
9926 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9927 (calc-gnuplot-print-command): Move definitions to calc.el.
9928
9929 * calc/calc-embed.el (calc-embedded-announce-formula)
9930 (calc-embedded-open-formula, calc-embedded-close-formula)
9931 (calc-embedded-open-word, calc-embedded-close-word)
9932 (calc-embedded-open-plain, calc-embedded-close-plain)
9933 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9934 (calc-embedded-open-mode, calc-embedded-close-mode):
9935 Move definitions to calc.el.
9936
9937 * calc/calc.el (calc-settings-file, calc-language-alist):
9938 Make customizable.
9939 (calc-embedded-announce-formula, calc-embedded-open-formula)
9940 (calc-embedded-close-formula, calc-embedded-open-word)
9941 (calc-embedded-close-word, calc-embedded-open-plain)
9942 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9943 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9944 (calc-embedded-close-mode, calc-gnuplot-name)
9945 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9946 from other files and make customizable.
9947
9948 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9951 Use buffer-live-p.
9952 (cvs-mode-run): Don't call cvs-update-header here.
9953 (cvs-run-process): Call cvs-update-header.
9954 Use process properties for cvs-postprocess and cvs-buffer so that
9955 the sentinel can behave better if the temp buffer is killed.
9956 Use a pipe rather than a tty, to better handle unexpected prompts.
9957 (cvs-sentinel): Rewrite. Call cvs-update-header.
9958
9959 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9960
9961 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9962 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9963
9964 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9965
9966 * generic.el (define-generic-mode): Add indentation rule.
9967
9968 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9969
9970 * files.el (mode-require-final-newline): Make Custom correctly
9971 report a nil value and allow to set it to nil via Custom.
9972 Doc fix.
9973
9974 2005-04-01 Kenichi Handa <handa@m17n.org>
9975
9976 * international/characters.el: Enable the correct case setting for
9977 dotless-i and dotted-I.
9978
9979 2005-04-01 Kim F. Storm <storm@cua.dk>
9980
9981 * ido.el (ido-file-internal): Fall back to non-ido command if
9982 initial directory is on slow ftp (or tramp) host.
9983
9984 2005-03-31 Richard M. Stallman <rms@gnu.org>
9985
9986 * emacs-lisp/autoload.el (make-autoload):
9987 Handle define-global-minor-mode.
9988
9989 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9990 Rename from easy-mmode-define-global-mode.
9991 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9992
9993 * progmodes/scheme.el (scheme-mode-syntax-table):
9994 Update syntax of | and # for two-character comment syntax.
9995
9996 2005-03-31 Lute Kamstra <lute@gnu.org>
9997
9998 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9999 (define-minor-mode): Call custom-current-group at load-time.
10000
10001 * generic.el (define-generic-mode): Add debug declaration.
10002 Add defcustom for the mode hook.
10003 (generic-mode-internal): Use run-mode-hooks.
10004
10005 2005-03-31 Kim F. Storm <storm@cua.dk>
10006
10007 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10008 (mouse-fixup-help-message): New defun called by show_help_echo
10009 to fixup mouse-2 prefix in help messages when applicable.
10010
10011 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10012
10013 2005-03-31 Kenichi Handa <handa@m17n.org>
10014
10015 * language/thai-word.el (thai-find-word-ends): Pay attention to
10016 the case that we reach the end of buffer.
10017
10018 * textmodes/fill.el (fill-text-properties-at): New function.
10019 (fill-newline): Use fill-text-properties-at instead of
10020 text-properties-at.
10021
10022 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10023
10024 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10025 not comint-quote-filename.
10026
10027 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10028
10029 * help-fns.el (help-with-tutorial): Revert last change.
10030
10031 2005-03-31 Kim F. Storm <storm@cua.dk>
10032
10033 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10034
10035 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10036
10037 * calendar/cal-china.el: Update reference to "Calendrical
10038 Calculations" book; there's a new edition.
10039 * calendar/cal-coptic.el: Likewise.
10040 * calendar/cal-french.el: Likewise.
10041 * calendar/cal-hebrew.el: Likewise.
10042 * calendar/cal-islam.el: Likewise.
10043 * calendar/cal-iso.el: Likewise.
10044 * calendar/cal-julian.el: Likewise.
10045 * calendar/cal-mayan.el: Likewise.
10046 * calendar/cal-persia.el: Likewise.
10047 * calendar/calendar.el: Likewise.
10048 * calendar/holidays.el: Likewise.
10049 * calendar/lunar.el: Likewise.
10050 * calendar/solar.el: Likewise.
10051
10052 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10053 white space from doc string.
10054
10055 2005-03-30 Jay Belanger <belanger@truman.edu>
10056
10057 * calc/calc-help.el (calc-full-help): Remove email address.
10058
10059 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10060
10061 * help-fns.el (help-with-tutorial): Delete title line.
10062
10063 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10064
10065 * calendar/cal-x.el (calendar-one-frame-setup)
10066 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10067 rather than 'symbol for set-window-dedicated-p.
10068
10069 * calendar/appt.el (appt-buffer-name): Make it a constant.
10070 (appt-add): Doc fix.
10071
10072 * filesets.el (filesets-menu-path, filesets-menu-before)
10073 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10074 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10075 (filesets-add-submenu): Delete and use add-submenu instead.
10076
10077 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10078
10079 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10080 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10081 (org-diary-default-entry): New function.
10082 (org-get-entries-from-diary): Better parsing of diary entries.
10083 (org-agenda-check-no-diary): New function.
10084 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10085 linking to diary entries.
10086 (org-agenda-execute-calendar-command): New function.
10087 (org-agenda): Improve visible section in window.
10088 Use `org-fit-agenda-window'.
10089 (org-fit-agenda-window): New option.
10090 (org-move-subtree-down): Better handling of empty lines
10091 at end of subtree.
10092 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10093 levels up.
10094 (org-fontify-done-headline): New option.
10095 (org-headline-done-face): New face.
10096 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10097 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10098 When current field is non-empty, it is copied to next row.
10099 (org-table-copy-from-above): Fix bug which made it
10100 impossible to copy fields containing only a single non-white character.
10101
10102 2005-03-30 Kim F. Storm <storm@cua.dk>
10103
10104 * kmacro.el (kmacro-end-macro): Isearch may store this command
10105 into the macro -- so ignore it when executing keyboard macro.
10106
10107 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10108
10109 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10110
10111 2005-03-29 Kenichi Handa <handa@m17n.org>
10112
10113 * language/thai.el ("Thai"): Set setup-function and exit-function
10114 for Thai language environment.
10115
10116 * language/thai-util.el: Require thai-word.
10117 (thai-word-mode-map): New variable.
10118 (thai-word-mode): New minor mode.
10119 (setup-thai-language-environment-internal): New function.
10120 (exit-thai-language-environment-internal): New function.
10121
10122 * language/thai-word.el (thai-word-table): Declare it by defvar,
10123 use dolist to initialize it.
10124 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10125 (thai-fill-find-break-point): New functions.
10126
10127 2005-03-29 Richard M. Stallman <rms@gnu.org>
10128
10129 * simple.el (idle-update-delay): Move definition up.
10130 (set-mark): Doc fix.
10131
10132 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10133
10134 * longlines.el: New file.
10135
10136 * simple.el (buffer-substring-filters): New variable.
10137 (filter-buffer-substring): New function.
10138 (kill-region, copy-region-as-kill): Use it.
10139
10140 * register.el (copy-to-register, append-to-register)
10141 (prepend-to-register): Use filter-buffer-substring.
10142
10143 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10144
10145 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10146 (gud-filter-pending-text): Move in front of gdb.
10147 (gud-overlay-arrow-position): New variable.
10148 (gud-sentinel, gud-display-line): Use it in place of
10149 overlay-arrow-position.
10150
10151 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10152
10153 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10154 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10155 (fortran-font-lock-keywords-4): New variable.
10156 (fortran-blocks-re, fortran-end-block-re)
10157 (fortran-start-block-re): New constants, for hideshow.
10158 (hs-special-modes-alist): Add a Fortran entry.
10159 (fortran-mode-map): Bind fortran-end-of-block,
10160 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10161 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10162 (fortran-looking-at-if-then, fortran-end-of-block)
10163 (fortran-beginning-of-block): New functions, for hideshow.
10164
10165 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10166 Doc fix. Tweak regexp.
10167 (f90-beginning-of-block): Push mark first.
10168
10169 2005-03-29 Jay Belanger <belanger@truman.edu>
10170
10171 * calc/calc.el: Update copyright date.
10172 (calc-version): Increase to 2.1.
10173 (calc-version-date): Remove.
10174
10175 * calc/calc-help.el: Update copyright date.
10176 (calc-full-help): Remove reference to calc-version-date.
10177 Update copyright date.
10178
10179 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10180
10181 * vc.el (vc-do-command): Use a pipe for async processes, so password
10182 prompts don't show up at places where the user can't reply.
10183
10184 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10185
10186 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10187 on the file name we pass to the inferior shell.
10188
10189 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10190
10191 * progmodes/which-func.el (which-function): Be robust in the face of an
10192 imenu--make-index-alist failure.
10193
10194 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10195
10196 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10197
10198 * progmodes/python.el (python-preoutput-filter): Fix last change.
10199
10200 2005-03-29 Lute Kamstra <lute@gnu.org>
10201
10202 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10203 functions and compiled macros.
10204 (debug-convert-byte-code): Handle macros too.
10205 (debug-on-entry-1): Don't signal an error when trying to clear a
10206 function that is not set to debug on entry.
10207
10208 2005-03-29 Jay Belanger <belanger@truman.edu>
10209
10210 * calc/calc-lang.el: Add functions to math-function-table
10211 properties of tex and math.
10212
10213 2005-03-29 Kenichi Handa <handa@m17n.org>
10214
10215 * ps-mule.el (ps-mule-plot-string): Translate characters by
10216 ps-print-translation-table.
10217 (ps-mule-begin-job): Call find-charset-region/string with
10218 ps-print-translation-table.
10219 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10220
10221 * ps-print.el (ps-print-translation-table): New variable.
10222 (ps-plot-region): Translate characters by ps-print-translation-table.
10223
10224 2005-03-29 Juri Linkov <juri@jurta.org>
10225
10226 * simple.el (next-error-highlight-timer): New variable.
10227
10228 * progmodes/compile.el (compilation-goto-locus):
10229 Use `next-error-highlight-timer' instead of `sit-for'.
10230
10231 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * mail/supercite.el (sc-mail-field): Use assoc-string.
10234 (sc-get-address): Simplify regexps.
10235
10236 * files.el (minibuffer-with-setup-hook): New macro.
10237 (find-file-read-args): Use it to avoid let-binding
10238 minibuffer-with-setup-hook (which breaks turning on/off
10239 file-name-shadow-mode while in the prompt).
10240
10241 * complete.el (PC-read-include-file-name-internal):
10242 Use test-completion.
10243
10244 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10245
10246 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10247
10248 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10249
10250 * window.el (window-buffer-height): Use count-screen-lines.
10251
10252 * progmodes/python.el (python-preoutput-leftover): New var.
10253 (python-preoutput-filter): Use it.
10254 (python-send-receive): Loop until all the result has been received.
10255
10256 2005-03-28 Juri Linkov <juri@jurta.org>
10257
10258 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10259
10260 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10261 "Recover Crashed Session".
10262 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10263 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10264 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10265 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10266 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10267 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10268 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10269 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10270
10271 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10272 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10273 Ediff Sessions", "Toggle use of separate control buffer frame",
10274 "Use separate frame for Ediff control buffer".
10275
10276 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10277 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10278 "Rename Bookmark", "Delete Bookmark".
10279
10280 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10281 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10282 Add `:active Info-index-alternatives' to "Next Matching Item".
10283
10284 * wdired.el (wdired-change-to-wdired-mode):
10285 Mention `wdired-abort-changes' key in the initial message.
10286
10287 * international/mule.el (auto-coding-alist): Associate non-ascii
10288 image filename extensions with `no-conversion'.
10289
10290 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * international/iso-acc.el:
10293 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10294
10295 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10296
10297 * textmodes/sgml-mode.el (html-mode): Doc update.
10298
10299 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10300
10301 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10302
10303 * term.el (term-move-columns): Fix face after extending a line.
10304 (term-insert-spaces): Likewise.
10305 (term-reset-terminal): Fix off by one error.
10306
10307 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10308
10309 * international/mule.el (auto-coding-alist): Add .xpi files.
10310
10311 * files.el (auto-mode-alist): Add .xpi files.
10312
10313 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10314
10315 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10316
10317 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10318
10319 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10320
10321 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10322
10323 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10324 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10325
10326 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10327 cursor to Jan 1 when needed.
10328 (calendar-end-of-year): Fix -/+ typo.
10329 Reported by Chong Yidong <cyd@stupidchicken.com>.
10330
10331 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10332
10333 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10334
10335 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10336 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10337
10338 2005-03-25 Richard M. Stallman <rms@gnu.org>
10339
10340 * filesets.el (filesets-init): Add autoload.
10341
10342 * mail/mailalias.el (mail-directory): Doc fix.
10343
10344 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10345
10346 * mail/mailalias.el (mail-directory-process): Do nothing if
10347 mail-directory-process is an atom.
10348 (mail-get-names): Ignore mail-directory-names if it is an atom.
10349 (mail-directory-process defvar): Doc fix.
10350 (mail-names): Doc fix.
10351
10352 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10353
10354 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10355
10356 2005-03-26 Kenichi Handa <handa@m17n.org>
10357
10358 * international/mule-util.el (detect-coding-with-priority):
10359 Call update-coding-systems-internal before detect-coding-region.
10360
10361 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10362
10363 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10364 (gdb-frames-mode-map): Add follow-link property.
10365
10366 2005-03-25 Jay Belanger <belanger@truman.edu>
10367
10368 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10369 for variables.
10370
10371 2005-03-25 Juri Linkov <juri@jurta.org>
10372
10373 * image-mode.el: Optimize image filename extension regexps in
10374 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10375 in `auto-mode-alist'.
10376 (image-mode): Add `image-toggle-display-text' to local hook
10377 `change-major-mode-hook'. Display the image as an image by
10378 default. Set `cursor-type' and `truncate-lines' if the image
10379 is already displayed. Take into account the current mode (image
10380 or text) in message.
10381 (image-minor-mode): New minor mode.
10382 (image-mode-maybe, image-toggle-display-text): New functions.
10383 (image-toggle-display): Use called-interactively-p.
10384 Let-bind `inhibit-read-only' to t.
10385
10386 * image-mode.el (image-minor-mode): Set `cursor-type' and
10387 `truncate-lines' if the image is already displayed. Add turning
10388 image-minor-mode off to `change-major-mode-hook'. Add message.
10389 Call `image-toggle-display-text' after turning image-minor-mode off.
10390
10391 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10394 Terminal.app, use utf-8.
10395 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10396 (set-locale-environment): Use it.
10397
10398 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10399
10400 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10401
10402 * progmodes/python.el (python-close-block-statement-p)
10403 (python-outdent-p, python-current-defun): Use symbol-end.
10404
10405 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10406
10407 * files.el (save-some-buffers): Doc fix.
10408
10409 2005-03-25 Werner Lemberg <wl@gnu.org>
10410
10411 * complete.el, thumbs.el: Replace `legal' with `valid'.
10412 * calendar/calendar.el: Replace `legal' with `valid'.
10413 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10414 * mail/supercite.el: Replace `legal' with `valid'.
10415 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10416 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10417 Replace `legal' with `valid'.
10418 * textmodes/reftex-vars.el, textmodes/reftex.el:
10419 Replace `legal' with `valid'.
10420
10421 2005-03-25 Werner Lemberg <wl@gnu.org>
10422
10423 * calc/calc-forms.el, calc/calc-sel.el:
10424 * midnight.el, vc-cvs.el:
10425 * emacs-lisp/cl-macs.el:
10426 * emulation/vip.el:
10427 * eshell/esh-io.el, eshell/esh-var.el:
10428 * mail/supercite.el:
10429 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10430 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10431 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10432 * progmodes/sh-script.el, progmodes/xscheme.el:
10433 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10434 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10435 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10436 * textmodes/reftex.el, textmodes/org.el:
10437 Replace `illegal' with `invalid'.
10438
10439 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10440
10441 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10442 (flymake-find-buildfile, flymake-find-possible-master-files)
10443 (flymake-check-include, flymake-parse-line): Replace loops over the
10444 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10445
10446 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10447 Substitute file-name-as-directory in the rest of the file.
10448 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10449 (flymake-replace-region): Remove unused arg `buffer'.
10450 (flymake-check-patch-master-file-buffer): Update calls to it.
10451 (flymake-add-err-info): Remove unused var `count'.
10452 (flymake-mode): Use define-minor-mode.
10453
10454 * progmodes/flymake.el: Use with-current-buffer.
10455 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10456 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10457 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10458 Avoid testing for `xemacs'.
10459 (flymake-nop): Move.
10460 (flymake-region-has-flymake-overlays): Return the computed value.
10461 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10462 Remove unused var `endline'.
10463 (flymake-get-line-count): Remove unused function.
10464 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10465
10466 * emulation/vi.el:
10467 * generic.el:
10468 * hilit-chg.el (global-highlight-changes):
10469 * hi-lock.el (hi-lock-mode):
10470 * follow.el: find-file-hooks -> find-file-hook.
10471
10472 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10473
10474 2005-03-24 Juri Linkov <juri@jurta.org>
10475
10476 * dired.el (dired-mode-map): Add menu item "Compare directories"
10477 for dired-compare-directories.
10478
10479 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10480 Doc fix. Replace `read-file-name' with `read-directory-name'.
10481
10482 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10483
10484 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10485
10486 2005-03-24 Jay Belanger <belanger@truman.edu>
10487
10488 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10489 relevant mode settings in calc-embedded-original-modes when modes
10490 are permanently changed.
10491
10492 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10493
10494 * autoinsert.el: find-file-hooks -> find-file-hook.
10495
10496 2005-03-24 Lute Kamstra <lute@gnu.org>
10497
10498 * generic.el (generic-font-lock-defaults): Make it obsolete.
10499 (generic-font-lock-keywords): New variable to replace
10500 generic-font-lock-defaults.
10501 (generic-mode-set-font-lock): Delete it.
10502 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10503 (generic-bracket-support): Add docstring.
10504
10505 * generic-x.el: Rename generic-font-lock-defaults to
10506 generic-font-lock-keywords throughout.
10507 (mailagent-rules-setup-function): Delete it.
10508 (mailagent-rules-generic-mode): Use anonymous function instead.
10509 (show-tabs-generic-mode-font-lock-defaults-1)
10510 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10511 Quote faces.
10512 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10513 not foreground.
10514
10515 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10516 Recognize define-generic-mode.
10517
10518 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10519
10520 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10521 if there's no completion table.
10522
10523 2005-03-23 Miles Bader <miles@gnu.org>
10524
10525 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10526 Remove tty-specific variants, as they're no longer needed.
10527
10528 2005-03-23 Lute Kamstra <lute@gnu.org>
10529
10530 * generic-x.el: Code cleanup: make args constant whenever possible.
10531 (installshield-statement-keyword-list)
10532 (installshield-system-functions-list)
10533 (installshield-system-variables-list, installshield-types-list)
10534 (installshield-funarg-constants-list): Make them constants.
10535
10536 * generic.el (generic-make-keywords-list): Add autoload cookie.
10537
10538 * calendar/time-date.el: Add comment on time value formats.
10539 Don't require parse-time.
10540 (with-decoded-time-value): New macro.
10541 (encode-time-value): New function.
10542 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10543 (days-to-time): Return a valid time value when arg is huge.
10544 (time-since): Use time-subtract.
10545 (time-to-number-of-days): Use time-to-seconds.
10546
10547 2005-03-23 David Ponce <david@dponce.com>
10548
10549 * recentf.el: (recentf-keep): New option.
10550 (recentf-menu-action): Default to `find-file'.
10551 (recentf-keep-non-readable-files-flag)
10552 (recentf-keep-non-readable-files-p)
10553 (recentf-file-readable-p, recentf-find-file)
10554 (recentf-cleanup-remote): Remove.
10555 (recentf-include-p): More robust.
10556 (recentf-keep-p): New function.
10557 (recentf-remove-if-non-kept): Rename from
10558 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10559 All callers updated.
10560 (recentf-menu-items-for-commands): Fix help string.
10561 (recentf-track-closed-file): Update. Doc fix.
10562 (recentf-cleanup): Update. Count removed files. Doc fix.
10563
10564 2005-03-23 Kim F. Storm <storm@cua.dk>
10565
10566 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10567 Don't inherit from fringe face (now happens automatically).
10568
10569 2005-03-22 Kim F. Storm <storm@cua.dk>
10570
10571 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10572 position values.
10573
10574 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * menu-bar.el (showhide-date-time): Remove.
10577 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10578 (menu-bar-make-mm-toggle): Simplify.
10579
10580 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10581
10582 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10583 Accept qualified variable and function names.
10584
10585 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10586
10587 * bindings.el (completion-ignored-extensions):
10588 Remove ".lis" for `vax-vms'.
10589
10590 2005-03-22 Andreas Schwab <schwab@suse.de>
10591
10592 * generic-x.el: Revert last change.
10593 * ldefs-boot.el: Update.
10594
10595 2005-03-22 Jay Belanger <belanger@truman.edu>
10596
10597 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10598 (calc-embedded-save-original-modes)
10599 (calc-embedded-restore-original-modes): New functions.
10600 (calc-do-embedded): Save original modes when entering embedded mode
10601 and restore when leaving embedded mode.
10602 (calc-embedded-modes-change): Change the value of
10603 calc-embedded-original-modes to reflect permanent changes.
10604
10605 2005-03-22 Lute Kamstra <lute@gnu.org>
10606
10607 * generic-x.el: Require generic again.
10608
10609 2005-03-22 Miles Bader <miles@gnu.org>
10610
10611 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10612 Tweak details to look good on both ttys and bitmap displays, light
10613 or dark background, etc.
10614
10615 2005-03-21 Kim F. Storm <storm@cua.dk>
10616
10617 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10618 mouse position.
10619
10620 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 * icomplete.el: Don't forcibly turn on the mode upon load.
10623 (icomplete-mode): Use define-minor-mode.
10624 (icomplete-eoinput): Default to nil.
10625 (icomplete-minibuffer-setup): Remove autoload.
10626 (icomplete-tidy): Simplify.
10627 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10628 in the initial state or if the user has modified the field.
10629 Fix handling of icomplete-max-delay-chars.
10630 Remove code that handles the oddball case where
10631 minibuffer-completion-table is an integer.
10632 Wrap icomplete-completions in while-no-input in case building
10633 completions takes more time than expected.
10634 (icomplete-completions): Simplify.
10635
10636 2005-03-21 Richard M. Stallman <rms@gnu.org>
10637
10638 * jka-compr.el (jka-compr-really-do-compress):
10639 Make variable buffer-local.
10640
10641 * image-mode.el: Handle .xpm files too.
10642 (image-toggle-display): Preserve modification flag.
10643
10644 * help.el (where-is): Don't mention aliases with no key bindings.
10645
10646 2005-03-21 Lute Kamstra <lute@gnu.org>
10647
10648 * generic.el: Fix commentary section. Don't require cl for
10649 compilation.
10650 (generic-mode-list): Add autoload cookie.
10651 (generic-use-find-file-hook, generic-lines-to-scan)
10652 (generic-find-file-regexp, generic-ignore-files-regexp)
10653 (generic-mode, generic-mode-find-file-hook)
10654 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10655 (define-generic-mode): Make it a defmacro. Fix docstring.
10656 (generic-mode-internal): Code cleanup. Add autoload cookie.
10657 (generic-mode-set-comments): Code cleanup.
10658 * generic-x.el: Don't prevent compilation. Don't require generic.
10659 Follow coding conventions. Minor code cleanup.
10660 (etc-fstab-generic-mode): Add some keywords.
10661 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10662 define-generic-mode like a function declaration.
10663
10664 2005-03-21 Jay Belanger <belanger@truman.edu>
10665
10666 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10667 changing modes.
10668
10669 2005-03-21 Sam Steingold <sds@gnu.org>
10670
10671 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10672
10673 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10674
10675 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10676 Add underscore to "f$ lexicals" regexp.
10677
10678 2005-03-20 Juri Linkov <juri@jurta.org>
10679
10680 * subr.el (progress-reporter-do-update): When `min-value' is equal
10681 to `max-value', set `percentage' to 0 and prevent division by zero.
10682
10683 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10684
10685 Sync with Tramp 2.0.48.
10686
10687 * net/tramp.el (all): Change all addresses to .gnu.org.
10688 (tramp-append-tramp-buffers): New defun.
10689 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10690 Catch `dont-send' signal.
10691 (tramp-set-auto-save-file-modes): Set always permissions, because
10692 there might be an old auto-saved file belonging to another
10693 original file. This could be a security threat. Reported by
10694 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10695 Check for Emacs 21.3.50 removed.
10696
10697 * net/tramp-smb.el (all): Remove debug construct for
10698 `with-parsed-tramp-file-name'.
10699 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10700 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10701 No error message if DIRECTORY or FILENAME doesn't exist.
10702 (tramp-smb-open-connection): Check existence of
10703 `tramp-smb-program'.
10704
10705 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10706
10707 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10708 Properly handle the case where the `m' or `s' command's argument is not
10709 yet terminated.
10710 (perl-indent-new-calculate): New function.
10711 (perl-indent-line): Use it.
10712
10713 2005-03-20 Miles Bader <miles@gnu.org>
10714
10715 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10716 in text-mode too. Change to new face names.
10717 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10718 Add `:weight bold' attribute.
10719 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10720
10721 2005-03-19 Juri Linkov <juri@jurta.org>
10722
10723 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10724
10725 * international/mule.el (auto-coding-alist): Sync with
10726 `auto-mode-alist' by adding upper case archive file extensions
10727 and adding ear/war to jar extension.
10728
10729 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10730
10731 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10732 running, restart it.
10733
10734 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10735
10736 * finder.el (finder-current-item): Throw an error on an empty line.
10737
10738 * man.el (Man-follow-manual-reference): If current-word returns
10739 nil, use "".
10740
10741 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10742
10743 * simple.el (goto-line): Doc fix.
10744
10745 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10746
10747 * files.el (save-buffer): Doc fix.
10748
10749 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10750
10751 * recentf.el (recentf-cleanup-remote): New variable.
10752 (recentf-cleanup): Use it to conditionally check availability of
10753 remote files.
10754
10755 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10756
10757 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10758 function names.
10759
10760 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10761
10762 * language/thai-word.el: New file.
10763
10764 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10765
10766 * files.el (backup-buffer): If the file's directory is not
10767 writable, use copy instead of move to backup the file.
10768
10769 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10770
10771 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10772
10773 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10774
10775 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10776 Use functionp instead of symbolp and fboundp. Reported by Drkm
10777 <darkman_spam@yahoo.fr>.
10778 (ps-print-version): New version 6.6.6.
10779
10780 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10781
10782 * textmodes/table.el (table--line-column-position): New idiom.
10783 (table--row-column-insertion-point-p): New function to test
10784 validity of row and column insertion operation at a location.
10785 (table-global-menu, table-cell-menu): Use above functions for
10786 deterministic test operation.
10787 (table--editable-cell-p): Behave in deterministic fashion.
10788
10789 2005-03-18 Juri Linkov <juri@jurta.org>
10790
10791 * isearch.el (isearch-lazy-highlight-new-loop):
10792 Make arguments beg and end optional.
10793 (isearch-update): Remove optional arguments nil from
10794 isearch-lazy-highlight-new-loop.
10795 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10796 isearch-lazy-highlight-case-fold-search instead of
10797 isearch-case-fold-search, and let-bind isearch-regexp to
10798 isearch-lazy-highlight-regexp.
10799 Use isearch-lazy-highlight-last-string instead of isearch-string.
10800
10801 * replace.el (perform-replace): Remove bindings of global
10802 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10803 Add three new arguments to `replace-highlight'.
10804 (replace-highlight): Add arguments string, regexp, case-fold.
10805 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10806 to allow isearch-lazy-highlight-new-loop to use these values
10807 to set corresponding isearch-lazy-highlight-* internal
10808 variables whose values lazy highlighting will use regardless of
10809 changes to global variables isearch-string, isearch-regexp,
10810 isearch-case-fold-search during lazy highlighting loop.
10811 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10812 to `lazy-highlight-cleanup'.
10813
10814 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10815 (ispell-highlight-face): Set default face to `isearch' when
10816 lazy highlighting is enabled.
10817 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10818 priority to 1. Add lazy highlighting.
10819 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10820 from `isearch-dehighlight'.
10821
10822 2005-03-18 David Ponce <david@dponce.com>
10823
10824 * files.el (hack-local-variables): Do a case-insensitive search
10825 for End.
10826
10827 2005-03-18 Juri Linkov <juri@jurta.org>
10828
10829 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10830 `isearch-lazy-highlight-cleanup', add alias to old name and
10831 declare obsolete. Add release numbers to other obsolete vars.
10832 (isearch-done, isearch-lazy-highlight-new-loop):
10833 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10834 (lazy-highlight-cleanup) <variable>: Doc fix.
10835 (isearch-lazy-highlight-update): Rename obsolete
10836 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10837
10838 2005-03-18 Kenichi Handa <handa@m17n.org>
10839
10840 * language/thai-util.el: Fix categorization of Thai characters in
10841 thai-category-table.
10842 (thai-composition-pattern): Adjust it for the above change.
10843 (thai-self-insert-command, thai-compose-syllable): New functions.
10844 (thai-compose-region): Use thai-compose-syllable.
10845 (thai-compose-string): Likewise.
10846 (thai-composition-function): Likewise.
10847 (thai-auto-composition): New function.
10848 (thai-auto-composition-mode): New minor mode.
10849
10850 * language/thai.el: Fix patterns to be registered in
10851 composition-function-table.
10852
10853 * international/quail.el (quail-input-method): Locally bind
10854 inhibit-modification-hooks to t.
10855
10856 2005-03-17 Richard M. Stallman <rms@gnu.org>
10857
10858 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10859 (perl-mode): Use run-mode-hooks.
10860
10861 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10862 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10863 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10864
10865 * mail/sendmail.el (sendmail-send-it): Reenable the code
10866 to compute resend-to-address and use it.
10867
10868 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10869
10870 * image-mode.el: New file.
10871
10872 * image.el (insert-sliced-image): Add autoload cookie.
10873
10874 * font-lock.el (font-lock-lines-before): New user option.
10875 (font-lock-after-change-function): Obey it.
10876
10877 * bindings.el (esc-map): Make M-g a prefix.
10878 Bind M-g g and M-g M-g to goto-line.
10879
10880 * faces.el (face-id): Doc fix.
10881
10882 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10883
10884 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10885 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10886 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10887
10888 * mail/sendmail.el (mail-yank-ignored-headers)
10889 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10890 Add Mail-Followup-To and Mail-Reply-To headers.
10891 (mail-citation-hook): Add autoload cookie.
10892 (mail-mode): Doc fix.
10893 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10894 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10895 (mail-mode-fill-paragraph): Handle those headers.
10896 (mail-mailing-lists): New variable.
10897 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10898
10899 2005-03-17 Juri Linkov <juri@jurta.org>
10900
10901 * isearch.el (isearch-fallback): Check for `(car previous)'
10902 before calling `isearch-other-end-state'.
10903
10904 2005-03-17 Kim F. Storm <storm@cua.dk>
10905
10906 * simple.el (move-beginning-of-line): Move to beginning of buffer
10907 line, as well as beginning of screen line.
10908
10909 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10910
10911 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10912 argument REDRAW rather than calendar-redrawing variable.
10913 * calendar/calendar.el (calendar-redrawing): Delete.
10914 (redraw-calendar): Do not bind calendar-redrawing.
10915
10916 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10917
10918 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10919 diary-file buffer.
10920
10921 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10922
10923 * help.el (describe-mode): Allow a :minor-mode-function property to
10924 specify a different minor mode toggle function than the variable.
10925 * simple.el (auto-fill-function):
10926 * subr.el (add-minor-mode): Use it.
10927
10928 2005-03-16 Kenichi Handa <handa@m17n.org>
10929
10930 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10931 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10932 (ethio-fidel-to-sera-buffer): Likewise.
10933
10934 2005-03-16 Juri Linkov <juri@jurta.org>
10935
10936 * emacs-lisp/find-func.el (find-function-regexp):
10937 Add defun-emitting macro `menu-bar-make-toggle'.
10938
10939 * isearch.el: Put `isearch-scroll' property to
10940 `split-window-horizontally'.
10941
10942 * info.el: Update error messages for `debug-ignored-errors'.
10943 (Info-isearch-search): Doc fix.
10944 (Info-find-node): Move up code to go into info buffer before
10945 recording the node to the history.
10946 (Info-fontify-node): Fontify titles only if the next line
10947 has two or more `*', `=', `-', `.'.
10948 Display "go to this node" for empty (match-string 3).
10949
10950 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10951
10952 * term/mac-win.el: Add mouse pointer shape constants.
10953
10954 2005-03-15 Kim F. Storm <storm@cua.dk>
10955
10956 * simple.el (move-beginning-of-line): Use vertical-motion.
10957
10958 2005-03-15 Juri Linkov <juri@jurta.org>
10959
10960 * isearch.el (isearch-error): New variable.
10961 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10962 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10963 (isearch-within-brackets-state): Remove.
10964 (isearch-case-fold-search-state, isearch-pop-fun-state):
10965 Decrease frame index.
10966 (isearch-mode, isearch-top-state, isearch-push-state)
10967 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10968 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10969 (isearch-search, isearch-lazy-highlight-new-loop):
10970 Replace `isearch-invalid-regexp' with `isearch-error'.
10971 Remove `isearch-within-brackets'.
10972 (isearch-search): Add `search-failed' handler to `condition-case'.
10973 (isearch-lazy-highlight-search): Add `condition-case' to catch
10974 errors and allow `isearch-lazy-highlight-update' to try
10975 highlighting from the beginning of the window.
10976 (isearch-repeat): Move up code to set isearch-wrapped to t
10977 before calling isearch-wrap-function.
10978
10979 * info.el (Info-isearch-initial-node): New internal variable.
10980 (Info-search): Signal an error in isearch mode when search leaves
10981 the initial node. Signal an error when `bound' is non-nil and
10982 nothing was found in the current subfile.
10983 (Info-isearch-search): Remove `condition-case'.
10984 (Info-isearch-wrap): Don't wrap when search failed during leaving
10985 the initial node. If `Info-isearch-search' is nil, wrap around
10986 the current node.
10987 (Info-isearch-start): New fun.
10988 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10989 `isearch-mode-hook'.
10990
10991 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10992
10993 * simple.el (normal-erase-is-backspace): Set default to t if
10994 running on Mac.
10995
10996 * term/mac-win.el (function-key-map): Sync with x-win.el.
10997
10998 2005-03-15 Kenichi Handa <handa@m17n.org>
10999
11000 * international/mule-cmds.el (locale-language-names): Modify the
11001 format of elements and add more entries.
11002 (locale-preferred-coding-systems): Add more entries.
11003 (set-locale-environment): Adjust for the change of
11004 locale-language-names.
11005
11006 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11007
11008 * pcvs.el (smerge-ediff): Remove bogus autoload.
11009
11010 2005-03-14 Lute Kamstra <lute@gnu.org>
11011
11012 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11013 Ignore a `*' at the beginning of a line.
11014
11015 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11016 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11017 subr.el.
11018 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11019 to specify indentation.
11020
11021 * generic.el (define-generic-mode): Let generic-mode-list be a
11022 list of strings; test membership with equal.
11023
11024 2005-03-14 Kim F. Storm <storm@cua.dk>
11025
11026 * simple.el (next-line, previous-line): Add optional try-vscroll
11027 arg to recognize interactive use. Pass it on to line-move.
11028 (line-move): Don't perform auto-window-vscroll when defining or
11029 executing keyboard macro to ensure consistent behavior.
11030
11031 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11032
11033 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11034
11035 2005-03-13 Lute Kamstra <lute@gnu.org>
11036
11037 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11038 debugger-setup-buffer so that backtrace marks the frames set to
11039 debug-on-exit and we don't have to do it manually. Set an extra
11040 debug-on-exit for macro's.
11041 (debugger-setup-buffer): Don't mark the top frame manually.
11042
11043 2005-03-12 Lute Kamstra <lute@gnu.org>
11044
11045 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11046 lisp-indent-function throughout.
11047 (with-no-warnings): Set lisp-indent-function property.
11048
11049 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11050
11051 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11052 Add entry for backslash.
11053
11054 2005-03-12 Juri Linkov <juri@jurta.org>
11055
11056 * info.el (Info-search): Four fixes for backward search.
11057
11058 2005-03-11 Jay Belanger <belanger@truman.edu>
11059
11060 * calc/calc.el (calc-language-alist): New variable.
11061 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11062 (calc-embedded-find-modes): Use calc-language-alist instead of
11063 calc-embedded-language-alist.
11064
11065 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11066
11067 * calendar/calendar.el (calendar-redrawing): New internal
11068 variable.
11069 (redraw-calendar): Remove bogus save-excursion from previous
11070 change. Bind calendar-redrawing to t for mark-diary-entries.
11071 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11072 calendar if that is why we were called.
11073
11074 2005-03-11 Kenichi Handa <handa@m17n.org>
11075
11076 * international/mule.el (make-coding-system): Set property
11077 coding-system-define-form to nil.
11078 (define-coding-system-alias): Likewise.
11079
11080 2005-03-11 Kenichi Handa <handa@m17n.org>
11081
11082 These changes are suggested by Dave Love <fx@gnu.org>.
11083
11084 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11085 coding: tag.
11086 (adaptive-fill-regexp): Add more bullets.
11087 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11088 regexps.
11089
11090 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11091
11092 * help.el (describe-mode): Properly handle non-trivial lighters.
11093 Don't ignore minor modes that are not listed in minor-mode-list.
11094
11095 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11096 feature ON when the user requests to turn it OFF.
11097
11098 2005-03-10 Lute Kamstra <lute@gnu.org>
11099
11100 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11101 (implement-debug-on-entry): New function to replace debug-entry-code.
11102 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11103 second argument as the 2005-03-07 change makes it obsolete.
11104 (debug-on-entry, cancel-debug-on-entry): Update call to
11105 debug-on-entry-1.
11106 (debug, debugger-setup-buffer): Comment update.
11107 (debugger-frame-number): Update to work with implement-debug-on-entry.
11108
11109 2005-03-10 Jay Belanger <belanger@truman.edu>
11110
11111 * calc/calc-embed.el (math-ms-args): Declare it.
11112 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11113 math-ms-args.
11114 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11115 variables.
11116
11117 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11118
11119 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11120 Use message-box.
11121
11122 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11123 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11124 (tooltip-gud-tips): Simplify.
11125 (tooltip-gud-tips-p): Remove superfluous :set.
11126 (tooltip-gud-modes): Add fortran-mode.
11127 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11128
11129 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11130
11131 2005-03-09 Kim F. Storm <storm@cua.dk>
11132
11133 * play/animate.el (animate-place-char): Use forward-line instead
11134 of next-line to improve performance.
11135
11136 2005-03-09 Simon Josefsson <jas@extundo.com>
11137
11138 * net/browse-url.el (browse-url-default-browser): Doc fix.
11139
11140 2005-03-09 Miles Bader <miles@gnu.org>
11141
11142 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11143 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11144
11145 2005-03-09 Kenichi Handa <handa@m17n.org>
11146
11147 * international/latin-1.el: Set case and syntax for 255 only if
11148 set-case-syntax-set-multibyte is nil.
11149
11150 * textmodes/ispell.el (ispell-insert-word): New function.
11151 (ispell-word): Use ispell-insert-word to insert a new word.
11152 (ispell-process-line): Likewise.
11153 (ispell-complete-word): Likewise.
11154
11155 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11156
11157 * calendar/calendar.el (redraw-calendar): Preserve point.
11158 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11159 (calendar-week-start-day): Move after definition of
11160 redraw-calendar. Delete buffer test, since redraw-calendar has
11161 that now.
11162
11163 * calendar/diary-lib.el (mark-diary-entries): Only call
11164 redraw-calendar in the first of any recursive calls.
11165 Reported by Alan Shutko <ats@acm.org>.
11166
11167 2005-03-08 Juri Linkov <juri@jurta.org>
11168
11169 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11170 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11171 (html-radio-buttons): Add a space before the trailing `/>' where
11172 sgml-xml-mode is non-nil.
11173 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11174 the subsequent tag of the empty XML tag.
11175 (html-href-anchor): Don't set initial input to "http:".
11176 (html-image): Ask for the image URL and set point inside alt="".
11177 (html-name-anchor): Duplicate the name in the `id' attribute when
11178 sgml-xml-mode is non-nil.
11179 (html-paragraph): Remove \n before <p>.
11180 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11181 instead of `checked' when sgml-xml-mode is non-nil.
11182
11183 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11184 Remove 1 space before #RRGGBB to not truncate it on terminal
11185 windows w/o fringes. Remove 1 space between bg and fg examples
11186 to get more space.
11187 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11188 avoid byte-compile warnings.
11189
11190 * image-file.el (image-file-handler): Put `safe-magic' property to
11191 `image-file-handler'.
11192
11193 * info.el (Info-isearch-search): Emulate word search in
11194 isearching through multiple Info nodes with Info-search.
11195 (Info-isearch-wrap): Allow isearch-word.
11196
11197 2005-03-08 Lute Kamstra <lute@gnu.org>
11198
11199 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11200 stepping into the debugger's code is not possible.
11201 (debugger-jumping-flag): Docstring update.
11202
11203 2005-03-08 Jay Belanger <belanger@truman.edu>
11204
11205 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11206 embedded mode begins.
11207 (calc-embedded-language-alist): New variable.
11208 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11209 set default language mode.
11210
11211 2005-03-08 Kenichi Handa <handa@m17n.org>
11212
11213 * international/ccl.el (define-ccl-program): Fix docstring about
11214 extra 256 bytes assured for the output buffer.
11215
11216 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11217 Fix BUFFER_MAGNIFICATION to 2.
11218 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11219
11220 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11221
11222 * align.el (align-rules-list): Added an alignment rule for CSS
11223 declarations (applies to css-mode and html-mode buffers).
11224
11225 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11226
11227 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11228
11229 2005-03-07 Kim F. Storm <storm@cua.dk>
11230
11231 * simple.el (move-beginning-of-line): New command.
11232
11233 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11234
11235 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11236
11237 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11238 and move-beginning-of-line.
11239
11240 * apropos.el (apropos-print): Omit command from M-x ... RET.
11241
11242 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11243
11244 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11245 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11246
11247 2005-03-06 Richard M. Stallman <rms@gnu.org>
11248
11249 * bindings.el (esc-map): Bind M-g to goto-line.
11250
11251 * facemenu.el (global-map): Bind M-o, not M-g.
11252
11253 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11254
11255 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11256 "Open Directory" as for "Open File".
11257
11258 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11259
11260 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11261 (push-mark-command): Run activate-mark-hook.
11262
11263 2005-03-06 Richard M. Stallman <rms@gnu.org>
11264
11265 * help-mode.el (help-mode-finish): Don't alter the element
11266 in view-return-to-alist if there already is one.
11267
11268 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11269 make sure the current buffer is the expected one.
11270
11271 * novice.el (disabled-command-function): Output in *Disabled Command*.
11272 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11273
11274 * textmodes/flyspell.el (flyspell-large-region):
11275 Pass args differently for aspell.
11276
11277 * files.el (mode-require-final-newline): Doc fix.
11278
11279 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11280
11281 * progmodes/which-func.el (which-function):
11282 Specify NOERROR when calling imenu--make-index-alist.
11283
11284 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * simple.el (normal-erase-is-backspace): Define default value.
11287
11288 * custom.el (custom-theme-set-variables): Remove unused var
11289 `immediate'.
11290 (custom-reevaluate-setting): Simple function to handle variables
11291 that are defined before their default value can really be
11292 computed.
11293
11294 * startup.el (command-line): Use it for temporary-file-directory,
11295 small-emporary-file-directory, auto-save-file-name-transforms,
11296 blink-cursor-mode, and normal-erase-is-backspace.
11297
11298 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11299 progress, even with buggy anchored keywords.
11300
11301 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11302
11303 * simple.el (goto-line): Remove unbalanced final parenthesis.
11304
11305 2005-03-05 Richard M. Stallman <rms@gnu.org>
11306
11307 * simple.el (goto-line): Use a number at point as the default.
11308 With C-u as arg, switch buffers.
11309
11310 2005-03-05 Juri Linkov <juri@jurta.org>
11311
11312 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11313 with `no-blinking-cursor'.
11314
11315 * startup.el (no-blinking-cursor): New defvar.
11316 (command-line): Add `--no-blinking-cursor' to longopts.
11317 Set `no-blinking-cursor' to t for command line arguments
11318 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11319 with `no-blinking-cursor' in the condition for calling
11320 `blink-cursor-mode'.
11321
11322 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11323
11324 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11325 (menu-bar-options-save): Add blink-cursor-mode.
11326 (menu-bar-options-menu): Add blink-cursor-mode.
11327
11328 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11329
11330 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11331 (icalendar-export-file, icalendar-export-region)
11332 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11333 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11334
11335 2005-03-04 Lute Kamstra <lute@gnu.org>
11336
11337 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11338 (debug-function-list): Ditto.
11339
11340 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11341
11342 * textmodes/texinfmt.el (texinfo-append-refill):
11343 Redefine the types of line to which @refill
11344 is not appended by replacing a search for `@refill\\|@bye' with
11345 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11346 itemize@refill' bug and the unfilled long lines bug.
11347 (texinfmt-version): Update number and date.
11348
11349 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11350
11351 * international/code-pages.el (windows-1250, windows-125[2-8])
11352 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11353
11354 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11357 bound yet.
11358
11359 2005-03-02 Romain Francoise <romain@orebokech.com>
11360
11361 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11362 buffer after removing limits.
11363 (ibuffer-pop-filter): Ditto.
11364 Update copyright.
11365
11366 2005-03-02 Miles Bader <miles@gnu.org>
11367
11368 * button.el (make-text-button): If the user doesn't specify a
11369 type, use the default. Rewrite to use `add-text-properties' and
11370 plist functions.
11371
11372 2005-03-01 Lute Kamstra <lute@gnu.org>
11373
11374 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11375 (debugger-jumping-flag): New var.
11376 (debug-entry-code): Use it.
11377 (debugger-jump): Use debugger-jumping-flag and add
11378 debugger-reenable to post-command-hook.
11379 (debugger-reenable): Use debugger-jumping-flag and remove itself
11380 from post-command-hook.
11381 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11382 debugger-reenable.
11383
11384 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11385
11386 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11387 inclusion of "itemize\\|", which may be unnecessary, is certainly
11388 inelegant, and stops refilling in itemize lists when formatting
11389 Japanese Texinfo files to Info.
11390 Update copyright to 2005.
11391
11392 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11393
11394 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11395 of an error if GDB can't find the source file.
11396
11397 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11398
11399 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11400 not just the calendar.
11401
11402 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11403 first.
11404 (diary-redraw-calendar): New function.
11405 (make-diary-entry): Add diary-redraw-calendar to local
11406 write-contents-functions. Turn off selective display before
11407 inserting in diary.
11408
11409 2005-03-01 Kim F. Storm <storm@cua.dk>
11410
11411 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11412
11413 2005-03-01 Lute Kamstra <lute@gnu.org>
11414
11415 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11416 that debug-entry-code can be safely removed from a function while
11417 this code is being evaluated. Revert the 2005-02-27 change as the
11418 new implementation no longer requires it. Make sure that a
11419 function body containing just a string is not mistaken for a docstring.
11420 (debug): Skip one more frame in case of debug on entry.
11421 (debugger-setup-buffer): Delete one more frame line in case of
11422 debug on entry.
11423 (debugger-frame-number): Update to use the new text introduced by
11424 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11425
11426 2005-02-28 Kim F. Storm <storm@cua.dk>
11427
11428 * double.el (double-translate-key): Call force-window-update after
11429 read-event to avoid crash in redisplay.
11430
11431 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11432
11433 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11434 (debug): Use it. Move the inhibit-trace earlier.
11435 (debug-entry-code): New const.
11436 (debug-on-entry-1): Use it.
11437
11438 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11439
11440 * international/utf-16.el (ccl-encode-mule-utf-16le):
11441 Fix BUFFER_MAGNIFICATION to 2.
11442 (ccl-encode-mule-utf-16be): Likewise.
11443
11444 2005-02-28 Kenichi Handa <handa@m17n.org>
11445
11446 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11447 Fix BUFFER_MAGNIFICATION to 4.
11448 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11449
11450 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11451
11452 * speedbar.el (speedbar-update-flag): Doc fix.
11453 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11454 argument.
11455
11456 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11457
11458 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11459 have a non-nil `invisible' property but are actually visible.
11460
11461 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11462 for perldoc sections.
11463 (perl-outline-regexp, perl-outline-level): New var and function.
11464 (perl-mode): Use them.
11465
11466 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11467
11468 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11469 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11470
11471 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11472
11473 * cus-edit.el: Comment change.
11474 (custom-buffer-create-internal): Slightly reword text at top of
11475 Custom buffers. Mention there that saving an option edits the
11476 init file. Add link to Emacs manual node on `custom-file'.
11477 (custom-magic-alist): Rewrite individual State messages to use
11478 capitalized keywords. Doc fix.
11479
11480 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11481
11482 * calendar/calendar.el (calendar-buffer): Move above
11483 calendar-week-start-day.
11484 (calendar-week-start-day): Doc fix. Add :set function.
11485 (calendar-minimum-window-height): New variable.
11486 (generate-calendar-window): Only resize window if selected-window
11487 is displaying the calendar buffer. Use new variable
11488 calendar-minimum-window-height.
11489 (generate-calendar): Reword error message.
11490 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11491
11492 2005-02-27 Andreas Schwab <schwab@suse.de>
11493
11494 * vc.el (vc-do-command): Don't run command asynchronously when
11495 operating in a remote directory.
11496
11497 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11498 change from sync with Tramp 2.0.47.
11499
11500 2005-02-27 Richard M. Stallman <rms@gnu.org>
11501
11502 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11503
11504 * textmodes/flyspell.el (flyspell-mode-on):
11505 Call ispell-change-dictionary only if necessary.
11506
11507 * emacs-lisp/re-builder.el (regexp-builder): New function.
11508
11509 * register.el (describe-register-1): Explicitly handle
11510 yank-excluded-properties = t.
11511
11512 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11513 (custom-magic-alist): Change the status descriptions again.
11514 (face widget-type): Total rewrite based on `restricted-sexp'
11515 to eliminate the confusing double hiding levels.
11516
11517 * emacs-lisp/debug.el (debug-on-entry-1):
11518 If function body is empty, add nil as body form.
11519
11520 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11521
11522 * emacs-lisp/trace.el (inhibit-trace): New var.
11523 (trace-make-advice): Use it.
11524
11525 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11526
11527 2005-02-26 Kim F. Storm <storm@cua.dk>
11528
11529 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11530 (mouse-on-link-p, mouse-drag-region-1): Use it.
11531
11532 2005-02-25 Lute Kamstra <lute@gnu.org>
11533
11534 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11535
11536 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11537
11538 * frame.el (blink-cursor-mode): Add :group keyword.
11539
11540 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11541
11542 * calendar/icalendar.el (icalendar--decode-isodatetime):
11543 New optional argument DAY-SHIFT.
11544 (icalendar-export-region): Fix coding-system-for-write.
11545 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11546 events by one.
11547
11548 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11551
11552 2005-02-24 Kim F. Storm <storm@cua.dk>
11553
11554 * international/iso-acc.el (iso-accents-compose): Fix crash
11555 during redisplay. Call force-window-update after read-event
11556 and delete-region to signal that window is not accurate.
11557
11558 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11559
11560 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11561 Remove unused and inexistent var `inhibit-trace'.
11562 (debugger-mode): Use run-mode-hooks.
11563 (debugger-list-functions): Add buttons; setup xref stack.
11564
11565 2005-02-23 Richard M. Stallman <rms@gnu.org>
11566
11567 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11568 appointment says it was explicitly made.
11569 (appt-add): Set the 3rd element.
11570 (appt-make-list): Preserve explicit appointments.
11571
11572 * subr.el (find-tag-default): Catch errors in forward-sexp.
11573
11574 2005-02-23 Juri Linkov <juri@jurta.org>
11575
11576 * info.el (Info-isearch-search): New defcustom.
11577 (Info-isearch-search): Call the default isearch function
11578 when Info-isearch-search is nil.
11579 (Info-isearch-wrap): Use variable Info-isearch-search.
11580
11581 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11582
11583 * cus-edit.el: Comment change.
11584
11585 2005-02-22 Kim F. Storm <storm@cua.dk>
11586
11587 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11588 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11589
11590 2005-02-22 Simon Josefsson <jas@extundo.com>
11591
11592 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11593 New variable.
11594 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11595 Oskarsson" <myrkraverk@users.sourceforget.net>.
11596
11597 2005-02-22 Kim F. Storm <storm@cua.dk>
11598
11599 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11600 check that window of that event is the selected window.
11601 (mouse-drag-region-1): Compare mouse event window to selected
11602 window before setting point.
11603
11604 * tooltip.el (tooltip-show-help-function): Pass event to
11605 mouse-on-link-p so it can check selected window.
11606
11607 2005-02-22 Kenichi Handa <handa@m17n.org>
11608
11609 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11610 (ps-mule-show-warning): New function.
11611 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11612 characters are found.
11613
11614 * ps-print.el (ps-header-footer-string): Return a list of header
11615 and footer strings.
11616
11617 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11618
11619 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11620
11621 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11622
11623 * frame.el (blink-cursor-mode): Use define-minor-mode.
11624
11625 * term/mac-win.el (function-key-map): Use char-names more consistently.
11626 (file-name-coding-system): Only set it for MacOS-9. The other case is
11627 already handled in mule-cmds.el (where it also works when mac-win.el
11628 is not used).
11629
11630 2005-02-21 Kenichi Handa <handa@m17n.org>
11631
11632 * international/mule.el (ctext-pre-write-conversion): Always use
11633 " *code-converting-work*" buffer for work.
11634
11635 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11636
11637 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11638
11639 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11640
11641 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11642
11643 * ses.el (undo-more): Restore defadvice, but only the part that
11644 allows changes outside the restricted area of the buffer.
11645
11646 2005-02-20 Kim F. Storm <storm@cua.dk>
11647
11648 * simple.el (line-move): Add fourth optional arg try-vscroll which
11649 must be set to perform auto-window-vscroll.
11650 When moving backwards and doing auto-window-vscroll, automatically
11651 vscroll to the last part of lines which are taller than the window.
11652 (next-line, previous-line): Set try-vscroll arg on line-move.
11653
11654 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11655
11656 * replace.el (query-replace, query-replace-regexp)
11657 (replace-string, replace-regexp): When operating on region, make
11658 the minibuffer prompt say so.
11659
11660 * isearch.el (isearch-forward): Document isearch-query-replace and
11661 isearch-query-replace-regexp keybindings.
11662
11663 2005-02-19 Jay Belanger <belanger@truman.edu>
11664
11665 * calc/calc-aent.el (math-read-token): Add local variable.
11666
11667 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11668 (calc-edit-top): Move declaration to earlier in file.
11669 (calc-edit-macro-repeats): Add local variables.
11670
11671 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11672 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11673 calcFunc-tanh.
11674 Adjust integration rule for calcFunc-tan.
11675
11676 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11677
11678 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11679 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11680 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11681 (viper-skip-separators): Bug fix.
11682 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11683 particular major mode.
11684 (viper-del-backward-char-in-replace): Don't put deleted char on the
11685 kill ring.
11686
11687 * viper-ex.el (viper-color-display-p): New function.
11688 (viper-has-face-support-p): Use viper-color-display-p.
11689
11690 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11691
11692 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11693
11694 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11695 (viper-file-remote-p): Make equivalent to file-remote-p.
11696
11697 * viper.el (viper-major-mode-modifier-list):
11698 Use viper-gnus-modifier-map.
11699
11700 2005-02-19 David Kastrup <dak@gnu.org>
11701
11702 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11703 quoting.
11704
11705 2005-02-19 Jay Belanger <belanger@truman.edu>
11706
11707 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11708 Remove extra definitions.
11709 (calc-coth): New function.
11710 (calcFunc-cot): Fix `let'.
11711
11712 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11713
11714 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11715 the reasons we use "type pc" in these faces.
11716
11717 * button.el (button): Ditto.
11718
11719 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11720
11721 * replace.el (query-replace-read-from): Set the value of
11722 query-replace-from-history-variable to handle the case of an empty
11723 string entered to accept the suggested default.
11724
11725 * net/tramp.el (tramp-file-name-for-operation):
11726 Use dired-call-process instead of dired-call-process-command.
11727
11728 2005-02-19 Jay Belanger <belanger@truman.edu>
11729
11730 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11731 (math-div-non-trig): New variables.
11732 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11733 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11734 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11735 trig expressions.
11736
11737 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11738
11739 * progmodes/gdb-ui.el (gdb-var-update-handler)
11740 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11741 for watch expressions,
11742 (gdb-var-create-handler): Don't set speedbar-update-flag.
11743 (gdb-post-prompt): Simplify test for speedbar.
11744
11745 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11746
11747 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11748 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11749 we use the syntax table of the correct buffer.
11750 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11751 Felix Gatzemeier.
11752
11753 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11754 (ediff-file-remote-p): Make synonymous with file-remote-p.
11755 In all deffaces ediff-*-face-*, use min-colors.
11756
11757 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11758 ediff-recurse-to-subdirectories.
11759 (ediff-mark-if-equal): Check that the arguments are strings, use
11760 ediff-same-contents (after to Felix Gatzemeier).
11761
11762 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11763 nil.
11764
11765 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11766
11767 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11768
11769 2005-02-18 David Kastrup <dak@gnu.org>
11770
11771 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11772 use `mark-active' when defined.
11773
11774 2005-02-18 Kenichi Handa <handa@m17n.org>
11775
11776 * ps-print.el (ps-font-info-database): New entry
11777 ZapfChancery-MediumItalic with correct font name. Fix font name
11778 of the entry Zapf-Chancery-MediumItalic.
11779
11780 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11781
11782 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11783
11784 2005-02-16 Kim F. Storm <storm@cua.dk>
11785
11786 * ido.el (ido-fallback-command): Pass user input to fallback command.
11787
11788 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11789
11790 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11791 (gdb-find-file-hook): Add server prefix.
11792
11793 2005-02-16 Richard M. Stallman <rms@gnu.org>
11794
11795 * replace.el (perform-replace): Pass new args to replace-highlight.
11796 (replace-highlight): Take region args,
11797 and pass them to isearch-lazy-highlight-new-loop.
11798
11799 * novice.el (disabled-command-hook): Autoload the defalias
11800 and the make-obsolete-variable call.
11801
11802 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11803
11804 * isearch.el (isearch-lazy-highlight-start-limit)
11805 (isearch-lazy-highlight-end-limit): New variables limit
11806 the region for highlighting.
11807 (isearch-lazy-highlight-new-loop): New args BEG and END.
11808 (isearch-lazy-highlight-search): Use the new vars.
11809 (isearch-lazy-highlight-update): Likewise.
11810
11811 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11812
11813 * cus-start.el (all): Use default-boundp.
11814
11815 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11816
11817 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11818
11819 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11820
11821 * autorevert.el (auto-revert-stop-on-user-input)
11822 (auto-revert-verbose): Doc fixes.
11823
11824 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11825
11826 * international/mule-cmds.el (set-locale-environment): Remove call
11827 to set-selection-coding-system on Windows.
11828
11829 2005-02-15 Jay Belanger <belanger@truman.edu>
11830
11831 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11832 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11833 calcFunc-coth.
11834 (math-simplify-sqrt): Add simplifications.
11835
11836 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11837 to list.
11838
11839 * calc/calc-ext.el: Add functions to autoloads.
11840
11841 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11842 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11843 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11844 (math-csc-raw, math-cot-raw): New functions.
11845
11846 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11847
11848 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11849 the variable name in a message.
11850
11851 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11852 calcFunc-csc, calcFunc-cot.
11853
11854 * calc/calcalg2.el: Add derivative and integration rules for
11855 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11856 calcFunc-csch, calcFunc-coth.
11857 (math-do-integral-methods): Add to checks for when to use
11858 substitutions.
11859
11860 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11861
11862 2005-02-15 Lute Kamstra <lute@gnu.org>
11863
11864 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11865 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11866 <monnier@iro.umontreal.ca>
11867 (lisp-outline-level): Improve efficiency. Suggested by David
11868 Kastrup <dak@gnu.org>.
11869
11870 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11871
11872 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11873 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11874 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11875 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11876 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11877
11878 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11879
11880 * cus-start.el (all): Comment change.
11881
11882 2005-02-14 Lute Kamstra <lute@gnu.org>
11883
11884 * cus-start.el (all): Check if symbol is void.
11885
11886 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11887
11888 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11889 optional argument to \cite.
11890
11891 2005-02-14 Richard M. Stallman <rms@gnu.org>
11892
11893 * cus-edit.el (custom-buffer-create-internal): Update help message.
11894 (custom-magic-alist): Update help messages.
11895
11896 * cus-start.el (all): Allow a var to specify a standard value.
11897
11898 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11899
11900 * custom.el (custom-theme-set-variables): Handle variable aliases.
11901
11902 * frame.el (blink-cursor-timer): Doc fix.
11903 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11904 declare obsolete.
11905 (blink-cursor-mode): Define with defcustom and use correct
11906 standard expression in that defcustom.
11907 * startup.el (command-line): Adapt to above changes in frame.el.
11908
11909 2005-02-11 Lute Kamstra <lute@gnu.org>
11910
11911 * apropos.el (apropos-score-doc): Prevent division by zero.
11912
11913 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11914
11915 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11916 (icalendar--get-event-property-attributes)
11917 (icalendar--get-event-properties)
11918 (icalendar--datetime-to-diary-date): New functions.
11919 (icalendar--split-value): Doc fix.
11920 (icalendar--datetime-to-noneuropean-date)
11921 (icalendar--datetime-to-european-date): New optional argument
11922 SEPARATOR. Return result as a string instead of a list.
11923 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11924 (icalendar--convert-string-for-export): Rename arg S to STRING.
11925 (icalendar-export-region): Doc fix. Change name of error buffer.
11926 Save output buffer.
11927 (icalendar-import-file): Add blank at end of prompt.
11928 (icalendar-import-buffer): Doc fix. Do not switch to error
11929 buffer. Indicate status in return value.
11930 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11931 buffer. Save output buffer. Handle exception from recurrence
11932 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11933 events. Fix problems with weekly all-day events.
11934
11935 2005-02-10 Richard M. Stallman <rms@gnu.org>
11936
11937 * simple.el (eval-expression-print-format):
11938 Avoid warning about edebug-active.
11939
11940 * help.el (help-for-help-internal): Rename from help-for-help.
11941 (help-for-help): Define with defalias.
11942
11943 * font-core.el (font-lock-default-function): Use with-no-warnings.
11944
11945 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11946
11947 * custom.el (defface): Doc fix.
11948
11949 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11950
11951 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11952 width 0" to prevent word wrapping problems.
11953
11954 2005-02-09 Kim F. Storm <storm@cua.dk>
11955
11956 * ido.el (ido-file-extensions-order): New defcustom.
11957 (ido-file-extension-lessp, ido-file-extension-aux)
11958 (ido-file-extension-order): New advanced file ordering.
11959 (ido-file-lessp): New simple file ordering.
11960 (ido-sort-list): Remove.
11961 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11962 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11963
11964 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11965
11966 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11967 that some versions of grep produce.
11968 (grep-mode-font-lock-keywords): Likewise.
11969
11970 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11971
11972 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11973 (gdb-cdir): Delete.
11974 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11975 (gdb-source-info): Treat case when source file is in another
11976 directory properly.
11977 (gdb-get-location): New function.
11978
11979 2005-02-07 Jay Belanger <belanger@truman.edu>
11980
11981 * calc/calc-prog.el (calc-write-parse-table-part)
11982 (calc-fix-token-name): Fix a check for language type.
11983
11984 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11985
11986 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11987
11988 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11989 as directory not writable.
11990
11991 2005-02-07 Kim F. Storm <storm@cua.dk>
11992
11993 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11994 (cua--standard-movement-commands): Remove list.
11995 Instead, set CUA property value to move for movement commands.
11996 (cua-movement-commands): Remove. Users must set CUA prop instead.
11997 (cua--pre-command-handler): Check CUA property.
11998 (cua--init-keymaps): Don't remap undo commands.
11999 (cua-mode): Don't call cua--rectangle-on-off.
12000
12001 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12002 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12003 (cua--rect-undo-set-point): New var.
12004 (cua--rectangle-undo-boundary): Setup undo apply entry.
12005 (cua--rect-undo-handler): New function for rectangle undo.
12006 (cua--rect-start-position, cua--rect-end-position): Add.
12007 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12008 for restored rectangle. Set point if cua--rect-undo-set-point.
12009
12010 2005-02-06 Jay Belanger <belanger@truman.edu>
12011
12012 * calc/calc-lang.el (calc-tex-language): Display more information
12013 in messages.
12014
12015 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12016 in TeX mode.
12017
12018 2005-02-06 Richard M. Stallman <rms@gnu.org>
12019
12020 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12021
12022 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12023
12024 * net/ldap.el (ldap-search-internal): Support attributes with
12025 optional descriptions separated by a semi-colon, as in
12026 "userCertificate;binary".
12027
12028 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12029
12030 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12031 isn't a cons (i.e. the version is 0).
12032
12033 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12034
12035 * help.el (help-for-help): Doc fix.
12036
12037 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12038
12039 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12040 GDB-Windows on the menu-bar as this works better.
12041
12042 2005-02-04 Jay Belanger <belanger@truman.edu>
12043
12044 * calc/calc-embed.el (calc-embedded-update): Don't put in
12045 unnecessary newlines. Adjust the end of formula marker.
12046
12047 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12048 (math-latex-parse-two-args): New function.
12049
12050 2005-02-03 Lute Kamstra <lute@gnu.org>
12051
12052 * help-fns.el (help-with-tutorial): Make sure that users cannot
12053 remove the entire text of the tutorial by means of `undo'.
12054
12055 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12056
12057 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12058 in recent changes, where the ispell process was repeatedly
12059 killed & restarted.
12060
12061 * international/mule-cmds.el (set-locale-environment): Set file-name
12062 coding system to utf-8 on Darwin systems.
12063 (set-default-coding-systems): Don't set default-file-name-coding-system
12064 on Darwin systems.
12065
12066 2005-02-03 Richard M. Stallman <rms@gnu.org>
12067
12068 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12069
12070 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12071
12072 * faces.el (list-faces-display): Add optional argument.
12073
12074 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * font-core.el (font-lock-default-function): Handle the rare case where
12077 only font-lock-keywords is set.
12078
12079 2005-02-02 Kenichi Handa <handa@m17n.org>
12080
12081 * international/characters.el: Cancel previous change for
12082 I-WITH-DOT-ABOVE and DOTLESS-i.
12083
12084 * international/latin-5.el: Cancel previous change.
12085
12086 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12087
12088 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12089
12090 2005-02-02 Kenichi Handa <handa@m17n.org>
12091
12092 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12093 DOTLESS-i.
12094
12095 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12096 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12097
12098 * case-table.el (get-upcase-table): New function.
12099 (copy-case-table): Copy upcaes table too if non-nil.
12100 (set-case-syntax-delims): Maintain upcase table too.
12101 (set-case-syntax-pair): Likewise.
12102 (set-upcase-syntax, set-downcase-syntax): New functions.
12103 (set-case-syntax): Maintain upcase table too.
12104
12105 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12106
12107 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12108
12109 * progmodes/gud.el (gud-goto-info): New function.
12110 (gud-tool-bar-map): Use correct icon.
12111
12112 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12113
12114 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12115 When delegating, order args in the funcall correctly.
12116
12117 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12118
12119 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12120
12121 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12122
12123 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12124 buffer not visiting a file.
12125
12126 2005-01-31 Jay Belanger <belanger@truman.edu>
12127
12128 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12129 bound on the line with the formula.
12130
12131 2005-01-31 Kim F. Storm <storm@cua.dk>
12132
12133 * ses.el (ses-create-cell-variable-range)
12134 (ses-destroy-cell-variable-range, ses-reset-header-string)
12135 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12136 (ses-insert-row): Fix format of apply undo entries.
12137
12138 2005-01-31 Jay Belanger <belanger@truman.edu>
12139
12140 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12141 parts.
12142
12143 * calc/calc-embed.el (calc-embedded-open-formula)
12144 (calc-embedded-close-formula): Ignore matrix environments.
12145
12146 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12147 TeX mode.
12148
12149 * calc/calc-lang.el (math-function-table, math-oper-table)
12150 (math-variable-table): Adjust the LaTeX portions.
12151
12152 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12153 (math-latex-ignore-words): New constant.
12154
12155 2005-01-31 Richard M. Stallman <rms@gnu.org>
12156
12157 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12158 (ispell-local-dictionary): Doc fix.
12159 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12160 Don't reinitialize at run time. Don't defcustom.
12161 All uses changed to append ispell-local-dictionary-alist,
12162 or check it first.
12163 (ispell-current-dictionary): New variable for dictionary in use.
12164 (ispell-dictionary): Now used only for global default.
12165 (ispell-start-process): Set ispell-current-dictionary,
12166 not ispell-dictionary.
12167 (ispell-change-dictionary): Use this only for setting
12168 user preferences.
12169 (ispell-internal-change-dictionary): New function
12170 to change the current dictionary in use.
12171 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12172 Use ispell-current-dictionary.
12173 Handle ispell-local-dictionary-overridden.
12174 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12175
12176 2005-01-31 Jay Belanger <belanger@truman.edu>
12177
12178 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12179
12180 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12181 (calc-mode-map): Add calc-latex-language.
12182
12183 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12184 (math-latex-print-frac): New functions.
12185 (math-oper-table, math-function-table, math-variable-table)
12186 (math-complex-format, math-input-filter): Add latex properties.
12187 (calc-set-language): Set math-expr-special-function-mapping.
12188
12189 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12190 (calc-write-parse-table-part): Add LaTeX support.
12191
12192 * calc/calc.el (calc-language): Adjust docstring.
12193 (calc-set-mode-line): Add LaTeX support.
12194 (math-expr-special-function-mapping): New variable.
12195 (math-tex-ignore-words): Add to list.
12196
12197 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12198 Add LaTeX support.
12199 (math-compose-expr): Add support for special functions.
12200
12201 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12202
12203 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12204
12205 * progmodes/gdb-ui.el (gdb-memory-address)
12206 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12207 (gdb-memory-mode-map, gdb-memory-format-keymap)
12208 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12209 (gdb-memory-unit-menu): New variables for a buffer
12210 that lets the user examine program memory.
12211 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12212 (gdb-memory-format-binary, gdb-memory-format-octal)
12213 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12214 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12215 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12216 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12217 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12218 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12219 (gdb-memory-mode, gdb-memory-buffer-name)
12220 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12221 New functions for above buffer.
12222
12223 2005-01-30 Richard M. Stallman <rms@gnu.org>
12224
12225 * cus-edit.el (custom-bury-buffer): Function deleted.
12226 (custom-buffer-done-function): Option deleted.
12227 (custom-buffer-done-kill): New (replacement option.
12228 (Custom-buffer-done): Call quit-window.
12229 (custom-buffer-create-internal): Update for above changes.
12230
12231 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12232
12233 * simple.el (undo-ask-before-discard): New var.
12234 (undo-outer-limit-truncate): Implement it.
12235 (undo-extra-outer-limit): Doc update.
12236
12237 2005-01-29 Richard M. Stallman <rms@gnu.org>
12238
12239 * ses.el (undo-more): Delete defadvice.
12240 (ses-begin-change): Doc fix.
12241
12242 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12243 instead of rebinding C-x u and C-_.
12244
12245 * files.el (normal-backup-enable-predicate): Return nil for files
12246 in /tmp, regardless of temporary-file-directory.
12247
12248 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12249
12250 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12251 (open-rectangle, delete-whitespace-rectangle-line)
12252 (clear-rectangle-line): If FILL, pass t instead of FILL
12253 for move-to-column's 2nd arg.
12254
12255 * simple.el (undo): Fix the test for continuing a series of undos.
12256 (undo-more): Set pending-undo-list to t when we reach end.
12257 (pending-undo-list): Move up defvar.
12258
12259 * wid-edit.el (widget-button-click):
12260 Shorten the range of the track-mouse binding.
12261
12262 * comint.el (comint-insert-input): Undo previous changes;
12263 use last-input-event in interactive spec.
12264
12265 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12266
12267 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12268 to nil before invoking call-process. Reset buffer's modified flag
12269 after fontifying it in the no-async branch.
12270
12271 * wid-edit.el (widget-specify-button): If mouse pointer shape
12272 cannot be changed, use mouse face instead.
12273
12274 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12275
12276 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12277 (gdb-goto-breakpoint): Make breakpoint handling work on template
12278 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12279 (gdb-assembler-custom): Update to recognize breakpoint information
12280 added on 2005-01-19.
12281
12282 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12283
12284 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12285 (dsssl-mode): Use define-derived-mode.
12286 (scheme-mode-initialize): Remove.
12287 (scheme-mode): Use run-mode-hooks.
12288
12289 * cus-edit.el (customize-group-other-window)
12290 (custom-buffer-create-other-window): Don't override special-display-*.
12291 (custom-mode-map): Make it dense.
12292
12293 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12294 sets the default value.
12295
12296 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12297
12298 * descr-text.el: Add more keywords.
12299
12300 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12301
12302 * speedbar.el: Avoid unnecessary use of locate-library.
12303
12304 * international/mule-cmds.el (standard-display-european-internal):
12305 Don't fiddle with latin-1 non-break space any more since it's now
12306 special cased in the C code.
12307 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12308
12309 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12310
12311 * cus-start.el (all): Add `undo-outer-limit'.
12312
12313 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12314
12315 * textmodes/bibtex.el (bibtex-format-entry):
12316 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12317 field lines.
12318 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12319 not on part of a buffer.
12320
12321 2005-01-25 Lute Kamstra <lute@gnu.org>
12322
12323 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12324 nonempty field text strings like "{letters\\macro{}more letters}".
12325 Clarify docstring.
12326 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12327 (bibtex-entry-offset, bibtex-parse-association)
12328 (bibtex-parse-field-name): Fix typos in docstrings.
12329 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12330
12331 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12332
12333 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12334 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12335 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12336 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12337
12338 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12339 isearch minor mode.
12340
12341 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12342
12343 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12344
12345 2005-01-24 Lute Kamstra <lute@gnu.org>
12346
12347 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12348 CASECHARS and NOT-CASECHARS regular expressions of the
12349 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12350 striding over charsets" error.
12351
12352 2005-01-24 Jay Belanger <belanger@truman.edu>
12353
12354 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12355 display variable name.
12356
12357 2005-01-24 Kenichi Handa <handa@m17n.org>
12358
12359 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12360 Fix setting of the element of encoded-kbd-iso2022-invocations.
12361
12362 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12363
12364 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12365 (gdb-threads-select): Change to also accept mouse events.
12366 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12367 (gdb-threads-mouse-select): Delete.
12368
12369 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12370
12371 * files.el (insert-directory): Take care of empty directory,
12372 listed without -a switch.
12373
12374 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12375
12376 * textmodes/refill.el (refill-post-command-function):
12377 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12378 to the list of functions that we should be careful not to undo.
12379 (refill-late-fill-paragraph-function): Remove.
12380 (refill-saved-state): New var.
12381 (refill-mode): Use it to save fill-paragraph-function.
12382 Save also the value of auto-fill-function.
12383
12384 * term/w32-win.el: Simplify code.
12385
12386 2005-01-23 Kim F. Storm <storm@cua.dk>
12387
12388 * simple.el (line-move): Adapt to new return value from
12389 pos-visible-in-window-p.
12390
12391 * simple.el (line-move): Fix last change. Check partial
12392 visibility at point rather than at window-start.
12393
12394 2005-01-22 Jason Rumney <jasonr@gnu.org>
12395
12396 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12397
12398 2005-01-22 David Kastrup <dak@gnu.org>
12399
12400 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12401
12402 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12403
12404 * type-break.el (type-break-mode): Add a test for
12405 type-break-file-name being non-nil.
12406
12407 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12408
12409 * net/eudc.el (top level): Call (message "") via progn, so that
12410 eudc-options-file is loaded.
12411
12412 2005-01-22 Kim F. Storm <storm@cua.dk>
12413
12414 * simple.el (line-move-1): Rename from line-move.
12415 (line-move): New function that adjusts vscroll for partially
12416 visible rows, and calls line-move-1 otherwise.
12417
12418 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12419
12420 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12421 since it's not a complete read-event implementation
12422
12423 2005-01-20 Jay Belanger <belanger@truman.edu>
12424
12425 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12426 for called function.
12427
12428 2005-01-20 Steven Tamm <steventamm@mac.com>
12429
12430 * term/mac-win.el (process-connection-type): Remove.
12431 Controlled now by s/darwin.h:PTY_ITERATION.
12432
12433 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12434
12435 * window.el (handle-select-window): Don't switch window when we're
12436 in the minibuffer.
12437
12438 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12439
12440 * subr.el (dotimes-with-progress-reporter): New macro.
12441
12442 * ses.el (ses-dotimes-msg): Remove macro.
12443 Use `dotimes-with-progress-reporter' instead.
12444
12445 2005-01-19 Steven Tamm <steventamm@mac.com>
12446
12447 * term/mac-win.el (process-connection-type): Use new
12448 operating-system-release variable to use ptys on Darwin 7 (OS X
12449 10.3) when using carbon build.
12450
12451 2005-01-19 Jay Belanger <belanger@truman.edu>
12452
12453 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12454 flags if the last command was a tab or M-tab.
12455
12456 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12457 in formula editing buffer.
12458
12459 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12460
12461 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12462 breakpoint image symbol in margin.
12463
12464 2005-01-19 Jay Belanger <belanger@truman.edu>
12465
12466 * calc/calc-prog.el (calc-execute-kbd-macro):
12467 Ignore calc-keep-arg-flag.
12468
12469 2005-01-19 Kenichi Handa <handa@m17n.org>
12470
12471 * textmodes/ispell.el (ispell-looking-at): New function.
12472 (ispell-process-line): Use ispell-looking-at to compare the ispell
12473 output and the buffer contents.
12474
12475 2005-01-18 Jay Belanger <belanger@truman.edu>
12476
12477 * calc/calc.el (calc-display-raw): Fix docstring.
12478
12479 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12480
12481 * simple.el (blink-matching-open): Strip extra info from syntax.
12482
12483 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12484 funny chars in the end-of-here-doc marker.
12485
12486 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12487
12488 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12489 that enable/disabled state of breakpoints is shown correctly in
12490 fringe and on ttys.
12491 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12492 Add breakpoint information as text properties.
12493 (gdb-mouse-toggle-breakpoint):
12494 Rename to gdb-mouse-set-clear-breakpoint.
12495 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12496 breakpoints in the margin.
12497 (gdb-remove-strings): Simplify.
12498
12499 2005-01-17 Jay Belanger <belanger@truman.edu>
12500
12501 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12502 erasing buffer.
12503
12504 2005-01-17 Richard M. Stallman <rms@gnu.org>
12505
12506 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12507 for calling grep-compute-defaults.
12508
12509 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12510 if buffer is empty.
12511
12512 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12513
12514 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12515
12516 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12517
12518 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12519 non-preloaded variables.
12520
12521 2005-01-17 Steven Tamm <steventamm@mac.com>
12522
12523 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12524 tex-shell cause to force interactivity when using pipes.
12525
12526 2005-01-17 Kim F. Storm <storm@cua.dk>
12527
12528 * simple.el (just-one-space): Make arg optional.
12529
12530 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12531
12532 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12533 posn-at-x-y to t to access left-margin.
12534
12535 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12536
12537 Sync with Tramp 2.0.47.
12538
12539 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12540 catching keep-date problems in cp/scp operations.
12541 (tramp-handle-copy-file): Don't call `set-file-modes'
12542 unconditionally. Specialized functions should know better what is
12543 necessary. This improves performance a little bit, and the
12544 functions could catch errors with `cp -p' and `scp -p'.
12545 (tramp-do-copy-or-rename-file-via-buffer)
12546 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12547 when appropriate.
12548 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12549 Call `set-file-modes' when appropriate.
12550 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12551 Johnsson <isak@hypergene.com>
12552 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12553 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12554 <joakim@verona.se>
12555 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12556 Emacs only.
12557
12558 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12559 `find-file-hooks' and `dired-mode-hook'.
12560 (tramp-minor-mode-map): Respective map. Add remapping for
12561 `compile' and `recompile'.
12562 (tramp-remap-command, tramp-recompile): New defuns.
12563 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12564 in buffer "*Compilation*". Call the commands asynchronously.
12565
12566 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12567 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12568 `shell-command', because it isn't magic in XEmacs. Reported by
12569 Adrian Aichner <adrian@xemacs.org>.
12570
12571 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12572 `substitute-in-file-name.
12573 (tramp-smb-handle-substitute-in-file-name): New defun.
12574 (tramp-smb-advice-PC-do-completion): Delete advice.
12575
12576 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12577
12578 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12579 Fix error in deleting region.
12580
12581 2005-01-15 Richard M. Stallman <rms@gnu.org>
12582
12583 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12584 In non-temp buffer, switch syntax table temporarily.
12585
12586 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12587
12588 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12589
12590 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12591
12592 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12593 (imenu--generic-function): Use START, not BEG, as pos of definition.
12594
12595 * simple.el (just-one-space): Argument specifies number of spaces.
12596
12597 * simple.el (eval-expression-print-format): Avoid warning
12598 about edebug-active.
12599
12600 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12601
12602 * progmodes/sh-script.el: Code copied from make-mode.el
12603 with small changes,
12604 (sh-mode-map): Bind C-c C-\.
12605 (sh-backslash-column, sh-backslash-align): New variables.
12606 (sh-backslash-region, sh-append-backslash): New functions.
12607
12608 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12609
12610 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12611 (rmail-pop-password, rmail-pop-password-required): Move to
12612 rmail-obsolete group.
12613 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12614 All callers updated.
12615 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12616 Take an argument specifying whether it is POP or IMAP mailbox we
12617 are using. All callers updated.
12618 (rmail-pop-password-error): Rename to
12619 rmail-remote-password-error. Added mailutils-specific error message.
12620 (rmail-movemail-search-path)
12621 (rmail-movemail-variant-in-use): New variables.
12622 (rmail-remote-password, rmail-remote-password-required):
12623 New customization variables.
12624 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12625 (rmail-parse-url): New function.
12626 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12627 with GNU mailutils movemail.
12628
12629 2005-01-15 Kevin Ryde <user42@zip.com.au>
12630
12631 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12632 suffix to space, $ or '$, to correctly position point when going
12633 to @table style constants like DBL_MAX.
12634
12635 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12636
12637 * type-break.el (type-break-mode, type-break-file-time)
12638 (type-break-file-keystroke-count, type-break-choose-file):
12639 Don't store data in or load data from the file if type-break-file-name
12640 is nil.
12641 (type-break-file-name): Doc update as per the above.
12642
12643 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12644
12645 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12646 lookup-key might return nil; handle that.
12647
12648 2005-01-15 Alan Mackenzie <acm@muc.de>
12649
12650 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12651 rather than the element found, thus enabling the tree to be setcar'd.
12652
12653 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12654
12655 * textmodes/org.el (org-show-following-heading): New option.
12656 (org-show-hierarchy-above): Use `org-show-following-heading'.
12657 (org-cycle): Documentation fix.
12658
12659 * textmodes/org.el (orgtbl-optimized): New option
12660 (orgtbl-mode): New command, a minor mode.
12661 (orgtbl-mode-map): New variable.
12662 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12663 (orgtbl-error, orgtbl-self-insert-command)
12664 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12665
12666 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12667 a local variable in each org-mode buffer.
12668
12669 * textmodes/org.el (org-set-regexps-and-options): Rename from
12670 `org-set-regexps'. Added checking for STARTUP keyword.
12671 (org-get-current-options): Add STARTUP options.
12672 (org-table-insert-row): Make mode intelligent about when
12673 realignment is needed.
12674 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12675 New commands.
12676 (org-enable-table-editor): New default value `optimized'.
12677 (org-table-blank-field): Support blanking regions if active.
12678
12679 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12680
12681 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12682 if the year is not given.
12683
12684 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12685 Add new escapes %m and %M, fixed bug with %F by adding
12686 save-match-data.
12687 (reftex-reference): Remove ?. from list of spaces.
12688 (reftex-label-info): Add automatic label prefix recognition.
12689
12690 * textmodes/reftex-index.el (reftex-index-next-phrase):
12691 Add slave parameter to call of `reftex-index-this-phrase'.
12692 (reftex-index-this-phrase): New optional argument.
12693 (reftex-index-region-phrases): Add slave parameter to call of
12694 `reftex-index-this-phrase'.
12695 (reftex-display-index): New argument redo.
12696 (reftex-index-rescan): Add 'redo to arguments of
12697 `reftex-display-index'.
12698 (reftex-index-Rescan, reftex-index-revert)
12699 (reftex-index-switch-index-tag): Add 'redo to arguments of
12700 `reftex-display-index'.
12701 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12702 indexing. Fix bug with matching is there is a quote before or
12703 after the word.
12704
12705 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12706 Fix bug when collecting citation keys in lines with comments.
12707 (reftex-citation): Prefix argument no longer rescans the document,
12708 but forces prompting for optional arguments of cite macros.
12709 (reftex-do-citation): Prompting for optional arguments implemented.
12710
12711 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12712 Add optional arguments to most cite commands.
12713 (reftex-cite-cleanup-optional-args): New option
12714 (reftex-cite-prompt-optional-args): New option.
12715 (reftex-trust-label-prefix): New option.
12716
12717 * textmodes/reftex-toc.el (reftex-toc-find-section):
12718 Add push-mark before changing the position in the buffer.
12719
12720 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12721 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12722
12723 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12724
12725 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12726 more carefully.
12727
12728 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12731 (sgml-mode): Use it.
12732 (sgml-get-context): Better keep track of implicitly closed tags.
12733
12734 2005-01-13 Kenichi Handa <handa@m17n.org>
12735
12736 * textmodes/ispell.el: These changes are to fix misalignment error
12737 caused by equivalent characters of different Emacs charsets.
12738 (ispell-unified-chars-table): New variable.
12739 (ispell-get-decoded-string): New function.
12740 (ispell-get-casechars, ispell-get-not-casechars)
12741 (ispell-get-otherchars): Call ispell-get-decoded-string.
12742
12743 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12744
12745 * custom.el (custom-declare-variable): Just put symbol instead
12746 of (defvar . symbol) in `current-load-list'.
12747
12748 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12749
12750 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12751
12752 2005-01-12 Jay Belanger <belanger@truman.edu>
12753
12754 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12755 to create a Calc summary.
12756
12757 2005-01-12 Kim F. Storm <storm@cua.dk>
12758
12759 * mouse.el (mouse-on-link-p): Change functionality and doc
12760 string to comply with latest description in lisp ref.
12761
12762 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12763
12764 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12765 Enable mouse clicks on mode-line, header-line and margin.
12766 (event-type): Give mouse event symbols an 'event-kind property
12767 with value 'mouse-click.
12768
12769 2005-01-12 Juri Linkov <juri@jurta.org>
12770
12771 * facemenu.el (list-colors-display): Add new arg buffer-name.
12772 Use it. Fix docstring. Replace code for identifying duplicate
12773 colors by the name with call to `list-colors-duplicates' which
12774 identifies duplicate colors by the value unless the color
12775 is one of special Windows colors. Set truncate-lines to t.
12776 Print sorted duplicate color names on each line. Indent to 22
12777 \(the longest color name in rgb.txt) instead of 20. Optimize.
12778 (list-colors-duplicates): New function.
12779 (facemenu-color-name-equal): Delete function.
12780
12781 * facemenu.el (list-colors-print): New function created from code
12782 in list-colors-display. Print #RRGGBB at the window right edge.
12783 (list-colors-display): When temp-buffer-show-function is not
12784 defined, call list-colors-print from temp-buffer-show-hook
12785 to get the right value of window-width in list-colors-print
12786 after the buffer is displayed.
12787
12788 * simple.el (pop-mark): Move deactivate-mark out of conditional
12789 part to deactivate the active mark regardless of the state of the
12790 mark ring.
12791
12792 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12793 variables line in desktop files.
12794
12795 2005-01-12 Juri Linkov <juri@jurta.org>
12796
12797 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12798 Bring together isearch highlight related options.
12799 (lazy-highlight): Replace group `replace' by `matching'.
12800 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12801 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12802 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12803 and declare them obsolete.
12804 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12805 (isearch-faces): Remove defgroup.
12806 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12807 Move isearch highlighting code closer to lazy highlighting code.
12808
12809 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12810 (query-replace-highlight, query-replace-lazy-highlight)
12811 (query-replace): Move definitions to the beginning of the file.
12812
12813 2005-01-11 Juri Linkov <juri@jurta.org>
12814
12815 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12816 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12817 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12818
12819 * info.el (Info-history-forward): New variable.
12820 (Info-select-node): Reset Info-history-forward to nil.
12821 (Info-last): Turn into defalias.
12822 (Info-history-back): Rename from Info-last.
12823 Add current node to Info-history-forward.
12824 (Info-history-forward): New fun.
12825 (Info-mode-map): Replace Info-last by Info-history-back.
12826 Bind Info-history-forward to "r".
12827 (Info-mode-menu): Replace Info-last by Info-history-back.
12828 Fix menu item text. Add menu item for Info-history-forward.
12829 (info-tool-bar-map): Replace Info-last by Info-history-back.
12830 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12831 for Info-history-forward.
12832 (Info-mode): Replace Info-last by Info-history-back in docstring.
12833 Add local variable Info-history-forward.
12834 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12835
12836 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12837
12838 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12839 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12840 Ignore select-window events rather than fiddle with
12841 mouse-autoselect-window.
12842
12843 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12844
12845 * type-break.el (type-break-mode): Fix previous change.
12846
12847 2005-01-10 Jay Belanger <belanger@truman.edu>
12848
12849 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12850 calculator; only reset when point is inside a calculator.
12851 Don't adjust the window height if the window takes up the whole height
12852 of the frame.
12853
12854 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12855
12856 * ebuff-menu.el (Electric-buffer-menu-mode):
12857 Preserve value of buffer-local var header-line-format.
12858
12859 2005-01-09 Jay Belanger <belanger@truman.edu>
12860
12861 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12862 Make sure settings file exists before accessing it.
12863
12864 * calc/calc-embed.el (calc-embedded-subst):
12865 Replace math-multi-subst-rec, which is only supposed to be called
12866 by math-multi-subst, by math-multi-subst.
12867
12868 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12869
12870 * vc.el (vc-allow-async-revert): New user option.
12871 (vc-disable-async-diff): New internal variable.
12872 (vc-revert-buffer): Use them to disable asynchronous diff.
12873
12874 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12875 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12876 asynchronously if vc-disable-async-diff is t.
12877
12878 2005-01-09 Jay Belanger <belanger@truman.edu>
12879
12880 * calc/calc.el (defcalcmodevar): New macro.
12881 (calc-mode-var-list-restore-default-values)
12882 (calc-mode-var-list-restore-saved-values): New functions.
12883 (calc-mode-var-list): Use defcalcmodevar to define it.
12884 (calc-always-load-extensions, calc-line-numbering)
12885 (calc-line-breaking, calc-display-just, calc-display-origin)
12886 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12887 (calc-group-char, calc-point-char, calc-frac-format)
12888 (calc-prefer-frac, calc-hms-format, calc-date-format)
12889 (calc-float-format, calc-full-float-format, calc-complex-format)
12890 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12891 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12892 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12893 (calc-matrix-brackets, calc-language, calc-language-option)
12894 (calc-left-label, calc-right-label, calc-word-size)
12895 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12896 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12897 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12898 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12899 (calc-window-height, calc-display-trail, calc-show-selections)
12900 (calc-use-selections, calc-assoc-selections)
12901 (calc-display-working-message, calc-auto-why, calc-timing)
12902 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12903 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12904 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12905 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12906 (calc-gnuplot-geometry, calc-graph-default-resolution)
12907 (calc-graph-default-resolution-3d, calc-invocation-macro)
12908 (calc-show-banner): Use defcalcmodevar to declare them and set
12909 their default values.
12910
12911 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12912 instead of default values (but restore default values if there is
12913 an argument of 0).
12914
12915 2005-01-09 David Kastrup <dak@gnu.org>
12916
12917 * desktop.el (desktop-restore-eager): Fix typo in type.
12918
12919 2005-01-08 Richard M. Stallman <rms@gnu.org>
12920
12921 * cus-edit.el (customize): Delete :link.
12922
12923 2005-01-08 Jay Belanger <belanger@truman.edu>
12924
12925 * calc/calc.el (calc-mode): Remove the extension from the
12926 `calc-settings-file' file name when loading it.
12927
12928 2005-01-08 Kim F. Storm <storm@cua.dk>
12929
12930 * info.el (Info-mode-map, Info-next-link-keymap)
12931 (Info-prev-link-keymap, Info-up-link-keymap):
12932 Map follow-link to mouse-face.
12933 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12934
12935 2005-01-08 Jay Belanger <belanger@truman.edu>
12936
12937 * calc/calc.el (calc-settings-file): Change default value.
12938 Suggested by cgw in a comment in calc-mode.el.
12939
12940 * calc/calc-mode.el (calc-settings-file-name):
12941 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12942 Replace ~/.emacs in a prompt by calc-settings-file.
12943
12944 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12945
12946 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12947 (desktop-lazy-idle-delay): New customizable variables.
12948 (desktop-buffer-args-list): New variable.
12949 (desktop-append-buffer-args): New function.
12950 (desktop-save): Call desktop-append-buffer-args for some buffers.
12951 (desktop-lazy-create-buffer): New function.
12952 (desktop-idle-create-buffers): New function.
12953 (desktop-read): Add message about buffers to restore lazily.
12954 (desktop-lazy-abort): New command.
12955 (desktop-clear): Call desktop-lazy-abort.
12956 (desktop-lazy-complete): New command.
12957
12958 2005-01-06 Richard M. Stallman <rms@gnu.org>
12959
12960 * emacs-lisp/find-func.el (find-face-definition):
12961 Rename from find-face.
12962
12963 2005-01-06 Kim F. Storm <storm@cua.dk>
12964
12965 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12966
12967 * man.el (Man-xref-man-page, Man-xref-header-file)
12968 (Man-xref-normal-file): Add follow-link property.
12969
12970 2005-01-06 Jay Belanger <belanger@truman.edu>
12971
12972 * calc/calc-units.el: Make sure the proper macro definitions are
12973 available when compiling.
12974
12975 2005-01-06 Juri Linkov <juri@jurta.org>
12976
12977 * isearch.el (isearch-lazy-highlight-update):
12978 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12979
12980 2005-01-06 Miles Bader <miles@gnu.org>
12981
12982 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12983 (isearch-lazy-highlight-face): Use new name.
12984
12985 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12986
12987 * uniquify.el (uniquify-rationalize-file-buffer-names):
12988 Re-add an interactive spec.
12989 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12990 to the same name.
12991
12992 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12993 (isearch-update, isearch-done): Adjust calls accordingly.
12994
12995 2005-01-05 Richard M. Stallman <rms@gnu.org>
12996
12997 * custom.el (custom-set-variables, custom-theme-set-variables):
12998 Clarify documentation.
12999
13000 * emacs-lisp/find-func.el (find-variable)
13001 (find-variable-other-window, find-variable-other-frame):
13002 Fix the TYPE args to find-function-read and find-function-do-it.
13003 (find-function): Doc fix.
13004 (find-function-at-point): Replace function-at-point alias.
13005
13006 2005-01-04 Richard M. Stallman <rms@gnu.org>
13007
13008 * cus-face.el (custom-declare-face):
13009 Record defface in current-load-list.
13010
13011 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13012
13013 * emacs-lisp/find-func.el: Doc fixes.
13014 (find-face-regexp): New variable.
13015 (find-function-regexp-alist): New variable.
13016 (find-function-C-source): Third arg is now TYPE.
13017 (find-function-search-for-symbol): Handle general TYPE.
13018 (find-function-read, find-function-do-it): Handle general TYPE.
13019 (find-definition-noselect, find-face): New functions.
13020 (function-at-point): Alias deleted.
13021
13022 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13023
13024 * battery.el (display-battery-mode): Rename from display-battery.
13025 Handle the case where it gets turned off.
13026
13027 2005-01-04 Richard M. Stallman <rms@gnu.org>
13028
13029 * cus-edit.el (customize): Make :link point to user doc.
13030
13031 * man.el (Man-fontify-manpage): Turn off undo generation.
13032
13033 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13034
13035 2005-01-04 Andreas Schwab <schwab@suse.de>
13036
13037 * files.el (insert-directory): Only look for error lines in
13038 inserted text. Don't move too far after processing --dired markers.
13039
13040 2005-01-04 Richard M. Stallman <rms@gnu.org>
13041
13042 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13043 Don't expand if the character is @, period, dash, etc.
13044 (define-mail-abbrev): Quote names that contain problem characters.
13045
13046 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13047
13048 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13049
13050 2005-01-03 Richard M. Stallman <rms@gnu.org>
13051
13052 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13053 (query-replace-highlight, query-replace-lazy-highlight)
13054 (query-replace): Definitions moved up. Doc fix.
13055
13056 2005-01-03 Richard M. Stallman <rms@gnu.org>
13057
13058 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13059 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13060 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13061 (lazy-highlight-face): Rename from isearch-lazy-...
13062 Change all references to them.
13063
13064 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13065
13066 * cus-edit.el (custom-file): Doc fix for defcustom.
13067 (custom-file): The function no longer sets the variable
13068 `custom-file' to its return value.
13069
13070 * startup.el (command-line): No longer load `custom-file'.
13071
13072 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13073
13074 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13075
13076 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13077 Don't confuse module-prefixed identifiers for labels.
13078 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13079
13080 2005-01-02 Richard M. Stallman <rms@gnu.org>
13081
13082 * files.el (basic-save-buffer-1): Fix previous change.
13083
13084 * loadhist.el (file-loadhist-lookup): New function.
13085 (file-provides, file-requires): Use it.
13086
13087 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13088 instead of calculating the right size.
13089
13090 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13091
13092 * vc-svn.el (vc-svn-diff): Stay local if possible.
13093
13094 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13095
13096 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13097
13098 * files.el (hack-local-variables): Fix last change.
13099
13100 2005-01-02 Jay Belanger <belanger@truman.edu>
13101
13102 * calc/calc-yank.el (calc-edit-top): New variable.
13103 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13104 object. Change header properties.
13105 (calc-edit-finish, calc-edit-finish-stack-object)
13106 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13107 edited object.
13108 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13109 for the beginning of the edited object.
13110 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13111 for the beginning of the edited object.
13112 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13113 (calc-finish-formula-edit, calc-macro-repeats)
13114 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13115 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13116 beginning of the edited object.
13117 (calc-user-define-edit): Change the header for editing macros.
13118 Remove unnecessary variable.
13119
13120 2005-01-01 Jay Belanger <belanger@truman.edu>
13121
13122 * calc/calc-yank.el (calc-edit-mode): Change default header.
13123 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13124 * calc/calc-store.el (calc-edit-variable): Change title to match new
13125 header.
13126 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13127 mode to match new header.
13128 (calc-user-define-edit): Change titles to include names of commands.
13129 (calc-finish-formula-edit): Adjust to handle new header.
13130 (calc-finish-macro-edit): Remove.
13131 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13132 (calc-edit-macro-command, calc-edit-macro-command-type)
13133 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13134 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13135 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13136 (calc-edit-macro-finish-edit): New functions.
13137 (calc-user-define-edit): Use new functions to edit named calc macros.
13138
13139 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13140
13141 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13142
13143 * ses.el (copy-region-as-kill): Deactivate mark.
13144
13145 2005-01-01 Richard M. Stallman <rms@gnu.org>
13146
13147 * replace.el (occur-1): If the output buffer is also an input,
13148 don't kill it, rename it.
13149
13150 * faces.el (set-face-background, set-face-foreground): Doc fix.
13151
13152 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13153 for :foreground and :background.
13154
13155 * dired.el (dired-view-command-alist): Variable deleted.
13156 (dired-view-file, dired-mouse-find-file-other-window):
13157 Delete the code to use it.
13158
13159 2005-01-01 Kim F. Storm <storm@cua.dk>
13160
13161 * image.el (insert-sliced-image): Use t for line-height property.
13162
13163 See ChangeLog.11 for earlier changes.
13164
13165 ;; Local Variables:
13166 ;; coding: iso-2022-7bit
13167 ;; End:
13168
13169 Copyright (C) 2005 Free Software Foundation, Inc.
13170 Copying and distribution of this file, with or without modification,
13171 are permitted provided the copyright notice and this notice are preserved.
13172
13173 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1