]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* longlines.el (longlines-search-forward)
[gnu-emacs] / lisp / ChangeLog
1 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2
3 * longlines.el (longlines-search-forward)
4 (longlines-search-backward): Match any number of spaces.
5
6 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
7
8 * diff-mode.el (diff-mode): Doc fix.
9
10 2005-10-16 David Reitter <david.reitter@gmail.com>
11
12 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13 as default on darwin and windows systems.
14
15 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
16
17 * arc-mode.el (archive-zip-extract): Doc fix.
18
19 2005-10-16 Romain Francoise <romain@orebokech.com>
20
21 * mouse.el (mouse-1-click-follows-link): Doc fix.
22
23 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * savehist.el: Don't require CL at runtime.
26 (savehist-xemacs): Remove.
27 (savehist-coding-system): Use utf-8 if available, regardless of religion.
28 (savehist-no-conversion): Use (featurep 'xemacs).
29 (savehist-load): Check existence of start-itimer rather than XEmacs.
30 Use an idle timer.
31 (savehist-process-for-saving): Replace use of CL funs `subseq' and
32 `delete-if-not'.
33
34 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
35
36 * savehist.el: Newer version.
37 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
38 (savehist-last-checksum, savehist-no-conversion): New vars.
39 (savehist-autosave, savehist-process-for-saving, savehist-printable):
40 New functions.
41 (savehist-load, savehist-save): Use them.
42 (savehist-delimit): Remove.
43
44 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * progmodes/compile.el (compilation-goto-locus): Display the
47 compilation buffer first and the source buffer second, in case they're
48 in overlapping frames. Don't raise the compilation frame if it was the
49 selected window upon entry. Pass the `other-window' arg to
50 pop-to-buffer.
51
52 * info.el (Info-fontify-node): Use dolist.
53 Change add-text-properties to put-text-property.
54
55 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
56
57 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
58 bound of search.
59
60 2005-10-16 Masatake YAMATO <jet@gyve.org>
61
62 * dabbrev.el (dabbrev-completion): Pass the common
63 prefix substring of completion to `display-completion-list'.
64
65 * filecache.el (file-cache-minibuffer-complete)
66 (file-cache-complete): Ditto.
67
68 * tempo.el (tempo-display-completions): Ditto.
69
70 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
71
72 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
73
74 * eshell/em-hist.el (eshell-list-history): Ditto.
75
76 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
77
78 * mail/mailalias.el (mail-complete): Ditto.
79
80 * progmodes/etags.el (complete-tag): Ditto.
81
82 * progmodes/make-mode.el (makefile-complete): Ditto.
83
84 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
85
86 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
87
88 * progmodes/pascal.el (pascal-complete-word)
89 (pascal-show-completions): Ditto.
90
91 * progmodes/python.el (python-complete-symbol): Ditto.
92
93 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
94
95 * textmodes/org.el (org-complete): Ditto.
96
97 * simple.el (completion-common-substring): New variable.
98 (completion-setup-function): Use `completion-common-substring'
99 to put faces.
100
101 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
102
103 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
104 (x-get-selection, mac-select-convert-to-string): Convert from/to
105 UTF-16 clipboard data as in native byte order, no BOM.
106
107 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
108
109 * progmodes/gud.el (gud-tool-bar-map): Rename the images
110 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
111 (gud-sentinel): Use speedbar-frame to check for speedbar.
112
113 2005-10-15 Richard M. Stallman <rms@gnu.org>
114
115 * savehist.el: New file.
116
117 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
118
119 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
120 Fix bug in \bf fontification.
121
122 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * pcvs.el (cvs-edit-log-files): New var.
125 (cvs-mode-edit-log): New arg `file'.
126 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
127 Instead force the use of the original file and nothing else.
128 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
129 the cvs-minor-wrap-function is set.
130 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
131
132 2005-10-14 Bill Wohler <wohler@newt.com>
133
134 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
135 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
136 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
137 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
138 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
139 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
140 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
141 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
142 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
143 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
144 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
145 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
146 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
147 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
148 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
149
150 * progmodes/gud.el (gud-tool-bar-map): Renamed the images
151 appropriately (for example, gud-break to gud/break).
152
153 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
154
155 * longlines.el (longlinges-search-function)
156 (longlines-search-forward, longlines-search-backward): New
157 functions.
158 (longlines-mode): Set isearch-search-fun-function to
159 longlinges-search-function.
160
161 * mouse.el (mouse-drag-region-1): Handle the case where a
162 double-click event is bound to an arbitrary function.
163
164 2005-10-14 David Ponce <david@dponce.com>
165
166 * recentf.el (recentf-track-opened-file)
167 (recentf-track-closed-file, recentf-update-menu)
168 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
169 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
170 mouse-1-click-follows-link.
171
172 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
173
174 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
175 Gnome file-manager.png. Suggested by
176 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
177
178 * toolbar/README: Add diropen.xpm.
179
180 2005-10-13 Bill Wohler <wohler@newt.com>
181
182 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
183 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
184
185 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
188 Don't waste the byte-compiler's time on constant data.
189
190 2005-10-13 Kenichi Handa <handa@m17n.org>
191
192 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
193 byte with `escape-glyph' face.
194
195 * international/fontset.el (ccl-encode-unicode-font):
196 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
197 Handle the case that ucs-mule-to-mule-unicode translates a character to
198 ASCII (usually for IPA characters).
199
200 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
203 Don't hide the underline of titles if font-lock-mode is disabled.
204
205 2005-10-12 Bill Wohler <wohler@newt.com>
206
207 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
208 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
209 files in MH-E-SRC have been updated.
210 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
211
212 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
215 (mixal-mode-syntax-table): Add \n as end-comment.
216 (mixal-operation-codes-alist): Immediately initialize to full value.
217 (mixal-add-operation-code): Remove.
218 (mixal-describe-operation-code): Make the arg non-optional.
219 Use the interactive spec instead.
220 Use mixal-operation-codes-alist rather than mixal-operation-codes.
221 (mixal-font-lock-keywords): Don't highlight comments here any more.
222 (mixal-font-lock-syntactic-keywords): New var.
223 (mixal-mode): Use it. Fix comment-start-skip.
224
225 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
226
227 * startup.el (command-line-x-option-alist): -nb => -nbi
228
229 2005-10-12 Kim F. Storm <storm@cua.dk>
230
231 * startup.el (fancy-splash-default-action): Discard mouse click in
232 the spash screen window, as it has no sensible meaning in the
233 next window to be selected. Fixes error reported by Jan D.
234
235 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
236
237 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
238
239 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
242 Try to fix up minor layout issues like indentation, line break, etc...
243 (mixal-mode-syntax-table): Don't try to specify comment syntax,
244 because it doesn't work.
245 (mixal-operation-codes): Add some more codes.
246 (mixal-font-lock-keywords): Process comments here.
247 (mixal-mode): mixasm no longer needs -g option.
248
249 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
250
251 * progmodes/sh-script.el (sh-tmp-file):
252 Use mktemp -t. Finish support for es and rc shells.
253
254 2005-10-11 Jay Belanger <belanger@truman.edu>
255
256 * calc/calcalg2.el (calc-integral): With an argument, compute the
257 definite integral.
258
259 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
260
261 * mouse.el (mouse-drag-region-1): Don't try to catch a
262 double-click when doing follow-link (it's overridden anyway).
263
264 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
265
266 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
267 (autoload-print-form-outbuf): Add docstring.
268
269 2005-10-11 Juri Linkov <juri@jurta.org>
270
271 * info.el (Info-mode-menu): Delete menu item "Edit".
272 (Info-mode): Delete description of Info-edit from docstring,
273 and rearrange descriptions of Info commands in the order
274 they are documented in the Info manual.
275
276 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * calendar/appt.el (appt-check): Use diary-selective-display var.
279
280 2005-10-10 Richard M. Stallman <rms@gnu.org>
281
282 * net/newsticker.el (newsticker-start, newsticker-show-news):
283 Add autoload cookies.
284
285 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
286
287 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
288
289 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
290
291 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
292
293 2005-10-10 Jay Belanger <belanger@truman.edu>
294
295 * calc/calc-arith.el (math-check-known-scalarp)
296 (math-check-known-matrixp): Check the values of arguments that are
297 variables.
298 (math-check-known-square-matrixp): New function.
299 (math-known-square-matrixp): Use math-check-known-square-matrixp.
300 (math-super-types): Add sqmatrix type.
301
302 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
303 mode name `square' to 'sqmatrix'.
304
305 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
306 mode name `square' to 'sqmatrix'.
307
308 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * progmodes/etags.el (select-tags-table-mode): Don't use
311 selective-display.
312 (tags-select-tags-table): Pass `button' to the action function.
313 (select-tags-table): Place the side-info on button properties rather
314 than in hidden text. Abbreviate file names.
315 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
316 (select-tags-table-select): Add `button' argument.
317 Get side-info from the button property rather than from hidden text.
318
319 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
320
321 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
322 (gud-speedbar-buttons): Preserve point if possible.
323 (gud-sentinel): Restore previous speedbar display type.
324
325 * progmodes/gdb-ui.el (gdba): Improve diagram.
326 (def-gdb-auto-update-handler, gdb-info-locals-handler)
327 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
328 Call get-buffer-window once.
329
330 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
333 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
334 (pascal-indent-command): Remove unused var `ind'.
335 (pascal-indent-case): Remove unused var `oldpos'.
336 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
337 since it's now used as a proper minor mode map.
338 (pascal-outline): Rename to pascal-outline-mode.
339 (pascal-outline-mode): Use define-minor-mode.
340 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
341 selective-display.
342
343 2005-10-10 Andreas Schwab <schwab@suse.de>
344
345 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
346 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
347
348 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
349 outside source directory.
350
351 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
352
353 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
354 C-x' as a prefix.
355 (orgtbl-mode-map): Full keymap instead of sparse, because all
356 `self-insert-command' keys are redefined in this map.
357 (org-export-as-html): Specify charset for HTML file, by taking it
358 from the coding system.
359
360 2005-10-10 Kenichi Handa <handa@m17n.org>
361
362 * textmodes/flyspell.el (flyspell-check-word-p):
363 If unread-command-events is non-empty, don't call sit-for.
364
365 2005-10-09 Richard M. Stallman <rms@gnu.org>
366
367 * font-lock.el (font-lock-syntactic-keywords)
368 (font-lock-keywords): Doc fixes.
369
370 * textmodes/flyspell.el (flyspell-external-point-words):
371 Simplify logic, and don't try to check for consecutive appearances
372 of one incorrect word.
373
374 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
375
376 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
377 separator.
378
379 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
380 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
381 (gud-expansion-speedbar-buttons): New function.
382 (gud-speedbar-buttons): Check for gud-comint-buffer.
383
384 2005-10-09 Bill Wohler <wohler@newt.com>
385
386 * Makefile.in (updates): Add mh-loaddefs dependency.
387
388 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
389
390 * speedbar.el (speedbar-file-key-map): Fix typo.
391
392 2005-10-09 Daniel Brockman <daniel@brockman.se>
393
394 * cus-start.el (line-spacing): Add custom spec.
395
396 2005-10-09 Romain Francoise <romain@orebokech.com>
397
398 * textmodes/ispell.el (ispell-check-version): Fix last change.
399
400 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
401
402 * term/x-win.el: Remove -i, --icon-type from comment.
403
404 * startup.el (command-line-x-option-alist): Remove options -i,
405 -itype, --icon-type, added -nb, --no-bitmap-icon
406
407 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
408
409 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
410 instead of :active.
411
412 2005-10-08 Eric Hanchrow <offby1@blarg.net>
413
414 * textmodes/ispell.el (ispell-check-version):
415 Ignore hyphen, and all that follows, in aspell's version text.
416
417 2005-10-08 Jay Belanger <belanger@truman.edu>
418
419 * calc/calc-arith.el (math-known-square-matrixp): New function.
420 (math-pow-fancy): Check for matrices before distributing exponent
421 across products.
422
423 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
424 fullscreen keypad. Suggested by Luc Teirlinck.
425 (calc-keypad-show-input): Add space for formatting.
426
427 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
428 Add square matrix option.
429
430 * calc/calc-poly.el (math-expand-term): Check for matrices instead
431 of checking calc-matrix-mode when deciding how to expand.
432
433 * calc/calc.el (calc-set-mode-line): Add square matrix option.
434
435 2005-10-08 Lars Hansen <larsh@soem.dk>
436
437 * net/tramp.el (tramp-perl-directory-files-and-attributes):
438 Add error handling.
439 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
440
441 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
442
443 Sync with Tramp 2.0.51.
444
445 * net/tramp.el (tramp-handle-set-visited-file-modtime)
446 (tramp-handle-insert-file-contents, tramp-handle-write-region):
447 Insert special handling for `last-coding-system-used', again
448 it still seems to be necessary (unlike stated before).
449 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
450 (tramp-password-prompt-regexp): There might be other words before
451 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
452 (tramp-chunksize): Improve docstring.
453 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
454 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
455 Christian Joergensen <bugs@razor.dk>.
456
457 2005-10-07 Glenn Morris <rgm@gnu.org>
458
459 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
460 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
461 precision'.
462
463 2005-10-07 Romain Francoise <romain@orebokech.com>
464
465 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
466 (ibuffer-do-shell-command-pipe-replace)
467 (ibuffer-do-shell-command-file, ibuffer-do-eval)
468 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
469 (ibuffer-do-revert, ibuffer-do-replace-regexp)
470 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
471 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
472 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
473 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
474 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
475 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
476 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
477 Autoload file sans suffix.
478
479 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
480
481 2005-10-07 David Ponce <david@dponce.com>
482
483 * recentf.el (recentf-menu-open-all-flag): New option.
484 (recentf-digit-shortcut-command-name): New function.
485 (recentf--shortcuts-keymap): New variable.
486 (recentf-menu-shortcuts): New variable.
487 (recentf-make-menu-items): Initialize it. Replace the "More..."
488 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
489 (recentf-menu-value-shortcut): New function.
490 (recentf-make-menu-item): Use it. No more in-lined.
491 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
492 (recentf-open-most-recent-file): Rename from
493 `recentf-open-file-with-key'. Don't depend on key binding.
494 (recentf-mode-map): New variable.
495 (recentf-mode): Use it.
496
497 2005-10-06 Bill Wohler <wohler@newt.com>
498
499 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
500
501 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
502 (MH-E-SRC): New. Used by mh-autoloads.
503 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
504 files in MH-E-SRC have been updated.
505 (compile, recompile, bootstrap): Depend on mh-autoloads.
506
507 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
508
509 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
510 gud-break and gud-remove icons when the fringe is not available.
511
512 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
513 Typo.
514
515 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
516
517 * play/zone.el (zone): Wrap body with save-window-excursion.
518
519 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
520
521 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
522 Use the new `list-only' arg to diary-list-entries.
523
524 * calendar/diary-lib.el: Use overlays rather than selective-display.
525 (diary-selective-display): New var.
526 (diary-header-line-format): Use it.
527 (diary-list-entries): Add argument `list-only'.
528 Put the buffer in diary-mode. Don't add \^M at beg and end.
529 Replace \^M by invisible overlays.
530 (diary-unhide-everything): Replace \^M by invisible overlays.
531 (print-diary-entries): Look for overlays rather than \^M.
532 Add a space to the temp buffer name.
533 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
534 Put the buffer in diary-mode.
535 (list-sexp-diary-entries): Replace \^M by invisible overlays.
536 (diary-anniversary): Make the year arg optional.
537 (diary-time-regexp): New const.
538 (diary-font-lock-keywords): Use it to accept a few more time formats.
539
540 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
541
542 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
543
544 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
545 Fix bug introduced 2005-07-03: Use (car (last ...))
546 to faithfully reproduce replaced artist-last.
547 (artist-set-arrow-points-for-poly): Likewise.
548 Suggested by Johan Bockg\e,Ae\e(Brd.
549
550 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
551
552 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
553 * wid-edit.el (widget):
554 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
555 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
556
557 2005-10-06 Kenichi Handa <handa@m17n.org>
558
559 * international/mule-cmds.el (set-language-environment):
560 Fix setting up of case-table for unibyte mode.
561
562 * simple.el (what-cursor-position): If the character is displayed
563 by some `display' text property, show that. Don't use
564 single-key-description for eight-bit characters in multibyte mode.
565
566 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
567
568 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
569 (gdb-ann3): Set it.
570 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
571 (gdb-info-frames-custom): Use inverse-video for first five
572 characters of selected frame only.
573 (gdb-get-frame-number): Select frame even when point is on frame
574 number.
575
576 2005-10-06 Masatake YAMATO <jet@gyve.org>
577
578 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
579 Put `font-lock-function-name-face'.
580 (gdb-info-frames-custom): Put `font-lock-function-name-face'
581 and `font-lock-variable-name-face'
582 (gdb-registers-font-lock-keywords): New font lock keywords definition.
583 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
584 (gdb-memory-font-lock-keywords): New font lock keywords definition.
585 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
586 (gdb-local-font-lock-keywords): New font lock keywords definition.
587 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
588 (gdb-threads-font-lock-keywords): New font lock keywords definition.
589 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
590
591 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
592
593 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
594 (ediff-merge-region-is-non-clash-to-skip): Previously called
595 ediff-merge-region-is-non-clash.
596
597 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
598 Use insert-buffer-substring.
599
600 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
601 selecting files to patch. Also bug fixes.
602
603 * ediff-util.el (ediff-setup): Bug fix.
604 (ediff-next-difference): Never skip clashes that differ in white
605 space only.
606
607 * ediff-wind.el (ediff-setup-control-frame)
608 (ediff-destroy-control-frame): Check the menubar feature.
609
610 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
611 (viper-refresh-mode-line): Use make-local-variable to localize
612 some vars instead of make-variable-buffer-local. Suggested by
613 Stefan Monnier.
614
615 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
616 (viper-restore-cursor-type, viper-set-insert-cursor-type):
617 Use make-local-variable instead of make-variable-buffer-local.
618 Suggested by Stefan Monnier.
619
620 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
621 (viper-comint-mode-hook): Use make-local-variable on
622 require-final-newline.
623 (viper-non-hook-settings): Don't use make-variable-buffer-local.
624
625 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
628 also the second char of a comment-start sequence.
629 (scheme-sexp-comment-syntax-table): New var.
630 (lambda, define): Set their scheme-doc-string-elt property.
631 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
632 Use lisp-font-lock-syntactic-face-function now that it properly
633 handles |...| symbols.
634 (scheme-mode-variables): Set lisp-doc-string-elt-property,
635 parse-sexp-lookup-properties and font-lock-extra-managed-props.
636
637 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
638 bit from # to |.
639 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
640
641 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
642 (lisp-doc-string-elt-property): New var.
643 (lisp-font-lock-syntactic-face-function): Use it.
644 Rewrite to recognize docstrings even for forms not at toplevel.
645
646 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
647 annotation on the | part of #| rather than on the # part.
648 (scheme-font-lock-syntactic-face-function): New function, to
649 distinguish strings from |...| symbols.
650 (scheme-mode-variables): Use it. Also fix up the font-lock-time
651 syntax-table so that #|...|# is properly highlighted.
652
653 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
654 Don't mark as docstring the 3rd elem of an unknown toplevel form.
655
656 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
657
658 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
659 and C-e.
660
661 * emacs-lisp/eldoc.el: Move comments into docstrings.
662 (eldoc-message-commands): Initialize in its declaration.
663 Add move-beginning-of-line and move-end-of-line.
664 (eldoc-add-command, eldoc-add-command-completions)
665 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
666
667 * outline.el (outline-mark-subtree): Activate the mark.
668
669 * calendar/appt.el (appt-time-regexp): New var.
670 (appt-add, appt-make-list): Use it.
671 (appt-convert-time): Clean up.
672
673 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
674 Don't set any syntax-table property here.
675 (tex-font-lock-verb): New function. Do it here.
676 (tex-font-lock-syntactic-keywords): Use it.
677
678 2005-10-04 Richard M. Stallman <rms@gnu.org>
679
680 * wid-edit.el (widget-file-complete): Get the widget start point
681 the right way. Default directory to `/' if file has none.
682
683 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
684
685 * textmodes/flyspell.el (flyspell-mode-on):
686 Call ispell-maybe-find-aspell-dictionaries.
687
688 * textmodes/ispell.el (ispell-word, ispell-region):
689 Call ispell-maybe-find-aspell-dictionaries.
690 (ispell-accept-buffer-local-defs):
691 Don't call ispell-maybe-find-aspell-dictionaries
692
693 2005-10-04 Richard M. Stallman <rms@gnu.org>
694
695 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
696
697 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
698
699 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
700 instead of `fboundp' in order to allow for anonymous functions.
701
702 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
703
704 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
705 case the user clicks on the link while another window is selected.
706 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
707
708 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
709 functionality.
710 (dframe-help-echo): Save point in case mouse tracking is off.
711
712 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
713
714 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
715
716 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
717
718 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
719 not change the global value of those vars.
720
721 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
722 make-local-variable which we do not need any more.
723
724 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
725
726 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
727 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
728 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
729 (speedbar-path-line): Define obsolete aliases.
730 (speedbar-line-directory): Doc fix.
731
732 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
733 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
734 instead of speedbar-line-path.
735
736 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
737
738 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
739 to nil if dropping on a window. Handle dropping on a minibuffer window
740 like dropping on a non-window part of Emacs.
741
742 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * net/ange-ftp.el: Use with-current-buffer.
745 (ange-ftp-insert-directory): Do not follow symlinks any more.
746
747 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
748 Remove interactive spec.
749
750 2005-10-03 Kim F. Storm <storm@cua.dk>
751
752 * ido.el (ido-mode): Use custom-initialize-set.
753
754 2005-10-02 Richard M. Stallman <rms@gnu.org>
755
756 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
757 Use insert-buffer-substring.
758
759 * net/tramp.el: Pacify byte compiler warnings in pacification code.
760 (tramp-handle-file-local-copy): Use insert-buffer-substring.
761
762 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
765 in last change.
766 (ange-ftp-insert-directory): Fix up the search for the case where
767 `file' is absolute.
768
769 2005-10-02 Romain Francoise <romain@orebokech.com>
770
771 * progmodes/compile.el (compile-goto-error): Delete extra paren.
772
773 2005-10-02 Andreas Schwab <schwab@suse.de>
774
775 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
776 directory component in the session info.
777
778 2005-10-01 Richard M. Stallman <rms@gnu.org>
779
780 * comint.el (comint-redirect-subvert-readonly): Doc fix.
781
782 * simple.el (next-error-internal): New function.
783
784 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
785 (compilation-start): Pass new arg to compilation-buffer-name.
786 (compile-goto-error): Use next-error-internal.
787
788 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
789
790 * speedbar.el: Remove RCS tag.
791 (speedbar-check-read-only): Handle non-existent files.
792
793 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
794
795 * info.el (Info-speedbar-hierarchy-buttons)
796 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
797
798 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
799
800 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
801 Do not match newline.
802 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
803 (bibtex-summary): Remove unnecessary save-excursion.
804 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
805
806 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
807
808 * term/mac-win.el: Add charset info for "iso10646-1".
809 Modify default fontset to use ATSUI-compatible fonts for some charsets
810 if available.
811
812 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
813
814 * speedbar.el: Re-apply arch tag.
815 (speedbar-version): Rename to version 1.0. Suggested by Eric
816 M. Ludlam.
817 Reapply two changes from Emacs CVS' version of speedbar lost
818 during the merge:
819 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
820 (speedbar-frame-parameters): Improve customize type.
821
822 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
825 (ange-ftp-file-directory-p): Fix the symlink case.
826 (ange-ftp-insert-directory): When listing a single file, get a list of
827 the parent buffer and extract the relevant line. Inspired from a patch
828 by Katsumi Yamaoka <yamaoka@jpl.org>.
829 (ange-ftp-file-name-sans-versions): Simplify.
830
831 2005-09-30 Bill Wohler <wohler@newt.com>
832
833 Move MH-E image files from toolbar and mail directories into
834 etc/images.
835
836 * mail/reply2.*: Move to etc/images/mail/reply*.
837
838 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
839 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
840 etc/images.
841
842 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
843 * toolbar/reply*: Move to etc/images/mail.
844
845 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
846
847 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
848
849 * speedbar.el: New version 1.0pre3.
850
851 Frame management code (including timer, and mouse click specifics)
852 moved to dframe.el:
853 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
854 (speedbar-timer): Removed. Use dframe-timer.
855 (speedbar-close-frame): Removed. Use dframe-close-frame.
856 (speedbar-activity-change-focus-flag): Removed. Use
857 dframe-activity-change-focus-flag.
858 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
859 dframe-update-speed.
860
861 (speedbar-current-frame): New macro. Use this instead of the
862 variable speedbar-frame.
863
864 (speedbar-use-images, speedbar-expand-image-button-alist)
865 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
866
867 (speedbar-find-image-on-load-path): Removed. Replaced by
868 defezimage in ezimage.el.
869 (speedbar-expand-image-button-alist): Removed. Replaced by
870 ezimage-expand-image-button-alist in ezimage.el.
871
872 (speedbar-ignored-directory-regexp)
873 (speedbar-add-ignored-directory-regexp)
874 (speedbar-ignored-directory-expressions)
875 (speedbar-line-directory, speedbar-buffers-line-directory)
876 (speedbar-directory-line, speedbar-buffers-line-directory):
877 Renamed, replacing `path' with `directory'.
878
879 (speedbar-create-directory, speedbar-expand-line-descendants)
880 (speedbar-toggle-line-expansion)
881 (speedbar-contract-line-descendants): New commands.
882
883 (speedbar-query-confirmation-method, speedbar-select-frame-method)
884 (speedbar-use-tool-tips-flag): New options.
885
886 (speedbar-check-read-only, speedbar-require-version)
887 (speedbar-insert-separator, speedbar-buffers-tail-notes)
888 (speedbar-handle-delete-frame, speedbar-try-completion)
889 (speedbar-update-localized-contents): New functions.
890
891 (speedbar-incompatible-version, speedbar-ro-to-do-point)
892 (speedbar-object-read-only-indicator): New variables.
893
894 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
895 New hooks.
896
897 (speedbar-separator-face): New face.
898
899 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
900 (speedbar-ignored-modes): Add fundamental-mode.
901 (speedbar-directory-unshown-regexp): Add . directories.
902
903 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
904 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
905 `]' for full expand/close.
906 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
907
908 (speedbar-check-vc): Support hidden files.
909 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
910 (speedbar-this-file-in-vc): Use vc-state if available. If VC
911 state is nil, it is not checked out.
912
913 (speedbar-line-text, speedbar-line-token): Support expand buttons
914 with no text.
915 (speedbar-refresh): Universal argument acts as power-click.
916 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
917 that buffer to get variable values.
918
919 And many other bugfixes.
920
921 * dframe.el, ezimage.el, sb-image.el: New files.
922
923 * sb-*.xpm: Remove files. New image files installed into
924 etc/images/ezimage.
925
926 2005-09-30 Kenichi Handa <handa@m17n.org>
927
928 * ps-mule.el (ps-mule-show-warning): If a character is in
929 ps-print-translation-table, don't treat it as non-printable.
930
931 2005-09-30 David Ponce <david@dponce.com>
932
933 * tree-widget.el (tree-widget-themes-load-path): New variable.
934 (tree-widget-themes-directory): Doc fix.
935 (tree-widget-image-formats) [Emacs]: Doc fix.
936 (tree-widget--locate-sub-directory): New function.
937 (tree-widget-themes-directory): Use it.
938
939 * recentf.el (recentf-filename-handlers): Rename from
940 `recentf-filename-handler'. Allow a list of functions.
941 (recentf-menu-items-for-commands): Fix :help strings.
942 (recentf-apply-filename-handlers): New function.
943 (recentf-expand-file-name): Use it.
944 (recentf-cleanup): Remove duplicates too.
945
946 2005-09-29 Juri Linkov <juri@jurta.org>
947
948 * faces.el: Rearrange face definitions to be in the same order as
949 their face descriptions in "(emacs)Standard Faces".
950
951 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
952
953 * tooltip.el (tooltip): Add group `basic-faces'.
954
955 * buff-menu.el (Buffer-menu-buffer): Remove group
956 `font-lock-highlighting-faces'.
957
958 * progmodes/compile.el (compilation-error, compilation-warning)
959 (compilation-info, compilation-line-number, compilation-column-number):
960 Change group from `font-lock-highlighting-faces' to `compilation'.
961
962 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
963 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
964 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
965 (vhdl-font-lock-reserved-words-face)
966 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
967 `font-lock-highlighting-faces'.
968
969 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
970
971 2005-09-28 Kim F. Storm <storm@cua.dk>
972
973 * emulation/cua-base.el: Set CUA move property on additional commands:
974 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
975 forward-sexp, backward-sexp, forward-list, backward-list.
976
977 2005-09-28 Romain Francoise <romain@orebokech.com>
978
979 * comint.el (comint-show-output): Really set point at the
980 beginning of the output when not using `comint-use-prompt-regexp'.
981
982 2005-09-27 Jay Belanger <belanger@truman.edu>
983
984 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
985 in TeX mode.
986
987 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
988
989 * textmodes/org.el (org-table-sum): Fix format string.
990
991 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
992 Quote face names.
993
994 2005-09-26 Romain Francoise <romain@orebokech.com>
995
996 * isearch.el (isearch-forward-regexp): Close doc string.
997
998 2005-09-25 Richard M. Stallman <rms@gnu.org>
999
1000 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1001
1002 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1003
1004 * progmodes/compile.el (compilation-error-properties):
1005 When getting the file from the previous error message,
1006 correctly decode the new data format.
1007
1008 * progmodes/cc-cmds.el (c-electric-paren):
1009 Call old-blink-paren only for close-paren.
1010
1011 2005-09-24 Andreas Schwab <schwab@suse.de>
1012
1013 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1014 condition.
1015
1016 2005-09-25 Romain Francoise <romain@orebokech.com>
1017
1018 * dired-aux.el (dired-copy-file-recursive):
1019 * dired.el (dired-delete-file):
1020 * ediff-mult.el (ediff-dir-diff-copy-file):
1021 * ediff-util.el (ediff-test-save-region):
1022 * forms.el (forms-mode):
1023 * ido.el (ido-file-internal, ido-delete-file-at-head):
1024 * log-edit.el (log-edit-done):
1025 * ses.el (ses-yank-resize):
1026 * play/gomoku.el (gomoku-human-plays, gomoku)
1027 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1028 (gomoku-offer-a-draw):
1029 * play/landmark.el (lm-human-resigns, lm):
1030 * net/eudcb-ldap.el (eudc-ldap-check-base):
1031 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1032 * progmodes/ebrowse.el (ebrowse-find-pattern):
1033 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1034 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1035 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1036
1037 * vc.el (vc-delete-file):
1038 * play/gomoku.el (gomoku-terminate-game, gomoku)
1039 (gomoku-prompt-for-move, gomoku-human-takes-back):
1040 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1041 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1042
1043 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1044
1045 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1046 color rxvt terminals by using the code xterm.el used to use before
1047 2005-04-09 in order to match the colors used by rxvt.
1048
1049 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1050
1051 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1052 colors rxvt-unicode terminals by using the same code as xterm.el.
1053
1054 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1057 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1058 new symbol used for the tex-verbatim face.
1059
1060 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1061
1062 * woman.el (woman-file-name):
1063 * wid-edit.el (widget-file-prompt-value)
1064 (widget-coding-system-prompt-value):
1065 * w32-fns.el (set-w32-system-coding-system):
1066 * vc.el (vc-version-diff, vc-annotate):
1067 * textmodes/reftex-auc.el (reftex-arg-cite)
1068 (reftex-arg-index-tag):
1069 * textmodes/refer.el (refer-get-bib-files):
1070 * textmodes/artist.el (artist-figlet-choose-font):
1071 * terminal.el (terminal-emulator):
1072 * replace.el (occur-read-primary-args):
1073 * rect.el (string-rectangle, string-insert-rectangle):
1074 * ps-print.el (ps-print-preprint):
1075 * progmodes/pascal.el (pascal-goto-defun):
1076 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1077 * progmodes/compile.el (compilation-find-file):
1078 * printing.el (pr-interactive-n-up):
1079 * play/animate.el (animate-birthday-present):
1080 * net/rcompile.el (remote-compile):
1081 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1082 * mail/rmailsum.el (rmail-summary-search-backward)
1083 (rmail-summary-search):
1084 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1085 (rmail-output-read-file-name):
1086 * mail/rmail.el (rmail-search, rmail-search-backwards):
1087 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1088 * locate.el (locate):
1089 * international/quail.el (quail-show-keyboard-layout):
1090 * international/mule.el (set-buffer-file-coding-system)
1091 (revert-buffer-with-coding-system, set-file-name-coding-system)
1092 (set-terminal-coding-system, set-keyboard-coding-system)
1093 (set-next-selection-coding-system):
1094 * international/mule-diag.el (describe-coding-system)
1095 (describe-font, describe-fontset):
1096 * international/mule-cmds.el (universal-coding-system-argument)
1097 (search-unencodable-char, describe-input-method)
1098 (set-language-environment, describe-language-environment):
1099 * international/codepage.el (codepage-setup):
1100 * international/code-pages.el (codepage-setup):
1101 * info.el (Info-search, Info-follow-reference)
1102 (Info-search-backward):
1103 * emacs-lisp/advice.el (ad-read-advised-function)
1104 (ad-read-advice-class, ad-clear-cache, ad-activate)
1105 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1106 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1107 (ad-read-regexp):
1108 * ediff-util.el (ediff-toggle-regexp-match):
1109 * ediff-ptch.el (ediff-prompt-for-patch-file):
1110 * dired-aux.el (dired-diff):
1111 * diff.el (diff):
1112 * cus-edit.el (custom-variable-prompt):
1113 * calendar/timeclock.el (timeclock-ask-for-project):
1114 * calc/calcalg3.el (calc-get-fit-variables):
1115 * calc/calc-store.el (calc-edit-variable)
1116 (calc-permanent-variable):
1117 * vc-mcvs.el (vc-mcvs-register):
1118 * shadowfile.el (shadow-define-literal-group):
1119 * woman.el (woman-file-name):
1120 * vc.el (vc-version-diff, vc-merge):
1121 * textmodes/reftex-index.el (reftex-index-complete-tag):
1122 * format.el (format-decode-buffer, format-decode-region):
1123 * emulation/viper-cmd.el (viper-read-string-with-history):
1124 * emacs-lisp/debug.el (cancel-debug-on-entry):
1125 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1126 * ediff.el (ediff-merge-revisions)
1127 (ediff-merge-revisions-with-ancestor, ediff-revision):
1128 * completion.el (interactive-completion-string-reader):
1129 * calc/calc-prog.el (calc-user-define-formula):
1130 Follow convention for reading with the minibuffer.
1131
1132 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1133
1134 * progmodes/python.el (python-describe-symbol): Add globals() and
1135 locals() to the arguments of emacs.ehelp.
1136
1137 2005-09-24 Magnus Henoch <mange@freemail.hu>
1138
1139 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1140 New function, code extracted from ispell-valid-dictionary-list.
1141 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1142 Call it.
1143
1144 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1145
1146 * subr.el (version-regexp-alist): Extend valid syntax for version
1147 strings: allow any of the characters -,_,+ to separate the
1148 alpha/beta/rc part from the version part. Doc fix.
1149 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1150
1151 2005-09-23 David Reitter <david.reitter@gmail.com>
1152
1153 * mail/mailclient.el: New file.
1154
1155 2005-09-23 Richard M. Stallman <rms@gnu.org>
1156
1157 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1158 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1159 Doc fixes.
1160
1161 * progmodes/cc-mode.el (c-font-lock-init):
1162 Specify font-lock-lines-before.
1163
1164 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1167 whole conflict.
1168
1169 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1170
1171 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1172 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1173 of `remap' feature when available. Additional key bindings for
1174 better tty support.
1175 (org-mode-restart, org-force-self-insert): New commands.
1176 (org-time-stamp-inactive): New command.
1177 (org-remap): New function.
1178 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1179 (org-enable-fixed-width-editor): Move to `org-structure'
1180 customization group.
1181 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1182 blank field after field motion commands.
1183
1184 2005-09-23 Kenichi Handa <handa@m17n.org>
1185
1186 * international/mule-cmds.el (set-language-environment):
1187 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1188 have to call utf-translate-cjk-load-tables.
1189
1190 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * mouse.el (mouse-move-drag-overlay): Fix last change.
1193
1194 2005-09-22 David Ponce <david@dponce.com>
1195
1196 * tree-widget.el (tree-widget-value-create): Fix previous change.
1197
1198 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1199
1200 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1201
1202 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1203
1204 * mouse.el (mouse-move-drag-overlay): New function.
1205 (mouse-drag-region-1): Use it.
1206 Try to simplify a bit the state handling. Handle clicks on links
1207 inside intangible areas.
1208 (mouse-save-then-kill): Minor simplification.
1209 (mouse-secondary-overlay): Make it always non-nil instead of
1210 recreating it each time.
1211 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1212 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1213 Simplify accordingly.
1214
1215 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1216
1217 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1218
1219 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1220
1221 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1222 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1223 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1224 to patch.
1225
1226 * ediff-util.el: Use insert-buffer-substring.
1227
1228 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1229
1230 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1231 field boundaries in the minibuffer.
1232 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1233 (viper-minibuffer-post-command-hook): New hook.
1234 (viper-line): Don't move cursor at bolp.
1235
1236 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1237
1238 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1239 avoid compiler warnings.
1240
1241 * emulation/viper-macs.el (ex-map): Better messages.
1242
1243 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1244
1245 * emulation/viper.el: Replace make-variable-buffer-local with
1246 viper-make-variable-buffer-local everywhere, to avoid warnings.
1247
1248 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1251 Delete unused var `old-selected-window'.
1252 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1253 (mouse-drag-secondary): Delete unused var `start-frame'.
1254
1255 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1256
1257 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1258
1259 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1260
1261 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1262 Re-indent within 80 columns. Use inhibit-read-only.
1263
1264 2005-09-19 Romain Francoise <romain@orebokech.com>
1265
1266 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1267
1268 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1269
1270 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1271 unconditionally, since the after-change-function already did it.
1272
1273 2005-09-19 Miles Bader <miles@gnu.org>
1274
1275 * net/newsticker.el: Get rid of CVS keyword.
1276
1277 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1278
1279 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1280 The prompt is formatted later.
1281
1282 2005-09-19 David Ponce <david@dponce.com>
1283
1284 * tree-widget.el (tree-widget-value-create): Save the converted
1285 tree :node widget.
1286
1287 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1288
1289 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1290 variable `message'.
1291
1292 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1293
1294 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1295 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1296 <slawomir.nowaczyk.847@student.lu.se>.
1297
1298 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1299
1300 * image.el (image-load-path): Use symbol `data-directory' instead
1301 of its value, for backward compatibility with packages that bind
1302 it during `find-image'. Suggested by Katsumi Yamaoka.
1303 (image-search-load-path): Handle symbols whose values are strings.
1304
1305 2005-09-18 Romain Francoise <romain@orebokech.com>
1306
1307 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1308 with-current-buffer form in save-excursion.
1309
1310 2005-09-18 D Goel <deego@gnufans.org>
1311
1312 * apropos.el (apropos-command): Fix `message' call: first arg
1313 should be a format spec. In this and all other cases that appear
1314 below and elsewhere in the source code, I made a change only when
1315 two conditions were satisfied: [1] I can think of a possibility
1316 that the arguments would cause an error, for example, the code in
1317 question relies on external variables such as filenames. [2] I
1318 was sure that the arg to `message' could not have been nil in the code.
1319
1320 * textmodes/tildify.el (tildify-region): Ditto.
1321
1322 * textmodes/reftex-index.el (reftex-index-change-entry)
1323 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1324 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1325 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1326 (org-priority, org-table-sum):
1327 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1328 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1329 (flyspell-word, flyspell-display-next-corrections):
1330 * textmodes/bibtex.el (bibtex-print-help-message):
1331 * textmodes/artist.el (artist-key-set-point-poly):
1332 * term/mac-win.el (mac-services-insert-text):
1333 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1334 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1335 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1336 (vhdl-compose-configuration):
1337 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1338 (sh-set-indent, sh-learn-line-indent):
1339 * progmodes/ps-mode.el (ps-mode-target-column):
1340 * progmodes/idlwave.el (idlwave-make-tags)
1341 (idlwave-scan-library-catalogs):
1342 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1343 * progmodes/gud.el (gud-jdb-analyze-source):
1344 * progmodes/flymake.el (flymake-log):
1345 * progmodes/ebnf2ps.el (ebnf-generate-region):
1346 * progmodes/cmacexp.el (c-macro-expansion):
1347 * progmodes/ada-xref.el (ada-treat-cmd-string):
1348 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1349 (ada-justified-indent-current, ada-batch-reformat):
1350 * play/zone.el (zone):
1351 * play/landmark.el (lm-move):
1352 * play/decipher.el (decipher-show-alphabet):
1353 * net/newsticker.el (newsticker--display-jump)
1354 (newsticker--display-scroll):
1355 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1356 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1357 * mail/feedmail.el (feedmail-dump-message-to-queue):
1358 * eshell/esh-proc.el (eshell-remove-process-entry):
1359 * emulation/ws-mode.el (ws-last-error):
1360 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1361 (viper-record-kbd-macro):
1362 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1363 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1364 * emacs-lisp/find-func.el (find-function-noselect):
1365 * calendar/timeclock.el (timeclock-status-string)
1366 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1367 (timeclock-when-to-leave-string):
1368 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1369 * calc/calc-units.el (calc-enter-units-table):
1370 * calc/calc-mode.el (calc-mode-record-mode):
1371 * woman.el (woman-mini-help):
1372 * wdired.el (wdired-change-to-wdired-mode):
1373 * vc.el (vc-retrieve-snapshot):
1374 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1375 * startup.el (display-startup-echo-area-message):
1376 * simple.el (set-goal-column):
1377 * ses.el (ses-command-hook, ses-recalculate-cell):
1378 * server.el (server-process-filter):
1379 * printing.el (pr-interface-txt-print, pr-interface-printify)
1380 (pr-interface-ps):
1381 * pcvs.el (cvs-help):
1382 * log-edit.el (log-edit, log-edit-mode-help):
1383 * iswitchb.el (iswitchb-possible-new-buffer):
1384 * isearch.el (isearch-edit-string):
1385 * image-mode.el (image-mode, image-minor-mode):
1386 * ibuf-macs.el (define-ibuffer-filter):
1387 * hi-lock.el (hi-lock-find-patterns):
1388 * files.el (toggle-read-only):
1389 * ediff-util.el (ediff-copy-diff)
1390 (ediff-write-merge-buffer-and-maybe-kill):
1391 * echistory.el (Electric-history-undefined):
1392 * dnd.el (dnd-insert-text):
1393 * dired-aux.el (dired-query):
1394 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1395 * bookmark.el (bookmark-bmenu-locate):
1396 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1397 Fix `message' calls to ensure first arg is a format string.
1398 The change was made only when these two conditions were satisfied:
1399 [1] when there is a possibility that the arguments would cause an error
1400 for example, if the code in question relies on external variables
1401 such as filenames, and
1402 [2] if the arg to `message' could not have been nil in the code.
1403
1404 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1405 Not having a %s would be weird, though not technically wrong.
1406
1407 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1408
1409 * term/mac-win.el (mac-add-charset-info): Doc fix.
1410
1411 2005-09-17 Romain Francoise <romain@orebokech.com>
1412
1413 * shell.el (shell-resync-dirs): Handle echoing processes more
1414 reliably. Don't insert resync command if `comint-process-echoes'
1415 is non-nil.
1416
1417 2005-09-17 Magnus Henoch <mange@freemail.hu>
1418
1419 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1420 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1421 aspell versions >= 0.60.
1422 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1423 only if ispell-aspell-supports-utf8 is non-nil.
1424
1425 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1426
1427 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1428 buffer-local value to lisp-indent-function.
1429
1430 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1431
1432 * progmodes/glasses.el (glasses-make-readable): If
1433 glasses-separator differs from underscore, put appropriate
1434 overlays over underscore characters.
1435 (glasses-convert-to-unreadable): If glasses-separator differs from
1436 underscore, try to convert glasses-separator characters to
1437 underscores.
1438
1439 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1442 Use with-syntax-table and dolist.
1443
1444 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1445
1446 * textmodes/reftex-auc.el:
1447 * textmodes/reftex-cite.el:
1448 * textmodes/reftex-dcr.el:
1449 * textmodes/reftex-global.el:
1450 * textmodes/reftex-parse.el:
1451 * textmodes/reftex-ref.el:
1452 * textmodes/reftex-sel.el:
1453 * textmodes/reftex-toc.el:
1454 * textmodes/reftex-vars.el:
1455 * textmodes/reftex.el: Small changes to remove compiler warnings.
1456
1457 * textmodes/reftex-index.el: Likewise.
1458 (reftex-query-index-phrase): More efficient use of markers.
1459
1460 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * image.el (image-load-path): New variable.
1463 (image-search-load-path): New function.
1464 (find-image): Search for images in `image-load-path'.
1465
1466 2005-09-15 Richard M. Stallman <rms@gnu.org>
1467
1468 * follow.el: Change Maintainer field.
1469
1470 2005-09-15 David Ponce <david@dponce.com>
1471
1472 * recentf.el (recentf-save-file-modes): New option.
1473 (recentf-save-list): Use it.
1474
1475 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1476
1477 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1478 (mode-line-mule-info, mode-line-modified): Move bindings from
1479 mouse-3 to mouse-1.
1480
1481 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1482
1483 * simple.el (sendmail-user-agent-compose): Revert last change.
1484
1485 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1488 Use with-current-buffer.
1489 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1490 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1491 (ange-ftp-insert-directory): Remove unused var `short'.
1492 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1493
1494 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1495 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1496
1497 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1498 (check-calendar-holidays, diary-list-entries): Autoload.
1499 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1500 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1501
1502 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1503 which mistakenly removed a call to display-buffer.
1504
1505 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1506
1507 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1508
1509 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1510
1511 * progmodes/hideshow.el
1512 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1513 (hs-allow-nesting): New user var.
1514 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1515 (hs-hide-block-at-point): When nesting allowed,
1516 if there is already an overlay in place, delete it.
1517 (hs-safety-is-job-n): Delete func; remove call sites.
1518 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1519 (hs-overlay-at): New func.
1520 (hs-already-hidden-p, hs-show-block): Use it.
1521 (hs-hide-all): Don't pre-clean if nesting allowed.
1522 (hs-show-all): Temporarily disallow
1523 nesting around call to `hs-discard-overlays'.
1524
1525 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1526
1527 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1528 Delete unused local var.
1529
1530 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1531
1532 * help-fns.el (describe-categories): "?\ " -> "?\s".
1533 (help-do-arg-highlight): Recognize also ARG-n, as in
1534 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1535
1536 * international/codepage.el (dos-unsupported-char-glyph):
1537 * net/newsticker.el (tool-bar-map, w3-mode-map)
1538 (w3m-minor-mode-map):
1539 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1540 (ent-alist):
1541 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1542
1543 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1544
1545 * custom.el (custom-push-theme): Handle the case where a symbol is
1546 bound but face properties have not yet been assigned.
1547
1548 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1549 Fix behavior if noerase is `t' and there is no mail buffer.
1550
1551 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1552 if `continue' is nil, rather than signal an error.
1553
1554 2005-09-12 Richard M. Stallman <rms@gnu.org>
1555
1556 * font-lock.el (font-lock-keywords): Add autoload.
1557
1558 * help-fns.el (describe-variable): Rearrange to put source link
1559 in a predictable place.
1560
1561 * net/newsticker.el: New file.
1562
1563 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1566 (calendar-basic-setup): Use the new nil arg.
1567 (number-of-diary-entries): Move to diary-lib.el.
1568
1569 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1570 (diary-list-entries): Use with-syntax-table and dolist.
1571 Rename from list-diary-entries.
1572 Use number-of-diary-entries if `number' is nil.
1573 (diary, diary-view-entries): Use this new name and new nil arg value.
1574 (number-of-diary-entries): Move from calendar.el.
1575 (diary-unhide-everything): New function.
1576 (include-other-diary-files, fancy-diary-display)
1577 (diary-show-all-entries, make-diary-entry): Use it.
1578 (diary-mail-entries): Use buffer-string.
1579 (mark-diary-entries): Fix long standing paren typo.
1580 (diary-sexp-entry): Use count-lines.
1581 (make-diary-entry): Avoid `previous-line'.
1582 (diary-mode-map): New var.
1583 (diary-mode): Redraw cal after saving. Setup header-line.
1584 (fancy-diary-display-mode): Use local-set-key.
1585
1586 * startup.el (command-line): Try calling various terminal-init-foo-bar
1587 functions by stripping hyphenated suffixes from $TERM.
1588
1589 * files.el (normal-mode): Check boundness of font-lock-keywords.
1590
1591 2005-09-12 Richard M. Stallman <rms@gnu.org>
1592
1593 * progmodes/compile.el: Don't decide a file's directory
1594 until the user actually tries to go there.
1595 (compilation-next-error-function):
1596 Pass compilation-find-file the directory from the file-struct.
1597 (compilation-internal-error-properties): Separate local FILE-STRUCT
1598 from FILE. Doc the args better. Rename arg FMT to FMTS.
1599 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1600 Expand it, and if nil, use default-directory.
1601 (compilation-get-file-structure): Don't mix specified directory
1602 with default directory. Put specified directory into
1603 file-struct. Don't make the file name absolute.
1604
1605 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1606 (compile-command): Add autoload.
1607 (compilation-disable-input): Add autoload.
1608
1609 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1610
1611 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1612 strings of the variables it can override.
1613 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1614 %Q and %q, for fully-qualified domain name and unqualified host name.
1615
1616 2005-09-11 Kim F. Storm <storm@cua.dk>
1617
1618 * emacs-lisp/authors.el (authors-aliases): Update list.
1619 (authors-fixed-entries): Update mldrag.el entry.
1620
1621 2005-09-10 Alan Mackenzie <acm@muc.de>
1622
1623 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1624 from the region narrowed to.
1625
1626 2005-09-10 Magnus Henoch <mange@freemail.hu>
1627
1628 * textmodes/ispell.el (ispell-check-version): Signal an error if
1629 aspell version is less than 0.60.
1630
1631 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1632
1633 * progmodes/octave-inf.el (inferior-octave-startup):
1634 Resync current dir at the end.
1635
1636 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1637
1638 * woman.el (woman-topic-at-point-default):
1639 Rename to woman-use-topic-at-point-default.
1640 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1641 (woman-file-name): Reflect renames above. Automatically use the
1642 word at point as topic if woman-use-topic-at-point is non-nil.
1643 Otherwise offer it as default but don't insert it in the
1644 minibuffer. Also use `test-completion' instead of `assoc' as
1645 suggested by Stefan Monnier.
1646
1647 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1648
1649 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1650 the attempt to do it over Tramp. This is not yet supported.
1651
1652 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1653
1654 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1655 (menu-bar-non-minibuffer-window-p): New functions.
1656 ("Split Window", "Save As..."): Use them.
1657 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1658 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1659 Use menu-bar-menu-frame-live-and-visible-p.
1660 ("Save Buffer", "Insert File", "Open Directory...")
1661 ("Open File...", "Visit New File..."):
1662 Use menu-bar-non-minibuffer-window-p.
1663 (kill-this-buffer-enabled-p, dired <menu-enable>):
1664 Use menu-bar-non-minibuffer-window-p.
1665
1666 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1667
1668 * cus-start.el (all): Don't complain about fringe-related
1669 built-ins if fringes are not supported. Ditto about
1670 selection-related built-ins. Fix the test for GTK-related built-ins.
1671
1672 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1673 ("Postscript Print Buffer", "Print Region", "Save As...")
1674 ("Save", "Insert File...", "Open Directory...")
1675 ("Open File...", "Visit New File..."")
1676 ("Truncate Long Lines in this Buffer"): Don't look at
1677 menu-updating-frame if this display does not support multiple frames.
1678
1679 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1680
1681 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1682
1683 2005-09-09 Emilio Lopes <eclig@gmx.net>
1684
1685 * woman.el: Format- and whitespace-related changes.
1686
1687 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1688
1689 * woman.el: Fix my email address.
1690
1691 2005-09-08 Richard M. Stallman <rms@gnu.org>
1692
1693 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1694 (sh-mode): Locally set skeleton-pair-default-alist.
1695
1696 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1697
1698 * progmodes/flymake.el: Require `compile' unconditionally.
1699
1700 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1701
1702 * woman.el (woman-file-name): Provide a default, not initial input.
1703
1704 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1705
1706 * font-lock.el (font-lock-support-mode): Doc fix.
1707
1708 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1709
1710 2005-09-08 Richard M. Stallman <rms@gnu.org>
1711
1712 * simple.el (blink-matching-open): Get rid of text props from
1713 the string shown in echo area. Don't permanently set point.
1714 Some rearrangements.
1715
1716 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1717
1718 * recentf.el (recentf-filename-handler): Add custom choice
1719 `abbreviate-file-name'.
1720
1721 * msb.el (msb--very-many-menus): Fix typo.
1722
1723 * disp-table.el (standard-display-european): Don't set
1724 enable-multibyte-characters to nil.
1725
1726 2005-09-08 David Ponce <david@dponce.com>
1727
1728 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1729 (recentf-expand-file-name): Doc fix.
1730 (recentf-dialog-mode-map): Define digit shortcuts.
1731 (recentf--files-with-key): New variable.
1732 (recentf-show-digit-shortcut-filter): New function.
1733 (recentf-open-files-items): New function.
1734 (recentf-open-files): Use it.
1735 (recentf-open-file-with-key): New command.
1736
1737 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1740 Suggested by Kim F. Storm.
1741 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1742 (Buffer-menu-make-sort-button): Use global keymap.
1743
1744 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1745
1746 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1747 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1748 necessary any longer with the remapped command.
1749 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1750 formatting time only.
1751
1752 * net/tramp.el (tramp-action-password)
1753 (tramp-multi-action-password): Compile the password prompt from
1754 `method', `user' and `host'. Sometimes it isn't obvious which
1755 password to enter, for example with remote files offered by
1756 recentf.el, or with multiple steps. Suggested by Robert Marshall
1757 <robert@chezmarshall.freeserve.co.uk>.
1758
1759 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1760
1761 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1762 Fix regexp for when "s///" is at the beginning of line.
1763
1764 2005-09-07 Jay Belanger <belanger@truman.edu>
1765
1766 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1767 when in matrix mode.
1768
1769 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1772 non-anonymous functions.
1773
1774 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1775
1776 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1777 when using a header line. Otherwise, use mouse-1-click-follows-link.
1778
1779 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1780 can't be moved; don't signal an error.
1781
1782 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * cus-theme.el (custom-theme-write-faces): Save the current face
1785 spec, not the defface spec.
1786
1787 * custom.el (custom-known-themes): Clarify meaning of "standard".
1788 (custom-push-theme): Save old values in the standard theme.
1789 (disable-theme): Correct typo.
1790 (custom-face-theme-value) Deleted unused function.
1791 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1792
1793 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * progmodes/compile.el (compilation-goto-locus): Take into account
1796 iconified frames when determining whether the buffer is
1797 already visible.
1798 Don't reset window height if the window already existed.
1799
1800 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1801
1802 * custom.el (load-theme): Rename from require-theme.
1803 Add interactive spec.
1804 (enable-theme): Rename from custom-enable-theme.
1805 Add interactive spec.
1806 (disable-theme): Rename from custom-disable-theme.
1807 Add interactive spec.
1808 (custom-make-theme-feature): Doc fix.
1809 (custom-theme-directory): Doc fix.
1810 (provide-theme): Call enable-theme.
1811
1812 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * obsolete/lazy-lock.el (lazy-lock-mode):
1815 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1816 font-lock-mode if it's off. Print a warning instead.
1817
1818 * progmodes/compile.el (compilation-start): Ignore errors if the
1819 process died before we get to send-eof.
1820
1821 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1822 Undo last change. Enclosing the result in quotes broke things on Unix
1823 since tex-send-command passes it through shell-quote-argument.
1824 (tex-send-command): Pass `file' through convert-standard-filename
1825 when possible.
1826 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1827 info in a transcript.
1828
1829 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1830
1831 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1832 fix compilation warning. Reorder the key definitions to group
1833 together keys emitted by the current version of xterm.
1834
1835 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1836 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1837 Reorder predicates to correct min-color usage.
1838
1839 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1840
1841 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1842 Kill local variables when longlines-mode is turned off.
1843
1844 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1847
1848 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1849
1850 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1851
1852 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1853 (font-lock-lines-before): Change default to being inactive.
1854 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1855 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1856
1857 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1858
1859 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1860 Deactivate temporarily advice if active (not needed for Emacs 22,
1861 but for backwards compatibility).
1862 (tramp-exists-file-name-handler): Rewrite. First implementation
1863 was too simple.
1864 (tramp-advice-make-auto-save-file-name):
1865 Call `tramp-handle-make-auto-save-file-name' (again, just for
1866 backwards compatibility).
1867
1868 2005-08-31 Reto Zimmermann <reto@gnu.org>
1869
1870 * progmodes/vhdl-mode.el
1871 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1872 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1873 (vhdl-set-default-project): New function (easier setting of default).
1874 (vhdl-port-copy): Handle extended identifiers for generics.
1875 (vhdl-compiler-alist): Better description for error message regexp.
1876 (vhdl-make): Query for target, use previous as default.
1877 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1878 (vhdl-font-lock-keywords-2): Fix fontification for record
1879 el. assign.
1880 (vhdl-speedbar-make-subpack-line): Add package body link.
1881 (vhdl-generate-makefile-1): Not include itself as dependency.
1882 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1883 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1884 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1885 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1886 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1887 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1888 (vhdl-import-project): Add string argument for `error'.
1889 (vhdl-compose-configuration)
1890 (vhdl-compose-configuration-architecture): Add configuration
1891 declaration generation.
1892 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1893 (vhdl-trailer-re): Add "record" keyword (better indentation).
1894 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1895 "[^ \t-\"]+".
1896 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1897 (vhdl-testbench-entity-file-name)
1898 (vhdl-testbench-architecture-file-name): Allow separate
1899 customization of testbench file names.
1900 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1901 (vhdl-get-visible-signals): Allow newline within alias declaration.
1902 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1903 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1904 (member-ignore-case): Alias for missing function in XEmacs.
1905 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1906 (vhdl-update-sensitivity-list): Ignore case on read signals.
1907 (vhdl-replace-string): Adjust case only for file names.
1908 (vhdl-update-sensitivity-list): Fix search for read signals.
1909 (vhdl-update-sensitivity-list): Exclude formal parameters.
1910 (vhdl-get-visible-signals): Include aliases of signals.
1911 (vhdl-get-visible-signals): Fix signal name searching.
1912 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1913 (vhdl-fixup-whitespace-region): Fix for character
1914 literals (e.g. ':').
1915
1916 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1917
1918 * ansi-color.el (comint-last-output-start):
1919 * bs.el (font-lock-verbose):
1920 * diff-mode.el (add-log-buffer-file-name-function):
1921 * dired-x.el (vm-folder-directory):
1922 * faces.el (help-xref-stack-item):
1923 * files.el (font-lock-keywords):
1924 * find-lisp.el (dired-buffers, dired-subdir-alist):
1925 * ido.el (cua-inhibit-cua-keys):
1926 * log-view.el (cvs-minor-wrap-function):
1927 * outline.el (font-lock-warning-face):
1928 * simple.el (compilation-current-error):
1929 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1930 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1931 * tooltip.el (comint-prompt-regexp):
1932 * w32-fns.el (explicit-shell-file-name):
1933 * term/mac-win.el (mac-charset-info-alist)
1934 (mac-services-selection, mac-system-script-code):
1935 * term/tty-colors.el (msdos-color-values):
1936 * term/w32-win.el (xlfd-regexp-registry-subnum):
1937 * term/x-win.el (x-keysym-table, x-selection-timeout)
1938 (x-session-id, x-session-previous-id):
1939 * textmodes/ispell.el (mail-yank-prefix):
1940 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1941 * textmodes/org.el (calc-embedded-close-formula)
1942 (calc-embedded-open-formula)
1943 (font-lock-unfontify-region-function):
1944 * textmodes/reftex-global.el (isearch-next-buffer-function)
1945 (TeX-master):
1946 * textmodes/reftex.el (font-lock-keywords):
1947 * textmodes/tex-mode.el (font-lock-comment-face)
1948 (font-lock-doc-face):
1949 * textmodes/texinfo.el (outline-heading-alist):
1950 Add defvars.
1951
1952 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1953 (artist-spray-chars, artist-mode-init, artist-replace-string)
1954 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1955 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1956 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1957
1958 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1959 (conf-align-assignments): "?\ " -> "?\s".
1960
1961 * textmodes/reftex-index.el (TeX-master): Add defvar.
1962 (reftex-index-phrases-marker): Move up defvar.
1963
1964 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1965 (reftex-toc-include-labels-indicator)
1966 (reftex-toc-include-index-indicator)
1967 (reftex-toc-max-level-indicator): Move up declarations.
1968
1969 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1970 of args to `tramp-run-real-handler', even if it's empty in this case.
1971
1972 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1973
1974 * dired.el (dired-move-to-filename-regexp): Add date format for
1975 Mac OS X 10.3 in East Asian locales.
1976
1977 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1978
1979 * files.el (make-auto-save-file-name): Add file name handler call
1980 if applicable.
1981
1982 * net/tramp.el (tramp-file-name-handler-alist)
1983 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1984 (tramp-handle-make-auto-save-file-name): Rename from
1985 `tramp-make-auto-save-file-name'.
1986 (tramp-exists-file-name-handler): New defun.
1987 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1988 `make-auto-save-file-name' is not a magic file name operation.
1989
1990 2005-08-30 Richard M. Stallman <rms@gnu.org>
1991
1992 * files.el (risky-local-variable-p):
1993 Match `-predicates' and `-commands.
1994
1995 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1996 (custom-save-all): Visit the file if necessary;
1997 kill the buffer if we created it.
1998 (custom-save-delete): Don't visit file or kill buffer here.
1999
2000 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2001
2002 * textmodes/org.el (org-special-keyword): New face.
2003 (org-table-copy-down, org-table-eval-formula)
2004 (org-table-recalculate, org-init-section-numbers):
2005 Use `string-to-number' instead of `string-to-int'.
2006 (org-get-location): Use `insert-buffer-substring' instead of
2007 `insert-buffer'.
2008 (org-modify-diary-entry-string): New function.
2009 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2010 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2011 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2012 active region.
2013 (org-export-as-html): Handle QUOTE keyword.
2014 (org-quote-string): New option.
2015 (org-bookmark-jump-unhide): New function, used for
2016 `bookmark-after-jump-hook'.
2017 (org-diary-default-entry): Apply only when not called through
2018 `org-agenda'.
2019
2020 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * net/eudc.el (mode-popup-menu):
2023 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2024 * progmodes/ada-mode.el (compile-auto-highlight)
2025 (skeleton-further-elements):
2026 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2027 * progmodes/cmacexp.el (msdos-shells):
2028 * progmodes/compile.el (font-lock-extra-managed-props)
2029 (font-lock-keywords, font-lock-maximum-size)
2030 (font-lock-support-mode):
2031 * progmodes/grep.el (font-lock-lines-before):
2032 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2033 * progmodes/mixal-mode.el (compile-command):
2034 * progmodes/perl-mode.el (font-lock-comment-face)
2035 (font-lock-doc-face, font-lock-string-face):
2036 * progmodes/prolog.el (comint-prompt-regexp):
2037 * progmodes/sh-script.el (font-lock-comment-face)
2038 (font-lock-set-defaults, font-lock-string-face):
2039 * progmodes/sql.el (font-lock-keyword-face)
2040 (font-lock-set-defaults, font-lock-string-face):
2041 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2042 (itimer-version, lazy-lock-defer-contextually)
2043 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2044 Add defvars.
2045
2046 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2047 (cperl-electric-keyword, cperl-electric-pod)
2048 (cperl-electric-backspace, cperl-forward-re)
2049 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2050 (vc-rcs-header, vc-sccs-header): Add defvars.
2051
2052 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2053 (font-lock-syntactic-keywords, gud-find-expr-function):
2054 Add defvars.
2055
2056 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2057 (gdb-frame-parameters): Declare before use.
2058
2059 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2060 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2061 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2062 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2063
2064 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2065 (idlwave-help-with-source): Use `insert-buffer-substring', not
2066 `insert-buffer'.
2067
2068 2005-08-29 Juri Linkov <juri@jurta.org>
2069
2070 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2071 Put outline-back-to-heading function call inside save-excursion.
2072
2073 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2074
2075 * man.el (Man-init-defvars, Man-translate-references)
2076 (Man-support-local-filenames, Man-highlight-references):
2077 * progmodes/sql.el (sql-interactive-mode):
2078 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2079
2080 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2081 (compilation-mode-font-lock-keywords): Add defvars.
2082 (checkdoc-interactive-loop): "?\ " -> "?\s".
2083
2084 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2085 (font-lock-doc-face, font-lock-string-face)
2086 (font-lock-keywords-case-fold-search): Add defvars.
2087 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2088
2089 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2090 Don't pass X and Y (they are ignored anyway).
2091 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2092 (mouse-delete-window): Make arguments optional.
2093
2094 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2095 (caesar-translate-table, minor-modes, news-buffer-save)
2096 (news-group-name, news-minor-modes): Add defvars.
2097
2098 * emacs-lisp/lselect.el (mouse-highlight-priority)
2099 (x-lost-selection-functions, zmacs-regions):
2100 * emacs-lisp/pp.el (font-lock-verbose):
2101 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2102 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2103 (ses-mode-map):
2104 * emacs-lisp/tcover-unsafep.el (safe-functions):
2105 * international/mule-cmds.el (mac-system-coding-system)
2106 (mac-system-locale):
2107 * language/ethio-util.el (rmail-current-message)
2108 (rmail-message-vector):
2109 * language/thai-util.el (thai-auto-composition-mode):
2110 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2111 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2112 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2113 (vm-primary-inbox, vm-spool-files):
2114 * mail/rmail.el (deleted-head, font-lock-fontified)
2115 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2116 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2117 (total-messages):
2118 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2119 (rmail-summary-mode-map):
2120 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2121 (rmail-last-label, rmail-last-multi-labels)
2122 (rmail-summary-vector, rmail-total-messages):
2123 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2124 * mail/rmailsum.el (msgnum):
2125 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2126 (rmail-current-message):
2127 * obsolete/fast-lock.el (font-lock-face-list):
2128 * obsolete/rnewspost.el (mail-reply-buffer):
2129 * obsolete/scribe.el (compile-command):
2130 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2131
2132 2005-08-28 John Paul Wallington <jpw@gnu.org>
2133
2134 * ibuf-ext.el (ibuffer-auto-update-changed):
2135 Use `frame-or-buffer-changed-p' to check whether we need to update.
2136 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2137 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2138 as a `frame-or-buffer-changed-p' state vector instead.
2139
2140 2005-08-27 Romain Francoise <romain@orebokech.com>
2141
2142 * textmodes/makeinfo.el (makeinfo-compile):
2143 Use `compilation-start'. Set `next-error-function' according to
2144 `disable-errors'.
2145 (makeinfo-next-error): New function.
2146 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2147 (makeinfo-buffer): Likewise.
2148
2149 * progmodes/compile.el (compilation-start): Add autoload cookie.
2150
2151 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2152 * textmodes/sgml-mode.el: Likewise.
2153 * progmodes/python.el: Likewise.
2154
2155 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2156
2157 * simple.el (blink-matching-paren-distance): Document the meaning
2158 of nil value, and allow to customize to nil.
2159
2160 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2161 command.com, not command.exe.
2162
2163 2005-08-26 John Wiegley <johnw@newartisans.com>
2164
2165 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2166 code around a bit so that an extraneous nil argument is not added
2167 to a command when no args are given.
2168
2169 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2170 double-quoted argument resolves to nil, return it as an empty
2171 string rather than as nil. This made it impossible to pass "" to
2172 a shell script as a null string argument.
2173
2174 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * outline.el (outline-invent-heading): New fun.
2177 (outline-promote, outline-demote): Use it.
2178 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2179 (outline-end-of-subtree): Remove unused var `opoint'.
2180
2181 2005-08-26 David Reitter <david.reitter@gmail.com>
2182
2183 * menu-bar.el (truncate-lines, write-file, print-buffer)
2184 (ps-print-buffer-faces, ps-print-buffer, split-window):
2185 Disable menu items when the frame they refer to is invisible, or when
2186 they refer to a buffer and the minibuffer is selected.
2187
2188 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2189
2190 * progmodes/flymake.el (flymake-highlight-err-lines):
2191 Use save-excursion around flymake-highlight-line to preserve point.
2192
2193 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2194
2195 * progmodes/octave-mod.el: Change Author and Maintainer address.
2196 (octave-maintainer-address): Change Kurt's email address.
2197 * progmodes/octave-inf.el: Change Author and Maintainer address.
2198 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2199
2200 2005-08-26 Kim F. Storm <storm@cua.dk>
2201
2202 * subr.el (version-list-<, version-list-<=, version-list-=):
2203 Renamed from integer-list-*.
2204 (version-list-not-zero): Likewise. Fix while loop.
2205 (version=): Use version-list-= instead of string-equal.
2206
2207 2005-08-26 Richard M. Stallman <rms@gnu.org>
2208
2209 * outline.el (outline-promote): Try shortening the heading.
2210 As last resort, read the heading to use.
2211 (outline-demote): As last resort, read the heading to use.
2212
2213 2005-08-26 Romain Francoise <romain@orebokech.com>
2214
2215 * progmodes/compile.el (compilation-start): Doc fix.
2216
2217 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2218 (antlr-font-lock-additional-keywords): Fix reference to
2219 `antlr-font-lock-literal-regexp' erroneously changed during the
2220 mass face rename.
2221 (antlr-run-tool): Use `compilation-start'.
2222
2223 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2224 instead of the obsolete `compile-internal'.
2225
2226 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2227
2228 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2229 (number, original-date):
2230 * calendar/cal-china.el (date):
2231 * calendar/cal-coptic.el (date):
2232 * calendar/cal-french.el (date):
2233 * calendar/cal-hebrew.el (date, entry, number, original-date):
2234 * calendar/cal-islam.el (date, number, original-date):
2235 * calendar/cal-iso.el (date):
2236 * calendar/cal-julian.el (date):
2237 * calendar/cal-mayan.el (date):
2238 * calendar/cal-menu.el (date, event):
2239 * calendar/cal-persia.el (date):
2240 * calendar/lunar.el (date):
2241 * calendar/solar.el (date): Add defvars.
2242
2243 * emerge.el:
2244 * ibuffer.el:
2245 * info-xref.el:
2246 * obsolete/bg-mouse.el:
2247 * obsolete/sun-curs.el:
2248 * obsolete/swedish.el: Move the `defvar's to the top level.
2249
2250 * smerge-mode.el (smerge-refined-change): Add :group.
2251
2252 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2253
2254 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2255 (smerge-keep-n): Remove props.
2256 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2257 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2258 now that it's done in smerge-keep-n.
2259 (smerge-refined-change): New face.
2260 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2261 (smerge-refine): New funs.
2262 (smerge-basic-map): Bind smerge-refine.
2263
2264 2005-08-25 Juri Linkov <juri@jurta.org>
2265
2266 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2267 compilation-process-setup-function and compilation-disable-input
2268 in grep-mode instead of let-bindings in grep.
2269
2270 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2271 Delete "Automatic File De/compression" (auto-compression-mode).
2272
2273 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2274
2275 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2276 Silence warning about non-existent variable.
2277
2278 2005-08-25 Richard M. Stallman <rms@gnu.org>
2279
2280 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2281 Rename "Describe Key" to "Describe Key or Mouse Operation".
2282
2283 * mail/mailalias.el (build-mail-aliases): Delete comments
2284 from the contents before processing them.
2285
2286 * isearch.el (isearch-edit-string): Erase the Search prompt
2287 if user enters an empty string and there is no default.
2288
2289 * comint.el (comint-file-name-prefix): Add autoload.
2290
2291 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2292
2293 * subr.el (play-sound): Rearrange to avoid warning.
2294
2295 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2296
2297 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2298 New hook.
2299 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2300
2301 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2302
2303 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2304
2305 * custom.el (custom-theme-set-variables): Sort minor modes last.
2306
2307 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2308
2309 * subr.el (version-separator, version-regexp-alist): New vars used by
2310 version comparison funs.
2311 (integer-list-<, integer-list-=, integer-list-<=)
2312 (integer-list-not-zero): New funs for integer list comparison.
2313 (version-to-list, version=, version<, version<=): New funs for version
2314 comparison.
2315
2316 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2319 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2320 time to silence the byte-compiler.
2321
2322 * ibuffer.el (ibuffer-compile-make-eliding-form)
2323 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2324 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2325 so it's silly to get warnings for it).
2326 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2327 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2328 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2329 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2330 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2331 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2332 Defvar at compile time.
2333 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2334 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2335 Declare them before use.
2336
2337 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2338 (info-xref-good, info-xref-bad): Defvar at compile time.
2339
2340 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2341 Use `let*' instead of `let'.
2342
2343 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2344 (*mouse-y*, menu, char): Defvar at compile time.
2345 (sc::menu): Declare it before use.
2346 (sc::pack-one-line): Use `let', not `let*'.
2347
2348 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2349 (mail-send-hook): Defvar at compile time.
2350
2351 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2352 Defvar at compile time.
2353
2354 * term/sun-mouse.el (current-global-mousemap)
2355 (current-local-mousemap): Declare them before use.
2356
2357 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2358
2359 * bookmark.el (bookmark-after-jump-hook): New hook.
2360 (bookmark-jump): Run `bookmark-after-jump-hook'.
2361
2362 2005-08-23 Juri Linkov <juri@jurta.org>
2363
2364 * faces.el (minibuffer-prompt): Doc fix.
2365
2366 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2367
2368 * progmodes/xscheme.el: Trivial changes to silence warnings.
2369 (xscheme-previous-mode, xscheme-previous-process-state):
2370 Add defvars.
2371 (xscheme-last-input-end, xscheme-process-command-line)
2372 (xscheme-process-name, xscheme-buffer-name)
2373 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2374 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2375 (xscheme-control-g-synchronization-p)
2376 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2377 (default-xscheme-runlight, xscheme-runlight)
2378 (xscheme-runlight-string, xscheme-process-filter-state)
2379 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2380 Move to beginning of file.
2381 (scheme-interaction-mode-commands-alist)
2382 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2383 Declare them before use. Note: the initialization code for the variables
2384 has not been moved because it uses functions that reference the variables.
2385 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2386 (xscheme-prompt-for-expression-map): Declare them before use.
2387 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2388
2389 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2390
2391 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2392
2393 2005-08-22 Juri Linkov <juri@jurta.org>
2394
2395 * faces.el (set-face-underline): Delete this duplicate function
2396 and make an obsolete alias to set-face-underline-p.
2397 (set-face-underline-p): Use docstring of set-face-underline.
2398 (describe-face): Create hyperlink to parent face.
2399
2400 * info.el (Info-insert-dir): Use save-excursion around
2401 insert-buffer-substring.
2402 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2403 (Info-escape-percent): Delete function.
2404 (Info-fontify-node): Replace Info-escape-percent by
2405 replace-regexp-in-string with REP arg set to lambda that
2406 duplicates `%' and preserves text properties.
2407
2408 * progmodes/compile.el (compilation-disable-input): Doc fix.
2409 (define-compilation-mode): Doc fix and refill.
2410 (kill-compilation): Use `mode-name' in the error message.
2411 (compilation-find-file): Use `compilation-error' in the
2412 read-file-name's prompt.
2413
2414 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2417 (smerge-auto-leave): Make undo re-enable the mode.
2418 (debug-ignored-errors): Add the user-error of impossible resolution.
2419 (smerge-resolve): Move things around a bit, in preparation for later.
2420 (smerge-diff): Don't fail if the buffer has no associated file.
2421 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2422 (smerge-conflict-overlay): New function.
2423 (smerge-match-conflict): Don't add text properties here.
2424 (smerge-find-conflict): Instead, add an overlay here.
2425 Also check for the case where we're inside a conflict already, so as to
2426 obviate the need for font-lock-multiline, which is unbearably slow with
2427 large conflicts and ciomplex font-lock patterns.
2428 (smerge-remove-props): Remove overlay rather than text-properties.
2429 (smerge-mode): Don't set font-lock-multiline.
2430 Remove overlays when turned off.
2431
2432 2005-08-21 Kim F. Storm <storm@cua.dk>
2433
2434 * ido.el (ido-ignore-item-p): Use save-match-data.
2435 Bind case-fold-search to ido-case-fold locally.
2436
2437 2005-08-20 Richard M. Stallman <rms@gnu.org>
2438
2439 * files.el (normal-mode): If font lock is on, turn it off and on.
2440
2441 * subr.el (replace-regexp-in-string): Doc fix.
2442
2443 * startup.el (command-line-1): Don't suppress startup screen
2444 due to existing processes.
2445
2446 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2447
2448 * progmodes/compile.el (compilation-disable-input): Default to nil.
2449
2450 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2451
2452 * progmodes/compile.el (compilation-disable-input): New defcustom.
2453 (compilation-start): If compilation-disable-input is non-nil, send
2454 EOF to the compilation process.
2455
2456 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2457
2458 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2459 Run the argument of tex-shell-cd-command through
2460 convert-standard-filename, to get the correct style of slashes on
2461 Windows, and enclose the result in quotes, in case the file name
2462 includes whitespace or other special characters.
2463
2464 2005-08-19 Andreas Schwab <schwab@suse.de>
2465
2466 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2467 process.
2468
2469 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2470
2471 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2472
2473 2005-08-18 Kim F. Storm <storm@cua.dk>
2474
2475 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2476
2477 2005-08-18 Richard M. Stallman <rms@gnu.org>
2478
2479 * scroll-lock.el: New file.
2480
2481 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2482
2483 * dired.el (dired-move-to-end-of-filename):
2484 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2485
2486 2005-08-18 Kim F. Storm <storm@cua.dk>
2487
2488 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2489 rather than toggle mode when custom value is nil.
2490 (ido-everywhere): Fix defun doc string.
2491
2492 2005-08-17 Richard M. Stallman <rms@gnu.org>
2493
2494 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2495 as tag instead of "Inviolable".
2496
2497 2005-08-17 Kim F. Storm <storm@cua.dk>
2498
2499 * windmove.el (windmove-coordinates-of-position): Remove.
2500 (windmove-coordinates-of-window-position): Remove.
2501 (windmove-reference-loc): Use posn-at-point instead.
2502
2503 * subr.el (insert-for-yank-1): Doc fix.
2504
2505 * ido.el (ido-enter-matching-directory): Rename from
2506 ido-enter-single-matching-directory. Change 'slash choice to
2507 'only. Add 'first choice.
2508 (ido-exhibit): Adapt to above changes.
2509
2510 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2511
2512 * Makefile.in: Expand comment about building loaddefs.el.
2513
2514 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2515
2516 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2517 Comment use of defadvice.
2518
2519 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2520
2521 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2522
2523 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2524 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2525 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2526 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2527 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2528 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2529 for backward compatibility for faces that did not appear in the
2530 previous Emacs release.
2531
2532 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2533
2534 2005-08-15 Kim F. Storm <storm@cua.dk>
2535
2536 * emulation/cua-base.el (cua-delete-region): Return t if
2537 deleted region was non-empty.
2538 (cua-replace-region): Inhibit overwrite-mode for
2539 self-insert-command if replaced region was non-empty.
2540 (cua--explicit-region-start, cua--status-string): Make them
2541 buffer-local at top-level...
2542 (cua-mode): ...rather than when mode is enabled.
2543
2544 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2545
2546 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2547 Set t for Emacs 21, 22, and so on.
2548
2549 2005-08-15 David Ponce <david@dponce.com>
2550
2551 * tree-widget.el: Update Commentary header.
2552 (tree-widget-theme): Doc fix.
2553 (tree-widget-space-width): New option.
2554 (tree-widget-image-properties): Look up in the default theme too.
2555 (tree-widget--cursors): Only for images with arrow pointer shape.
2556 (tree-widget-lookup-image): Pointer shape is hand by default.
2557 (tree-widget-icon): Rename generic icon widget from
2558 `tree-widget-control'.
2559 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2560 derive from `tree-widget-icon'.
2561 (tree-widget-handle): Improve default look and feel of the text
2562 representation.
2563 (tree-widget): Rename :*-control properties to :*-icon properties.
2564 Add :action and :help-echo properties.
2565 (tree-widget-after-toggle-functions): Move.
2566 (tree-widget-close-node, tree-widget-open-node): Remove.
2567 (tree-widget-before-create-icon-functions): New hook.
2568 (tree-widget-value-create): Update to allow customization of icons
2569 and nodes at run-time via that new hook.
2570 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2571 (tree-widget-icon-action, tree-widget-icon-help-echo)
2572 (tree-widget-action, tree-widget-help-echo): New functions.
2573
2574 2005-08-15 Kim F. Storm <storm@cua.dk>
2575
2576 * ido.el (ido-buffer-internal): Use with-no-warnings.
2577 (ido-make-merged-file-list): Use while-no-input.
2578
2579 2005-08-15 Richard M. Stallman <rms@gnu.org>
2580
2581 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2582 (flyspell-large-region): Fix doc and custom type.
2583
2584 2005-08-14 Richard M. Stallman <rms@gnu.org>
2585
2586 * files.el (interpreter-mode-alist): Doc fix.
2587
2588 * mail/rmail.el (rmail-nonignored-headers): New variable.
2589 (rmail-clear-headers): Use it.
2590 (rmail-reply): Better handling of mail-followup-to header.
2591
2592 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2593 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2594 don't try to refer to executable-font-lock-keywords.
2595 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2596 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2597 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2598 (sh-mode): Set comment-start-skip, local-abbrev-table,
2599 imenu-case-fold-search.
2600 (sh-set-shell): Don't set them here.
2601 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2602 Don't cache the results in the original alist; don't ever modify
2603 that alist.
2604
2605 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2606
2607 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2608 empty.
2609
2610 2005-08-15 Andreas Schwab <schwab@suse.de>
2611
2612 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2613
2614 * dired.el, info.el, mail/rmail.el: Revert last change.
2615
2616 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2617
2618 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2619 modification in `eval-after-load' form.
2620 * info.el: Likewise.
2621 * mail/rmail.el: Likewise.
2622
2623 2005-08-14 Juri Linkov <juri@jurta.org>
2624
2625 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2626 Remove highlighting of "Compilation started". Highlight only
2627 the word "finished" in "Compilation finished". Add highlighting
2628 of "interrupt", "killed", "terminated" and the exit code.
2629 (compilation-start): Add newline after header. Use exactly the
2630 same time stamp format as the finishing message.
2631 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2632
2633 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2634 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2635 Add highlighting of "interrupt", "killed", "terminated".
2636
2637 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2638 enabled and the current command is self-insert-command, call it
2639 explicitly with overwrite-mode bound to nil, to not allow it
2640 to delete the character after the selected region.
2641
2642 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2643
2644 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2645 move-end-of-line, end-of-line, and beginning-of-line to the list
2646 of commands after which the echo area is updated.
2647
2648 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2649
2650 * cus-edit.el (custom-save-all, custom-save-delete):
2651 Bind recentf-exclude to exclude custom-file.
2652
2653 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2654
2655 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2656 to go to the bottom of the mail message. Added to
2657 `rmail-summary-mode-map' with key "/".
2658 (rmail-summary-show-message): New (internal) function for use by
2659 both `rmail-summary-beginning/end-of-message'.
2660 (rmail-summary-beginning-of-message): Change to use
2661 rmail-summary-show-message.
2662
2663 * mail/rmail.el (rmail-end-of-message): New command to go to the
2664 end of the current message. Added to `rmail-mode-map' with key "/".
2665 (rmail-beginning-of-message): Fix to work as documented.
2666 (rmail-mode): Change documentation.
2667
2668 * progmodes/compile.el (compilation-start): Add the line
2669 "Compilation started" with compilation start time.
2670 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2671
2672 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2673
2674 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2675 of menu items.
2676
2677 2005-08-11 Richard M. Stallman <rms@gnu.org>
2678
2679 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2680
2681 * battery.el (battery-status-function): Don't use ignore-errors.
2682
2683 2005-08-11 Lute Kamstra <lute@gnu.org>
2684
2685 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2686 define-obsolete-variable-alias.
2687
2688 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2691 (ange-ftp-send-cmd): Revert last change, and expand
2692 the comment explaining the problem.
2693
2694 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2695
2696 * ldefs-boot.el: Update.
2697
2698 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2699 item to "Time, Load and Mail". Change help echo text.
2700
2701 * time.el (display-time-use-mail-icon, display-time-format)
2702 (display-time-string-forms): Shorten first line of docstrings.
2703
2704 2005-08-10 Lars Hansen <larsh@soem.dk>
2705
2706 * desktop.el (desktop-buffer-mode-handlers):
2707 Make non-customizable. Add autoload cookie. Change initial value to
2708 nil; add elements in respective modules instead. Fix doc string.
2709 (desktop-load-file): New function.
2710 (desktop-minor-mode-handlers): New autoloaded variable.
2711 (desktop-create-buffer): Call minor mode handlers.
2712 Use desktop-load-file to load major and minor mode modules prior to
2713 checking for a handler.
2714 (desktop-save): Don't add nil to desktop-minor-modes for minor
2715 modes with nil function in desktop-minor-mode-table. Don't delete
2716 desktop file before rewriting it.
2717 (desktop-locals-to-save): Add autoload cookie. Don't make
2718 automatically buffer-local. Add variables column-number-mode,
2719 size-indication-mode, indent-tabs-mode,
2720 indicate-buffer-boundaries, indicate-empty-lines and
2721 show-trailing-whitespace.
2722 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2723 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2724 (desktop-clear-preserve-buffers-regexp): Delete.
2725 (desktop-clear-preserve-buffers): Update initial value and docstring.
2726 (desktop-save-buffer): Fix doc string.
2727
2728 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2729 (hilit-chg-desktop-restore): New function.
2730 (highlight-changes-mode): Add highlight-changes-mode to
2731 desktop-locals-to-save.
2732
2733 * dired.el: Add handler to desktop-buffer-mode-handlers.
2734 (dired-restore-desktop-buffer): Remove autoload cookie.
2735 (dired-mode): Add autoload cookie.
2736
2737 * info.el: Add handler to desktop-buffer-mode-handlers.
2738 (Info-restore-desktop-buffer): Remove autoload cookie.
2739 (Info-mode): Add autoload cookie.
2740
2741 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2742 (mh-restore-desktop-buffer): Remove autoload cookie.
2743 (mh-folder-mode): Add autoload cookie.
2744
2745 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2746 (rmail-restore-desktop-buffer): Remove autoload cookie.
2747
2748 2005-08-11 Masatake YAMATO <jet@gyve.org>
2749
2750 * hexl.el (hexl-address-region):
2751 (hexl-ascii-region, hexl-font-lock-keywords):
2752 (hexl-highlight-line-range): Use the term "region"
2753 instead of "area" for consistency with the other symbols
2754 defined in hexl.el.
2755
2756 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2757
2758 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2759 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2760 out by Juri Linkov). Add `display-battery-mode'.
2761
2762 2005-08-09 Juri Linkov <juri@jurta.org>
2763
2764 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2765 Remove `-text' from face variable names.
2766 (compilation-error-file-name, compilation-warning-file-name)
2767 (compilation-info-file-name): Delete faces.
2768 (compilation-line-number, compilation-column-number):
2769 Remove face underlining.
2770 (compilation-message-face): Set to `underline' value by default.
2771 (compilation-error-face, compilation-warning-face)
2772 (compilation-info-face): Remove `-file-name' from face names.
2773 (compilation-error-text-face, compilation-warning-text-face)
2774 (compilation-info-text-face): Delete face variables.
2775 (compilation-text-face): Delete function.
2776
2777 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2778 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2779 (grep-error-face): Set to `compilation-error' instead of
2780 `compilation-error-face' (which is redefined to `grep-hit-face' in
2781 grep buffers).
2782 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2783 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2784
2785 * dired-aux.el (dired-do-query-replace-regexp):
2786 Use `query-replace-read-args'.
2787
2788 * replace.el (query-replace-read-from, query-replace-read-to)
2789 (query-replace-read-args): Rename arg `string' to `prompt'.
2790
2791 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2792
2793 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2794
2795 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2796 uploading files.
2797 (ange-ftp-canonize-filename): Handle file names beginning with ~
2798 correctly.
2799
2800 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2801
2802 * textmodes/fill.el (canonically-space-region)
2803 (fill-context-prefix, fill-french-nobreak-p)
2804 (fill-delete-newlines, fill-comment-paragraph)
2805 (justify-current-line): "?\ " -> "?\s".
2806
2807 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2808
2809 * textmodes/fill.el (fill-nonuniform-paragraphs):
2810 Improve argument/docstring consistency.
2811
2812 2005-08-09 Richard M. Stallman <rms@gnu.org>
2813
2814 * textmodes/ispell.el (ispell-word): More fboundp checks.
2815
2816 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2817 (find-file-noselect-1): Call it here, only if RAWFILE.
2818 (normal-mode): Always set some major mode.
2819 (save-some-buffers-action-alist): Change some explanation strings.
2820 (file-name-non-special): In the `quote' method, use unwind-protect.
2821
2822 2005-08-09 Magnus Henoch <mange@freemail.hu>
2823
2824 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2825 (ispell-have-aspell-dictionaries): New variable.
2826 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2827 (ispell-get-aspell-config-value): New function.
2828 (ispell-aspell-find-dictionary): New function.
2829 (ispell-aspell-add-aliases): New function.
2830 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2831 appropriate. Don't look for ispell dictionaries if we use aspell.
2832 (ispell-menu-map): Don't build a submenu of dictionaries.
2833
2834 2005-08-09 Richard M. Stallman <rms@gnu.org>
2835
2836 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2837 (sql-read-passwd): Use read-passwd.
2838
2839 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2840 (idlwave-toolbar-is-possible): Add defvars.
2841
2842 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2843 Avoid warnings.
2844
2845 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2846 (idlwave-system-class-info, idlwave-executive-commands-alist):
2847 Use defvar.
2848
2849 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2850
2851 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2852 Avoid warnings.
2853
2854 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2855 and content-type: headers.
2856
2857 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2858
2859 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2860 and rename some of them to be more self-explanatory.
2861
2862 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2863
2864 * startup.el (command-line-1): Implement -scriptload.
2865
2866 * replace.el (occur-engine): Initial *Occur* output not undoable.
2867
2868 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2869 and improve help strings.
2870
2871 * isearch.el (isearch-repeat): When changing direction,
2872 mark search successful.
2873
2874 * ediff-init.el: Use (featurep 'xemacs).
2875
2876 * comint.el (send-invisible): Identify buffer, if not selected.
2877
2878 * align.el: Delete autoload for c-guess-basic-syntax.
2879
2880 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2881
2882 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2883 Improve argument/docstring consistency. Doc fixes.
2884 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2885 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2886 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2887 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2888 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2889 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2890 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2891 Defvar at compile time.
2892
2893 2005-08-09 Juri Linkov <juri@jurta.org>
2894
2895 * info.el: Replace `info' with upper-case `Info' where appropriate.
2896 (info-title-1, info-title-2, info-title-3, info-title-4)
2897 (info-menu-header): Move up face definitions.
2898 (info-menu-star): Rename from `info-menu-5'.
2899 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2900 (Info-fontify-visited-nodes): Fix docstring.
2901 (Info-hide-note-references): Fix docstring.
2902 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2903 menu items in the same way as on cross-references.
2904 (info-apropos): Fix sorting order and formatting to be like in the
2905 stand-alone Info browser. Display error messages for 1 sec.
2906 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2907 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2908 from the menu bar.
2909 (Info-insert-dir): Restore point after calling
2910 `insert-buffer-substring'.
2911
2912 2005-08-08 Richard M. Stallman <rms@gnu.org>
2913
2914 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2915 (recompute-lucid-menubar): Add defvars.
2916
2917 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2918
2919 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2920
2921 * net/net-utils.el (run-dig): Rename from `dig'.
2922
2923 * play/gametree.el (gametree-mode): Use make-local-variable,
2924 not make-variable-buffer-local.
2925
2926 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2927
2928 * ansi-color.el (ansi-color-make-extent)
2929 (ansi-color-set-extent-face): Use fboundp, not functionp.
2930
2931 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2932 not make-variable-buffer-local.
2933
2934 * bookmark.el (Info-current-file): Add defvar.
2935 (bookmark-jump-noselect): Use with-no-warnings.
2936
2937 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2938
2939 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2940
2941 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2942
2943 * find-file.el (ada-procedure-start-regexp)
2944 (ada-package-start-regexp): Add defvars.
2945
2946 * info.el (Info-insert-dir): Use insert-buffer-substring.
2947
2948 * xml.el (xml-att-def-re): Add defvar.
2949
2950 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2951 calling convention.
2952
2953 * subr.el (while-no-input): Return t if there is input.
2954
2955 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2956
2957 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2958
2959 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2960
2961 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2962 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2963
2964 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2965
2966 * cmuscheme.el (scheme-start-file): Replace reference to
2967 `user-emacs-directory' by "~/.emacs.d/".
2968
2969 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2970
2971 * info.el (Info-dir-remove-duplicates): Avoid case folding
2972 in loop; instead, keep downcased strings for comparison.
2973 Suggested by Helmut Eller.
2974
2975 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2976
2977 Sync with Tramp 2.0.50.
2978
2979 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2980 XEmacs case; not necessary anymore.
2981 (tramp-user-regexp): Allow "@" as part of user name.
2982 (tramp-handle-set-visited-file-modtime)
2983 (tramp-handle-insert-file-contents)
2984 (tramp-handle-write-region): No special handling for
2985 `last-coding-system-used, because this is done in
2986 `tramp-accept-process-output' now.
2987 (tramp-accept-process-output): New defun.
2988 (tramp-process-one-action, tramp-process-one-multi-action)
2989 (tramp-wait-for-regexp, tramp-wait-for-output)
2990 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2991 Howells <dhowells@redhat.com>.
2992 (clear-visited-file-modtime): Defadvice removed. The check for
2993 unset buffer's modtime does not need to be based on
2994 `tramp-buffer-file-attributes'. Suggested by RMS.
2995 (tramp-message): Insert "\n" if not being at beginning of line.
2996 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2997 sequence with same logic.
2998 (tramp-completion-handle-expand-file-name): Discard call of
2999 `tramp-drop-volume-letter'. It is not necessary, and there have
3000 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3001 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3002 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3003 should always be visible.
3004 (tramp-handle-insert-directory, tramp-setup-complete)
3005 (tramp-set-process-query-on-exit-flag)
3006 (tramp-append-tramp-buffers): Pacify byte-compiler.
3007 (tramp-bug): Delete non-existing variables from list.
3008 Apply `tramp-load-report-modules' as pre-hook.
3009 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3010 `shell-prompt-pattern' because of non-7bit characters.
3011 Reported by Sebastian Luque <sluque@mun.ca>.
3012 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3013 (tramp-match-string-list): Remove function.
3014 (tramp-wait-for-regexp): Remove call of that function.
3015 Suggested by Kim F. Storm <storm@cua.dk>.
3016 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3017 instead of octal character code ?\600. The latter resulted in a
3018 syntax error with XEmacs.
3019
3020 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3021 XEmacs case; not necessary anymore.
3022 (tramp-smb-handle-write-region): No special handling for
3023 `last-coding-system-used, because this is done in
3024 `tramp-accept-process-output' now.
3025 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3026
3027 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3028
3029 * wid-edit.el (widget-choice-value-create):
3030 Unconditionally respect user choice. Set :explicit-choice back to nil
3031 when no longer needed.
3032 (widget-choice-action): Unconditionally respect user choice.
3033 Eliminate :explicit-choice-value.
3034
3035 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3036
3037 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3038 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3039 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3040 running new function `toggle-indicate-empty-lines'.
3041 Rename "Customize" item to "Customize fringe".
3042 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3043 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3044 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3045 Delete "Empty lines only" item.
3046 (menu-bar-showhide-fringe-ind-customize): New function.
3047 (menu-bar-showhide-fringe-ind-mixed)
3048 (menu-bar-showhide-fringe-ind-box)
3049 (menu-bar-showhide-fringe-ind-right)
3050 (menu-bar-showhide-fringe-ind-left)
3051 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3052 instead of `fringe-indicators'.
3053
3054 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3055
3056 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3057 Change the date of last update.
3058
3059 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3060
3061 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3062 (viper-exec-yank, viper-put-back): Don't display modification msg
3063 if in the minibuffer.
3064
3065 * viper-init.el (viper-replace-overlay-cursor-color)
3066 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3067 Make variables frame local.
3068
3069 * viper-util.el (viper-append-filter-alist): Use append instead of
3070 nconc.
3071
3072 * viper.el (viper-vi-state-mode-list)
3073 (viper-emacs-state-mode-list): Move help-mode and
3074 completion-list-mode from the first list to the second.
3075 (viper-mode): Docstring.
3076 (viper-go-away, viper-non-hook-settings): Don't localize
3077 minor-mode-alist in newer Emacsen. Add advice to
3078 set-cursor-color. Don't bind "\C-c\\".
3079
3080 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3081
3082 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3083 (scheme-macro-expand-command): New user options.
3084 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3085 (scheme-form-at-point, scheme-start-file)
3086 (scheme-interactively-start-process): New functions.
3087 (scheme-get-process): New function, extracted from `scheme-proc'.
3088 (run-scheme): Call `scheme-start-file' to get start file, and pass
3089 it to `make-comint'.
3090 (switch-to-scheme, scheme-proc):
3091 Call `scheme-interactively-start-process' if no Scheme buffer/process
3092 is available.
3093
3094 2005-08-06 Juri Linkov <juri@jurta.org>
3095
3096 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3097 Use `compilation-text-face', `compilation-info-text-face' and
3098 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3099 (compilation-error): New face.
3100 (compilation-error-file-name): Inherit from
3101 `compilation-error' instead of `font-lock-warning-face'.
3102 (compilation-warning-file-name): Inherit from
3103 `compilation-warning' instead of `font-lock-warning-face'.
3104 (compilation-info, compilation-error-file-name)
3105 (compilation-warning-file-name, compilation-info-file-name)
3106 (compilation-line-number, compilation-column-number): Doc fix.
3107 (compilation-error-text-face, compilation-warning-text-face)
3108 (compilation-info-text-face): New face variables.
3109 (compilation-line-face, compilation-column-face)
3110 (compilation-enter-directory-face)
3111 (compilation-leave-directory-face): Doc fix.
3112 (compilation-text-face): New function.
3113
3114 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3115 instead of 1 to display binary file names as info file links.
3116 (grep-error-face): Use `compilation-error-face' instead of
3117 `font-lock-keyword-face'.
3118 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3119 and `compilation-warning-text-face' instead of
3120 `font-lock-keyword-face'. Use `compilation-error-text-face'
3121 instead of `grep-error-face'.
3122
3123 2005-08-05 Kenichi Handa <handa@m17n.org>
3124
3125 * international/code-pages.el: Add autoload cookies for all coding
3126 systems.
3127
3128 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3129
3130 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3131
3132 2005-08-04 Juri Linkov <juri@jurta.org>
3133
3134 * progmodes/compile.el (compilation-mode-map):
3135 * progmodes/grep.el (grep-mode-map):
3136 Bind TAB to `compilation-next-error' and [backtab] to
3137 `compilation-previous-error'.
3138
3139 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3140 matching line numbers, column numbers and their ranges with regexp
3141 matching only line numbers.
3142 (grep-context-face): New face variable.
3143 (grep-mode-font-lock-keywords): Use it.
3144
3145 * faces.el (read-face-name): Delete duplicate faces.
3146
3147 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3148
3149 * thumbs.el (thumbs-find-image): Don't make variables
3150 automatically buffer local.
3151 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3152 (thumbs-image-num): Make automatically buffer local.
3153 (thumbs-show-thumbs-list): Use `make-local-variable', not
3154 `make-variable-buffer-local'.
3155 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3156
3157 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3158 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3159 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3160 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3161 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3162 (feelings-about, foullst, found, hello, history, howareyoulst)
3163 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3164 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3165 (neglst, obj, object, owner, please, problems, qlist)
3166 (random-adjective, relation, remlst, repetitive-shortness)
3167 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3168 (shortlst, something, sportslst, stallmanlst, states, subj)
3169 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3170 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3171 Defvar at compile time.
3172
3173 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3174 not `make-variable-buffer-local'.
3175
3176 2005-08-02 Kim F. Storm <storm@cua.dk>
3177
3178 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3179 rectangle overlay in selected window.
3180
3181 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3182
3183 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3184 instead of display group. Make `indicate-buffer-boundaries'
3185 customizable through Custom.
3186
3187 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3188
3189 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3190 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3191 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3192 (gdb-put-string): Fix typos in docstrings.
3193
3194 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3195
3196 Update copyright notices of files in progmodes directory for
3197 release of Emacs 22.1.
3198
3199 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3200
3201 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3202 Don't barf if the GUD buffer has been killed.
3203
3204 2005-08-01 Kim F. Storm <storm@cua.dk>
3205
3206 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3207
3208 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * simple.el (next-error-follow-minor-mode):
3211 make-variable-buffer-local -> make-local-variable.
3212
3213 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3214
3215 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3216 (byte-compile-form-make-variable-buffer-local): New functions to warn
3217 about misuses of make-variable-buffer-local where make-local-variable
3218 was meant.
3219
3220 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3221
3222 * bs.el (bs-attributes-list): Doc fix.
3223 (bs): Update url-link.
3224
3225 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3226 (desktop-load-default): Simplify.
3227
3228 * ibuffer.el (ibuffer-columnize-and-insert-list)
3229 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3230 (ibuffer-unmark-all, ibuffer-toggle-marks)
3231 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3232 (ibuffer-compile-make-format-form, ibuffer-format-column)
3233 (ibuffer-current-buffers-with-marks)
3234 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3235 (ibuffer): Doc fix.
3236 (ibuffer-mode): Fix typo in docstring.
3237 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3238 with `define-obsolete-variable-alias'.
3239 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3240
3241 2005-07-29 Kenichi Handa <handa@m17n.org>
3242
3243 * international/mule-cmds.el (select-message-coding-system):
3244 Be sure to use LF for end-of-line. If no coding system is decided,
3245 return iso-8859-1-unix.
3246
3247 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3250 (ange-ftp-pending-error-line): New vars.
3251 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3252 to handle the non-fatal no-route-to-host messages.
3253 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3254
3255 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3258 (isearch-quote-char, isearch-printing-char)
3259 (isearch-text-char-description): "?\ " -> "?\s".
3260 (isearch-lazy-highlight-cleanup)
3261 (isearch-lazy-highlight-initial-delay)
3262 (isearch-lazy-highlight-interval)
3263 (isearch-lazy-highlight-max-at-a-time)
3264 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3265 Declare with define-obsolete-*-alias macros.
3266 (isearch-forward): Fix typo in docstring.
3267 (search-invisible, search-ring-yank-pointer)
3268 (regexp-search-ring-yank-pointer): Doc fixes.
3269
3270 * recentf.el (recentf-menu-append-commands-p): Declare with
3271 `define-obsolete-variable-alias'.
3272 (recentf-max-saved-items, recentf-menu-filter)
3273 (recentf-arrange-by-rule-subfilter): Doc fixes.
3274 (recentf-menu-append-commands-flag)
3275 (recentf-initialize-file-name-history, recentf-expand-file-name)
3276 (recentf-clear-data): Fix typos in docstrings.
3277
3278 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3279
3280 * progmodes/gdb-ui.el: Smarten comments.
3281 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3282
3283 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3284
3285 * term/apollo.el (terminal-init-apollo): New function containing
3286 all former top level forms in the file.
3287 * term/bobcat.el (terminal-init-bobcat):
3288 * term/cygwin.el (terminal-init-cygwin):
3289 * term/iris-ansi.el (terminal-init-iris-ansi):
3290 * term/linux.el (terminal-init-linux):
3291 * term/news.el (terminal-init-news):
3292 * term/rxvt.el (terminal-init-rxvt):
3293 * term/sun.el (terminal-init-sun):
3294 * term/tvi970.el (terminal-init-tvi970):
3295 * term/vt100.el (terminal-init-vt100):
3296 * term/vt102.el (terminal-init-vt102):
3297 * term/vt125.el (terminal-init-vt125):
3298 * term/vt200.el (terminal-init-vt200):
3299 * term/vt201.el (terminal-init-vt201):
3300 * term/vt220.el (terminal-init-vt220):
3301 * term/vt240.el (terminal-init-vt240):
3302 * term/vt300.el (terminal-init-vt300):
3303 * term/vt320.el (terminal-init-vt320):
3304 * term/vt400.el (terminal-init-vt400):
3305 * term/vt420.el (terminal-init-vt420):
3306 * term/wyse50.el (terminal-init-wyse50):
3307 * term/xterm.el (terminal-init-xterm): Likewise.
3308
3309 * term/README: Describe the terminal-init-* functionality.
3310
3311 * startup.el (command-line): After loading the terminal initialization
3312 file call the corresponding terminal initialization function.
3313
3314 2005-07-27 Kenichi Handa <handa@m17n.org>
3315
3316 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3317 negative.
3318
3319 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3320 (ps-mule-composition-prologue): Fix for the case that
3321 RelativeCompose is false.
3322
3323 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3326
3327 * descr-text.el (describe-char): Handle the case where the list of
3328 chars is displayed in a separate frame.
3329 Be a bit more discriminating when looking for the char.
3330
3331 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3332
3333 * bookmark.el (bookmark-automatically-show-annotations)
3334 (bookmark-read-annotation-text-func): Doc fixes.
3335 (bookmark-save): Improve argument/docstring consistency.
3336 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3337 (bookmark-alist-from-buffer)
3338 (bookmark-upgrade-file-format-from-0)
3339 (bookmark-grok-file-format-version)
3340 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3341 (bookmark-read-annotation-mode)
3342 (bookmark-insert-current-bookmark, bookmark-jump)
3343 (bookmark-exit-hook): Fix typos in docstrings.
3344 (bookmark-exit-hooks): Define as obsolete alias.
3345 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3346 not `bookmark-exit-hooks'. Fix docstring.
3347 (bookmark-bmenu-select): "?\ " -> "?\s".
3348
3349 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3350
3351 * startup.el (command-line): Fix typo.
3352
3353 2005-07-24 Richard M. Stallman <rms@gnu.org>
3354
3355 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3356 not emacs-quick-startup.
3357
3358 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3359
3360 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3361 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3362 instead of `reb-with-current-window'.
3363 (reb-prev-match): Likewise. Also, don't move left if the search
3364 was unsuccessful.
3365 (reb-initialize-buffer): New function.
3366 (re-builder, reb-change-syntax): Use it.
3367
3368 * man.el (Man-goto-page): Make second argument NOERROR optional.
3369
3370 2005-07-23 Richard M. Stallman <rms@gnu.org>
3371
3372 * man.el (Man-bgproc-sentinel): Check here for failure to find
3373 any man page in the output, and report the error here.
3374 (Man-arguments): Make it permanent local.
3375 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3376 (Man-mode): Pass t for NOERROR.
3377
3378 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3379 (grep-mode-font-lock-keywords):
3380 Don't use compilation-...-face for messages that are not file names.
3381
3382 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3383 Don't use compilation-...-face for messages that are not file names.
3384
3385 2005-07-22 Juri Linkov <juri@jurta.org>
3386
3387 * startup.el (normal-splash-screen): Update menu name.
3388
3389 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3390
3391 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3392
3393 * term/xterm.el: Load term/rxvt if the terminal is actually an
3394 rxvt terminal.
3395 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3396
3397 * term/rxvt.el (function-key-map): Use substitute-key-definition
3398 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3399
3400 * term/cygwin.el: New file.
3401
3402 2005-07-22 Kim F. Storm <storm@cua.dk>
3403
3404 * image-file.el (insert-image-file, image-file-yank-handler):
3405 Fix last change to maintain a (unique) yank-handler on yanked images.
3406
3407 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3408
3409 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3410 of the file size (as in "177B" for 177 bytes). This happens with
3411 "ls -lh" on FreeBSD.
3412
3413 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3414
3415 * hilit-chg.el (highlight-changes-global-initial-state)
3416 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3417 (hilit-chg-fixup, highlight-changes-mode):
3418 Fix typos in docstrings.
3419 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3420 Doc fixes.
3421
3422 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3423
3424 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3425 mode function using `eval-after-load'.
3426
3427 2005-07-21 Kim F. Storm <storm@cua.dk>
3428
3429 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3430 included when reporting an emacs crash, and tell about the DEBUG file.
3431
3432 * image-file.el (insert-image-file): Add yank-handler.
3433 (image-file-yank-handler): Yank handler to make unique copies of
3434 images when they are yanked into a buffer next to each other.
3435
3436 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3437
3438 * comint.el (comint-use-prompt-regexp, comint-send-input)
3439 (comint-source-default, comint-extract-string)
3440 (comint-get-source, comint-word, comint-completion)
3441 (comint-source, comint-prompt-read-only, comint-update-fence):
3442 Fix typos in docstrings.
3443 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3444 Declare with define-obsolete-*-alias macros.
3445 (comint-previous-matching-input-from-input)
3446 (comint-next-matching-input-from-input)
3447 (comint-previous-matching-input, comint-next-matching-input)
3448 (comint-forward-matching-input):
3449 Improve argument/docstring consistency.
3450
3451 * desktop.el (desktop-clear-preserve-buffers-regexp):
3452 Also preserve the *server* buffer.
3453
3454 * simple.el (clone-indirect-buffer): Doc fix.
3455 (fixup-whitespace, just-one-space)
3456 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3457 (next-error, next-error-highlight)
3458 (next-error-highlight-no-select, next-error-last-buffer)
3459 (next-error-buffer-p, next-error-find-buffer, next-error)
3460 (previous-error, next-error-no-select, previous-error-no-select)
3461 (open-line, split-line, minibuffer-prompt-width, kill-new)
3462 (binary-overwrite-mode): Fix typos in docstrings.
3463 (set-fill-column): Fix typo in message.
3464
3465 * skeleton.el (skeleton-proxy-new): Doc fix.
3466
3467 * strokes.el (strokes-load-hook): Doc fix.
3468 (strokes-grid-resolution, strokes-get-grid-position)
3469 (strokes-renormalize-to-grid, strokes-read-stroke)
3470 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3471 (strokes-global-map): Fix typos in docstrings.
3472 (strokes-help): Doc fix. Fix help message and pass it through
3473 `substitute-command-keys'.
3474
3475 * tempo.el (tempo-insert-prompt, tempo-interactive)
3476 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3477 (tempo-insert-string-functions, tempo-local-tags)
3478 (tempo-define-template, tempo-insert-template)
3479 (tempo-insert-prompt-compat, tempo-is-user-element)
3480 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3481 Fix typos in docstrings.
3482
3483 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3484 (vcursor-key-bindings, vcursor-use-vcursor-map)
3485 (vcursor-find-window, vcursor-scroll-down)
3486 (vcursor-disable, vcursor-beginning-of-buffer)
3487 (vcursor-end-of-buffer): Fix typos in docstrings.
3488 (vcursor-relative-move, vcursor-get-char-count):
3489 Improve argument/docstring consistency.
3490
3491 * version.el: "?\ " -> "?\s".
3492
3493 * wid-edit.el (widget-default-create, widget-after-change)
3494 (widget-default-format-handler, widget-checklist-add-item)
3495 (widget-radio-add-item, widget-choose, widget-specify-secret)
3496 (widget-field-value-create, widget-field-value-get)
3497 (widget-editable-list-format-handler)
3498 (widget-editable-list-entry-create, widget-group-value-create)
3499 (widget-documentation-link-add)
3500 (widget-documentation-string-value-create): "?\ " -> "?\s".
3501 (widget-convert-text): Doc fix.
3502 (widget-narrow-to-field, widget-field-find)
3503 (widget-url-link-action, widget-emacs-library-link-action)
3504 (widget-color-notify): Fix typos in docstrings.
3505
3506 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3507 (x-select-text, set-w32-system-coding-system)
3508 (w32-add-charset-info): Fix typos in docstrings.
3509
3510 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3511 (cua-enable-cua-keys, cua-use-hyper-key)
3512 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3513 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3514
3515 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3516
3517 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3518 `defalias' instead of faking it.
3519
3520 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3521 (eshell-ls-missing, eshell-ls-dired-initial-args)
3522 (eshell-ls-use-in-dired): Fix typos in docstrings.
3523
3524 2005-07-20 Kim F. Storm <storm@cua.dk>
3525
3526 * emulation/cua-base.el (cua-mode): Improve doc string.
3527
3528 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3529
3530 * abbrev.el (expand-region-abbrevs): Doc fix.
3531 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3532 Improve argument/docstring consistency.
3533
3534 * arc-mode.el (archive-get-descr, archive-alternate-display):
3535 Doc fixes.
3536 (archive-l-e): Improve argument/docstring consistency.
3537 (archive-tmpdir, archive-unixdate, archive-unixtime)
3538 (archive-chmod-entry): Fix typos in docstrings.
3539 (archive-unflag, archive-unflag-backwards)
3540 (archive-unmark-all-files): "?\ " -> "?\s".
3541
3542 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3543 (Buffer-menu-not-modified, Buffer-menu-execute)
3544 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3545 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3546
3547 * composite.el (compose-string, encode-composition-rule)
3548 (compose-last-chars): Fix typos in docstrings.
3549
3550 * desktop.el (desktop-enable, desktop-basefilename):
3551 Declare with `define-obsolete-variable-alias'.
3552 (desktop-internal-v2s): Don't quote keywords.
3553 (desktop-clear): "?\ " -> "?\s".
3554
3555 * dired.el (dired-align-file, dired-flag-backup-files)
3556 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3557 (dired-listing-switches, dired-ls-F-marks-symlinks)
3558 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3559 (dired-directory, dired-faces, dired, dired-revert)
3560 (dired-mode, dired-summary, dired-view-file)
3561 (dired-copy-filename-as-kill, dired-delete-file)
3562 (dired-no-confirm, dired-unmark-all-marks)
3563 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3564 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3565 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3566 Fix typos in message strings.
3567
3568 * dired-x.el (virtual-dired): Declare with `defalias'.
3569 (dired-mark-unmarked-files, dired-local-variables-file)
3570 (dired-omit-here-always): Doc fix.
3571 (dired-omit-mode, dired-find-subdir)
3572 (dired-enable-local-variables, dired-clean-up-buffers-too)
3573 (dired-extra-startup, dired-mark-extension, dired-jump)
3574 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3575 (dired-smart-shell-command, dired-guess-shell-alist-user)
3576 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3577 (dired-x-bind-find-file, dired-x-submit-report):
3578 Fix typos in docstrings.
3579 (dired-mark-unmarked-files): "?\ " -> "?\s".
3580
3581 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3582
3583 * faces.el (describe-face): "?\ " -> "?\s".
3584 (read-all-face-attributes, read-face-font, modify-face)
3585 (face-attr-construct, italic): Fix typos in docstrings.
3586 (frame-update-face-colors): Declare with
3587 `define-obsolete-function-alias'.
3588
3589 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3590 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3591 (magic-mode-alist, buffer-file-numbers-unique)
3592 (write-file-functions, get-free-disk-space):
3593 Fix typos in docstrings.
3594 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3595 (write-contents-hooks, write-file-hooks):
3596 Declare with `define-obsolete-variable-alias'.
3597
3598 * forms-d2.el (arch-rj): Fix typo in docstrings.
3599 (arch-tocol): Likewise. "?\ " -> "?\s".
3600
3601 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3602 Fix typo in docstring.
3603 (set-screen-width, set-screen-height): Delete redundant info in
3604 doctrings.
3605 (new-frame, screen-height, screen-width): Declare with
3606 `define-obsolete-function-alias'.
3607 (delete-frame-hook, blink-cursor): Declare with
3608 `define-obsolete-variable-alias'.
3609
3610 * paths.el (prune-directory-list): Fix typos in docstring.
3611
3612 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3613 (cvs-prefix-get): Fix typos in docstrings.
3614
3615 * ps-print.el (ps-extend-face-list, ps-extend-face)
3616 (ps-print-background-image): Fix typos in docstrings.
3617 (ps-default-fg, ps-default-bg): Doc fixes.
3618
3619 * s-region.el (s-region-bind): Doc fix.
3620 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3621
3622 * textmodes/org.el (org-table-formula-substitute-names)
3623 (org-table-get-vertical-vector): Doc fixes.
3624 (org-table-recalculate): Remove unused argument to `message'.
3625
3626 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3627
3628 * textmodes/org.el (org-table-column-names)
3629 (org-table-column-name-regexp)
3630 (org-table-named-field-locations): New variables.
3631 (org-archive-subtree): Protect `this-command' when calling
3632 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3633 the kill buffer.
3634 (org-complete): Remove fixed-formula completion.
3635 (org-edit-formulas-map): New variable.
3636 (org-table-edit-formulas): New command.
3637 (org-finish-edit-formulas, org-abort-edit-formulas)
3638 (org-show-variable, org-table-get-vertical-vector): New functions.
3639 (org-table-maybe-eval-formula): Handle `:=' fields.
3640 (org-table-get-stored-formulas, org-table-store-formulas)
3641 (org-table-get-formula, org-table-modify-formulas)
3642 (org-table-replace-in-formulas): Handle named field formulas.
3643 (org-table-get-specials): Store locations of named fields.
3644
3645 2005-07-19 Juri Linkov <juri@jurta.org>
3646
3647 * progmodes/grep.el (grep-regexp-alist)
3648 (grep-mode-font-lock-keywords, grep-process-setup):
3649 Use default GNU grep match color "01;31m" instead of "01;41m".
3650 (grep-regexp-alist, grep-mode-font-lock-keywords):
3651 Use `\\[[0-9]*m' instead of `\\[00m'.
3652 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3653 sgr_start where its handling is more important. Use the real
3654 length of sgr_start instead of constant 8.
3655 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3656 specially. Delete all remaining escape sequences.
3657 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3658 (grep-regexp-alist): Make hyperlink only for binary file name
3659 instead of the whole line.
3660 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3661 (grep-mode): Add autoload.
3662
3663 * emacs-lisp/find-func.el (find-function-regexp):
3664 Add `define-compilation-mode'.
3665
3666 2005-07-19 Juri Linkov <juri@jurta.org>
3667
3668 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3669 (compare-windows-sync-string-size, compare-windows-recenter)
3670 (compare-windows-highlight, compare-windows): Add version 22.1.
3671 (compare-windows) <defface>: Inherit from lazy-highlight instead
3672 of duplicating its default value.
3673
3674 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3675 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3676
3677 * descr-text.el (describe-char): Create link buttons for `charset'
3678 and `code point'. Add the current input method name with a link
3679 button to `to input' field. Print face names of display table
3680 characters in `The display table entry is displayed by' section
3681 instead of printing face-id in the `display' field.
3682 Guess hardcoded faces and create a link button for them.
3683 Skip empty fields when calculating max-width.
3684 Treat `widget-create' specially while inserting strings from the
3685 collected field list.
3686 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3687
3688 * diff-mode.el (diff-file-header): Change foreground color from
3689 yellow to green on light backgrounds.
3690 (diff-context): Inherit from `shadow' only for color/grayscale
3691 with more than 88 colors.
3692 (diff-indicator-removed, diff-indicator-added)
3693 (diff-indicator-changed): New faces.
3694 (diff-font-lock-keywords): Use new faces. Regroup rules.
3695 Add "^---$" for `normal' diff format. Fontify `#' lines with
3696 font-lock-comment-delimiter-face and font-lock-comment-face.
3697 Add `#' to ^[^...] in the rule for `diff-context-face'.
3698
3699 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3700 a button-like box. Inherit from `highlight' on low colors.
3701 (shadow): Use shades of gray only for color/grayscale with
3702 more than 88 colors. Use green for light backgrounds with
3703 8 colors, and yellow for dark backgrounds with 8 colors.
3704
3705 * font-lock.el (font-lock-regexp-grouping-backslash):
3706 Don't inherit from escape-glyph (use bold for all cases).
3707
3708 * info.el (info-xref-visited): Use light foreground color `violet'
3709 for dark backgrounds instead of dark color `magenta3'.
3710 (info-title-1): Use `yellow' color for dark backgrounds.
3711
3712 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3713 too-light magenta2.
3714
3715 * replace.el (match): Use slightly more light RoyalBlue3 instead
3716 of dark RoyalBlue4.
3717
3718 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3719
3720 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3721
3722 * novice.el (disabled-command-hook): Declare it with
3723 `define-obsolete-variable-alias'.
3724
3725 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3726 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3727 (desktop-load-default): Add release to obsolescence info.
3728 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3729 (desktop-append-buffer-args, desktop-read):
3730 Fix typos in docstrings.
3731 (desktop-kill): Fix typo in message.
3732 (desktop-save): Doc fix.
3733
3734 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3735
3736 * viper-cmd.el (viper-escape-to-state): Bug fix.
3737 (viper-envelop-ESC-key): Change the definition of fast
3738 keysequence so it'll work with keyboard macros.
3739
3740 * ediff.el (ediff-patch-buffer): Change the docstring.
3741
3742 2005-07-19 Kenichi Handa <handa@m17n.org>
3743
3744 * international/mule-cmds.el (select-safe-coding-system): Try to
3745 use an auto-coding (if any) before anything else. If the found
3746 auto-coding is invalid, show a warning message.
3747
3748 * international/mule.el (find-auto-coding): New function created
3749 by modifying the body of set-auto-coding.
3750 (set-auto-coding): Use find-auto-coding to find a coding.
3751
3752 2005-07-18 Richard M. Stallman <rms@gnu.org>
3753
3754 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3755 not isearch-mode-end-hook-error.
3756 (allout-before-change-protect): Fix error message.
3757
3758 2005-07-18 Juri Linkov <juri@jurta.org>
3759
3760 * allout.el (allout-mode):
3761 * calculator.el (calculator-copy):
3762 * custom.el (custom-known-themes):
3763 * dired.el (dired-desktop-buffer-misc-data)
3764 (dired-restore-desktop-buffer):
3765 * dired-x.el (dired-omit-marker-char):
3766 * files.el (basic-save-buffer):
3767 * font-core.el (font-lock-mode):
3768 * calendar/calendar.el (calendar-goto-hebrew-date)
3769 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3770 (calendar-goto-persian-date):
3771 * language/ethio-util.el (ethio-sera-to-fidel-region):
3772 * textmodes/picture.el (picture-mode):
3773 Delete duplicate duplicate words.
3774
3775 2005-07-18 Juri Linkov <juri@jurta.org>
3776
3777 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3778 chars * ? } |.
3779 (isearch-fallback): Don't call `isearch-process-search-char'.
3780 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3781 (isearch-process-search-char): Call `isearch-fallback' for regexp
3782 chars * ? } |.
3783 (isearch-return-char): Make obsolete with `make-obsolete' instead
3784 of simply documenting it as obsolete in the docstring.
3785 (isearch-fallback): Refill docstring.
3786
3787 * international/isearch-x.el
3788 (isearch-process-search-multibyte-characters): Remove unneeded
3789 `concat'. Add intermediate values to `junk-hist' instead of
3790 `minibuffer-history'. Test the length of `str'.
3791
3792 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3793
3794 * allout.el (allout-resolve-xref): Fix typos in error strings.
3795 (allout-before-change-protect): Remove unneeded `concat'.
3796
3797 * array.el (array-mode, array-reconfigure-rows)
3798 (untabify-backward): Fix typos in docstrings.
3799 (array-reconfigure-rows): Use `insert-buffer-substring', not
3800 `insert-buffer'.
3801
3802 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3803 * progmodes/ada-mode.el (ada-make-body):
3804 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3805
3806 * dired.el (dired-log):
3807 * tar-mode.el (tar-subfile-save-buffer):
3808 * play/zone.el (zone-pgm-stress-destress):
3809 Use `insert-buffer-substring', not `insert-buffer'.
3810
3811 2005-07-17 Simon Josefsson <jas@extundo.com>
3812
3813 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3814
3815 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3816
3817 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3818 Add plain auth method.
3819 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3820
3821 2005-07-17 Kim F. Storm <storm@cua.dk>
3822
3823 * ido.el (dired-other-window): Add ido property.
3824
3825 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3826
3827 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3828 Fix typo in docstring.
3829 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3830 `insert-file-literally'.
3831
3832 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3833 info and delete redundant message. Doc fix.
3834 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3835 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3836
3837 2005-07-16 Richard M. Stallman <rms@gnu.org>
3838
3839 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3840 (byte-compile-and): Use byte-compile-and-recursion.
3841 (byte-compile-or-recursion): New function.
3842 (byte-compile-or): Use that.
3843 (byte-compile-if): Guard the else-clause too.
3844 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3845
3846 * isearch.el (isearch-mode-end-hook-quit): New variable.
3847 (isearch-done): Bind it.
3848 (isearch-mode-end-hook): Doc fix.
3849
3850 * allout.el (allout-isearch-did-quit): Variable deleted.
3851 (allout-real-isearch-abort): Function name no longer used.
3852 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3853 (allout-isearch-rectification): isearch-mode always exists.
3854 Don't set allout-isearch-did-quit.
3855 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3856 allout-isearch-did-quit.
3857 (allout-enwrap-isearch): Just add the hook.
3858 (allout-isearch-abort): Function deleted.
3859 (allout-pre-command-business): Avoid warning.
3860
3861 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3862 Correctly avoid warnings.
3863 (pascal-outline): Likewise.
3864
3865 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3866
3867 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3868
3869 * play/tetris.el (tetris-mode): Avoid warning.
3870
3871 * play/snake.el (snake-mode): Avoid warning.
3872
3873 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3874 (gamegrid-set-display-table): Avoid warning.
3875 (gamegrid-set-timer): Likewise.
3876 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3877 (gamegrid-add-score-with-update-game-score-1): Take FILE
3878 as argument.
3879 (gamegrid-add-score-with-update-game-score): Pass that argument.
3880 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3881
3882 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3883
3884 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3885 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3886
3887 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3888 and insert-file.
3889
3890 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3891 (sc-ask): Avoid warnings.
3892
3893 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3894 (eshell-hist-initialize): Use that var the natural way.
3895
3896 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3897
3898 * emacs-lisp/re-builder.el (reb-cook-regexp):
3899 Avoid warning calling lre-compile-string.
3900 (reb-color-display-p): Avoid warning.
3901
3902 * calculator.el (calculator-last-input): Guard uses
3903 of event-key and key-press-event-p.
3904 (event-key, key-press-event-p): Delete definitions.
3905
3906 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3907 (find-gc-source-directory, find-gc-subrs-callers)
3908 (find-gc-noreturn-list, find-gc-source-files)
3909 (find-gc-subrs-called): Vars renamed and defvar'd.
3910
3911 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3912 (checkdoc-overlay-put, checkdoc-delete-overlay)
3913 (checkdoc-overlay-start, checkdoc-overlay-end)
3914 (checkdoc-mode-line-update, checkdoc-char=):
3915 Define such that compiler knows they are defined.
3916 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3917 (checkdoc-read-event): Delete. Use read-event directly.
3918
3919 * whitespace.el (whitespace-make-overlay)
3920 (whitespace-overlay-put, whitespace-delete-overlay)
3921 (whitespace-overlay-start, whitespace-overlay-end):
3922 Define such that compiler knows they are defined.
3923 (whitespace): Move conditional inside.
3924
3925 * tempo.el (tempo-insert-template): Suppress warning.
3926
3927 * ediff-diff.el (longlines-mode): Add defvar.
3928
3929 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3930
3931 * server.el: Bind "C-x #" in a way that works even if C-x is
3932 redefined to a command key, not a prefix key.
3933
3934 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3935
3936 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3937 cl-make-type-test till execution time.
3938
3939 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3940
3941 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3942 arg ARG and use it.
3943
3944 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3945
3946 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3947
3948 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3949
3950 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3951 a defcustom with two :set or :type keywords.
3952
3953 2005-07-15 Richard M. Stallman <rms@gnu.org>
3954
3955 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3956 Don't give ^M comment-end syntax.
3957
3958 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3959
3960 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3961 Don't consider gdbmi (gdb-mi.el has its own update functions).
3962 (gdb-var-delete): Make it work for gdbmi as well.
3963 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3964
3965 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3966 (gud-speedbar-menu-items): Correct logic for enabling items.
3967
3968 2005-07-15 Kim F. Storm <storm@cua.dk>
3969
3970 * ido.el: Fix commentary.
3971 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3972 Use with-no-warnings around ffap-guesser.
3973 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3974 Let bind minibuffer-completing-file-name to t.
3975
3976 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3977
3978 * startup.el (site-run-file, keyboard-type): Doc fixes.
3979 (command-line): Check for "--basic-display" argument; also for
3980 "--quick", not "--bare-bones" (which was renamed).
3981 (fancy-splash-text): Add missing item "Getting New Versions".
3982 (normal-splash-screen): Fix typos and improve consistency with
3983 `fancy-splash-text'. Update copyright year.
3984
3985 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3986 valid binding for `help-char'.
3987
3988 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3989
3990 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3991
3992 * term.el (term-mode): Disable cua-mode for term buffers.
3993
3994 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3995
3996 * add-log.el (add-log-mailing-address, change-log-merge):
3997 Doc fixes.
3998 (change-log-get-method-definition): Fix typo in docstring.
3999
4000 2005-07-14 Kim F. Storm <storm@cua.dk>
4001
4002 * emulation/cua-base.el:
4003 (cua--pre-command-handler-1, cua--pre-command-handler)
4004 (cua--post-command-handler-1, cua--post-command-handler):
4005 Split in two. Check (buffer local) value of cua-mode.
4006 (cua-selection-mode): New command.
4007
4008 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4009
4010 * custom.el (custom-initialize-safe-set)
4011 (custom-initialize-safe-default): Doc fixes.
4012
4013 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4014 and simplify :init-value again.
4015
4016 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4017 and simplify :init-value again. Delete autoload.
4018
4019 * startup.el (command-line): Use `custom-reevaluate-setting' again
4020 for tooltip-mode.
4021
4022 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4023 a defcustom with two :initialize keywords.
4024
4025 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4026
4027 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4028 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4029 (allout-post-command-business, allout-flag-region)
4030 (isearch-reenable-font-lock, allout-yank)
4031 (allout-insert-latex-header, allout-insert-latex-trailer)
4032 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4033 (allout-latex-verb-quote): Fix typos in docstrings.
4034 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4035 (allout-unprotected, allout-prefix-data):
4036 Improve argument/docstring consistency.
4037 (allout-chart-subtree): Fix argument spec.
4038 (allout-open-topic): Rename `use_sib_bullet' argument to
4039 `use-sib-bullet'. Doc fix.
4040
4041 * whitespace.el (whitespace-check-buffer-leading)
4042 (whitespace-check-buffer-trailing)
4043 (whitespace-check-buffer-indent)
4044 (whitespace-check-buffer-spacetab)
4045 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4046 (whitespace-check-leading-whitespace)
4047 (whitespace-check-trailing-whitespace)
4048 (whitespace-check-spacetab-whitespace)
4049 (whitespace-check-indent-whitespace)
4050 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4051 (whitespace-modes): Fix typos in docstrings.
4052 (defgroup, defcustom): Doc fixes.
4053
4054 * winner.el (winner-mode, winner-boring-buffers)
4055 (winner-pending-undo-ring): Doc fixes.
4056 (winner-ring): Remove unneeded `progn'.
4057 (winner-equal): `defsubst' it.
4058 (winner-redo): Fix message.
4059
4060 2005-07-13 Kim F. Storm <storm@cua.dk>
4061
4062 * simple.el (line-move-1): Always use vertical-motion to
4063 do the last (or only) line move to ensure some movement.
4064 Undo 2005-06-23 change--don't check for overlays.
4065
4066 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4067
4068 * term/mac-win.el (ccl-encode-mac-roman-font)
4069 (ccl-encode-mac-centraleurroman-font)
4070 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4071 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4072 Change charset-id boundary of dimension to ?\xef.
4073 (mac-char-fontspec-list): New constant.
4074 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4075 argument. Nil uses itself as family in font-spec. Previous
4076 behavior for nil is now provided by non-nil non-string argument.
4077 All callers changed. Add font-specs for Mac fonts to
4078 "fontset-default" unless iso8859-1 fonts are installed.
4079
4080 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4083 a continuation line if the \ is preceded by SPC or TAB.
4084 (sh-get-indent-info): Simplify.
4085 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4086 Use with-current-buffer.
4087
4088 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4089 when the matched text is empty.
4090
4091 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4092
4093 * startup.el (command-line): Revert to previous handling of
4094 tooltip-mode. Explain in comment why the complexity is needed.
4095
4096 * tooltip.el (tooltip-mode): Revert to previous implementation of
4097 its defcustom.
4098
4099 * frame.el (blink-cursor-mode): Revert to previous implementation
4100 of its defcustom. Update comment.
4101
4102 2005-07-12 Lars Hansen <larsh@soem.dk>
4103
4104 * desktop.el: Update e-mail address.
4105
4106 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4107
4108 * term/mac-win.el (mac-services-mail-selection)
4109 (mac-services-mail-to): New functions.
4110 (mac-application-menu-map): Bind them.
4111
4112 2005-07-12 wulei <milton@wulei.net> (tiny change)
4113
4114 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4115
4116 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4117
4118 * custom.el (custom-reevaluate-setting): Doc fix.
4119
4120 2005-07-11 Jay Belanger <belanger@truman.edu>
4121
4122 * calc/calc.el (calc-embedded-announce-formula-alist)
4123 (calc-embedded-open-close-plain-alist)
4124 (calc-embedded-open-close-mode-alist): Add checks for additional
4125 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4126
4127 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4128
4129 * custom.el (custom-enable-theme): Don't add theme to
4130 `custom-enabled-themes' with `push' because there is no
4131 setf-method for `delq'.
4132
4133 2005-07-11 Richard M. Stallman <rms@gnu.org>
4134
4135 * custom.el (custom-declare-variable): Doc fix.
4136
4137 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4138 from the alists.
4139
4140 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4141 Do nothing if edebug-active.
4142
4143 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4144 (edebug-display): Do it here instead.
4145
4146 2005-07-10 Richard M. Stallman <rms@gnu.org>
4147
4148 * cus-face.el (custom-theme-set-faces): Make it work.
4149 (custom-reset-faces): Doc fix.
4150 (custom-theme-reset-internal-face, custom-theme-face-value):
4151 Functions deleted.
4152
4153 * custom.el (custom-push-theme): Maintain list of the settings
4154 of a given theme in its theme-settings property.
4155 Maintain position of old settings in the theme-value
4156 or theme-face property.
4157 (custom-enabled-themes): New variable.
4158 (custom-theme-enabled-p): New function.
4159 (provide-theme): Update custom-enabled-themes.
4160 Disable and reenable the `user' theme.
4161 (require-theme): Doc fix.
4162 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4163 (custom-theme-value, custom-theme-variable-value): Likewise.
4164 (custom-theme-reset-internal): Likewise.
4165 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4166 (custom-enable-theme, custom-disable-theme): New functions.
4167 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4168 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4169 (custom-theme-reset-variables): Simplify.
4170 (deftheme, custom-declare-theme, custom-make-theme-feature):
4171 Definitions moved.
4172
4173 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4174
4175 * longlines.el (longlines-show-region)
4176 (longlines-unshow-hard-newlines): Recognize hard newlines by
4177 non-nil hard property, instead of t.
4178
4179 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4180
4181 * viper-cmd.el (viper--key-maps): New variable.
4182 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4183 emulation-mode-map-alists.
4184 (viper-envelop-ESC-key): Use viper-subseq.
4185 (viper-search-forward/backward/next): Disable debug-on-error.
4186
4187 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4188 (viper-ESC-key): New defcustoms.
4189
4190 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4191
4192 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4193 (viper-subseq): Copy of subseq from cl.el.
4194
4195 * viper.el (viper-go-away, viper-set-hooks): Use
4196 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4197
4198 * viper-mous.el (viper-current-frame-saved): Use defvar.
4199
4200 * viper-init.el: Get rid of -face in face names.
4201
4202 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4203 Make it work with longlines mode
4204
4205 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4206
4207 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4208
4209 * ediff-init.el: Get rid of -face in face names.
4210
4211 2005-07-10 Richard M. Stallman <rms@gnu.org>
4212
4213 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4214 and with-timeout-unsuspend.
4215
4216 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4217 and with-timeout-unsuspend.
4218
4219 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4220 (with-timeout): Bind that variable to record timers.
4221 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4222
4223 * emacs-lisp/debug.el (debug-help-follow): New function.
4224 (debugger-mode-map): Use that instead of help-follow.
4225 (debugger-setup-buffer): Use eval-buffer-list
4226 to handle eval-buffer frames.
4227
4228 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4229
4230 * timezone.el (timezone-parse-date): Change first regexp
4231 so it will not mistakenly match dates with no time zone.
4232
4233 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4234
4235 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4236
4237 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4238
4239 * custom.el (custom-initialize-safe-set)
4240 (custom-initialize-safe-default): New functions.
4241
4242 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4243 and simplify :init-value.
4244
4245 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4246 and simplify :init-value. Delete obsolete comment.
4247
4248 * startup.el (command-line): Use `custom-reevaluate-setting' to
4249 handle `tooltip-mode'. Delete obsolete comment.
4250
4251 * files.el (set-visited-file-name): Avoid calling
4252 `file-name-nondirectory' with a nil argument.
4253
4254 2005-07-09 Richard M. Stallman <rms@gnu.org>
4255
4256 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4257 was called with nil for the buffer, handle the read position right.
4258 Handle read position for eval-region, too.
4259
4260 2005-07-09 Juri Linkov <juri@jurta.org>
4261
4262 * fringe.el (fringe-mode): Add period in docstring.
4263 (fringe-query-style): Build prompt depending on `all-frames' arg.
4264
4265 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4266 to not create links to unrelated functions in the Help buffer.
4267
4268 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4269 Doc fix.
4270
4271 * simple.el (next-error-hook): New variable.
4272 (next-error): Use it. Doc fix.
4273
4274 * textmodes/ispell.el (ispell-command-loop): Add current
4275 dictionary name and program name to mode-line-format.
4276 (ispell-region, ispell-process-line): Add current dictionary name
4277 and program name to messages.
4278
4279 2005-07-08 Jay Belanger <belanger@truman.edu>
4280
4281 * calc/calc.el (calc-embedded-announce-formula-alist)
4282 (calc-embedded-open-close-formula-alist)
4283 (calc-embedded-open-close-word-alist)
4284 (calc-embedded-open-close-plain-alist)
4285 (calc-embedded-open-close-new-formula-alist)
4286 (calc-embedded-open-close-mode-alist)
4287 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4288 (calc-embedded-mode-hook): New variables.
4289
4290 * calc/calc-embed.el (calc-embedded-firsttime)
4291 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4292 New variables.
4293 (calc-do-embedded): Use calc-embedded-firsttime,
4294 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4295 determine whether or not to run hooks.
4296 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4297 calc-embedded-firsttime-formula appropriately.
4298 Set calc-embedded delimiter variables according to mode.
4299
4300 2005-07-08 Richard M. Stallman <rms@gnu.org>
4301
4302 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4303 Check for "emacs", etc., as entire symbol, not just as word.
4304 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4305
4306 * files.el (set-visited-file-name): Report the error
4307 for "empty filename" earlier.
4308 (kill-some-buffers): Ignore buffers already dead.
4309
4310 * fringe.el (fringe-mode): Doc fix.
4311
4312 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4313 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4314 Use unwind-protect to ensure byte-compile-unresolved-functions
4315 is updated.
4316
4317 * whitespace.el (whitespace-buffer-leading-cleanup):
4318 Simplify w/ skip-chars-forward.
4319 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4320
4321 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4322 Unconditionally try to leave point at the same old place.
4323
4324 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4325
4326 * comint.el (comint-postoutput-scroll-to-bottom)
4327 (comint-show-maximum-output): Take scroll-margin into consideration.
4328
4329 2005-07-08 Kim F. Storm <storm@cua.dk>
4330
4331 * ido.el (ido-use-filename-at-point): New choice `guess'.
4332 (ido-file-internal): Try ffap-guesser if selected.
4333
4334 * ido.el (ido-before-fallback-functions): New hook.
4335 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4336 (ido-read-file-name): Run it.
4337
4338 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4341 strings rather than a list of symbols to the completion function.
4342
4343 2005-07-07 Jay Belanger <belanger@truman.edu>
4344
4345 * calc/calc-units.el (math-apply-units): Change the places in
4346 which units are simplified.
4347
4348 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4349
4350 * cus-edit.el (customize-option, customize-option-other-window):
4351 Make them handle aliases.
4352
4353 * custom.el (custom-variable-p): Make it recursively follow
4354 aliases. Mention that in the docstring.
4355
4356 2005-07-07 Richard M. Stallman <rms@gnu.org>
4357
4358 * cus-start.el (exec-path): Use `directory' instead of `file'.
4359 Fix tag for nil.
4360
4361 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4362
4363 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4364 when called non-interactively. Doc fix.
4365
4366 2005-07-07 Lute Kamstra <lute@gnu.org>
4367
4368 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4369 new address as well.
4370
4371 2005-07-07 Kenichi Handa <handa@m17n.org>
4372
4373 * international/mule.el (make-coding-system):
4374 Describe `ascii-incompatible' property in the docstring.
4375 (set-file-name-coding-system): Signal an error if coding-system is
4376 ascii-incompatible.
4377 (set-keyboard-coding-system): Likewise.
4378
4379 * international/mule-cmds.el (set-default-coding-systems):
4380 Don't set default-file-name-coding-system and
4381 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4382
4383 * international/utf-16.el: Declare that all UTF-16-based coding
4384 systems are ASCII-incompatible.
4385
4386 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4387
4388 * progmodes/gud.el: Require font-lock for displaying errors.
4389 Used by gdb-ui.el.
4390
4391 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4392
4393 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4394 values for the pattern lists which are `read'able but not
4395 `append'able (like symbols).
4396
4397 2005-07-06 Richard M. Stallman <rms@gnu.org>
4398
4399 * progmodes/flymake.el (flymake-float-time): Instead of
4400 with-no-warnings, test for xemacs.
4401 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4402 to avoid warning.
4403
4404 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4405
4406 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4407
4408 2005-07-05 Lute Kamstra <lute@gnu.org>
4409
4410 * battery.el: Add support for Darwin (with much debugging help
4411 from Samuel Lauber <sam124@operamail.com>).
4412 (battery-status-function, battery-echo-area-format)
4413 (battery-mode-line-format): Add support for pmset on Darwin.
4414 (battery-load-low, battery-load-critical): New user options.
4415 (battery-pmset): New function.
4416
4417 2005-07-05 Lute Kamstra <lute@gnu.org>
4418
4419 Update FSF's address in GPL notices.
4420
4421 * textmodes/page-ext.el: Update FSF's address.
4422
4423 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4426 filling from using prefix when filling a single-line docstring.
4427
4428 * progmodes/flymake.el: Remove useless eval-when-compile.
4429
4430 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4431
4432 2005-07-04 Richard M. Stallman <rms@gnu.org>
4433
4434 * textmodes/org.el (org-file-apps-defaults-gnu):
4435 Rename from org-file-apps-defaults-linux.
4436 (org-default-apps): Don't test system-type for `linux'.
4437 (org-file-apps): Doc fix.
4438
4439 2005-07-04 David Ponce <david@dponce.com>
4440
4441 * tree-widget.el: Improve header Commentary section.
4442 (tree-widget) [defgroup]
4443 (tree-widget-image-enable, tree-widget-themes-directory)
4444 (tree-widget-theme, tree-widget-image-properties-emacs)
4445 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4446 (tree-widget-image-formats, tree-widget-control)
4447 (tree-widget-empty-control, tree-widget-leaf-control
4448 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4449 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4450 (tree-widget-keep, tree-widget-after-toggle-functions)
4451 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4452 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4453 :help-echo message.
4454 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4455 (tree-widget-image-properties): Doc fix. Clearer implementation.
4456 (tree-widget--cursors): New constant.
4457 (tree-widget-lookup-image): New function split from
4458 `tree-widget-find-image'. Clearer implementation.
4459 (tree-widget-find-image): Use it.
4460 (tree-widget-button-keymap): Use `set-keymap-parent'.
4461 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4462 Define the sub-widgets here.
4463 (tree-widget-node): Check that :node is not a tree-widget.
4464 (tree-widget-get-super, tree-widget-open-control)
4465 (tree-widget-close-control, tree-widget-empty-control)
4466 (tree-widget-leaf-control, tree-widget-guide)
4467 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4468 (tree-widget-no-handle, tree-widget-value-delete)
4469 (tree-widget-map): Remove.
4470 (tree-widget-children-value-save): Doc fix. Simplified.
4471 (tree-widget-value-create): Update according to previous changes.
4472
4473 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4474
4475 * textmodes/org.el: Leading space replaced by TABS.
4476 (org-recalc-marks, org-table-rotate-recalc-marks)
4477 (org-table-get-specials): Treat "^" and "_" marks.
4478 (org-table-justify-field-maybe): Optional argument NEW.
4479 (org-table-eval-formula): Parsing of the format simplified.
4480 New modes C,I. Honor the %= parameter in the current table.
4481 Avoid unnecessary re-align by using the NEW argument to
4482 `org-table-justify-field-maybe'.
4483 (org-calc-default-modes): Default for date-format mimicks org-mode.
4484 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4485
4486 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4487
4488 * cus-face.el (custom-theme-set-faces): Make it handle face
4489 aliases whose alias declarations are pre- or autoloaded.
4490
4491 2005-07-04 Juri Linkov <juri@jurta.org>
4492
4493 * faces.el (read-face-name): Put the code for getting a face name
4494 from the buffer before adding the faces from the `face' property.
4495 Use `completing-read-multiple' instead of `completing-read'.
4496 Require `crm'. Add default value and post-process the returned
4497 list of faces.
4498
4499 * emacs-lisp/crm.el (crm-find-current-element)
4500 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4501
4502 * emacs-lisp/lisp-mode.el (eval-defun-1):
4503 * emacs-lisp/edebug.el (edebug-eval-defun):
4504 Remove unnecessary quotes.
4505
4506 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4507
4508 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4509 (prolog-indent-level): Fix typo in docstring.
4510
4511 * info.el (Info-history, Info-history-forward)
4512 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4513
4514 * add-log.el (add-change-log-entry):
4515 * comint.el (comint-dynamic-list-input-ring)
4516 (comint-dynamic-list-completions):
4517 * dabbrev.el (dabbrev-expand):
4518 * delim-col.el (delimit-columns-rectangle-line):
4519 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4520 (diff-unified->context):
4521 * ediff-init.el (ediff-abbrev-jobname):
4522 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4523 (ediff-replace-session-activity-marker-in-meta-buffer):
4524 * info.el (Info-summary):
4525 * lpr.el (printify-region):
4526 * printing.el (pr-create-interface):
4527 * ps-print.el (ps-print-quote):
4528 * ses.el (ses-column-widths, ses-print-cell)
4529 (ses-adjust-print-width, ses-center):
4530 * shell.el (shell-file-name-quote-list):
4531 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4532 (strokes-fill-current-buffer-with-whitespace)
4533 (strokes-xpm-for-stroke, strokes-list-strokes)
4534 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4535 * term.el (term-dynamic-list-input-ring)
4536 (term-dynamic-list-completions):
4537 * calc/calc.el (math-format-stack-value):
4538 * emacs-lisp/edebug.el (edebug-display-freq-count):
4539 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4540 (delphi-new-comment-line):
4541 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4542 * progmodes/executable.el (executable-set-magic):
4543 * progmodes/python.el (inferior-python-mode):
4544 * progmodes/scheme.el (scheme-mode-syntax-table):
4545 * progmodes/sh-script.el (sh-maybe-here-document):
4546 * progmodes/sql.el (sql-copy-column):
4547 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4548 * textmodes/bibtex.el (bibtex-mode):
4549 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4550 (sgml-auto-attributes):
4551 * textmodes/table.el (table-insert, table-shorten-cell)
4552 (table--generate-source-scan-lines, table-delete-row)
4553 (*table--cell-delete-char, table--spacify-frame)
4554 (table--horizontally-shift-above-and-below)
4555 (table--cell-insert-char, table--cell-blank-str)
4556 (table--fill-region-strictly):
4557 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4558 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4559
4560 * add-log.el (change-log):
4561 * apropos.el (apropos):
4562 * comint.el (comint-completion, comint-source):
4563 * dabbrev.el (dabbrev):
4564 * delim-col.el (columns):
4565 * diff-mode.el (diff-mode):
4566 * ediff.el (ediff):
4567 * ediff-diff.el (ediff-diff):
4568 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4569 * ediff-mult.el (ediff-mult):
4570 * ediff-ptch.el (ediff-ptch):
4571 * ediff-wind.el (ediff-window):
4572 * facemenu.el (facemenu):
4573 * indent.el (indent):
4574 * info.el (info):
4575 * jka-cmpr-hook.el (compression, jka-compr):
4576 * lpr.el (lpr):
4577 * outline.el (outlines):
4578 * pcmpl-cvs.el (pcmpl-cvs):
4579 * pcmpl-rpm.el (pcmpl-rpm):
4580 * printing.el (printing):
4581 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4582 (ps-print-vertical, ps-print-headers, ps-print-font)
4583 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4584 (ps-print-background, ps-print-printer, ps-print-page)
4585 (ps-print-miscellany):
4586 * ses.el (ses):
4587 * shell.el (shell, shell-directories, shell-faces):
4588 * startup.el (initialization):
4589 * strokes.el (strokes):
4590 * term.el (term):
4591 * uniquify.el (uniquify):
4592 * w32-vars.el (w32):
4593 * calc/calc.el (calc):
4594 * emacs-lisp/bytecomp.el (bytecomp):
4595 * emacs-lisp/cl-indent.el (lisp-indent):
4596 * emacs-lisp/edebug.el (edebug):
4597 * emacs-lisp/elp.el (elp):
4598 * emacs-lisp/testcover.el (testcover):
4599 * emacs-lisp/trace.el (trace):
4600 * emulation/viper-ex.el (viper-ex):
4601 * emulation/viper-mous.el (viper-mouse):
4602 * mail/mailalias.el (mailalias):
4603 * mail/supercite.el (supercite, supercite-frames)
4604 (supercite-attr, supercite-cite, supercite-hooks):
4605 * net/rcompile.el (remote-compile):
4606 * net/rlogin.el (rlogin):
4607 * obsolete/ooutline.el (outlines):
4608 * progmodes/delphi.el (delphi):
4609 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4610 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4611 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4612 (ebnf-optimization):
4613 * progmodes/etags.el (etags):
4614 * progmodes/executable.el (executable):
4615 * progmodes/idlwave.el (idlwave):
4616 * progmodes/pascal.el (pascal):
4617 * progmodes/prolog.el (prolog):
4618 * progmodes/python.el (python):
4619 * progmodes/scheme.el (scheme):
4620 * progmodes/sh-script.el (sh, sh-script):
4621 * progmodes/sql.el (SQL):
4622 * progmodes/tcl.el (tcl):
4623 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4624 * textmodes/enriched.el (enriched):
4625 * textmodes/makeinfo.el (makeinfo):
4626 * textmodes/sgml-mode.el (sgml):
4627 * textmodes/table.el (table-hooks):
4628 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4629 * textmodes/texinfo.el (texinfo):
4630 * textmodes/two-column.el (two-column):
4631 Finish `defgroup' description with period.
4632
4633 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4634 * eshell/esh-var.el (eshell-var):
4635 * progmodes/vhdl-mode.el (vhdl-testbench):
4636 * textmodes/org.el (org): Fix typos in docstrings.
4637
4638 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4639 consistency.
4640
4641 * progmodes/flymake.el (flymake-find-file): Remove.
4642 (flymake-float-time): Use `with-no-warnings'.
4643 (flymake-check-start-time, flymake-check-was-interrupted)
4644 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4645 (flymake-new-err-info): `defvar' at compile time.
4646
4647 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4648
4649 * replace.el (occur-hook): Doc fix.
4650 (occur-1): Don't call `occur-hook' if there are no matches.
4651
4652 2005-07-03 Richard M. Stallman <rms@gnu.org>
4653
4654 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4655 global-map, save the same map.
4656 (global-map): Don't alter it at top level.
4657 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4658 Then alter it here instead.
4659 (tpu-edt-off): Set global-map to the saved one.
4660
4661 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4662 All references simplified.
4663 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4664 (zmacs-regions): Add defvar.
4665 (repeat-complex-command-map): Everything about that deleted.
4666
4667 * textmodes/artist.el (artist-key-is-drawing)
4668 (artist-key-endpoint1, artist-key-poly-point-list)
4669 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4670 (artist-key-compl-table, artist-rb-save-data)
4671 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4672 Don't put them in eval-when-compile.
4673 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4674
4675 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4676 Use with-no-warnings.
4677
4678 * net/browse-url.el (dos-windows-version): Add defvar.
4679
4680 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4681
4682 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4683 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4684 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4685 Add defvar.
4686 (rmail-summary-beginning-of-message): Use with-no-warnings.
4687 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4688
4689 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4690 Use with-no-warnings.
4691
4692 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4693 (c-mark-function): Add point-moving-unit property.
4694 (vi-goto-line): Use with-no-warnings.
4695
4696 * emulation/edt.el (edt-last-copied-word): Add defvar.
4697 (zmacs-region-stays): Likewise.
4698 (edt-mark-section-wisely): Use c-mark-function for C.
4699 Use makr-defun for Fortran.
4700 (time-string): defvar deleted.
4701 (edt-display-the-time): Don't set time-string.
4702
4703 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4704
4705 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4706 Don't warn when name is not constant
4707 or for defining the group `emacs'.
4708
4709 * tooltip.el (gud-tooltip-mode): Add defvar.
4710
4711 * startup.el (default-frame-background-mode): Add defvar.
4712
4713 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4714
4715 * info.el (tool-bar-map): Add defvar.
4716
4717 * dired.el (dnd-protocol-alist): Add defvar.
4718
4719 * dired-aux.el (dired-query): Display question with answer, when
4720 the user answers.
4721
4722 * custom.el (custom-add-option): Doc fix.
4723
4724 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4725
4726 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4727
4728 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4729 bogus name from the last change.
4730
4731 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4732
4733 * custom.el (custom-declare-variable): Fix typos in comment.
4734 (custom-known-themes): Doc fix.
4735 (custom-theme-directory): New defcustom.
4736 (require-theme): Make it check `custom-theme-directory'.
4737
4738 * cus-theme.el (custom-new-theme-mode): New function.
4739 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4740 (custom-theme-description): Add compiler defvars.
4741 (customize-create-theme): Add doc to the "*New Custom Theme*"
4742 buffer. Use `custom-new-theme-mode'.
4743 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4744 and save it to the `custom-theme-directory'. Make this the
4745 default directory of the buffer.
4746
4747 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4748
4749 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4750 Fix unbalanced parentheses.
4751
4752 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4755 into flymake-mode and delegate to flymake-mode.
4756
4757 * find-file.el (ff-which-function-are-we-in): Clean up.
4758
4759 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4760
4761 * replace.el (occur-rename-buffer): Fix docstring.
4762
4763 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4764 (edt-last-copied-word, edt-learn-macro-count)
4765 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4766 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4767 (time-string, zmacs-region-stays):
4768 * emulation/edt-mapper.el (edt-save-function-key-map)
4769 (EDT-key-name): `defvar' to silence the byte-compiler.
4770
4771 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4772
4773 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4774 font-lock-regexp-backslash. Doc fix.
4775 (font-lock-regexp-backslash-grouping-construct): Rename from
4776 font-lock-regexp-backslash-construct. Doc fix.
4777 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4778 grouping constructs.
4779
4780 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4781
4782 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4783 updating all the prerequisites.
4784
4785 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4786
4787 * textmodes/org.el (org-agenda-start-on-weekday)
4788 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4789 (org-agenda-use-time-grid, org-archive-location)
4790 (org-allow-space-in-links, org-usenet-links-prefer-google)
4791 (org-enable-table-editor, org-export-default-language)
4792 (org-export-html-show-new-buffer, org-fill-paragraph)
4793 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4794 (org-goto-quit, org-occur, org-eval-in-calendar)
4795 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4796 (org-agenda-diary-entry, org-remember-help)
4797 (org-table-convert-region, org-at-table-p)
4798 (org-table-move-row-down, org-table-move-row-up)
4799 (org-table-copy-region, org-table-toggle-vline-visibility)
4800 (org-table-get-stored-formulas, org-table-get-specials)
4801 (org-recalc-commands, org-table-eval-formula)
4802 (org-table-formula-substitute-names, orgtbl-make-binding)
4803 (org-format-org-table-html, org-format-table-table-html)
4804 (org-format-table-table-html-using-table-generate-source)
4805 (org-customize): Fix typos in docstrings.
4806 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4807 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4808 (org-back-to-heading): Doc fixes.
4809 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4810 (org-agenda-change-all-lines, org-get-header):
4811 Improve argument/docstring consistency.
4812 (orgtbl-error): Fix error message.
4813
4814 * progmodes/flymake.el (flymake-find-possible-master-files)
4815 (flymake-master-file-compare, flymake-get-line-err-count)
4816 (flymake-highlight-line, flymake-gui-warnings-enabled):
4817 Fix typos in docstrings.
4818 (flymake-parse-line, flymake-get-project-include-dirs-function)
4819 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4820 Doc fixes.
4821 (flymake-get-project-include-dirs-function)
4822 (flymake-make-err-menu-data):
4823 Improve argument/docstring consistency.
4824
4825 2005-07-01 Lute Kamstra <lute@gnu.org>
4826
4827 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4828 Catch errors with ignore-errors. Use temporary buffer.
4829 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4830
4831 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4832 background color faces.
4833 (facemenu-set-foreground, facemenu-set-background):
4834 Use facemenu-set-face-from-menu.
4835 (facemenu-set-face-from-menu): Treat face names that start with
4836 "fg:" or "bg:" as special.
4837 (facemenu-add-new-color): Don't create faces. Simplify.
4838
4839 2005-06-30 Richard M. Stallman <rms@gnu.org>
4840
4841 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4842 (crm-find-current-element): Likewise.
4843
4844 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4845
4846 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4847
4848 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4851 (archive-mouse-extract): Make it an obsolete alias.
4852 (archive-mode-map): Don't use archive-mouse-extract any more.
4853 (archive-mode, archive-extract): write-contents-hooks ->
4854 write-contents-functions.
4855 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4856 first arg.
4857 (archive-rename-entry): Update the call.
4858 (archive-zip-summarize): Remove unused var `method'.
4859 (archive-lzh-summarize): Remove unused var `creator'.
4860
4861 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4862 dedicated frame upon exit.
4863
4864 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4865 (archive-zip-extract, archive-zip-expunge)
4866 (archive-zip-update, archive-zip-update-case): Use executable-find.
4867 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4868 Use restore-buffer-modified-p.
4869 (archive-extract, archive-add-new-member, archive-write-file-member):
4870 Use with-current-buffer.
4871 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4872
4873 2005-06-30 Andreas Schwab <schwab@suse.de>
4874
4875 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4876
4877 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4878
4879 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4880
4881 2005-06-30 Juri Linkov <juri@jurta.org>
4882
4883 * faces.el (vertical-border): Inherit from mode-line-inactive
4884 only on tty.
4885
4886 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4887
4888 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4889 example, -NLINES in the `occur' docstring).
4890
4891 * replace.el (occur-1): When no matches are found, do not set the
4892 `buffer-read-only' and modified flags for the occur buffer,
4893 because it is deleted.
4894
4895 * emulation/cua-base.el (cua-check-pending-input)
4896 (cua-repeat-replace-region, cua-mode, cua-debug)
4897 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4898 Fix typos in docstrings.
4899
4900 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4901 (cua-cut-region-to-global-mark)
4902 (cua--cut-rectangle-to-global-mark):
4903 Remove period from end of messages.
4904
4905 * emulation/cua-rect.el (cua-do-rectangle-padding):
4906 Remove period from end of messages.
4907 (cua--rectangle-seq-format): Fix typo in docstring.
4908 (cua-sequence-rectangle, cua-fill-char-rectangle):
4909 Improve argument/docstring consistency.
4910
4911 2005-06-29 Juri Linkov <juri@jurta.org>
4912
4913 * faces.el (default-frame-background-mode): New internal variable.
4914 (frame-set-background-mode): Use it.
4915
4916 * startup.el (normal-top-level): Set default-frame-background-mode
4917 instead of frame-background-mode. Before setting it, test for its
4918 nil value. Remove tests for frame-background-mode and frame
4919 parameter `reverse'. Add test for "unspecified-fg".
4920
4921 * term/xterm.el (xterm-rxvt-set-background-mode):
4922 * term/rxvt.el (rxvt-set-background-mode):
4923 Set default-frame-background-mode instead of frame-background-mode.
4924
4925 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4926
4927 * simple.el (set-variable): Warn about obsolete user variables.
4928
4929 * imenu.el (imenu--completion-buffer):
4930 * mouse.el (mouse-buffer-menu-alist):
4931 * msb.el (msb-invisible-buffer-p):
4932 * calendar/diary-lib.el (diary-header-line-format):
4933 * emacs-lisp/pp.el (pp-buffer):
4934 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4935 * textmodes/picture.el (picture-replace-match):
4936 Change space constants followed by a sexp to "?\s ".
4937
4938 * play/decipher.el (decipher-loop-with-breaks):
4939 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4940 constants "protected" from end of line by a comment to "?\s".
4941
4942 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * font-lock.el (save-buffer-state): Use `declare'.
4945
4946 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4947 reset the syntax-table to cperl-mode-syntax-table.
4948 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4949 "foo_print_bar" is not matched as a reserved keyword.
4950
4951 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4952
4953 * textmodes/org.el (orgtbl-setup): New function, for delayed
4954 setup for the orgtbl commands.
4955 (org-calc-default-modes): New option.
4956 (orgtbl-make-binding): Use `defun' to get better help display.
4957 (org-diary): Call `org-compile-prefix-format'.
4958 (org-table-formula-substitute-names): New function.
4959 (org-agenda-day-view, org-agenda-week-view): New commands.
4960 (org-agenda-toggle-week-view): Command removed.
4961 (org-tbl-menu): Split off from org-org-menu.
4962 (org-mode): Move removal of outline-mode menus to here.
4963 (org-table-formula-debug): New option.
4964 (org-table-insert-row): Keep first field if just "#" or "*".
4965 (org-mode): Paragraph regexps fixed.
4966 (org-table-recalculate-regexp): New constant.
4967 (org-table-justify-field-maybe): Avoid replace if not necessary.
4968 (org-copy-special, org-cut-special): Use `call-interactively'.
4969 (org-table-copy-region): Take region from `interactive' call.
4970 (org-trim): Return string even if no match.
4971 (org-formula): New face.
4972 (org-set-font-lock-defaults): No longer highlight "FIXME".
4973 But highlight formula-related fields in table.
4974 (org-table-p): Use regexp, not fontification.
4975 (org-table-align): Handle white space at end of line.
4976 (org-table-formula-evaluate-inline): New option.
4977 (org-mode): Auto-wrapping in comment lines turned off.
4978 (org-table-copy-down): Evaluate only in copied field, not in
4979 destination.
4980 (org-table-current-formula): Variable removed.
4981 (org-table-store-formulas, org-table-get-stored-formulas)
4982 (org-table-modify-formulas, org-table-replace-in-formulas)
4983 (org-table-maybe-eval-formula): New functions.
4984 (org-table-get-formula): Modify to use stored formulas.
4985 (org-table-insert-column, org-table-delete-column)
4986 (org-table-move-column): Call `org-table-modify-formulas'.
4987 (org-complete): Add completion for keyword formulas.
4988 (orgtbl-mode): Pull orgtbl-mode-map to start of
4989 minor-mode-map-alist.
4990
4991 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * progmodes/python.el (python-check): Require `compile' before
4994 modifying its variables.
4995
4996 * newcomment.el (comment-indent-default): Don't get fooled by an early
4997 end of buffer.
4998
4999 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5000
5001 * ps-print.el (ps-print-version): Fix version number.
5002
5003 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5004
5005 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5006
5007 2005-06-28 Richard M. Stallman <rms@gnu.org>
5008
5009 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5010 (flyspell-local-mouse-map): Declaration deleted.
5011 (flyspell-mouse-map): Bind only mouse-2.
5012 (flyspell-mode-map): Don't test flyspell-use-local-map.
5013 (flyspell-overlay-keymap-property-name): Var deleted.
5014 (flyspell-mode-on): Don't make local bindings for
5015 flyspell-mouse-map and flyspell-mode-map.
5016 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5017
5018 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5019
5020 * progmodes/compile.el (compilation-next-error-function):
5021 Don't switch buffers; operate on the current buffer.
5022
5023 * progmodes/compile.el (compilation-error-file-name)
5024 (compilation-warning-file-name, compilation-info-file-name)
5025 (compilation-line-number, compilation-column-number): New faces.
5026 (compilation-error-face, compilation-warning-face)
5027 (compilation-info-face, compilation-line-face)
5028 (compilation-column-face): Use them.
5029
5030 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5031
5032 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5033
5034 * bindings.el (global-map): Bind insertchar and its variants.
5035
5036 2005-06-27 Richard M. Stallman <rms@gnu.org>
5037
5038 * textmodes/artist.el (artist-text-overwrite)
5039 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5040
5041 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5042
5043 * ps-print.el: It was not working the page selection for printing.
5044 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5045 (ps-print-version): New version 6.6.7.
5046 (ps-end-sheet): New fun.
5047 (ps-header-sheet, ps-end-job): Call it.
5048
5049 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5050
5051 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5052
5053 2005-06-27 Lute Kamstra <lute@gnu.org>
5054
5055 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5056 background color faces.
5057 (facemenu-get-face): Delete function.
5058 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5059 (facemenu-add-new-color): Make second argument mandatory.
5060 Create the appropriate face and return it. Simplify.
5061 (facemenu-set-foreground, facemenu-set-background): Don't check if
5062 color is defined. Use return value of facemenu-add-new-color.
5063
5064 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5065
5066 * progmodes/gud.el (gud-filter): Add missing argument to
5067 with-selected-window.
5068
5069 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5072 a :require to the defcustom.
5073
5074 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5075 defcustoms corresponding to minor modes.
5076
5077 2005-06-26 David Ponce <david@dponce.com>
5078
5079 * recentf.el: Require tree-widget instead of wid-edit.
5080 (recentf-filename-handler): Fix widget :type.
5081 (recentf-cancel-dialog, recentf-open-more-files)
5082 (recentf-open-files-action): Doc fix.
5083 (recentf-dialog-goto-first): New function.
5084 (recentf-dialog-mode-map): Set parent keymap first.
5085 (recentf-dialog-mode): Define with define-derived-mode.
5086 Don't display continuation lines in dialogs.
5087 (recentf-edit-list): Rename from recentf-edit-selected-items.
5088 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5089 Simplify.
5090 (recentf-edit-list-validate): New function.
5091 (recentf-edit-list): Update accordingly.
5092 (recentf-open-files-item-shift): Remove.
5093 (recentf-open-files-item): Convert menu elements into tree and
5094 link widgets. Don't create the widgets.
5095 (recentf-open-files): Update accordingly.
5096 (recentf-save-list): Untabify.
5097
5098 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5099
5100 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5101 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5102 partially contained in the active region. Do not take active
5103 region into account when called from Lisp, unless INTERACTIVE arg
5104 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5105 avoid trouble with fields. Make marker point nowhere when no
5106 longer used. Always return nil. Doc fix.
5107 (flush-lines): Add INTERACTIVE arg. Do not take active region
5108 into account when called from Lisp, unless INTERACTIVE arg is
5109 non-nil. Use `forward-line' instead of `beginning-of-line' to
5110 avoid trouble with fields. Make marker point nowhere when no
5111 longer used. Always return nil. Doc fix.
5112 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5113 interchangeable. Do not take active region into account when
5114 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5115 message in echo area when called from Lisp, unless INTERACTIVE arg
5116 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5117 Return the number of matches. Doc fix.
5118 (occur): Doc fix.
5119 (perform-replace): Make comment follow double space convention for
5120 the sake of `outline-minor-mode'.
5121
5122 * faces.el (facep): Doc fix.
5123
5124 2005-06-25 Richard M. Stallman <rms@gnu.org>
5125
5126 * facemenu.el (facemenu-enable-faces-p): New function.
5127 (facemenu-background-menu, facemenu-foreground-menu)
5128 (facemenu-face-menu): Add menu-enable property.
5129
5130 * jka-compr.el (jka-compr-insert-file-contents):
5131 Special handling if cannot find the uncompression program.
5132
5133 * cus-face.el (custom-face-attributes): Add autoload.
5134
5135 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5136 Bind comment-indent-function locally.
5137
5138 * window.el (save-selected-window): Use save-current-buffer.
5139
5140 * subr.el (with-selected-window): Use save-current-buffer.
5141
5142 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5143 and with-current-buffer.
5144
5145 2005-06-24 Richard M. Stallman <rms@gnu.org>
5146
5147 * simple.el (line-move-1): Fix previous change.
5148
5149 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5150
5151 * replace.el (occur-1): Set `buffer-read-only' and the
5152 buffer-modified flag before running `occur-hook' to protect
5153 against unintentional buffer switches that can lead to data loss.
5154
5155 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5156
5157 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5158 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5159 initial error.
5160
5161 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5162 after fresh input.
5163 (gdb-var-create-handler): Put name of expression in quotes.
5164
5165 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5166
5167 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5168 elements of RING in order, and without bogus nil elements.
5169
5170 2005-06-23 Richard M. Stallman <rms@gnu.org>
5171
5172 * simple.el (set-variable): Args renamed; doc fix.
5173 (line-move-1): When there are overlays around, use vertical-motion.
5174
5175 * faces.el (escape-glyph): Use brown against light background.
5176 (nobreak-space): Rename from no-break-space.
5177 Fix previous change.
5178
5179 * dired-aux.el (dired-do-copy): Fix arg prompt.
5180
5181 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5182
5183 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5184
5185 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5186 rather than "Distributor".
5187
5188 2005-06-23 Lute Kamstra <lute@gnu.org>
5189
5190 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5191 (debug-on-entry): Use it. New interactive declaration that uses
5192 function-called-at-point.
5193
5194 2005-06-23 Kim F. Storm <storm@cua.dk>
5195
5196 * subr.el (save-match-data): Add comment about using evaporate arg
5197 to set-match-data.
5198
5199 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5200
5201 * cus-edit.el (customize-face)
5202 (customize-face-other-window): Handle face aliases.
5203
5204 * faces.el (face-documentation, set-face-attribute)
5205 (face-spec-set): Handle face aliases.
5206
5207 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5208
5209 * help-mode.el (help-make-xrefs): If a symbol representing a face
5210 name is not followed by the word "face", it could still be a
5211 function or variable name, so don't bypass other checks.
5212
5213 2005-06-22 Juri Linkov <juri@jurta.org>
5214
5215 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5216 Replace aliased functions with calls where second arg `inherit' is t.
5217
5218 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5219
5220 * progmodes/gdb-ui.el (gdb-error): New variable.
5221 (gdb-error): New function.
5222 (gdb-annotation-rules): Act on error-begin and error annotations.
5223 (gdb-concat-output): Use font-lock-warning-face for errors.
5224
5225 2005-06-22 Miles Bader <miles@gnu.org>
5226
5227 * bindings.el (propertized-buffer-identification): Use renamed
5228 `Buffer-menu-buffer' face.
5229
5230 * faces.el (vertical-border): Rename from `vertical-divider'.
5231 (escape-glyph): Change dark-background color back to `cyan'.
5232
5233 2005-06-21 Juri Linkov <juri@jurta.org>
5234
5235 * faces.el (face-user-default-spec): Try getting `customized-face'
5236 prior to `saved-face'.
5237 (frame-background-mode): Refill docstring.
5238
5239 * emacs-lisp/lisp-mode.el (eval-defun-1):
5240 * emacs-lisp/edebug.el (edebug-eval-defun):
5241 Set `saved-face' temporarily to nil before calling form.
5242 Set `customized-face' to the new spec after that.
5243
5244 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5245
5246 * subr.el (1value, lambda, key-substitution-in-progress):
5247 Doc fixes.
5248
5249 * autoinsert.el (auto-insert-alist):
5250 * ses.el (ses-call-printer):
5251 * subr.el (noreturn):
5252 * emacs-lisp/lisp.el (check-parens):
5253 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5254 * net/browse-url.el (browse-url-mosaic):
5255 * progmodes/cc-defs.el (c-safe-scan-lists):
5256 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5257 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5258 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5259 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5260 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5261 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5262
5263 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5264
5265 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5266
5267 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5268
5269 * calendar/appt.el (appt-make-list): Activate the package, if
5270 not already active (for backwards compatibility).
5271
5272 2005-06-20 Kim F. Storm <storm@cua.dk>
5273
5274 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5275
5276 2005-06-20 Miles Bader <miles@gnu.org>
5277
5278 * faces.el (vertical-divider): New face.
5279
5280 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5281
5282 * simple.el (kill-whole-line): Doc fix.
5283 (next-error-buffer-p, next-error-find-buffer)
5284 (clone-indirect-buffer): Fix typos in docstrings.
5285 (comment-line-break-function): Doc fix: don't say variable
5286 is automatically buffer-local (it isn't).
5287
5288 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5289
5290 * net/tramp-ftp.el (top):
5291 * net/tramp-smb.el (top):
5292 * net/tramp-util.el (top):
5293 * net/tramp-uu.el (top):
5294 * net/tramp-vc.el (top):
5295 * net/tramp.el (top): Revert copyright years back to original
5296 ones. Tramp has a life outside GNU Emacs.
5297
5298 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5299
5300 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5301
5302 2005-06-18 Juri Linkov <juri@jurta.org>
5303
5304 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5305 end of first regexp to limit the match to the position between
5306 line number and source line with same separator character as used
5307 between file name and line number. In the second regexp limit
5308 mouse-face area to file name and line number by adding new group
5309 for them and referring it in HYPERLINK arg.
5310 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5311 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5312 previous line where grep markers may be already removed.
5313
5314 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5315
5316 * progmodes/ps-mode.el: Update version and maintainer's email address.
5317
5318 2005-06-18 Steve Youngs <steve@xemacs.org>
5319
5320 * net/browse-url.el (browse-url-browser-function)
5321 (browse-url-default-browser): Add firefox.
5322 (browse-url-firefox-program, browse-url-firefox-arguments)
5323 (browse-url-firefox-startup-arguments)
5324 (browse-url-firefox-new-window-is-tab): New defcustoms.
5325 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5326
5327 2005-06-17 Richard M. Stallman <rms@gnu.org>
5328
5329 * startup.el (command-line): Warn if specified user name has
5330 no home directory.
5331
5332 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5333 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5334
5335 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5336 Doc fixes.
5337
5338 * faces.el (underline): Try bold if terminal doesn't support underline.
5339
5340 * mail/sendmail.el (mail-setup-with-from): New variable.
5341 (mail-insert-from-field): New function.
5342 (sendmail-send-it): Call it.
5343 (mail-setup): Optionally call it here.
5344
5345 * term/linux.el: Call tty-no-underline.
5346
5347 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5348
5349 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5350
5351 2005-06-17 Miles Bader <miles@gnu.org>
5352
5353 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5354 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5355 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5356 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5357 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5358 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5359 Remove "-face" suffix from face names.
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 New backward-compatibility aliases for renamed faces.
5369 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5370 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5371 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5372 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5373 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5374 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5375 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5376 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5377 Use renamed ediff faces.
5378
5379 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5380 Remove "-face" suffix from face names.
5381 (eshell-test-ok-face, eshell-test-failed-face):
5382 New backward-compatibility aliases for renamed faces.
5383 (eshell-run-test): Use renamed eshell-test faces.
5384
5385 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5386 face name.
5387 (eshell-prompt-face): New backward-compatibility alias for renamed
5388 face.
5389 (eshell-emit-prompt): Use renamed eshell-prompt face.
5390
5391 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5392 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5393 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5394 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5395 Remove "-face" suffix from face names.
5396 (eshell-ls-directory-face, eshell-ls-symlink-face)
5397 (eshell-ls-executable-face, eshell-ls-readonly-face)
5398 (eshell-ls-unreadable-face, eshell-ls-special-face)
5399 (eshell-ls-missing-face, eshell-ls-archive-face)
5400 (eshell-ls-backup-face, eshell-ls-product-face)
5401 (eshell-ls-clutter-face):
5402 New backward-compatibility aliases for renamed faces.
5403 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5404
5405 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5406 Remove "-face" suffix from face name.
5407 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5408 instead of literal face.
5409
5410 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5411
5412 * emacs-lisp/warnings.el (display-warning, lwarn)
5413 (warning-minimum-log-level): Doc fixes.
5414 (warning-minimum-level, warning-minimum-log-level):
5415 Add :debug to :type choices.
5416
5417 * progmodes/ada-mode.el (ada-format-paramlist)
5418 (ada-get-indent-case, ada-check-matching-start)
5419 (ada-check-defun-name, ada-goto-matching-decl-start)
5420 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5421 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5422 (ada-make-subprogram-body): Follow error conventions.
5423 (ada-case-exception-file, ada-indent-comment-as-code)
5424 (ada-indent-handle-comment-special, ada-indent-renames)
5425 (ada-indent-return, ada-search-directories-internal)
5426 (ada-tab-policy, ada-case-exception-substring)
5427 (ada-other-file-alist, ada-matching-start-re)
5428 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5429 (ada-imenu-generic-expression, ada-compile-goto-error)
5430 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5431 (ada-popup-menu, ada-add-extensions, ada-mode)
5432 (ada-region-selected, ada-create-case-exception)
5433 (ada-create-case-exception-substring, ada-after-keyword-p)
5434 (ada-activate-keys-for-case, ada-adjust-case-region)
5435 (ada-adjust-case-buffer, ada-format-paramlist)
5436 (ada-scan-paramlist, ada-insert-paramlist)
5437 (ada-indent-newline-indent)
5438 (ada-indent-newline-indent-conditional)
5439 (ada-justified-indent-current, ada-goto-previous-word)
5440 (ada-indent-current, ada-get-indent-open-paren)
5441 (ada-get-indent-paramlist, ada-get-indent-end)
5442 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5443 (ada-get-indent-block-start, ada-get-indent-subprog)
5444 (ada-get-indent-noindent, ada-get-indent-label)
5445 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5446 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5447 (ada-goto-stmt-end, ada-goto-next-word)
5448 (ada-check-matching-start, ada-check-defun-name)
5449 (ada-goto-matching-decl-start, ada-goto-matching-start)
5450 (ada-goto-matching-end, ada-search-ignore-string-comment)
5451 (ada-in-decl-p, ada-looking-at-semi-or)
5452 (ada-looking-at-semi-private, ada-in-paramlist-p)
5453 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5454 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5455 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5456 (ada-previous-package, ada-create-menu)
5457 (ada-fill-comment-paragraph-justify)
5458 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5459 (ada-other-file-name, ada-last-which-function-line)
5460 (ada-last-which-function-subprog, ada-which-function)
5461 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5462 (ada-gen-treat-proc, ada-check-emacs-version)
5463 (ada-continuation-indent, ada-align-region-separate):
5464 Fix typos in docstrings.
5465 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5466
5467 2005-06-16 Lute Kamstra <lute@gnu.org>
5468
5469 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5470 conditionally.
5471
5472 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5473
5474 * comint.el (comint-replace-by-expanded-filename)
5475 (comint-prompt-regexp, comint-delimiter-argument-list)
5476 (comint-preinput-scroll-to-bottom):
5477 * info.el (Info-hide-cookies-node):
5478 * ls-lisp.el (ls-lisp-classify):
5479 * find-file.el (ff-search-directories, ff-special-constructs)
5480 (ff-find-other-file):
5481 * font-lock.el (font-lock-keywords):
5482 * shell.el (shell-prompt-pattern)
5483 (shell-dynamic-complete-functions, shell-mode)
5484 (shell-delimiter-argument-list):
5485 * term.el (term-replace-by-expanded-filename)
5486 (term-prompt-regexp, term-delimiter-argument-list):
5487 * woman.el (woman-ignore, woman0-if):
5488 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5489 * emacs-lisp/elint.el (elint-init-env):
5490 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5491 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5492 * language/ethio-util.el (ethio-tilde-escape)
5493 (ethio-use-three-dot-question):
5494 * net/zone-mode.el (zone-mode-load-time-setup):
5495 * progmodes/cc-align.el (c-lineup-argcont):
5496 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5497 * progmodes/cperl-mode.el (cperl-set-style-back):
5498 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5499 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5500 Fix spellings in docstrings.
5501
5502 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5503 * progmodes/modula2.el (m2-for): Fix spellings.
5504
5505 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5506
5507 * simple.el (undo-more): Don't use `format' on `error' arguments.
5508 Improve argument/docstring consistency.
5509 (pending-undo-list): Doc fix.
5510
5511 * smerge-mode.el (smerge-ensure-match):
5512 * emulation/vip.el (vip-ex):
5513 * net/zone-mode.el (zone-mode-update-serial):
5514 * progmodes/idlwave.el (idlwave-complete):
5515 * progmodes/vhdl-mode.el (vhdl-visit-file)
5516 (vhdl-compose-wire-components):
5517 Don't use `format' on `error' arguments.
5518
5519 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5520 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5521 (tooltip-help-tips): Fix typos in docstrings.
5522
5523 2005-06-16 David Ponce <david@dponce.com>
5524
5525 * tree-widget.el (tree-widget-value-create): Simplify last change.
5526
5527 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5528
5529 * ido.el (ido-incomplete-regexp): New variable.
5530 (ido-set-matches-1): Handle invalid-regexp error and set
5531 ido-incomplete-regexp.
5532 (ido-incomplete-regexp): New face.
5533 (ido-completions): Use it.
5534 (ido-complete, ido-exit-minibuffer, ido-completions):
5535 Handle incomplete regexps.
5536 (ido-completions): Add check for complete match when entering a regexp.
5537
5538 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5539
5540 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5541
5542 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5543
5544 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5545 by field delimiters.
5546
5547 2005-06-15 David Ponce <david@dponce.com>
5548
5549 * tree-widget.el: eval-and-compile inlined functions so they will
5550 be available at run-time too.
5551 (tree-widget-super-format-handler)
5552 (tree-widget-format-handler): Remove.
5553 (tree-widget-value-create): Handle the :indent property.
5554
5555 2005-06-15 Miles Bader <miles@gnu.org>
5556
5557 * progmodes/which-func.el (which-func): Only inherit
5558 `font-lock-function-name-face' when that makes sense against the
5559 default mode-line face, otherwise set the face color explicitly.
5560
5561 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5562 faces instead of (non-existent) variables.
5563
5564 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5565
5566 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5567 (iswitchb-get-matched-buffers): Likewise. Simplify.
5568
5569 2005-06-14 Miles Bader <miles@gnu.org>
5570
5571 * progmodes/ld-script.el (ld-script-location-counter):
5572 Remove "-face" suffix from face name.
5573 (ld-script-location-counter-face):
5574 New backward-compatibility alias for renamed face.
5575 (ld-script-location-counter-face): Use renamed face.
5576
5577 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5578 (cperl-hash): Remove "-face" suffix from face names.
5579 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5580 New backward-compatibility aliases for renamed faces.
5581 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5582 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5583
5584 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5585 name.
5586 (which-func-face): New backward-compatibility alias for renamed face.
5587 (which-func-format): Use renamed which-func face.
5588
5589 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5590 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5591 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5592 names.
5593 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5594 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5595 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5596 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5597 (vhdl-speedbar-architecture-selected)
5598 (vhdl-speedbar-configuration-selected)
5599 (vhdl-speedbar-package-selected)
5600 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5601 names.
5602 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5603 Use renamed faces.
5604 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5605 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5606 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5607 Use renamed faces.
5608 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5609 names.
5610 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5611 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5612 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5613 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5614 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5615 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5616
5617 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5618 face name.
5619 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5620 (sh-heredoc-face): Use renamed sh-heredoc face.
5621
5622 * progmodes/idlw-help.el (idlwave-help-link):
5623 Remove "-face" suffix from face name.
5624 (idlwave-help-link-face):
5625 New backward-compatibility alias for renamed face.
5626 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5627
5628 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5629 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5630 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5631 New backward-compatibility aliases for renamed faces.
5632 (idlwave-shell-disabled-breakpoint-face)
5633 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5634
5635 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5636 Remove "-face" suffix from face names.
5637 (flymake-errline-face, flymake-warnline-face):
5638 New backward-compatibility aliases for renamed faces.
5639 (flymake-highlight-line): Use renamed flymake faces.
5640
5641 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5642 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5643 (ebrowse-member-class, ebrowse-progress):
5644 Remove "-face" suffix from face names.
5645 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5646 (ebrowse-file-name-face, ebrowse-default-face)
5647 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5648 (ebrowse-progress-face):
5649 New backward-compatibility aliases for renamed faces.
5650 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5651 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5652 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5653 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5654
5655 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5656 antlr-syntax)
5657 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5658 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5659 names.
5660 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5661 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5662 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5663 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5664 backward-compatibility aliases for renamed faces.
5665 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5666 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5667 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5668 remove "font-lock-". Use renamed antlr-mode faces.
5669 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5670 literal face-names with face variable references.
5671
5672 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5673 face name.
5674 (Buffer-menu-buffer-face): New backward-compatibility alias for
5675 renamed face.
5676 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5677
5678 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5679
5680 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5681 Eliminate "-face" suffix.
5682 (makefile-targets): Inherit from font-lock-function-name-face and
5683 eliminate "-face" suffix.
5684 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5685 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5686 actions, instead of prepending, to make it less visible.
5687 (makefile-previous-dependency, makefile-match-dependency):
5688 Don't match a target on a continuation line.
5689
5690 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5691
5692 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5693
5694 * progmodes/gdb-ui.el (menu): Re-order menu items.
5695 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5696
5697 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5698 Define in tooltip.el.
5699 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5700 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5701 gud-tooltip-echo-area.
5702
5703 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5704 backward compatibility and make obsolete.
5705 (tooltip-help-tips): Use tooltip-use-echo-area.
5706 (tooltip-show-help-function): Rename to...
5707 (tooltip-show-help): ...this, because it is a function.
5708 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5709
5710 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5711
5712 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5713 (edebug-print-length, edebug-print-level, edebug-print-circle)
5714 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5715 (edebug-eval-print-last-sexp): Doc fixes.
5716
5717 2005-06-14 Kim F. Storm <storm@cua.dk>
5718
5719 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5720 as the coverage buffer/file/both may change.
5721
5722 2005-06-14 Lute Kamstra <lute@gnu.org>
5723
5724 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5725 and run-mode-hooks. Simplify.
5726
5727 * mail/rmailedit.el (rmail-edit-mode):
5728 * progmodes/octave-inf.el (inferior-octave-mode):
5729 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5730
5731 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5732 and run-mode-hooks.
5733 (recentf-edit-list, recentf-open-files): Don't call
5734 kill-all-local-variables directly.
5735
5736 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5737
5738 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5739
5740 * emacs-lisp/byte-run.el (make-obsolete)
5741 (define-obsolete-function-alias): Rename arguments FUNCTION and
5742 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5743 (make-obsolete-variable, define-obsolete-variable-alias):
5744 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5745 respectively.
5746
5747 * isearchb.el (isearchb-activate):
5748 * pcvs.el (cvs-mode):
5749 * ses.el (ses-load):
5750 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5751 * net/tramp.el (tramp-find-file-exists-command)
5752 (tramp-find-shell):
5753 * progmodes/ada-mode.el (ada-create-case-exception)
5754 (ada-create-case-exception-substring, ada-make-subprogram-body):
5755 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5756 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5757 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5758 * textmodes/org.el (org-promote, org-evaluate-time-range)
5759 (org-agenda-next-date-line, org-agenda-previous-date-line)
5760 (org-agenda-error, org-open-at-point, org-table-move-row)
5761 (org-format-table-table-html-using-table-generate-source)
5762 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5763 * textmodes/reftex.el (reftex-access-scan-info):
5764 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5765 (reftex-toc-promote-prepare): Follow error conventions.
5766
5767 * diff-mode.el (diff-mode): Fix typo in docstring.
5768
5769 * forms.el (forms--intuit-from-file): Fix reference to
5770 `forms-number-of-fields' in error message.
5771 (forms-print): Fix quoting in error message.
5772
5773 * forms.el (forms-mode):
5774 * emulation/vi.el (vi-goto-insert-state):
5775 * progmodes/flymake.el (flymake-new-err-info)
5776 (flymake-start-syntax-check-for-current-buffer)
5777 (flymake-simple-cleanup):
5778 * eshell/esh-var.el (eshell/export):
5779 * progmodes/gud.el (xdb):
5780 * textmodes/flyspell.el (flyspell-incorrect-hook)
5781 (flyspell-maybe-correct-transposition)
5782 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5783
5784 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5785
5786 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5787 minibuffer prompt.
5788
5789 2005-06-13 Kim F. Storm <storm@cua.dk>
5790
5791 * subr.el (add-to-ordered-list): New defun.
5792
5793 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5794 add cua--keymap-alist to emulation-mode-map-alists.
5795
5796 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5797
5798 * subr.el (complete-in-turn): New macro.
5799 (dynamic-completion-table, lazy-completion-table): Add debug info.
5800
5801 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5802 in preference to face aliases.
5803
5804 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5805 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5806 Remove unused vars `start' and `firstline'.
5807 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5808 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5809
5810 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5811
5812 * cus-start.el (all): Don't complain about missing GTK-related
5813 variables, unless either `gtk' is boundp or this isn't a
5814 `windows-nt' build.
5815
5816 2005-06-13 Lute Kamstra <lute@gnu.org>
5817
5818 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5819 run-mode-hooks.
5820
5821 * ediff-mult.el (ediff-meta-mode):
5822 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5823
5824 * ledit.el (ledit-mode): Use delay-mode-hooks.
5825
5826 * woman.el (woman-mode-line-format): Delete constant.
5827 (woman-mode-map): Initialize it properly.
5828 (woman-mode): Set mode-class property to special.
5829 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5830 Set major-mode and mode-name. Don't set mode-line-format directly.
5831 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5832
5833 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5834 string argument obsolete.
5835
5836 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5837
5838 * textmodes/org.el (org-CUA-compatible): New option.
5839 (org-disputed-keys): New variable.
5840 (org-key): New function.
5841 (orgtbl-make-binding): Add docstring to the created function.
5842 (org-mode): Set paragraph start/separate regexps.
5843 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5844 (org-archive-location, org-archive-mark-done)
5845 (org-archive-stamp-time): New options.
5846 (org-archive-subtree): New command.
5847 (org-fill-paragraph): New function.
5848 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5849 (org-fake-empty-table-line): Function removed.
5850 (org-format-org-table-html): Do not create empty table lines at
5851 separator lines. Improved table header treatment.
5852 (org-link-format): New option.
5853 (org-make-link): New function.
5854 (org-insert-link, org-store-link): Use org-make-link.
5855 (org-open-file): Quote file name for shell command, to allow
5856 spaces in file names.
5857 (org-link-regexp): Fix bug with mailto link.
5858 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5859 New constants.
5860 (org-export-as-html): Deal with the optional angles around a link.
5861 Better treatment of file: links.
5862 (org-open-at-point): Replace @{ and @} with < and >.
5863 (org-run-mode-hooks): Function removed.
5864 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5865
5866 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5867
5868 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5869 MI command -data-list-register-values.
5870 (gdb-post-prompt): Indent properly.
5871
5872 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5873
5874 * hilit-chg.el (highlight-changes-colors): Rename from
5875 `highlight-changes-colours'.
5876 (highlight-changes-colours): Keep as obsolete alias.
5877 (highlight-changes-face-list): Doc fix.
5878 (hilit-chg-make-list): Use `highlight-changes-colors'.
5879
5880 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5881
5882 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5883 defun-prompt-regexp.
5884
5885 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5886
5887 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5888 and cygwin.
5889
5890 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5891 Don't use an old loaddefs.el, as in Makefile.in.
5892
5893 2005-06-12 Lute Kamstra <lute@gnu.org>
5894
5895 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5896
5897 * man.el (Man-mode-map): Initialize it properly.
5898 (Man-mode): Set mode-class property to special.
5899
5900 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5901
5902 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5903
5904 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5905 A newline is needed in the docstring there.
5906
5907 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5908 Doc fixes.
5909
5910 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5911
5912 * printing.el: Doc fix. The menubar is no more changed when printing
5913 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5914 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5915 (pr-version): New version number (6.8.4).
5916 (pr-menu-bind): New command.
5917 (pr-update-menus): Docstring and code fix.
5918 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5919 Docstring fix.
5920 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5921 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5922
5923 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5924
5925 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5926 "Returns" to "return", document useful return values, etc.
5927
5928 2005-06-11 Alan Mackenzie <acm@muc.de>
5929
5930 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5931 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5932 (adaptive-file-function): Minor amendment to doc-string.
5933
5934 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5935
5936 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5937 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5938 Fix :type--it is `integer', not `string'.
5939
5940 * faces.el (modeline-highlight): Rename from (the erroneous)
5941 `modeline-higilight'.
5942
5943 2005-06-11 Lute Kamstra <lute@gnu.org>
5944
5945 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5946 lisp-interaction-mode-map but make it the parent.
5947 (edebug-eval-mode): Use define-derived-mode.
5948
5949 2005-06-11 Andreas Schwab <schwab@suse.de>
5950
5951 * bindings.el: Add binding of `ESC functionkey' for every
5952 `M-functionkey'.
5953 * hexl.el (hexl-mode-map): Likewise.
5954
5955 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5956
5957 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5958 [msft]: update regexp for newer msft compilers.
5959
5960 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5961
5962 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5963 ATTLIST portions of included DTDs.
5964 (xml-parse-dtd): Eliminate use of inefficient match-data.
5965
5966 2005-06-10 Miles Bader <miles@gnu.org>
5967
5968 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5969 (mpuz-text): Remove "-face" suffix from face names.
5970 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5971 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5972 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5973
5974 * play/gomoku.el (gomoku-O, gomoku-X):
5975 Remove "-face" suffix from face names.
5976 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5977 New backward-compatibility aliases for renamed faces.
5978 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5979
5980 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5981
5982 * thumbs.el: Fixes for changes of 2005-06-09.
5983 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5984 as a directory.
5985 (thumbs-thumbname): Remove directory separator from format string;
5986 `thumbs-thumbsdir' now returns a valid directory name.
5987 (thumbs-temp-dir): New defsubst.
5988 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5989 Use it.
5990
5991 * cus-edit.el (minibuffer):
5992 * files.el (make-backup-file-name-function):
5993 * filesets.el (filesets-external-viewers):
5994 * hilit-chg.el (highlight-changes-colours)
5995 (highlight-changes-face-list, highlight-changes-rotate-faces):
5996 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5997 * kmacro.el (kmacro-call-macro):
5998 * log-edit.el (log-edit-changelog-full-paragraphs):
5999 * mouse.el (mouse-1-click-follows-link):
6000 * skeleton.el (skeleton-autowrap):
6001 * subr.el (insert-for-yank-1):
6002 * tempo.el (tempo-insert-region):
6003 * terminal.el (terminal-emulator):
6004 * time.el (display-time-mail-face):
6005 * vc.el (vc-annotate):
6006 * vcursor.el (vcursor-copy-line):
6007 * woman.el (woman-bold-headings, woman-ignore)
6008 (woman-default-faces, woman-monochrome-faces):
6009 * calendar/todo-mode.el (todo-insert-threshold):
6010 * emulation/pc-select.el (pc-select-selection-keys-only)
6011 (pc-selection-mode):
6012 * emulation/vip.el (vip-find-char-forward):
6013 * emulation/viper-cmd.el (viper-find-char-forward):
6014 * international/mule-cmds.el
6015 (select-safe-coding-system-accept-default-p)
6016 (input-method-exit-on-invalid-key):
6017 * international/mule-diag.el (describe-coding-system):
6018 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6019 * net/browse-url.el (browse-url-xterm-program):
6020 * obsolete/lazy-lock.el (lazy-lock-mode):
6021 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6022 (cperl-mode):
6023 * progmodes/cpp.el (cpp-face-light-name-list)
6024 (cpp-face-dark-name-list):
6025 * progmodes/delphi.el (delphi-newline-always-indents):
6026 Fix spellings in docstrings.
6027
6028 * ido.el (ido-mode, ido-file-extensions-order)
6029 (ido-default-file-method, ido-default-buffer-method)
6030 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6031 (ido-decorations, ido-read-file-name-as-directory-commands)
6032 (ido-read-file-name-non-ido, ido-work-directory-list)
6033 (ido-ignore-item-temp-list, ido-current-directory)
6034 (ido-magic-forward-char, ido-enter-find-file)
6035 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6036 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6037
6038 2005-06-10 Lute Kamstra <lute@gnu.org>
6039
6040 * play/dunnet.el (dun-mode): Use define-derived-mode.
6041 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6042 obsolete alias.
6043
6044 * play/doctor.el (doctor-mode-map): Remove defvar.
6045 (doctor-mode): Use define-derived-mode.
6046
6047 * mail/mspools.el (mspools-mode):
6048 * net/eudc-hotlist.el (eudc-hotlist-mode):
6049 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6050
6051 2005-06-10 Miles Bader <miles@gnu.org>
6052
6053 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6054 Remove "-face" suffix from face names.
6055 (flyspell-incorrect-face, flyspell-duplicate-face):
6056 New backward-compatibility aliases for renamed faces.
6057 (flyspell-mode-on, make-flyspell-overlay)
6058 (flyspell-highlight-incorrect-region)
6059 (flyspell-highlight-duplicate-region)
6060 (flyspell-display-next-corrections)
6061 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6062
6063 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6064 from face name.
6065 (texinfo-heading-face): New backward-compatibility alias for
6066 renamed face.
6067 (texinfo-heading-face): Use renamed texinfo-heading face.
6068
6069 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6070 suffix from face names.
6071 (tex-math-face, tex-verbatim-face):
6072 New backward-compatibility aliases for renamed faces.
6073 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6074 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6075 literal face name.
6076
6077 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6078 name.
6079 (table-cell-face): New backward-compatibility alias for renamed face.
6080 (table--put-cell-face-property, table--update-cell-face):
6081 Use renamed table-cell face.
6082
6083 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6084 from face name.
6085 (sgml-namespace-face): New backward-compatibility alias for
6086 renamed face.
6087 (sgml-namespace-face): Use renamed sgml-namespace face.
6088
6089 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6090 (org-level-4, org-level-5, org-level-6, org-level-7)
6091 (org-level-8, org-warning, org-headline-done)
6092 (org-deadline-announce, org-scheduled-today)
6093 (org-scheduled-previously, org-link, org-done, org-table)
6094 (org-time-grid): Remove "-face" suffix from face names.
6095 (org-level-1-face, org-level-2-face, org-level-3-face)
6096 (org-level-4-face, org-level-5-face, org-level-6-face)
6097 (org-level-7-face, org-level-8-face, org-warning-face)
6098 (org-headline-done-face, org-deadline-announce-face)
6099 (org-scheduled-today-face, org-scheduled-previously-face)
6100 (org-link-face, org-done-face, org-table-face)
6101 (org-time-grid-face):
6102 New backward-compatibility aliases for renamed faces.
6103 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6104 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6105 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6106 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6107
6108 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6109 (viper-minibuffer-emacs, viper-minibuffer-insert)
6110 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6111 (viper-search-face, viper-replace-overlay-face)
6112 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6113 (viper-minibuffer-vi-face):
6114 New backward-compatibility aliases for renamed faces.
6115 (viper-search-face, viper-replace-overlay-face)
6116 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6117 (viper-minibuffer-vi-face): Use renamed viper faces.
6118
6119 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6120 Remove "-face" suffix from face names.
6121 (testcover-nohits-face, testcover-1value-face):
6122 New backward-compatibility aliases for renamed faces.
6123 (testcover-mark): Use renamed testcover faces.
6124
6125 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6126 face name.
6127 (diary-button-face): New backward-compatibility alias for renamed face.
6128 (diary-entry): Use renamed diary-button face.
6129
6130 * calendar/calendar.el (diary, calendar-today, holiday)
6131 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6132 (diary-face, calendar-today-face, holiday-face):
6133 New backward-compatibility aliases for renamed faces.
6134 (eval-after-load "facemenu", diary-entry-marker)
6135 (calendar-today-marker, calendar-holiday-marker, diary-face):
6136 Use renamed calendar faces.
6137
6138 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6139 (compare-windows-face): New backward-compatibility alias for
6140 renamed face.
6141 (compare-windows-highlight): Use renamed compare-windows face.
6142
6143 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6144 (strokes-char-face): New backward-compatibility alias for renamed face.
6145 (strokes-encode-buffer): Use renamed strokes-char face.
6146
6147 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6148 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6149 Remove "-face" suffix from face names.
6150 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6151 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6152 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6153 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6154 Use renamed pcvs faces.
6155 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6156 * pcvs-defs.el (cvs-mode-map): Likewise.
6157 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6158
6159 * info.el (info-title-1, info-title-2, info-title-3)
6160 (info-title-4): Remove "-face" suffix from and downcase face names.
6161 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6162 (Info-title-4-face):
6163 New backward-compatibility aliases for renamed faces.
6164 (Info-fontify-node): Use renamed info faces.
6165
6166 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6167 Remove "-face" suffix from face names.
6168 (highlight-changes-face, highlight-changes-delete-face):
6169 New backward-compatibility aliases for renamed faces.
6170 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6171 (hilit-chg-make-list): Use renamed highlight-changes faces.
6172
6173 * generic-x.el (show-tabs-tab, show-tabs-space):
6174 Remove "-face" suffix from face names.
6175 (show-tabs-tab-face, show-tabs-space-face):
6176 New backward-compatibility aliases for renamed faces.
6177 (show-tabs-generic-mode-font-lock-defaults-1)
6178 (show-tabs-generic-mode-font-lock-defaults-2):
6179 Use renamed show-tabs faces.
6180
6181 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6182 (smerge-markers): Remove "-face" suffix from face names.
6183 (smerge-mine-face, smerge-other-face, smerge-base-face)
6184 (smerge-markers-face):
6185 New backward-compatibility aliases for renamed faces.
6186 (smerge-mine-face, smerge-other-face, smerge-base-face)
6187 (smerge-markers-face): Use renamed smerge faces.
6188
6189 * log-view.el (log-view-file, log-view-message): Remove "-face"
6190 suffix from face names.
6191 (log-view-file-face, log-view-message-face):
6192 New backward-compatibility aliases for renamed faces.
6193 (log-view-file-face, log-view-message-face): Use renamed log-view
6194 faces.
6195
6196 * paren.el (show-paren-match, show-paren-mismatch):
6197 Remove "-face" suffix from face names.
6198 (show-paren-match-face, show-paren-mismatch-face):
6199 New backward-compatibility aliases for renamed faces.
6200 (show-paren-function): Use renamed show-paren faces.
6201
6202 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6203 (ruler-mode-margins, ruler-mode-fringes)
6204 (ruler-mode-column-number, ruler-mode-fill-column)
6205 (ruler-mode-comment-column, ruler-mode-goal-column)
6206 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6207 suffix from face names.
6208 (ruler-mode-default-face, ruler-mode-pad-face)
6209 (ruler-mode-margins-face, ruler-mode-fringes-face)
6210 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6211 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6212 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6213 New backward-compatibility aliases for renamed faces.
6214 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6215 (ruler-mode-column-number, ruler-mode-fill-column)
6216 (ruler-mode-comment-column, ruler-mode-goal-column)
6217 (ruler-mode-tab-stop, ruler-mode-current-column)
6218 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6219 faces.
6220
6221 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6222 face name.
6223 (whitespace-highlight-the-space): Use renamed face.
6224 (whitespace-highlight-face): New backward-compatibility alias for
6225 renamed face.
6226
6227 * woman.el (woman-italic, woman-bold, woman-unknown)
6228 (woman-addition, woman-symbol-face):
6229 Remove "-face" suffix from face names.
6230 (woman-italic-face, woman-bold-face, woman-unknown-face)
6231 (woman-addition-face):
6232 New backward-compatibility aliases for renamed faces.
6233 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6234 (woman-decode-region, woman-replace-match)
6235 (woman-display-extended-fonts, woman-special-characters)
6236 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6237 Use renamed woman faces.
6238
6239 * longlines.el (longlines-visible-face): Face removed.
6240
6241 * diff-mode.el (diff-header, diff-file-header, diff-index)
6242 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6243 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6244 suffix from face names.
6245 (diff-header-face, diff-file-header-face, diff-index-face)
6246 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6247 (diff-changed-face, diff-function-face, diff-context-face)
6248 (diff-nonexistent-face): New backward-compatibility aliases for
6249 renamed faces.
6250 (diff-header-face, diff-file-header-face)
6251 (diff-index, diff-index-face, diff-hunk-header)
6252 (diff-hunk-header-face, diff-removed, diff-removed-face)
6253 (diff-added, diff-added-face, diff-changed-face, diff-function)
6254 (diff-function-face, diff-context-face, diff-nonexistent)
6255 (diff-nonexistent-face): Use renamed diff-mode faces.
6256
6257 * progmodes/compile.el (compilation-warning-face)
6258 (compilation-info-face): Remove "-face" suffix from face names.
6259 (compilation-warning-face, compilation-info-face):
6260 New backward-compatibility aliases for renamed faces.
6261 (compilation-warning-face, compilation-info-face):
6262 Use renamed compilation faces.
6263
6264 * add-log.el (change-log-date, change-log-name)
6265 (change-log-email, change-log-file, change-log-list)
6266 (change-log-conditionals, change-log-function)
6267 (change-log-acknowledgement): Remove "-face" suffix from face names.
6268 (change-log-date-face, change-log-name-face)
6269 (change-log-email-face, change-log-file-face)
6270 (change-log-list-face, change-log-conditionals-face)
6271 (change-log-function-face, change-log-acknowledgement-face):
6272 New backward-compatibility aliases for renamed faces.
6273 (change-log-font-lock-keywords): Use renamed change-log faces.
6274
6275 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6276 (custom-set, custom-changed, custom-saved, custom-button)
6277 (custom-button-pressed, custom-documentation, custom-state)
6278 (custom-comment, custom-comment-tag, custom-variable-tag)
6279 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6280 (custom-group-tag): Remove "-face" suffix from face names.
6281 (custom-magic-alist, custom-magic-value-create)
6282 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6283 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6284 (custom-set-face, custom-changed-face, custom-saved-face)
6285 (custom-button-face, custom-button-pressed-face)
6286 (custom-documentation-face, custom-state-face)
6287 (custom-comment-face, custom-comment-tag-face)
6288 (custom-variable-tag-face, custom-variable-button-face)
6289 (custom-face-tag-face, custom-group-tag-face-1)
6290 (custom-group-tag-face):
6291 New backward-compatibility aliases for renamed faces.
6292
6293 * wid-edit.el (widget-documentation, widget-button)
6294 (widget-field, widget-single-line-field, widget-inactive)
6295 (widget-button-pressed): "-face" suffix removed from face names.
6296 (widget-documentation-face, widget-button-face)
6297 (widget-field-face, widget-single-line-field-face)
6298 (widget-inactive-face, widget-button-pressed-face):
6299 New backward-compatibility aliases for renamed faces.
6300 (widget-documentation-face, widget-button-face)
6301 (widget-button-pressed-face, widget-specify-field)
6302 (widget-specify-inactive): Use renamed widget faces.
6303
6304 2005-06-10 Kenichi Handa <handa@m17n.org>
6305
6306 * term/x-win.el (x-clipboard-yank): Remove condition-case
6307 wrapping.
6308
6309 2005-06-11 Kenichi Handa <handa@m17n.org>
6310
6311 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6312 date lines stricter.
6313
6314 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6315
6316 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6317 of x-get-selection.
6318
6319 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6320
6321 * comint.el (comint-mode, comint-snapshot-last-prompt):
6322 * frame.el (frame-current-scroll-bars):
6323 * term.el (term-mode, term-check-proc, term-input-sender)
6324 (term-simple-send, term-extract-string, term-word)
6325 (term-match-partial-filename):
6326 * window.el (window-current-scroll-bars):
6327 * emulation/cua-base.el (cua-normal-cursor-color)
6328 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6329 (cua-global-mark-cursor-color):
6330 * mail/undigest.el (rmail-forward-separator-regex):
6331 Fix typos in docstrings.
6332
6333 * comint.el (comint-check-proc, make-comint-in-buffer)
6334 (comint-source-default): Doc fixes.
6335
6336 * term.el (term-send-string): Improve argument/docstring consistency.
6337
6338 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6339
6340 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6341 call to `delete-region'.
6342 (comint-mode-hook): Do not enable Font Lock by default.
6343
6344 2005-06-09 Lute Kamstra <lute@gnu.org>
6345
6346 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6347 could be void.
6348
6349 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6352 (debug): Use it.
6353 (debugger-step-through, debugger-continue, debugger-jump)
6354 (debugger-return-value): Set it when needed.
6355 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6356 Use inhibit-read-only.
6357
6358 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6359
6360 * window.el (shrink-window-if-larger-than-buffer)
6361 (window-size-fixed): Fix typo in docstring.
6362
6363 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6364 thumbnails directory on loading.
6365 (thumbs-conversion-program): Use `eq' to check the system type,
6366 not `equal'.
6367 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6368 not "/tmp". Fix docstring.
6369 (thumbs-thumbsdir): New function to return the thumbnails
6370 directory, creating it if needed.
6371 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6372 (thumbs-temp-file): Delete variable and make it into a function.
6373 (thumbs-resize-image, thumbs-modify-image): Use it.
6374 (thumbs-kill-buffer): Simplify.
6375 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6376 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6377 docstrings.
6378
6379 2005-06-09 Kim F. Storm <storm@cua.dk>
6380
6381 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6382 set-match-data to free markers in match-data.
6383
6384 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6385 match-data to unchain markers in match-data.
6386
6387 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6388
6389 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6390 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6391 unnecessary now.
6392
6393 2005-06-08 Richard M. Stallman <rms@gnu.org>
6394
6395 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6396 give the variable a doc string that doesn't say don't set it directly.
6397
6398 * textmodes/ispell.el (ispell-check-version):
6399 Use match-string-no-properties.
6400 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6401 (ispell-buffer-local-words): Likewise.
6402
6403 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6404 except on terminals with enough colors to really display it.
6405 (makefile-dependency-regex): Delete spurious `bb'.
6406
6407 * faces.el (escape-glyph): Use blue once again in last case.
6408 (no-break-space): Redefine so that it isn't invisible on a tty.
6409
6410 2005-06-08 Kim F. Storm <storm@cua.dk>
6411
6412 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6413 also when reading directory name.
6414
6415 2005-06-08 Lute Kamstra <lute@gnu.org>
6416
6417 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6418 (flyspell-mode-line-string): Remove autoload cookie.
6419 (flyspell-mode): Remove defvar.
6420
6421 2005-06-07 Lute Kamstra <lute@gnu.org>
6422
6423 * textmodes/org.el (org-run-mode-hooks): New function.
6424 (org-agenda-mode): Use it.
6425
6426 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6427
6428 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6429
6430 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6433
6434 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6435
6436 * font-lock.el (font-lock-add-keywords): Doc fix.
6437
6438 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6441 (tex-compile-default): In the absence of any history, use the order in
6442 tex-compile-alist to choose the preferred command.
6443 (tex-compile-commands): Reorder a bit.
6444
6445 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6446 (flyspell-incorrect-face, flyspell-duplicate-face):
6447 Use (X)Emacs-agnostic code.
6448 (flyspell-mode-map): Don't overwrite at each load. Remove code
6449 redundant with the subsequent add-minor-mode. Merge Emacs and
6450 XEmacs code.
6451 (flyspell-word): Minor simplification.
6452 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6453 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6454 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6455 Merge the corresponding Emacs code.
6456 (flyspell-correct-word, flyspell-xemacs-popup):
6457 Use flyspell-do-correct.
6458
6459 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6460 a dedicated window.
6461
6462 * international/latexenc.el (latexenc-find-file-coding-system):
6463 Undo part of last patch, to turn off a compiler warning.
6464
6465 2005-06-06 Juri Linkov <juri@jurta.org>
6466
6467 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6468 Rename `tmm-inactive-face' to `tmm-inactive'.
6469
6470 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6471
6472 * iswitchb.el: Rename faces.
6473
6474 2005-06-06 Kim F. Storm <storm@cua.dk>
6475
6476 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6477 (cua-global-mark): Remove -face suffix from face names.
6478
6479 * emulation/cua-gmrk.el (cua--init-global-mark):
6480 Remove cua-global-mark face setup.
6481
6482 2005-06-06 Richard M. Stallman <rms@gnu.org>
6483
6484 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6485 just like other allowed characters.
6486 (makefile-match-dependency): Exclude leading and training whitespace
6487 from the range of regexp subexp 1.
6488 (makefile-macroassign-regex): Don't try to match the body,
6489 just the name of the macro being defined.
6490
6491 * info.el (Info-read-node-name-2): New function.
6492 (Info-read-node-name-1): Use that.
6493 Add a completion-base-size-function property.
6494
6495 * simple.el (completion-setup-function): Look for
6496 completion-base-size-function property of minibuffer-completion-table.
6497
6498 * files.el (locate-file-completion): Doc fix.
6499
6500 * printing.el: Don't call pr-update-menus; user must do that.
6501
6502 * emacs-lisp/debug.el (debugger-window): New variable.
6503 (debug): Use debugger-window if it is set and still alive.
6504 Record debugger-window for next entry.
6505
6506 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6507
6508 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6509
6510 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6511 (hack-one-local-variable, hack-local-variables)
6512 (hack-local-variables-prop-line): Pass that arg.
6513
6514 2005-06-06 Kim F. Storm <storm@cua.dk>
6515
6516 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6517 (ido-indicator): Remove -face suffix from face names.
6518
6519 2005-06-06 Juri Linkov <juri@jurta.org>
6520
6521 * font-lock.el (font-lock-regexp-backslash)
6522 (font-lock-regexp-backslash-construct): New faces.
6523 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6524 after `('. Add `while-no-input' to control structures.
6525
6526 * faces.el (no-break-space, shadow): New faces.
6527 (escape-glyph): Use less loud colors pink2 and red4.
6528
6529 * diff-mode.el (diff-context-face)
6530 * dired.el (dired-ignored)
6531 * rfn-eshadow.el (file-name-shadow)
6532 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6533
6534 * info.el (Info-title-1-face): Use green instead of yellow because
6535 bold yellow is not readable on light backgrounds.
6536
6537 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6538 before selecting the desired mode to not spend time fontifying
6539 old contents.
6540
6541 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6542
6543 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6544 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6545
6546 * ps-print.el (ps-default-fg, ps-default-bg):
6547 Fix typos in docstrings.
6548
6549 * isearchb.el (isearchb): Don't pass a spurious second argument to
6550 `iswitchb-completions'.
6551
6552 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6553
6554 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6555 to preserve point.
6556 (gdb-find-file-hook): Add doc string.
6557
6558 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6559 C dereferenced pointer expression.
6560 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6561
6562 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6563
6564 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6565 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6566 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6567 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6568 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6569 Make background transparent.
6570
6571 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6572
6573 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6574 (font-lock-remove-keywords): Doc fix.
6575 (font-lock-mode-major-mode): Compiler defvar.
6576 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6577
6578 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6579 (font-lock-mode): Update `font-lock-mode-major-mode'.
6580 (font-lock-set-defaults): Compiler defvar.
6581 (font-lock-default-function): Take `font-lock-mode-major-mode'
6582 into account.
6583
6584 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6585 keep track of which major mode it enabled the minor mode for.
6586 Use find-file-hook again. Update docstring.
6587
6588 * simple.el (eval-expression-print-level)
6589 (eval-expression-print-length, eval-expression-debug-on-error):
6590 Doc fixes.
6591
6592 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6593
6594 * iswitchb.el (iswitchb-single-match-face)
6595 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6596 (iswitchb-invalid-regexp-face): New faces.
6597 (iswitchb-completions): Use them.
6598 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6599 now marked as an obsolete alias.
6600 (iswitchb-read-buffer): Remove check for bound font variables.
6601 (iswitchb-invalid-regexp): New free variable.
6602 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6603 set iswitchb-invalid-regexp.
6604 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6605 invalid regexps.
6606 (iswitchb-completions): Add check for complete match when entering
6607 a regexp.
6608 (iswitchb-completions): Remove require-match argument.
6609 (iswitchb-exhibit): Fix caller.
6610 (iswitchb-common-match-inserted): New variable.
6611 (iswitchb-complete, iswitchb-completion-help): Use it.
6612
6613 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6614
6615 * url-http.el (url-http-chunked-encoding-after-change-function):
6616 Use `url-http-debug' instead of `message'.
6617
6618 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6619
6620 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6621 callback argument.
6622
6623 2005-06-04 Kim F. Storm <storm@cua.dk>
6624
6625 * simple.el (line-move): Only call sit-for when moving backwards.
6626
6627 * ido.el (ido-make-merged-file-list-1): New defun split from
6628 ido-make-merged-file-list.
6629 (ido-make-merged-file-list): Bind throw-on-input around call to
6630 ido-make-merged-file-list-1. Return input-pending-p if
6631 interrupted by more input available.
6632 (ido-read-internal): Handle input-pending-p return value from
6633 ido-make-merged-file-list.
6634
6635 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6636
6637 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6638 compatibility code.
6639
6640 * international/latexenc.el (latexenc-find-file-coding-system):
6641 Don't inherit the EOL part of the coding-system from the
6642 tex-main buffer. Fit within 80 columns.
6643
6644 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6645
6646 * tmm.el (tmm-inactive-face): New face.
6647 (tmm-remove-inactive-mouse-face): New function.
6648 (tmm-prompt, tmm-add-one-shortcut)
6649 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6650 but not selectable.
6651
6652 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6653
6654 * faces.el (face-equal): Improve argument/docstring consistency.
6655
6656 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6657
6658 * progmodes/make-mode.el (makefile-targets-face)
6659 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6660 (makefile-bsdmake-dependency-regex)
6661 (makefile-makepp-rule-action-regex)
6662 (makefile-bsdmake-rule-action-regex): New constants.
6663 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6664
6665 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6666 Allow (...) within `...' for makepp messages.
6667
6668 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6669
6670 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6671
6672 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6673 "." files are deleted from all file lists before comparison.
6674
6675 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6676 (viper-ESC-key): Made them customizable.
6677
6678 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6679
6680 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6681
6682 * autorevert.el (auto-revert-buffers): Use save-match-data.
6683
6684 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6687 menu items with a nil command binding.
6688
6689 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6690
6691 * emacs-lisp/cl-macs.el (defsetf):
6692 Improve argument/docstring consistency.
6693
6694 * faces.el (list-faces-display): Improve the formatting by
6695 computing the maximum length required for any face-name (reworked
6696 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6697 (internal-find-face): Remove redundant info in docstring.
6698
6699 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6700
6701 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6702 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6703 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6704 (gdb-assembler-custom): Improve regexps.
6705 (def-gdb-auto-update-handler): Use window point to preserve point.
6706
6707 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6710
6711 2005-05-31 Jay Belanger <belanger@truman.edu>
6712
6713 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6714 to calc-embedded.
6715 (calc-embedded-make-info): Have plain prefix argument select
6716 entire line.
6717
6718 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6719
6720 * faces.el (list-faces-display): Signal error if passed a regexp
6721 that matches no face name.
6722
6723 * simple.el (filter-buffer-substring): Fix typo in docstring.
6724
6725 2005-05-31 Richard M. Stallman <rms@gnu.org>
6726
6727 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6728 (vhdl-emacs-21): Doc fix.
6729 (vhdl-mode): Unconditionally set comment-padding.
6730 (vhdl-fixup-whitespace-region): Insert spaces only where
6731 there are none.
6732 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6733
6734 2005-05-30 John Wiegley <johnw@newartisans.com>
6735
6736 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6737 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6738 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6739 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6740 `string-to-number'.
6741
6742 2005-05-30 Jay Belanger <belanger@truman.edu>
6743
6744 * calc/calc.el (calc-bug-address): Fix docstring.
6745 (calc-window-hook, calc-trail-window-hook): New variables.
6746 (calc-trail-display): Restore use of calc-trail-window-hook.
6747 (calc): Restore use of calc-window-hook.
6748
6749 2005-05-31 Masatake YAMATO <jet@gyve.org>
6750
6751 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6752
6753 * help-fns.el (help-C-file-name): Add autoload mark for
6754 `find-function-noselect'.
6755
6756 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6757
6758 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6759 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6760
6761 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6762
6763 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6764 included diary buffer if it was not already being visited.
6765 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6766
6767 * calendar/icalendar.el (top-level): Do not require 'appt.
6768
6769 * mail/supercite.el (sc-select-attribution): Only use a list
6770 element from sc-attrib-selection-list if it returns a string.
6771 Reported by Davide G. M. Salvetti <salve@debian.org>.
6772
6773 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6774
6775 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6776 includes a hash value to improve its uniqueness, and has a ".jpg"
6777 extension. Also, it is now a valid filename on all systems.
6778 (thumbs-make-thumb): Use `let', not `let*'.
6779 (thumbs-show-thumbs-list): Check for JPEG availability.
6780
6781 2005-05-30 Richard M. Stallman <rms@gnu.org>
6782
6783 * filesets.el (filesets-menu-ensure-use-cached):
6784 Prevent warning when emacs-version>= is undefined.
6785
6786 * printing.el (pr-interactive-n-up): Use string-to-number.
6787
6788 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6789
6790 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6791 Warn only when name to be defined is quoted.
6792
6793 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6794
6795 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6796 Make regexp more robust.
6797 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6798 Force regeneration of disassembly.
6799
6800 2005-05-29 Jay Belanger <belanger@truman.edu>
6801
6802 * calc/calc.el (calc-user-invocation): Check if
6803 calc-invocation-macro is non-nil.
6804
6805 2005-05-29 Juri Linkov <juri@jurta.org>
6806
6807 * add-log.el (change-log-font-lock-keywords):
6808 Add `+' to e-mail regexp to accept mail address with keywords.
6809
6810 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6811
6812 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6813
6814 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6815
6816 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6817
6818 2005-05-29 Richard M. Stallman <rms@gnu.org>
6819
6820 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6821 Undo the change that moves to end of the current word.
6822
6823 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6824
6825 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6826 Throw error when count <= 0 to ensure input is a number.
6827 (gdb-read-memory-custom): Pick up address from buffer.
6828 (gdb-memory-mode): Allow user to increment and decrement
6829 memory address from header line.
6830
6831 2005-05-29 Richard M. Stallman <rms@gnu.org>
6832
6833 * flyspell.el (flyspell-version): Function deleted.
6834 (flyspell-auto-correct-previous-hook): Doc fix.
6835
6836 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6837 Do nothing if memory is full.
6838
6839 * font-lock.el (font-lock-fontify-syntactically-region):
6840 Pass t for GREEDY to looking-back.
6841
6842 * saveplace.el (save-place-alist-to-file): Write the file
6843 using write-region.
6844
6845 * subr.el (looking-back): New argument GREEDY.
6846
6847 * progmodes/compile.el (compilation-start): Set the mode
6848 before inserting the initial text.
6849
6850 * progmodes/which-func.el (which-func-update-1): Turn the mode
6851 off in case of error by setting which-func-mode.
6852
6853 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6854
6855 * flyspell.el (flyspell-auto-correct-previous-word):
6856 Narrow down to what's on the screen, and recenter overlays
6857 at the end of the next word.
6858
6859 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6860
6861 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6862 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6863 (flyspell-abbrev-p): Default to nil.
6864 (flyspell-use-global-abbrev-table-p): Doc fix.
6865 (flyspell-large-region): Allow nil as value.
6866 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6867
6868 (mail-mode-flyspell-verify): More robust handling
6869 of `mail-header-separator'. More efficient signature detection.
6870 Allow for regexp metacharacters in message-header-separator.
6871 Adding `To' not to be checked in mail-mode-flyspell-verify.
6872
6873 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6874 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6875 Bind flyspell-auto-correct-binding.
6876 Bind C-. and C-, .
6877 (flyspell-mode-map): Likewise.
6878 (flyspell-mode): Doc fix.
6879 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6880 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6881 (flyspell-word-cache-result): New var, always local.
6882 (flyspell-check-pre-word-p): Doc fix.
6883 (flyspell-check-changed-word-p): Handle spc like newline.
6884 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6885 (flyspell-word-search-backward, flyspell-word-search-forward):
6886 New functions.
6887 (flyspell-word): Return t if nothing to check.
6888 When parsing TeX code, check for after } or \.
6889 Use flyspell-word-search-backward to find previous word.
6890 Return nil if duplicated word.
6891 For word already checked, return same value as last time.
6892 Set flyspell-word-cache-result after checking.
6893 Don't clobber the return value.
6894 (flyspell-get-word): Major rewrite.
6895 (flyspell-external-point-words): New locals pword, pcount.
6896 Fix size used in progress message.
6897 Find the proper corresponding word in flyspell-large-region-buffer.
6898 (flyspell-region): Check for flyspell-large-region = nil.
6899 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6900 (flyspell-auto-correct-word): Check that WORD is a cons.
6901 (flyspell-correct-word): Likewise.
6902
6903 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6904
6905 * progmodes/make-mode.el (makefile-rule-action-regex)
6906 (makefile-macroassign-regex, makefile-makepp-mode)
6907 (makefile-bsdmake-mode): Continuation lines may be empty.
6908 Reported by Joshua Varner.
6909 (makefile-makepp-font-lock-keywords): Add $(stem).
6910
6911 2005-05-28 Karl Berry <karl@gnu.org>
6912
6913 * textmodes/tex-mode.el: Now that tex-send-command calls
6914 shell-quote-argument (2005-03-31 change), remove all calls to
6915 shell-quote-argument; they all end up invoking tex-send-command.
6916 The double quoting loses on filenames with non-safe characters,
6917 such as "@". Reported by Frederik Fouvry.
6918
6919 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6920
6921 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6922 about preserving point.
6923
6924 2005-05-27 Jay Belanger <belanger@truman.edu>
6925
6926 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6927 Info-goto-node.
6928
6929 * calc/calc-embed.el (calc-embed-arg): New variable.
6930 (calc-do-embedded-activate, calc-embedded-activate-formula)
6931 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6932 variable by new variable.
6933 (calc-embedded-make-info): Replace undeclared variable by new
6934 variable. When selecting region with positive prefix
6935 argument, use end of previous line instead of beginning of line.
6936
6937 * calc/calc-aent.el (calc-arg-values): Declare it.
6938
6939 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6940 Declare them.
6941
6942 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6943
6944 * calc/calc.el (calc-alg-map): Declare it.
6945
6946 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6947
6948 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6949
6950 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6951 (gdb-registers-buffer, toggle-gdb-all-registers):
6952 Toggle display of floating point registers.
6953 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6954
6955 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6956 (toggle-gud-tooltip-dereference):
6957 Rename from gud-toggle-tooltip-dereference.
6958
6959 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6960
6961 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6962
6963 2005-05-27 Jay Belanger <belanger@truman.edu>
6964
6965 * calc/calc-prog.el (calc-kbd-report): Remove.
6966 (calc-kbd-query): Rewrite.
6967
6968 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6969
6970 * image.el (image-library-alist): Move to image.c.
6971 (image-type-available-p): Doc fix.
6972
6973 2005-05-27 Lute Kamstra <lute@gnu.org>
6974
6975 * calc/calc.el (calc):
6976 * outline.el (outline-1, outline-2, outline-3, outline-4)
6977 (outline-5, outline-6, outline-7, outline-8):
6978 * textmodes/dns-mode.el (dns-mode):
6979 * textmodes/sgml-mode.el (sgml-namespace-face):
6980 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6981 (tex-verbatim-face, tex-use-reftex):
6982 * textmodes/texinfo.el (texinfo-heading-face):
6983 Specify customization group.
6984
6985 * longlines.el: Don't require easy-mmode.
6986 (longlines-visible-face): Specify customization group.
6987
6988 2005-05-27 Kenichi Handa <handa@m17n.org>
6989
6990 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6991 encoding table of windows-1251.
6992
6993 * international/ucs-tables.el (ucs-set-table-for-input):
6994 If translation-table-for-input of a coding system is a symbol, get
6995 its translation-table property.
6996
6997 * international/code-pages.el: Don't register a coding system into
6998 non-iso-charset-alist more than once.
6999 (cp-make-coding-system): Likewise.
7000
7001 2005-05-26 John Wiegley <johnw@newartisans.com>
7002
7003 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7004 `eshell-resume-eval' is wrapped in a list, it indicates that the
7005 command was run asynchronously. In that case, unwrap the value
7006 before checking the delimiter value.
7007
7008 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7009 character before a space at the end of a line is \, assume the space
7010 is part of the last argument rather than a final argument separator.
7011
7012 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7013 is in use, and the target is `t' or `nil' (which are the most common
7014 values), don't assume that the symbol target is a buffer.
7015
7016 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7017
7018 * calendar/calendar.el (calendar-mode-line-format):
7019 Use mode-line-highlight as mouse-face.
7020
7021 * time.el (display-time-string-forms, display-time-update):
7022 Use mode-line-highlight as mouse-face.
7023
7024 2005-05-26 Jay Belanger <belanger@truman.edu>
7025
7026 * calc/calc.el (calc-language-alist): Remove extra defvar.
7027
7028 2005-05-26 Lute Kamstra <lute@gnu.org>
7029
7030 * arc-mode.el (archive-mode):
7031 * bookmark.el (bookmark-read-annotation-mode)
7032 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7033 * bs.el (bs-mode):
7034 * calc/calc-yank.el (calc-edit-mode):
7035 * calc/calc.el (calc-mode, calc-trail-mode):
7036 * calculator.el (calculator-mode):
7037 * chistory.el (command-history-mode):
7038 * comint.el:
7039 * cus-edit.el (custom-mode):
7040 * descr-text.el (describe-text-mode):
7041 * ebuff-menu.el (Electric-buffer-menu-mode):
7042 * ediff-util.el (ediff-mode):
7043 * emacs-lisp/re-builder.el (reb-mode):
7044 * emulation/vi.el (vi-mode-setup):
7045 * emulation/ws-mode.el (wordstar-mode):
7046 * eshell/esh-mode.el (eshell-mode):
7047 * forms.el (forms-mode):
7048 * help-mode.el (help-mode):
7049 * hexl.el (hexl-mode):
7050 * ibuffer.el (ibuffer-mode):
7051 * ielm.el (inferior-emacs-lisp-mode):
7052 * info.el (Info-mode, Info-edit-mode):
7053 * international/swedish.el:
7054 * ledit.el (ledit-from-lisp-mode):
7055 * locate.el (locate-mode):
7056 * mail/rmail.el (rmail-mode):
7057 * mail/rmailedit.el (rmail-edit-mode):
7058 * mail/rmailsum.el (rmail-summary-mode):
7059 * mail/supercite.el (sc-electric-mode):
7060 * net/eudc.el (eudc-mode):
7061 * net/quickurl.el (quickurl-list-mode):
7062 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7063 * obsolete/ooutline.el (outline-mode):
7064 * obsolete/options.el (Edit-options-mode):
7065 * obsolete/rnews.el (news-mode):
7066 * obsolete/rnewspost.el (news-reply-mode):
7067 * play/5x5.el (5x5-mode):
7068 * play/decipher.el (decipher-mode, decipher-stats-mode):
7069 * play/gomoku.el (gomoku-mode):
7070 * play/snake.el (snake-mode):
7071 * play/solitaire.el (solitaire-mode):
7072 * play/tetris.el (tetris-mode):
7073 * progmodes/ada-mode.el (ada-mode):
7074 * progmodes/antlr-mode.el (antlr-mode):
7075 * progmodes/autoconf.el (autoconf-mode):
7076 * progmodes/dcl-mode.el (dcl-mode):
7077 * progmodes/delphi.el (delphi-mode):
7078 * progmodes/ebrowse.el (ebrowse-tree-mode)
7079 (ebrowse-electric-list-mode, ebrowse-member-mode)
7080 (ebrowse-electric-position-mode):
7081 * progmodes/f90.el (f90-mode):
7082 * progmodes/fortran.el (fortran-mode):
7083 * progmodes/icon.el (icon-mode):
7084 * progmodes/idlw-help.el (idlwave-help-mode):
7085 * progmodes/idlw-shell.el (idlwave-shell-mode):
7086 * progmodes/idlwave.el (idlwave-mode):
7087 * progmodes/inf-lisp.el (inferior-lisp-mode):
7088 * progmodes/m4-mode.el (m4-mode):
7089 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7090 * progmodes/modula2.el (modula-2-mode):
7091 * progmodes/octave-inf.el (inferior-octave-mode):
7092 * progmodes/octave-mod.el (octave-mode):
7093 * progmodes/pascal.el (pascal-mode):
7094 * progmodes/sh-script.el (sh-mode):
7095 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7096 * progmodes/vhdl-mode.el (vhdl-mode):
7097 * progmodes/xscheme.el (scheme-interaction-mode):
7098 * replace.el (occur-mode):
7099 * ses.el (ses-mode):
7100 * simple.el (completion-list-mode):
7101 * skeleton.el:
7102 * speedbar.el (speedbar-mode):
7103 * term.el (term-mode):
7104 * terminal.el (terminal-edit-mode):
7105 * textmodes/reftex-index.el (reftex-index-mode)
7106 (reftex-index-phrases-mode):
7107 * textmodes/reftex-sel.el (reftex-select-label-mode)
7108 (reftex-select-bib-mode):
7109 * textmodes/reftex-toc.el (reftex-toc-mode):
7110 * wdired.el (wdired-change-to-wdired-mode):
7111 * wid-browse.el (widget-browse-mode):
7112 Use run-mode-hooks.
7113
7114 * array.el (array-mode):
7115 * calendar/todo-mode.el (todo-mode):
7116 * man.el (Man-mode):
7117 * play/landmark.el (lm-mode):
7118 * play/mpuz.el (mpuz-mode):
7119 Use kill-all-local-variables and run-mode-hooks.
7120
7121 * subr.el (delay-mode-hooks): Specify indentation.
7122
7123 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7124
7125 * xml.el (xml-substitute-special): Don't die for undefined xml
7126 entities.
7127
7128 2005-05-26 Jay Belanger <belanger@truman.edu>
7129
7130 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7131 of nil.
7132
7133 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7134
7135 * progmodes/gdb-ui.el (gdb-frame-address):
7136 Rename from gdb-current-address.
7137 (gdb-previous-frame-address): Rename from gdb-previous-address.
7138 (gdb-selected-frame): Rename from gdb-current-frame.
7139 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7140 (gdb-frame-number): Rename from gdb-current-stack-level.
7141 (gdb-ann3): Match new mode-name for disassembly buffer.
7142 Extend initialization of variables.
7143 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7144 (gdb-memory-mode): Use mouse-face in header line.
7145 (gdb-assembler-buffer-name): Call it disassembly and give frame
7146 in mode line.
7147 (gdb-source-spec-regexp, gdb-assembler-custom)
7148 (gdb-invalidate-assembler, gdb-frame-handler):
7149 Make robust to leading zeroes in address format.
7150
7151 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7152
7153 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7154 define `org-mode'.
7155 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7156
7157 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 * log-edit.el (log-edit-changelog-entries): Distinguish between
7160 filenames like xfns.c and fns.c.
7161
7162 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7163
7164 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7165 point after reverting.
7166 (Buffer-menu-make-sort-button): Handle the case where
7167 `Buffer-menu-use-header-line' is nil.
7168
7169 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7170
7171 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7172 New funcs. In minibuffer-local-completion-map bind `]', `/'
7173 and `:' to them.
7174
7175 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7176
7177 * startup.el (normal-top-level): Allow modification of load-path while
7178 we're iterating over it.
7179
7180 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7181
7182 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7183 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7184 (thumbs-resize-interactive, thumbs-insert-image)
7185 (thumbs-insert-thumb, thumbs-dired-show-marked)
7186 (thumbs-find-image-at-point, thumbs-delete-images)
7187 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7188 (thumbs-increment-image-size, thumbs-decrement-image-size):
7189 Fix typos in docstrings.
7190
7191 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7192
7193 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7194 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7195 (cperl-mode): Use them.
7196
7197 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7198
7199 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7200 Doc fixes.
7201
7202 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7203
7204 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7205 Bind C-d to gdb-inferior-io-eof.
7206
7207 * dired.el (dired-dnd-popup-notice): Use message-box.
7208
7209 2005-05-23 Masatake YAMATO <jet@gyve.org>
7210
7211 * bindings.el (mode-line-major-mode-keymap):
7212 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7213
7214 * faces.el (mode-line-highlight): New face.
7215
7216 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7217 as mouse-face.
7218
7219 * bindings.el (top-level, help-echo, mode-line-modified)
7220 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7221 as mouse-face.
7222
7223 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7224
7225 * progmodes/cc-engine.el (c-guess-basic-syntax):
7226 Remove spurious call to `zerop'.
7227
7228 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7229
7230 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7231
7232 CC Mode update to 5.30.10:
7233
7234 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7235 could go past the limit in decoration level 2, thereby causing
7236 errors during interactive fontification.
7237
7238 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7239 the file is evaluated interactively.
7240
7241 * cc-engine.el (c-guess-basic-syntax): Handle operator
7242 declarations somewhat better in C++.
7243
7244 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7245 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7246 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7247 (awk-mode): Use it.
7248 (make-local-hook): Suppress warning about obsoleteness.
7249
7250 * cc-engine.el, cc-align.el, cc-cmds.el
7251 (c-append-backslashes-forward, c-delete-backslashes-forward)
7252 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7253 Compensate for return value from `forward-line' when it has moved
7254 but not to a different line due to eob.
7255
7256 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7257 `objc-method-intro' and `objc-method-args-cont'.
7258
7259 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7260
7261 CC Mode update to 5.30.10:
7262
7263 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7264 in the copyright statement. Incidentally, change "along with GNU
7265 Emacs" to "along with this program" where it occurs.
7266
7267 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7268 so that it is interactive, hence can be found by M-x awk-mode
7269 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7270 <gmorris+emacs@ast.cam.ac.uk>.
7271
7272 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7273 Mode's regexps.
7274
7275 2005-05-23 Kevin Ryde <user42@zip.com.au>
7276
7277 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7278 c-parse-state, to avoid a lisp error (on bad code).
7279
7280 2005-05-23 Lute Kamstra <lute@gnu.org>
7281
7282 * subr.el (font-lock-defaults): Remove defvar as it's already
7283 defined in font-core.el.
7284
7285 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7286
7287 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7288
7289 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7290 more general and work when GDB variable "print pretty" is on,
7291 as with Emacs, for example.
7292
7293 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7294
7295 * font-core.el: Update comment.
7296
7297 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7298 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7299
7300 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7301
7302 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7303
7304 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7305 and `yank-handler' in the doc strings.
7306
7307 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7308
7309 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7310
7311 2005-05-22 Richard M. Stallman <rms@gnu.org>
7312
7313 * help.el (describe-key): Move print-help-return-message call
7314 out of conditional.
7315
7316 * progmodes/etags.el (list-tags): Use with-no-warnings.
7317
7318 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7319 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7320 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7321
7322 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7323
7324 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7325 Add defvar.
7326
7327 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7328 Use defvar, not defconst.
7329
7330 * hexl.el (hexl-follow-line): Use with-no-warnings.
7331
7332 * emulation/tpu-extras.el: Use write-file-functions instead of
7333 write-file-hooks.
7334
7335 * dired.el (dired-font-lock-keywords): Fontify files with junk
7336 extensions even if marked by -F.
7337
7338 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7339
7340 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7341 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7342 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7343 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7344 (concatenate, list-length, get*, getf, cl-remprop):
7345 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7346 (etypecase, progv, lexical-let, lexical-let*)
7347 (multiple-value-bind, multiple-value-setq, shiftf):
7348 Improve argument/docstring consistency.
7349
7350 * subr.el (focus-frame, unfocus-frame):
7351 Revert deletion on 2005-05-01.
7352
7353 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7354
7355 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7356 doesn't exist.
7357
7358 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7359 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7360
7361 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7362
7363 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7364 already deleted variables: auto-fill-hook, blink-paren-hook,
7365 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7366 suspend-hooks, comment-indent-hook, meta-flag,
7367 before-change-function, after-change-function,
7368 font-lock-doc-string-face.
7369
7370 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7371
7372 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7373
7374 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7375
7376 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7377 rmail-dont-reply-to.
7378
7379 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7380
7381 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7382 literal blank when splitting new-header-values.
7383
7384 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7385
7386 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7387 string so that tmm doesn't create a completion entry for it.
7388
7389 * textmodes/table.el (table-disable-menu): Ditto.
7390
7391 2005-05-21 Richard M. Stallman <rms@gnu.org>
7392
7393 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7394
7395 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7396
7397 * net/rcompile.el (remote-compile): Use compilation-start.
7398
7399 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7400
7401 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7402
7403 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7404 Default to makefile-bsdmake-mode on BSD systems.
7405
7406 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7407 REGEXP may also be a search function now. The part of doc-string
7408 for describing the structure was 95% identical to that of
7409 `imenu--generic-function'. Unify it there.
7410
7411 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7412 Use function to find dependencies, because regexp alone is so complex,
7413 it easily goes into an endless loop.
7414 (makefile-makepp-mode): Also add submenu for Perl functions
7415 defined in the makefile.
7416 (makefile-bsdmake-mode): Special imenu-generic-expression no
7417 longer needed, due to function call.
7418 (makefile-match-dependency): Take BOUND into account when checking
7419 if we're through.
7420
7421 2005-05-20 Jay Belanger <belanger@truman.edu>
7422
7423 * calc/calc-units.el (calc-invalidate-units-table):
7424 Use inhibit-read-only.
7425 (math-build-units-table-buffer): Use view-mode.
7426
7427 2005-05-20 David Kastrup <dak@gnu.org>
7428
7429 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7430 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7431
7432 2005-05-20 Lute Kamstra <lute@gnu.org>
7433
7434 * diff-mode.el (diff-header-face, diff-file-header-face)
7435 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7436 (diff-added-face, diff-changed-face, diff-function-face)
7437 (diff-context-face, diff-nonexistent-face): Put them in the
7438 diff-mode customization group.
7439
7440 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7441
7442 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7443
7444 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7445
7446 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7447 Minor regexp-optimization.
7448
7449 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7450
7451 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7452 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7453 (org-agenda-add-time-grid-maybe): New function.
7454 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7455 (org-table-create): `dotimes' instead of `mapcar'.
7456 (org-xor): Simplify implementation.
7457 (org-agenda): `inhibit-redisplay' turned on.
7458 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7459 a consistent line after a state change.
7460 (org-agenda-remove-times-when-in-prefix): New option.
7461 (org-prefix-has-time): New variable.
7462 (org-parse-time-string): Optional argument NODEFAULT.
7463 (org-format-agenda-item): Parse items for time-of-day
7464 specifications and move these into the prefix if possible.
7465 (org-agenda-priority): Get current heading, not previous heading
7466 during agenda remote editing.
7467
7468 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7469
7470 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7471 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7472 (remove-duplicates, delete-duplicates, substitute)
7473 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7474 (nsubstitute-if-not, find, find-if, find-if-not, position)
7475 (position-if, position-if-not, count, count-if, count-if-not)
7476 (mismatch, search, sort*, stable-sort, merge, member*)
7477 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7478 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7479 (intersection, nintersection, set-difference, nset-difference)
7480 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7481 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7482 (nsublis, tree-equal): Improve argument/docstring consistency.
7483
7484 * subr.el (send-string, send-region):
7485 Remove obsolescence declaration.
7486 (window-dot, set-window-dot, read-input, show-buffer)
7487 (eval-current-buffer, string-to-int):
7488 Add release number to obsolescence declarations.
7489
7490 2005-05-19 Kim F. Storm <storm@cua.dk>
7491
7492 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7493 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7494
7495 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7496
7497 * faces.el (list-faces-display): Make back button respect optional
7498 regexp arg.
7499
7500 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7501
7502 * calculator.el (calculator-radix-grouping-mode)
7503 (calculator-radix-grouping-digits, calculator-displayer)
7504 (calculator-radix-grouping-separator, calculator-copy-displayer):
7505 * dabbrev.el (dabbrev-search-these-buffers-only):
7506 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7507 (diff-advance-after-apply-hunk, diff-mode-hook)
7508 (diff-minor-mode-prefix):
7509 * imenu.el (imenu-use-popup-menu):
7510 * jit-lock.el (jit-lock-context-time):
7511 * newcomment.el (comment-fill-column, comment-column)
7512 (comment-style, comment-padding, comment-multi-line)
7513 (comment-empty-lines, comment-auto-fill-only-comments):
7514 * reveal.el (reveal-around-mark):
7515 * uniquify.el (uniquify-buffer-name-style)
7516 (uniquify-after-kill-buffer-p)
7517 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7518 (uniquify-min-dir-content, uniquify-separator)
7519 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7520 * w32-vars.el (w32-fixed-font-alist):
7521 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7522 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7523 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7524 * progmodes/perl-mode.el (perl-indent-level)
7525 (perl-continued-statement-offset, perl-continued-brace-offset)
7526 (perl-brace-offset, perl-brace-imaginary-offset)
7527 (perl-label-offset, perl-indent-continued-arguments)
7528 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7529 * progmodes/tcl.el (tcl-indent-level)
7530 (tcl-continued-indent-level, tcl-auto-newline)
7531 (tcl-tab-always-indent, tcl-electric-hash-style)
7532 (tcl-help-directory-list, tcl-use-smart-word-finder)
7533 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7534 (inferior-tcl-source-command):
7535 * textmodes/fill.el (enable-kinsoku):
7536 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7537 * textmodes/table.el (table-yank-handler):
7538 Specify missing group (and type, if simple) in defcustom.
7539
7540 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7541
7542 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7543
7544 2005-05-19 Richard M. Stallman <rms@gnu.org>
7545
7546 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7547
7548 * subr.el (event-basic-type): Don't get an error.
7549 (left-fringe-p): Function deleted.
7550
7551 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7552 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7553
7554 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7555 in recursive copy.
7556
7557 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7558
7559 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7560
7561 * emacs-lisp/bytecomp.el
7562 (byte-compile-file-form-custom-declare-variable): Call
7563 byte-compile-nogroup-warn if appropriate.
7564
7565 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7566 (compilation-set-window): Don't call left-fringe-p; do it directly.
7567
7568 2005-05-19 Jay Belanger <belanger@truman.edu>
7569
7570 * calc/calc-graph.el (calc-graph-format-data): Make sure
7571 var-PlotRejects is bound before trying to check its value.
7572
7573 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7574
7575 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7576 definition of this variable from reftex-global.el to reftex.el,
7577 because it is needed in the menu.
7578
7579 2005-05-19 Lute Kamstra <lute@gnu.org>
7580
7581 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7582 years are fixed. Don't insert a space after a dash.
7583
7584 2005-05-19 Kim F. Storm <storm@cua.dk>
7585
7586 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7587
7588 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7589
7590 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7591 strings, because (eq ... ?\\) is fairly frequent.
7592
7593 * progmodes/make-mode.el (makefile-add-this-line-targets):
7594 Simplify and integrate into `makefile-pickup-targets'.
7595 (makefile-add-this-line-macro): Simplify and integrate into
7596 `makefile-pickup-macros.
7597 (makefile-pickup-filenames-as-targets): Simplify.
7598 (makefile-previous-dependency, makefile-match-dependency):
7599 Don't stumble over `::'.
7600
7601 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7602
7603 * subr.el (post-command-idle-hook, post-command-idle-delay):
7604 Remove obsoletion of post-command-idle-hook and
7605 post-command-idle-delay.
7606
7607 * faces.el (list-faces-display): Provide button when describe-face
7608 is called to take user back to the list of faces.
7609
7610 * help-fns.el (describe-variable): Remove hyperlinks in a
7611 variable's value as these are quite frequently inappropriate.
7612
7613 * follow.el (follow-submit-feedback, follow-mode):
7614 Remove references to post-command-idle-hook.
7615
7616 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7617
7618 * progmodes/make-mode.el (makefile-previous-dependency)
7619 (makefile-match-dependency): Check for := (and in bsd mode also
7620 !=) to give a better result, even when font-lock is not on.
7621
7622 2005-05-18 Jay Belanger <belanger@truman.edu>
7623
7624 * calc/calc-help.el (calc-s-prefix-help):
7625 Add `calc-copy-special-constant' to help string.
7626
7627 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7628
7629 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7630
7631 2005-05-18 Jay Belanger <belanger@truman.edu>
7632
7633 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7634 in linear factors are in proper order.
7635
7636 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7637
7638 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7639 Support for jurabib.
7640
7641 * textmodes/reftex.el (featurep): Define aliases for overlay
7642 commands, for XEmacs compatibility, and use these aliases in
7643 overlay initializations.
7644 (reftex-highlight): Use `reftex-move-overlay'.
7645 (reftex-unhighlight): Use `reftex-delete-overlay'.
7646 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7647 (reftex-access-search-path): Use `reftex-uniquify' instead of
7648 `reftex-uniq'
7649
7650 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7651 `before-string' property modification enables for Emacs as well.
7652 (reftex-select-item): Use `reftex-delete-overlay'.
7653 (reftex-select-mark): Use `reftex-make-overlay' and
7654 `reftex-overlay-put'.
7655 (reftex-select-unmark): Use `reftex-delete-overlay' and
7656 `reftex-overlay-put'.
7657
7658 2005-05-18 Lute Kamstra <lute@gnu.org>
7659
7660 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7661
7662 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7663
7664 * add-log.el (add-change-log-entry):
7665 * array.el (array-make-template, array-reconfigure-rows)
7666 (array-init-max-row, array-init-max-column)
7667 (array-init-columns-per-line, array-init-field-width):
7668 * replace.el (replace-match-maybe-edit, perform-replace):
7669 * textmodes/spell.el (spell-region):
7670 Replace `read-input' by `read-string'.
7671
7672 * forms.el (forms-mode):
7673 * finder.el (finder-compile-keywords):
7674 * shadowfile.el (shadow-read-files):
7675 Replace `eval-current-buffer' by `eval-buffer'.
7676
7677 * terminal.el (te-pass-through):
7678 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7679 (ange-ftp-raw-send-cmd):
7680 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7681 (send-process-next-char, telnet-initial-filter, telnet):
7682 Replace `send-string' by `process-send-string'.
7683
7684 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7685 (prolog-consult-region): Replace `send-string' by
7686 `process-send-string'; replace `send-region' by `process-send-region'.
7687
7688 * progmodes/delphi.el (delphi-log-msg):
7689 Replace `set-window-dot' by `set-window-point'.
7690
7691 * subr.el (window-dot, set-window-dot, read-input, send-string)
7692 (send-region, show-buffer, eval-current-buffer):
7693 Make really obsolete, as the comment says.
7694
7695 2005-05-17 Kim F. Storm <storm@cua.dk>
7696
7697 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7698 (cua--init-keymaps): Bind C-return instead of S-return to set
7699 rectangle mark.
7700
7701 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7702 instead of S-return to toggle/clear rectangle mark.
7703
7704 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7705
7706 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7707 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7708 Also fontify plain strings assigned to variables, mostly so that a
7709 colon has a face and is thus not taken as a dependency separator.
7710 (makefile-previous-dependency): Inline the new matcher, because it
7711 is too complex to work in both directions.
7712 (makefile-match-dependency): Eliminate `backward' arg (see above).
7713 Completely reimplemented so as to not sometimes go into an endless
7714 loop. It should also be more efficient, because first it only
7715 searches for `:', instead of applying the very complex regexp.
7716 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7717 to be fontified in one piece can be too long for JIT.
7718 Makefiles are never *that* big.
7719
7720 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7721
7722 * dired.el (dired-mode): Simplify.
7723
7724 2005-05-17 Lute Kamstra <lute@gnu.org>
7725
7726 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7727 defcustom for the mode hook variable.
7728
7729 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7730 Emacs Lisp Reference Manual.
7731
7732 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7733
7734 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7735 (evenp, list*):
7736 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7737 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7738
7739 * net/tramp-smb.el (tramp-smb-open-connection):
7740 Pass `tramp-chunksize' as fifth (required) argument.
7741
7742 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7743
7744 * font-lock.el (lisp-font-lock-keywords-1):
7745 Set `font-lock-negation-char-face' for [^...] char group.
7746 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7747
7748 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7749 a var, and refine it to mask one more level of nested vars.
7750 (makefile-rule-action-regex): Turn it into a var, and refine it so
7751 it recognizes backslashed continuation lines as belonging to the
7752 same command.
7753 (makefile-macroassign-regex): Refine it so it recognizes
7754 backslashed continuation lines as belonging to the same command.
7755 (makefile-var-use-regex): Don't look at the next char, because it
7756 might be the same one to be skipped by the initial [^$], leading
7757 to an overlooked variable use.
7758 (makefile-make-font-lock-keywords): Remove two parameters, which
7759 are now variables that some of the modes set locally.
7760 Handle dependency and rule action matching through functions, because
7761 regexps alone match too often. Dependency matching now comes
7762 last, so it can check, whether a colon already matched something else.
7763 (makefile-mode): Inform that font-lock improves makefile parsing
7764 capabilities.
7765 (makefile-match-dependency, makefile-match-action): New functions.
7766
7767 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7768
7769 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7770
7771 * align.el (align-regexp):
7772 * ansi-color.el (ansi-color-get-face):
7773 * array.el (array-reconfigure-rows, array-init-max-row)
7774 (array-init-max-column, array-init-columns-per-line)
7775 (array-init-field-width):
7776 * dired-aux.el (dired-trample-file-versions):
7777 * dired-x.el (dired-mark-sexp):
7778 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7779 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7780 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7781 * faces.el (face-read-integer):
7782 * files.el (backup-extract-version, insert-directory):
7783 * hexl.el (hexl-insert-decimal-char):
7784 * server.el (server-process-filter):
7785 * shell.el (shell-extract-num):
7786 * startup.el (command-line-1):
7787 * term.el (term-command-hook):
7788 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7789 (time-stamp-do-number):
7790 * time.el (display-time-update):
7791 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7792 (timezone-fix-time):
7793 * vms-patch.el (vms-suspend-resume-hook):
7794 * calendar/appt.el (appt-convert-time):
7795 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7796 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7797 * calendar/cal-islam.el (mark-islamic-diary-entries):
7798 * calendar/calendar.el (calendar-cursor-to-date)
7799 (calendar-star-date):
7800 * calendar/diary-lib.el (diary-attrtype-convert)
7801 (mark-diary-entries, diary-entry-time):
7802 * calendar/solar.el (solar-get-number):
7803 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7804 * emacs-lisp/re-builder.el (reb-display-subexp):
7805 * emulation/edt.el (edt-set-scroll-margins):
7806 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7807 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7808 (vip-get-ex-count):
7809 * emulation/viper-ex.el (viper-get-ex-token)
7810 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7811 * international/fontset.el (fontset-plain-name):
7812 * mail/feedmail.el (feedmail-look-at-queue-directory):
7813 * mail/mailalias.el (mail-get-names):
7814 * mail/rmail.el (rmail-convert-to-babyl-format):
7815 * mail/rmailsum.el (rmail-make-basic-summary-line)
7816 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7817 (rmail-summary-goto-msg):
7818 * mail/smtpmail.el (smtpmail-read-response):
7819 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7820 (ange-ftp-vms-add-file-entry):
7821 * play/gametree.el (gametree-looking-at-ply)
7822 (gametree-current-branch-score):
7823 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7824 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7825 * progmodes/cperl-mode.el (condition-case):
7826 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7827 (ebrowse-set-member-buffer-column-width)
7828 (ebrowse-select-1st-to-9nth):
7829 * progmodes/etags.el (etags-snarf-tag):
7830 * progmodes/flymake.el (flymake-parse-line):
7831 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7832 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7833 (idlwave-shell-menu-def):
7834 * progmodes/ps-mode.el (ps-run-goto-error):
7835 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7836 (vhdl-speedbar-contract-level):
7837 * term/mac-win.el (x-handle-numeric-switch):
7838 * term/sun-mouse.el (sun-get-frame-data):
7839 * term/w32-win.el (x-handle-numeric-switch):
7840 * term/x-win.el (x-handle-numeric-switch):
7841 * textmodes/ispell.el (ispell-parse-output):
7842 * textmodes/nroff-mode.el (nroff-outline-level):
7843 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7844 (reftex-bib-sort-year-reverse, reftex-format-citation):
7845 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7846 (reftex-section-number):
7847 * textmodes/texinfmt.el (texinfo-paragraphindent):
7848 Replace `string-to-int' by `string-to-number'.
7849
7850 * international/latexenc.el: Add page marker to force the "Local
7851 Variables:" string out of the last page.
7852
7853 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7854
7855 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7856 tooltip-change-major-mode.
7857 (gud-tooltip-print-command): Remove case where gud-minor-mode
7858 is gdb ("--fullname").
7859 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7860 explain to user.
7861
7862 2005-05-16 Jay Belanger <belanger@truman.edu>
7863
7864 * calc/calc-store.el (calc-copy-special-constant): New function.
7865
7866 * calc/calc-ext.el (calc-init-extensions): Add binding for
7867 `calc-copy-special-constant'.
7868
7869 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7870 for the `calc-copy-special-constant' command.
7871
7872 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7873
7874 * subr.el (left-fringe-p): New function.
7875
7876 * progmodes/compile.el (compilation-setup): Set local value of
7877 overlay-arrow-string to "" always.
7878 (compilation-set-window): Left fringe then don't scroll.
7879 No left fringe then no arrow and scroll message to top.
7880 (compilation-context-lines): Adjust doc string accordingly.
7881
7882 2005-05-16 Kim F. Storm <storm@cua.dk>
7883
7884 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7885 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7886 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7887 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7888 (ido-read-file-name): Handle commands with ido property value
7889 equal to find-file as reading a file name, to allow C-d to enter dired.
7890 (ibuffer-find-file): Add ido property with value find-file.
7891
7892 2005-05-15 Kim F. Storm <storm@cua.dk>
7893
7894 * subr.el (open-network-stream-nowait): Remove.
7895 (open-network-stream-server): Remove.
7896
7897 2005-05-15 Richard M. Stallman <rms@gnu.org>
7898
7899 * faces.el (describe-face): Output a definition link button.
7900
7901 * help-mode.el (help-face-def): New button type.
7902
7903 * emacs-lisp/copyright.el (copyright-fix-years):
7904 Match properly if the first year is 2-digit.
7905 Don't mess up the whitespace after the years by filling.
7906
7907 * dired-aux.el (dired-mark-confirm):
7908 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7909
7910 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7911 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7912 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7913
7914 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7915 Set font-lock-comment-start-skip.
7916
7917 * font-lock.el (font-lock-comment-start-skip): New variable.
7918 (font-lock-comment-end-skip): New variable.
7919 (font-lock-fontify-syntactically-region): Use them if non-nil.
7920
7921 2005-05-15 Jay Belanger <belanger@truman.edu>
7922
7923 * calc/calc-store.el (calc-store-value): Return a string rather
7924 than display it as a message.
7925 Use calc-var-name for variable name.
7926 (calc-store-into): Add the result of calc-store-value to message.
7927 (calc-copy-variable): Add a message.
7928 (calc-store-exchange): Improve error messages.
7929 (calc-store-binary, calc-store-map): Don't reset the values of
7930 special constants.
7931
7932 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7933
7934 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7935 manual to docstring.
7936
7937 * files.el (hack-local-variables-confirm): Add STRING argument.
7938 Make the function handle non file visiting buffers correctly.
7939 (hack-local-variables-prop-line, hack-local-variables)
7940 (hack-one-local-variable): Use STRING arg of
7941 `hack-local-variables-confirm'.
7942
7943 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7944
7945 Sync with Tramp 2.0.49.
7946
7947 * net/tramp.el (tramp-handle-dired-call-process)
7948 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7949 because the contents of the Tramp buffer is changed before
7950 insertion (`expand-file' and alike).
7951 (tramp-handle-insert-directory): If `localname' has an empty
7952 nondirectory name, it must not be quoted.
7953 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7954 variable `tramp-chunksize'. Change callees.
7955 (tramp-open-connection-setup-interactive-shell): Check remote host
7956 for buggy `send-process-string' implementation.
7957 Set `tramp-chunksize' if found. Reported by Michael Kifer
7958 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7959 (tramp-handle-shell-command): `insert-buffer' cannot be used
7960 because the contents of the Tramp buffer is changed before
7961 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7962 <frederic.bothamy@free.fr>.
7963 (tramp-set-auto-save): Actions should be done for Tramp file name
7964 handler only. Ange-FTP has its own auto-save mechanism.
7965 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7966 (tramp-set-auto-save-file-modes): Set file modes of
7967 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7968 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7969 (tramp-bug): Remove obsolete variable.
7970 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7971 for presence of `mml-mode'. Make it running for older Emacsen as well.
7972
7973 2005-05-14 John Paul Wallington <jpw@pobox.com>
7974
7975 * ibuf-ext.el (define-ibuffer-filter filename):
7976 If `dired-directory' is a list, use its car.
7977
7978 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7979
7980 * ibuffer.el (define-ibuffer-column filename):
7981 If `dired-directory' is a list, use its car.
7982
7983 2005-05-14 Richard M. Stallman <rms@gnu.org>
7984
7985 * subr.el (symbol-file): Doc fix.
7986
7987 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7988 (byte-compile-form): Call byte-compile-nogroup-warn.
7989 (byte-compile-warning-types): Doc fix.
7990
7991 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7992
7993 * progmodes/cc-engine.el (c-literal-faces):
7994 Add font-lock-comment-delimiter-face.
7995
7996 * net/net-utils.el (dig): Use with-no-warnings.
7997
7998 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7999 (sc-recite-frame-alist, sc-default-cite-frame)
8000 (sc-default-uncite-frame, sc-default-recite-frame)
8001 (sc-attrib-selection-list, sc-rewrite-header-list):
8002 Mark as risky-local-variable.
8003
8004 * international/ogonek.el (ogonek-jak, ogonek-how):
8005 Don't use beginning-of-buffer.
8006
8007 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8008
8009 * calendar/solar.el (solar-data-list): Move definition up.
8010
8011 * dnd.el (dnd-protocol-alist): Add autoload.
8012
8013 * progmodes/sh-script.el: Many doc usage fixes.
8014 (sh-indent-after-do): Change default to match common styles.
8015
8016 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8017
8018 * files.el (interpreter-mode-alist)
8019 (auto-mode-interpreter-regexp): Doc fixes.
8020
8021 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8022
8023 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8024
8025 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8026
8027 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8028
8029 * dired.el (dired-mode): make-variable-buffer-local =>
8030 make-local-variable.
8031
8032 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8033
8034 * term/mac-win.el (mac-select-convert-to-string): Try coding
8035 systems in mac-script-code-coding-systems if specified one cannot
8036 encode string for `com.apple.traditional-mac-plain-text'.
8037
8038 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8039
8040 * progmodes/make-mode.el (makefile-targets-face)
8041 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8042 (makefile-dependency-regex): Fix it to not make the colon in
8043 $(var:a=b) special.
8044 (makefile-rule-action-regex): New regexp for highlighting embedded
8045 Shell strings.
8046 (makefile-macroassign-regex): Handle != for highlighting as
8047 embedded Shell strings.
8048 (makefile-var-use-regex): New const.
8049 (makefile-statements, makefile-automake-statements)
8050 (makefile-gmake-statements, makefile-makepp-statements)
8051 (makefile-bsdmake-statements): New consts.
8052 (makefile-make-font-lock-keywords): New function.
8053 (makefile-automake-font-lock-keywords)
8054 (makefile-gmake-font-lock-keywords)
8055 (makefile-makepp-font-lock-keywords)
8056 (makefile-bsdmake-font-lock-keywords): New consts.
8057 (makefile-mode-map): Add switchers between the various submodes.
8058 (makefile-mode): Document the availability of the variants.
8059 (makefile-automake-mode, makefile-gmake-mode)
8060 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8061
8062 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8063 new variants of makefile-mode.
8064
8065 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8068 the inheritance.
8069
8070 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8071
8072 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8073 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8074
8075 * files.el (normal-mode): Extend the scope of the
8076 `enable-local-variables' binding to include the `set-auto-mode' call.
8077 (magic-mode-alist): Doc fix.
8078
8079 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8082 font-lock-comment-face rather than copying its setting.
8083
8084 2005-05-12 Andreas Schwab <schwab@suse.de>
8085
8086 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8087
8088 2005-05-12 Lute Kamstra <lute@gnu.org>
8089
8090 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8091 defcustom for the mode hook variable. Delete the last argument.
8092 * generic-x.el: Fix callers of define-generic-mode.
8093 (generic-x-modes): Delete group.
8094 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8095 generic-x customization group.
8096
8097 2005-05-12 Kim F. Storm <storm@cua.dk>
8098
8099 * font-lock.el (font-lock-negation-char-face): Default to "off".
8100
8101 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8102 font-lock-negation-char-face to ! in !=.
8103
8104 2005-05-12 Masatake YAMATO <jet@gyve.org>
8105
8106 * add-log.el (find-change-log): Fix typos in the docstring
8107 of function.
8108
8109 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8110
8111 * international/latexenc.el (latexenc-find-file-coding-system):
8112 Avoid `re-search-forward' when looking for input encoding because
8113 of speed and safety. Better regular expressions for recognizing
8114 input encoding. Limit a search for TeX-master/tex-main-file to
8115 the local variable section.
8116
8117 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8118
8119 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8120 syntax of $ to "'" (quote).
8121
8122 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8123
8124 * dnd.el (dnd-protocol-alist): Improve custom type.
8125
8126 * dired.el (dired-dnd-protocol-alist): New variable.
8127 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8128 `dired-mode-hook' to the end.
8129
8130 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8133 comment-end if comment-start-skip is not set.
8134 Obey the font-lock-comment-delimiter-face variables.
8135
8136 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * files.el (executable-find): Move from executable.el. Use
8139 locate-file.
8140 * progmodes/executable.el (executable-find): Move to files.el.
8141
8142 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8143 when trying to ensure forward progress.
8144
8145 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8146
8147 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8148 (mouse-select, mouse-select-internal, mouse-extend-internal):
8149 Use it to implement mouse-1-click-follows-link functionality.
8150
8151 2005-05-11 Richard M. Stallman <rms@gnu.org>
8152
8153 * font-lock.el (font-lock-fontify-syntactically-region):
8154 Use font-lock-comment-delimiter-face for comment delimiters.
8155
8156 2005-05-10 Jay Belanger <belanger@truman.edu>
8157
8158 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8159 preserving embedded modes.
8160
8161 2005-05-10 Richard M. Stallman <rms@gnu.org>
8162
8163 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8164
8165 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8166 Move from ada-stmt.el.
8167 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8168
8169 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8170 Move to ada-mode.el.
8171 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8172
8173 * cus-edit.el (custom-file): Call file-chase-links.
8174
8175 * files.el (read-directory-name): Fix previous change.
8176 (hack-local-variables-confirm): New function.
8177 (hack-local-variables-prop-line, hack-local-variables)
8178 (hack-one-local-variable): Use it.
8179
8180 2005-05-10 Lute Kamstra <lute@gnu.org>
8181
8182 * font-lock.el (font-lock-keywords-alist)
8183 (font-lock-removed-keywords-alist): Clarify docstrings.
8184
8185 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8186
8187 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8188 (gdb-source-info): Check for preprocessor info.
8189 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8190 a macro for a function.
8191 (gdb-info-breakpoints-custom): Try to find file again if not already
8192 found (user might have used GDB dir command).
8193 (gdb-get-location): Update gdb-location-alist correctly for change
8194 to gdb-info-breakpoints-custom.
8195
8196 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8197 (gud-tooltip-print-command): Add gdbmi case.
8198 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8199 preprocessor info.
8200
8201 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8202
8203 * startup.el (fancy-splash-insert): Fix typo in doc string.
8204
8205 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8206
8207 * obsolete/float.el (string-to-float):
8208 * obsolete/hilit19.el (hilit-add-pattern):
8209 * obsolete/rnews.el (news-parse-range, news-select-message)
8210 (news-get-pruned-list-of-files): Replace `string-to-int' by
8211 `string-to-number'.
8212
8213 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8214 `find-file-not-found-hooks'; use `add-hook'.
8215 (uncompress-while-visiting): Set `write-file-functions', not
8216 `write-file-hooks'; use `add-hook'.
8217
8218 2005-05-09 Kim F. Storm <storm@cua.dk>
8219
8220 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8221 (cua-paste): Handle clipboard action.
8222 (cua--init-keymaps): Remap clipboard-kill-region and
8223 clipboard-kill-ring-save.
8224
8225 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8226
8227 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8228 Improve commentary.
8229
8230 * simple.el (next-error-overlay-arrow-position): Revert the change
8231 made on 2005-04-30.
8232
8233 2005-05-07 Jay Belanger <belanger@truman.edu>
8234
8235 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8236 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8237 `calc-sel-reselect'.
8238
8239 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8240 Calc is in embedded mode.
8241
8242 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8243
8244 * progmodes/compile.el (compilation-setup):
8245 Set overlay-arrow-string to an empty string on text terminals.
8246
8247 * textmodes/ispell.el (ispell-program-name): Try looking for
8248 "aspell" along exec-path, and if found, use it as the default
8249 speller program.
8250
8251 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8252
8253 * international/mule.el (sgml-xml-auto-coding-function):
8254 Recognize encoding='FOO' in single quotes as well as in double quotes.
8255
8256 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8257
8258 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8259 as well as `interactive', so that defmacro* would recognize
8260 `declare' forms.
8261
8262 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8263
8264 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8265 Explain more about the LIGHTER arg's usage in the doc string.
8266 Add commentary to clarify what the code does. Fix the regexp that
8267 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8268 since it could have characters special to regular expressions.
8269
8270 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8271
8272 * replace.el (occur-1): Bind inhibit-read-only so that
8273 erase-buffer doesn't barf on read-only text properties (likewise
8274 for add-text-properties in occur-engine). Mark buffer as unmodified.
8275 (occur-engine): Don't set buffer-read-only here.
8276
8277 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8280 list-buffers-directory. This caused the *cvs-commit* buffer to be
8281 sometimes mistakenly reused as a *cvs* buffer.
8282
8283 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8284
8285 * tooltip.el: Move code for GUD tooltips into gud.el.
8286 (require): CL no longer needed to compile case.
8287 (tooltip-mode): Do not toggle functions for GUD tooltips.
8288 (tooltip-gud-tips-p): Remove. Replace with minor mode
8289 gud-tooltip-mode in gud.el.
8290 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8291 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8292 tooltip-gud prefix with gud-tooltip and obsolete.
8293 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8294 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8295 (tooltip-mouse-motion): Mouse movement functions/variable.
8296 Rename in gud.el by adding gud prefix.
8297 (tooltip-gud-original-filter, tooltip-gud-dereference)
8298 (tooltip-gud-event, tooltip-toggle-gud-tips)
8299 (tooltip-gud-process-output, tooltip-gud-print-command)
8300 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8301 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8302 (gdb-tooltip-print): Move to gdb-ui.el.
8303
8304 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8305 (require): CL needed to compile case.
8306 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8307 tooltip-gud-tips-p. Make it a minor-mode.
8308 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8309 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8310 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8311 (gud-tooltip-change-major-mode)
8312 (gud-tooltip-activate-mouse-motions-if-enabled)
8313 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8314 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8315 (gud-tooltip-original-filter, gud-tooltip-dereference)
8316 (gud-tooltip-event, tooltip-toggle-gud-tips)
8317 (gud-tooltip-process-output, gud-tooltip-print-command)
8318 (gud-tooltip-tips): Move from tooltip.el.
8319
8320 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8321 (gdb-cpp-define-alist-flags): Doc fix.
8322 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8323 gud-tooltip-mode is t.
8324
8325 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8326
8327 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8328 evaporate if their text is deleted.
8329 (goto-address-at-point): Make it work as a mouse binding as well.
8330 (goto-address-at-mouse): Obsolete it. Update users.
8331
8332 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8333
8334 * calendar/appt.el (top-level): No longer activate on load.
8335
8336 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8337
8338 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8339 * net/webjump.el (webjump):
8340 * progmodes/idlw-help.el (idlwave-do-context-help1)
8341 (idlwave-highlight-linked-completions):
8342 * textmodes/po.el (po-find-file-coding-system-guts):
8343 Replace `assoc-ignore-case' by `assoc-string'.
8344
8345 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8346
8347 * files.el (locate-file): Doc fix.
8348
8349 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8350 Remove the redundant test for ms-dos.
8351
8352 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8353 look for the preprocessor with exec-suffixes. If not found in
8354 standard places, look in exec-path. Remove most of the tests that
8355 used system-type.
8356
8357 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8358
8359 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8360
8361 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8362 file-name clash with jka-compr.el on 8+3 filesystems.
8363
8364 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8365
8366 * term/mac-win.el: Don't define or bind scroll bar functions if
8367 x-toolkit-scroll-bars is t.
8368 (x-select-text, x-get-selection-value): Clear
8369 x-last-selected-text-clipboard if x-select-enable-clipboard is
8370 nil.
8371 (PRIMARY): Put mac-scrap-name property.
8372 (mac-select-convert-to-file-url): New function.
8373 (public.file-url): New selection target type. Add to
8374 selection-converter-alist.
8375 (x-get-selection, x-selection-value): Handle it.
8376 (x-cut-buffer-or-selection-value): New alias.
8377
8378 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8379
8380 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8381 entry to avoid calling bibtex-find-entry with arg global
8382 being t. Remove arg key.
8383 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8384 (bibtex-copy-summary-as-kill): Change accordingly.
8385
8386 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8389 (org-agenda-date-later): Use with-current-buffer.
8390
8391 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8392
8393 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8394 (define-obsolete-variable-alias): Doc Fixes.
8395
8396 2005-05-06 Kim F. Storm <storm@cua.dk>
8397
8398 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8399 vertical-motion when selective-display is active.
8400
8401 * ido.el (ido-setup-hook): New hook.
8402 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8403 (ido-input-stack): New var.
8404 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8405 ido-next-work-file binding to M-O.
8406 Bind M-f to ido-wide-find-file-or-pop-dir.
8407 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8408 (ido-read-internal): Run ido-setup-hook.
8409 Catch quit in read-file-name and read-string to cancel edit.
8410 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8411 Automatically pop-all when completing a directory name (RET).
8412 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8413 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8414 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8415 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8416 New functions for M-b/M-f to move among the directory components.
8417 (ido-make-merged-file-list): Catch quit to cancel merge.
8418 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8419 (ido-completion-help): No warnings for ido-completion-buffer-full.
8420
8421 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8422
8423 * font-lock.el (font-lock-negation-char-face): New face and variable.
8424 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8425 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8426 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8427 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8428
8429 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8430
8431 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8432 Fix typo in docstring.
8433
8434 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8435 (ebrowse-print-statistics-line)
8436 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8437
8438 * term/w32-win.el (image-library-alist): Add additional name for
8439 Xpm library.
8440
8441 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8442
8443 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8444 use gcc instead of cpp.
8445
8446 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8447 (gdb-create-define-alist): Use it.
8448 (gdb-cpp-define-alist-program): Update for MS-DOS.
8449
8450 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8451
8452 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8453
8454 2005-05-04 Richard M. Stallman <rms@gnu.org>
8455
8456 * help.el (describe-key): No error when UNTRANSLATED is nil.
8457
8458 * simple.el (line-move-1): Fix previous change to signal errors
8459 appropriately.
8460
8461 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8462
8463 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8464 (icalendar-duration-correction): Remove.
8465 (icalendar--get-event-properties): Split result at commas.
8466 (icalendar--decode-isoduration): New optional argument
8467 DURATION-CORRECTION.
8468 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8469 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8470 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8471 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8472 (icalendar--convert-anniversary-to-ical): New functions, extracted
8473 from icalendar-export-region, with bug fixes.
8474 (icalendar-export-region): Use the above functions.
8475 (icalendar-import-buffer): Check before saving diary file.
8476 (icalendar--convert-recurring-to-diary)
8477 (icalendar--convert-non-recurring-all-day-to-diary)
8478 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8479 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8480 (icalendar--convert-ical-to-diary): Use the above functions.
8481
8482 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8483
8484 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8485 Remove these recent additions.
8486 (c-mode): Restore to before 2005-04-28.
8487
8488 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8489 recent addition.
8490
8491 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8492 (gdb-define-alist): New variables.
8493 (gdb-create-define-alist): New function.
8494 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8495 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8496 with string-to-number.
8497 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8498
8499 * progmodes/gud.el: Replace string-to-int with string-to-number.
8500 (gud-find-file): Handle gdb-define-alist.
8501
8502 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8503
8504 2005-05-02 Jay Belanger <belanger@truman.edu>
8505
8506 * calc/calc-aent.el (math-read-token):
8507 * calc/calc-bin.el (calc-word-size):
8508 * calc/calc-ext.el (calc-read-number-fancy):
8509 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8510 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8511 * calc/calc-frac.el (calc-over-notation):
8512 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8513 (calc-graph-num-points, calc-graph-init):
8514 * calc/calc-prog.el (calc-read-parse-table-part)
8515 (calc-edit-macro-repeats):
8516 * calc/calc-yank.el (calc-do-grab-rectangle):
8517 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8518 Replace `string-to-int' by `string-to-number'.
8519
8520 2005-05-02 Kim F. Storm <storm@cua.dk>
8521
8522 * kmacro.el: Use executing-kbd-macro-index variable.
8523
8524 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8525
8526 * net/rlogin.el (rlogin-parse-words): Delete func.
8527 (rlogin): Use split-string, not rlogin-parse-words.
8528 Also, if there are option-like elements in the parsed args,
8529 take the host to be the first arg immediately following them.
8530 Suggested by Michael Mauger.
8531
8532 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8533
8534 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8535
8536 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8537
8538 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8539 (cc-mode-cpp-program): Rename to cc-define-list-program and
8540 move to cc-vars.el.
8541
8542 * progmodes/cc-vars.el (cc-define-list-program):
8543 Change to "gcc -E -dM -". Make customizable.
8544
8545 2005-05-02 Kim F. Storm <storm@cua.dk>
8546
8547 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8548
8549 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8550
8551 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8552
8553 * international/mule-util.el (truncate-string): Remove alias and
8554 obsolete declaration.
8555
8556 * international/mule-cmds.el (update-iso-coding-systems):
8557 Remove alias and obsolete declaration.
8558
8559 * international/mule.el (coding-system-parent): Remove alias and
8560 obsolete declaration.
8561
8562 * subr.el (define-function, sref): Remove aliases and obsolete
8563 declarations.
8564 (chars-in-region): Remove obsolete declaration.
8565
8566 2005-05-01 Richard M. Stallman <rms@gnu.org>
8567
8568 * info.el (Info-mode): Set widen-automatically to nil, locally.
8569
8570 * simple.el (widen-automatically): New variable.
8571 (pop-global-mark): Obey widen-automatically.
8572
8573 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8574
8575 * term/xterm.el (function-key-map): Call substitute-key-definition
8576 before the keymap size is increased by a lot of define-key calls.
8577
8578 2005-05-01 Richard M. Stallman <rms@gnu.org>
8579
8580 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8581 Rename ARG to ELEMENT. Doc fix.
8582
8583 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8584
8585 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8586 Remove references to allout-exposure/change to allout-new-exposure.
8587
8588 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8589 bytecode symbols.
8590
8591 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8592 (compiled-function-p, focus-frame, unfocus-frame):
8593 Remove aliases and obsolete declarations.
8594 Back out inadvertent changes from previous commit.
8595
8596 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8597
8598 * files.el (require-final-newline): Make Custom tags consistent
8599 with mode-require-final-newline.
8600 (mode-require-final-newline): Doc fix.
8601
8602 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 * international/latexenc.el (latexenc-find-file-coding-system):
8605 Fix regular expressions.
8606
8607 2005-05-01 David Kastrup <dak@gnu.org>
8608
8609 * international/latexenc.el (latexenc-find-file-coding-system):
8610 Fix regular expressions.
8611
8612 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8613
8614 * subr.el (string-to-int): Make obsolete.
8615
8616 2005-04-30 Richard M. Stallman <rms@gnu.org>
8617
8618 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8619
8620 * loadup.el: load jka-comp-hook.
8621
8622 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8623 (jka-compr-handler): Add autoload. `put' calls moved
8624 to jka-comp-hook.el.
8625 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8626 (jka-compr-inhibit): Autoload.
8627
8628 * jka-comp-hook.el: New file.
8629 Enable the mode by default.
8630
8631 * files.el (backup-buffer-copy): Use copy-file instead
8632 of write-region, and put back the 'excl.
8633
8634 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8635
8636 * progmodes/flymake.el (flymake-split-string)
8637 (flymake-split-string, flymake-log, flymake-pid-to-names)
8638 (flymake-reg-names, flymake-get-source-buffer-name)
8639 (flymake-unreg-names, flymake-add-line-err-info)
8640 (flymake-add-err-info): Clarify docstrings.
8641 (flymake-popup-menu, flymake-make-emacs-menu)
8642 (flymake-make-xemacs-menu): Add docstrings.
8643 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8644 Set variables directly throughout.
8645
8646 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8647
8648 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8649 exists. Initialize cc-define-alist.
8650 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8651 If there is no file (Macroexpansion) don't create an alist.
8652
8653 2005-04-29 Sam Steingold <sds@gnu.org>
8654
8655 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8656 (cc-create-define-alist): Use it instead of the hard-coded string.
8657
8658 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8659
8660 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8661 for latexenc.
8662
8663 2005-04-29 Lute Kamstra <lute@gnu.org>
8664
8665 * emacs-lisp/generic.el: Improve commentary section.
8666 (define-generic-mode): Improve docstring.
8667
8668 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8669
8670 * textmodes/org.el (many places): Change to quiet the byte compiler.
8671 (org-prefix-format-compiled): New variable.
8672 (org-compile-prefix-format): New function.
8673 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8674 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8675 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8676 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8677 consistency with entries from `org-mode' files.
8678 (org-get-time-of-day): Fix bug with partial matches early in a line.
8679 (org-non-link-chars): New constant.
8680 (org-link-regexp): Respect `org-non-link-chars'.
8681 (org-agenda-day-view): Remove command.
8682 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8683 (org-follow-bbdb-link, org-store-link): Search also company field.
8684 (org-highlight-overlay): New variable.
8685 (org-highlight, org-unhighlight): New functions.
8686 (org-agenda-mode): Add pre-command-hook to remove highlight.
8687 (org-evaluate-time-range): Behavior depends upon whether time stamp
8688 contains a time or not.
8689 (org-show-subtree, org-show-entry): New functions.
8690 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8691
8692 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8693
8694 * comint.el (comint-output-filter-functions): Add autoload cookie.
8695
8696 2005-04-28 Kim F. Storm <storm@cua.dk>
8697
8698 * ido.el (ido-everywhere): Fix last change.
8699
8700 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8701
8702 * international/latexenc.el: New file.
8703 * international/mule-conf.el (file-coding-system-alist): For .tex,
8704 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8705
8706 2005-04-28 Lute Kamstra <lute@gnu.org>
8707
8708 * font-lock.el (font-lock-add-keywords)
8709 (font-lock-remove-keywords): Clarify docstring.
8710 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8711 Don't start docstrings with a `*'.
8712 (font-lock-update-removed-keyword-alist): Give it a docstring.
8713
8714 * generic-x.el: Update commentary section.
8715 Only require font-lock when compiling.
8716 Define all modes conditionally.
8717 Place all generic modes in the generic-x-modes customization group.
8718 (generic-x-modes): New customization group.
8719 (generic-default-modes, generic-mswindows-modes)
8720 (generic-unix-modes, generic-other-modes): New constants.
8721 (generic-define-mswindows-modes, generic-define-unix-modes):
8722 Update docstrings. Make them obsolete.
8723 (generic-extras-enable-list): New default value. Update docstring.
8724 Improve :type. Change :set function.
8725 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8726 Fix docstring.
8727
8728 * emacs-lisp/generic.el (generic-mode-internal):
8729 Simplify font-lock-defaults.
8730 (define-generic-mode): Fix docstring.
8731
8732 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8733
8734 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8735 font-lock-face property to highlight matches.
8736
8737 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8738
8739 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8740 (cc-define-alist): New variable.
8741 (c-mode): Make it local and initialize it.
8742
8743 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8744 (gdb-exited): New function.
8745 (gdb-annotation-rules): Use it.
8746 (gdb-starting): Set gdb-active-process to t.
8747 (gdb-stopping): Amend doc string.
8748 (gdb-reset): Set gdb-active-process to nil.
8749
8750 * tooltip.el (tooltip-gud-tips): Show the associated #define
8751 directives when a C program under GDB is not executing.
8752
8753 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8756 font-lock-fontify-syntactic-keywords.
8757
8758 * font-lock.el (font-lock-default-fontify-region): Don't force
8759 parse-sexp-lookup-properties to nil.
8760
8761 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8762
8763 * man.el (man-mode-syntax-table): Set up `:' to have
8764 word-constituent syntax.
8765
8766 2005-04-27 Lute Kamstra <lute@gnu.org>
8767
8768 * novice.el (disable-command): Don't add spurious newlines to the
8769 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8770
8771 2005-04-26 Jay Belanger <belanger@truman.edu>
8772
8773 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8774 than one window before deleting window.
8775
8776 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8777
8778 * shell.el (shell-prompt-pattern): Doc fix.
8779 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8780
8781 * comint.el (comint-prompt-regexp, comint-get-old-input)
8782 (comint-use-prompt-regexp)
8783 (comint-use-prompt-regexp-instead-of-fields)
8784 (comint-replace-by-expanded-history, comint-send-input)
8785 (comint-output-filter, comint-get-old-input-default)
8786 (comint-line-beginning-position, comint-bol, comint-show-output)
8787 (comint-backward-matching-input, comint-forward-matching-input)
8788 (comint-next-prompt, comint-previous-prompt):
8789 Rename `comint-use-prompt-regexp-instead-of-fields' to
8790 `comint-use-prompt-regexp'. Keep old name as alias and declare
8791 obsolete.
8792 (comint-use-prompt-regexp): Shorten first line of doc string.
8793
8794 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8795 Set paragraph-separate buffer locally to "\\'".
8796
8797 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8798 Adapt to above name change.
8799
8800 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8801 (smbclient-prompt-regexp): Ditto.
8802
8803 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8804
8805 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8806
8807 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8808 gdb-location-list.
8809 Break lines that are over 80 characters wide.
8810
8811 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8812
8813 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8814 New fun and var, to preserve compatibility.
8815
8816 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8817
8818 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8819
8820 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8821 name to file-newer-than-file-p.
8822
8823 2005-04-26 Richard M. Stallman <rms@gnu.org>
8824
8825 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8826
8827 * progmodes/python.el (python-mode):
8828 Use new name eldoc-documentation-function.
8829
8830 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8831
8832 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8833 (eldoc-documentation-function):
8834 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8835
8836 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8837
8838 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8839
8840 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8841
8842 * term/xterm.el (function-key-map): Fix strings for
8843 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8844 {C,S,A,C-S}-{f1-f12}.
8845
8846 2005-04-26 Kenichi Handa <handa@m17n.org>
8847
8848 * international/mule-cmds.el (select-safe-coding-system):
8849 Fix previous change.
8850
8851 2005-04-26 Lute Kamstra <lute@gnu.org>
8852
8853 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8854
8855 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8856 (font-lock-comment-delimiter-face): Ditto.
8857
8858 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8859
8860 2005-04-25 Jay Belanger <belanger@truman.edu>
8861
8862 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8863 to t while inserting information; use help-mode.
8864
8865 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8866
8867 * term.el (ansi-term-color-vector): Use the xterm colors.
8868 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8869
8870 2005-04-25 Lute Kamstra <lute@gnu.org>
8871
8872 * font-core.el (font-lock-defaults): Fix docstring.
8873
8874 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8875
8876 2005-04-25 Kenichi Handa <handa@m17n.org>
8877
8878 * international/mule-cmds.el (select-safe-coding-system):
8879 Don't check consistency with coding: spec, etc if raw-text or
8880 no-conversion was found to be safe.
8881
8882 2005-04-24 Richard M. Stallman <rms@gnu.org>
8883
8884 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8885 citation markers at start of each line.
8886
8887 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8888 citation markers at start of each line.
8889
8890 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8891
8892 * files.el (mode-require-final-newline): Fix previous change.
8893 (require-final-newline): Fix type label.
8894
8895 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8896
8897 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8898 statement in buffer (broken by 2004-11-24 change).
8899
8900 2005-04-24 Kim F. Storm <storm@cua.dk>
8901
8902 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8903 and read-file-name-function values. Don't overwrite existing
8904 non-nil values if ido-mode is enabled without ido-everywhere.
8905
8906 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8907
8908 * files.el (mode-require-final-newline): Minor doc fix.
8909
8910 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8911
8912 * subr.el (syntax-after): Doc fix.
8913 (syntax-class): If argument is nil, return nil. Mask off upper 16
8914 bits, not 8 bits.
8915
8916 * files.el (mode-require-final-newline): Doc fix.
8917 (backup-buffer-copy): Fix last change.
8918
8919 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8920
8921 * term/mac-win.el: Require select. Set selection-coding-system to
8922 mac-system-coding-system. Call menu-bar-enable-clipboard.
8923 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8924 (x-select-enable-clipboard): New variables.
8925 (x-select-text, x-get-selection, x-selection-value)
8926 (x-get-selection-value, mac-select-convert-to-string)
8927 (mac-services-open-file, mac-services-open-selection)
8928 (mac-services-insert-text): New functions.
8929 (CLIPBOARD, FIND): Put mac-scrap-name property.
8930 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8931 (public.tiff): Put mac-ostype property.
8932 (selection-converter-alist): Add entries for them.
8933 (mac-application-menu-map): New keymap.
8934 (interprogram-cut-function, interprogram-paste-function): Set to
8935 x-select-text and x-get-selection-value, respectively.
8936 (split-window-keep-point): Set to t.
8937
8938 2005-04-23 Richard M. Stallman <rms@gnu.org>
8939
8940 * files.el (read-directory-name): Always pass non-nil
8941 DEFAULT-FILENAME arg to read-file-name.
8942 (backup-buffer-copy, basic-save-buffer-2): Take care against
8943 writing thru an unexpected existing symlink.
8944 (revert-buffer): In indirect buffer, revert the base buffer.
8945 (magic-mode-alist): Doc fix.
8946 (buffer-stale-function): Doc fix.
8947 (minibuffer-with-setup-hook): Avoid warning.
8948 (mode-require-final-newline): Doc and custom fix.
8949
8950 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8951
8952 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8953 use the default appearance.
8954 (font-lock-comment-delimiter-face): New face, new variable.
8955
8956 * imenu.el (imenu--generic-function): The official position of a
8957 definition is the start of the line that BEG is in.
8958
8959 * midnight.el (midnight-timer): Move defvar up.
8960
8961 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8962
8963 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8964
8965 * startup.el (command-line): Use with-no-warnings.
8966
8967 * window.el (window-size-fixed): New defvar.
8968
8969 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8970
8971 * mail/rmail.el (rmail-font-lock-keywords):
8972 Use font-lock-comment-delimiter-face.
8973
8974 * mail/sendmail.el (mail-font-lock-keywords):
8975 Use font-lock-comment-delimiter-face.
8976
8977 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8978
8979 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8980
8981 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8982 Specify t for LAXMATCH when matching directories.
8983 Save match data around compilation-compat-error-properties form.
8984
8985 2005-04-23 David Kastrup <dak@gnu.org>
8986
8987 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8988 Mention that the autoloaded aliases should be kept for AUCTeX.
8989
8990 2005-04-23 Andreas Schwab <schwab@suse.de>
8991
8992 * isearch.el (isearch-forward): Doc fix.
8993
8994 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8995
8996 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8997 (jit-lock-stealth-nice): Change default value to 0.5.
8998
8999 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9000
9001 * abbrev.el (write-abbrev-file): Write table entries in
9002 alphabetical order by table name.
9003
9004 2005-04-22 Kim F. Storm <storm@cua.dk>
9005
9006 * ido.el (ido-read-internal): Fix `list' completion.
9007
9008 2005-04-22 Kenichi Handa <handa@m17n.org>
9009
9010 * recentf.el (recentf-save-file-coding-system): New variable.
9011 (recentf-save-list): Encode the file by
9012 recentf-save-file-coding-system and add coding: tag.
9013
9014 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9015
9016 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9017
9018 2005-04-21 Lute Kamstra <lute@gnu.org>
9019
9020 * loadhist.el (unload-feature): Don't remove a function from hooks
9021 if it is about to be restored to an autoload . Remove functions
9022 that will become unbound from auto-mode-alist. Simplify the code.
9023
9024 * subr.el (assq-delete-all): New implementation that is linear,
9025 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9026 (rassq-delete-all): New function.
9027
9028 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9029 Add size-indication-mode.
9030
9031 2005-04-21 Kenichi Handa <handa@m17n.org>
9032
9033 * international/mule-cmds.el: Add autoload for widget-value in
9034 eval-when-compile.
9035
9036 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9037
9038 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9039 Add tooltip-mode.
9040
9041 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9042
9043 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9044
9045 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9046 (inferior-lisp-filter-regexp, inferior-lisp-program)
9047 (inferior-lisp-load-command, inferior-lisp-prompt)
9048 (inferior-lisp-mode-hook, lisp-source-modes)
9049 (inferior-lisp-load-hook): defvar->defcustom.
9050 (inferior-lisp-program, inferior-lisp-prompt)
9051 (inferior-lisp-load-hook): Doc fixes.
9052 (inferior-lisp-install-letter-bindings): Small change in
9053 introductory comment.
9054
9055 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9056
9057 * vc.el (vc-annotate-color-map): Change some colors so that text
9058 using them as foreground is readable on both white and black
9059 backgrounds.
9060
9061 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9062
9063 * international/mule-conf.el (translation-table-for-input):
9064 Remove redundant declaration.
9065
9066 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9067
9068 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9069
9070 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9071 (tooltip-toggle-gud-tips): New function.
9072
9073 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9074
9075 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9076 right angle brackets.
9077
9078 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9079
9080 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9081
9082 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9085 Remove. Update callers to use expand-file-name instead.
9086
9087 * subr.el (syntax-class): New function.
9088
9089 * simple.el (blink-matching-open): Use it.
9090
9091 * paren.el (show-paren-function): Use it to recognize parens that are
9092 also used in 2-char comment markers.
9093
9094 2005-04-19 Lute Kamstra <lute@gnu.org>
9095
9096 * loadhist.el (unload-feature): Update for new format of
9097 load-history. Simplify the code.
9098
9099 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9100
9101 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9102 (mac-add-charset-info): New function. Initialize variable
9103 mac-charset-info-alist using it.
9104 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9105 for translation.
9106 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9107 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9108 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9109 New CCL programs.
9110
9111 2005-04-19 Kim F. Storm <storm@cua.dk>
9112
9113 * simple.el (next-buffer, prev-buffer, next-error)
9114 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9115 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9116
9117 * bindings.el (next-buffer, prev-buffer, next-error)
9118 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9119 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9120 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9121 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9122
9123 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9124
9125 * isearch.el (isearch-edit-string): Make the search-ring available for
9126 minibuffer history commands.
9127 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9128 the default history commands now work just as well.
9129 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9130
9131 2005-04-18 Kim F. Storm <storm@cua.dk>
9132
9133 * emulation/cua-base.el (cua--pre-command-handler): Add more
9134 elaborate check for shift modifier on non-window systems.
9135
9136 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9137
9138 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9139
9140 2005-04-18 Kim F. Storm <storm@cua.dk>
9141
9142 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9143 and make it optional. Don't test tooltip-gud-echo-area here.
9144 (tooltip-gud-process-output, gdb-tooltip-print):
9145 Pass tooltip-gud-echo-area to tooltip-show.
9146 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9147
9148 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9149
9150 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9151 `display-graphic-p' may not be bound yet.
9152
9153 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9154
9155 * startup.el (command-line): No longer enable Xterm Mouse mode by
9156 default in terminals compatible with xterm.
9157
9158 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9159
9160 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9161
9162 * tooltip.el (tooltip-gud-echo-area): Rename from
9163 tooltip-use-echo-area.
9164 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9165 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9166 area independently of where help tooltips are displayed.
9167
9168 2005-04-17 David Kastrup <dak@gnu.org>
9169
9170 * cus-theme.el (custom-theme-write-variables): Quote variables
9171 where necessary.
9172
9173 2005-04-17 Richard M. Stallman <rms@gnu.org>
9174
9175 * simple.el (yank-excluded-properties): Add follow-link to value.
9176
9177 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9178
9179 * startup.el (fancy-splash-max-time): Just 30 seconds.
9180 (fancy-splash-delay): Just 7.
9181 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9182
9183 * loadhist.el (unload-feature): Update for new format of load-history.
9184 Simplify the code.
9185
9186 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9187 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9188
9189 * mail/sendmail.el (mail-font-lock-keywords):
9190 Don't fontify subject text.
9191 Don't fontify the text of a citation.
9192
9193 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9194
9195 * comint.el (comint-output-filter): Run comint-output-filter-functions
9196 with point where the user had it.
9197
9198 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9199
9200 * international/ucs-tables.el (ucs-set-table-for-input):
9201 Disable when using unify-on-decoding.
9202
9203 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9204
9205 * emulation/cua-base.el (cua-global-mark-face): Add special case
9206 for displays supporting a high number of colors.
9207
9208 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9209
9210 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9211
9212 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9213
9214 * filesets.el (filesets-add-buffer): If user supplies a name of a
9215 non-existing fileset, create a new fileset.
9216
9217 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9218
9219 * textmodes/org.el (org-up-heading-all): Fix bug with
9220 `outline-up-heading-all'.
9221
9222 2005-04-16 Andreas Schwab <schwab@suse.de>
9223
9224 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9225 /etc/permissions.d/* and /etc/aliases.d/*.
9226
9227 2005-04-16 Kenichi Handa <handa@m17n.org>
9228
9229 * international/code-pages.el (cp-make-coding-system):
9230 Set `translation-table-for-input' property value to the symbol
9231 ucs-mule-to-mule-unicode, not to that value.
9232 (pt154): Escape guillemet by `\'.
9233
9234 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9235
9236 * loadup.el: Load tooltip if x-show-tip is fboundp.
9237
9238 * startup.el (command-line): Add comment.
9239
9240 * tooltip.el (tooltip-mode): Specify correct standard value for
9241 Custom in init-value.
9242
9243 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9244
9245 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9246 possible.
9247
9248 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9249
9250 * textmodes/org.el (org-agenda-date-prompt): Rename from
9251 `org-agenda-date-today'.
9252 (org-evaluate-time-range): Insert at point instead of directly
9253 after time range.
9254 (org-first-headline-recenter, org-subtree-end-visible-p)
9255 (org-optimize-window-after-visibility-change): New functions
9256 (org-agenda-post-command-hook): Don't allow point at end of line,
9257 to make sure it always hits the text properties.
9258 (org-agenda-next-date-line, org-agenda-previous-date-line):
9259 New commands.
9260 (org-set-regexps-and-options): Category may contain white space.
9261 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9262 Improve marker positions.
9263 (org-agenda-new-marker): Argument POS made optional.
9264 (org-agenda-get-timestamps): Deadlines which are done are listed
9265 in org-done-face now.
9266 (org-agenda-get-todos, org-agenda-get-timestamps)
9267 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9268 Set `undone-face' and `done-face' properties.
9269 (org-last-todo-state-is-todo): New variable.
9270 (org-todo): Set `org-last-todo-state-is-todo'.
9271 (org-agenda-todo): Change face according to
9272 `org-last-todo-state-is-todo'. And change other lines referring to
9273 the same entry.
9274 (org-calendar-goto-agenda): New command.
9275 (org-calendar-to-agenda-key): New option.
9276 (org-startup-folded): New allowed value `content'.
9277 (org-set-regexps-and-options): Accept new value `content' for
9278 `org-startup-folded'.
9279 (org-get-current-options): Handle new value `content' for
9280 `org-startup-folded'.
9281 (org-insert-todo-heading): New command.
9282 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9283 interactively in empty file and option
9284 `org-insert-mode-line-in-empty-file' has been set.
9285 (org-agenda-todo,org-agenda-priority): Modify to use
9286 `org-agenda-change-all-lines'.
9287 (org-warning-face): Change color on dark background
9288
9289 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9290
9291 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9292 use preferences AppleLocale and AppleLanguages, and variable
9293 mac-system-locale for default locale. On Mac OS Classic, use
9294 mac-system-coding-system for default coding systems.
9295
9296 * term/mac-win.el: Don't set file-name-coding-system.
9297 Decode variables system-name, emacs-build-system, user-login-name, and
9298 user-full-name by mac-system-coding-system on Mac OS Classic.
9299 (mac-system-coding-system): New variable.
9300
9301 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9302
9303 * startup.el (command-line): Handle `xterm-mouse-mode' before
9304 reading init file.
9305
9306 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9307
9308 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9309
9310 * progmodes/sh-script.el (sh-here-document-word): Make it a
9311 defcustom. Doc fix.
9312 (sh-add): Bash uses $(( )) for arithmetic.
9313 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9314 (sh-maybe-here-document): Remove quotes and leading whitespace
9315 from heredoc word when closing. Indent heredoc with tabs if word
9316 starts with "-".
9317
9318 2005-04-13 Richard M. Stallman <rms@gnu.org>
9319
9320 * simple.el (undo): Fix previous change.
9321
9322 * custom.el (defface): Doc fix.
9323
9324 2005-04-13 Lute Kamstra <lute@gnu.org>
9325
9326 * Makefile.in (DONTCOMPILE): Remove list.
9327 (compile, compile-always): Don't use DONTCOMPILE.
9328 (update-authors): Load the library in which batch-update-authors
9329 is defined.
9330 * makefile.w32-in (DONTCOMPILE): Remove list.
9331 (compile, compile-always): Fix comments.
9332 (update-authors): Load the library in which batch-update-authors
9333 is defined.
9334
9335 * generic-x.el (generic-mode-ini-file-find-file-hook):
9336 Rename to ini-generic-mode-find-file-hook.
9337 Keep generic-mode-ini-file-find-file-hook as an alias.
9338 (ini-generic-mode-find-file-hook): Rename from
9339 generic-mode-ini-file-find-file-hook. Fix docstring.
9340 (ini-generic-mode): Docstring change.
9341 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9342
9343 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9344 called from lisp.
9345
9346 * generic.el: Move to the emacs-lisp subdir.
9347
9348 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9349
9350 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9351 and C-S- function and cursor motion keys.
9352
9353 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9354
9355 * startup.el (command-line): Enable Xterm Mouse mode by default.
9356 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9357 for Custom. No longer show "Mouse" in mode line when enabled.
9358 Doc fix.
9359
9360 2005-04-12 Kim F. Storm <storm@cua.dk>
9361
9362 * emulation/cua-base.el (cua-rectangle-face)
9363 (cua-rectangle-noselect-face): Define face attributes here.
9364
9365 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9366
9367 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9368
9369 * startup.el (command-line): Turn off blinking cursor if
9370 cursorBlink in resources is off or false.
9371
9372 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9373
9374 * term/mac-win.el (dnd): Require dnd.
9375 (mac-drag-n-drop): Call dnd-handle-one-url.
9376 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9377 (kTextEncodingISOLatin2): Remove constants.
9378 (mac-script-code-coding-systems): New constant.
9379 (mac-handle-language-change): New function.
9380 (special-event-map): Bind it to `language-change' event.
9381 (mac-centraleurroman, mac-cyrillic): New coding systems.
9382 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9383 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9384 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9385 encode-mac-cyrillic, respectively.
9386
9387 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9388
9389 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9390 Don't set overlay-arrow-string to "=>" as this is done
9391 globally in C now.
9392
9393 2005-04-12 Lute Kamstra <lute@gnu.org>
9394
9395 * generic-x.el (rc-generic-mode, rul-generic-mode):
9396 Fix auto-mode-alist entries.
9397 (etc-fstab-generic-mode): Tweak fontification.
9398
9399 * generic.el (generic-make-keywords-list): Fix docstring.
9400 (generic-mode-internal): Simplify generic-font-lock-keywords.
9401
9402 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9403
9404 * whitespace.el (whitespace-buffer-leading)
9405 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9406 However, fix the highlight area for the leading and
9407 trailing whitespaces to show space.
9408
9409 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9410
9411 * whitespace.el (whitespace-version): Bump to 3.5
9412
9413 (whitespace-buffer-leading, whitespace-buffer-trailing):
9414 Invert sense of the test to highlight the whitespace.
9415
9416 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9417
9418 * progmodes/gud.el (gud-display-line): GUD uses its own
9419 overlay arrow now so don't set overlay-arrow-string.
9420 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9421
9422 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9423
9424 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9425 (term-ansi-current-reverse, term-ansi-current-invisible)
9426 (term-ansi-face-already-done): Change to boolean.
9427 (term-reset-terminal, term-handle-colors-array): Handle the above
9428 vars accordingly.
9429 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9430 (term-emulate-terminal): Use the new name.
9431
9432 * faces.el (secondary-selection): Use yellow1, not yellow.
9433 (trailing-whitespace): Use red1, not red.
9434
9435 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9436
9437 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9438 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9439 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9440
9441 * cus-edit.el (dnd): New group.
9442
9443 * term/w32-win.el (dnd): Require dnd
9444 (w32-drag-n-drop): Call dnd-handle-one-url.
9445
9446 * x-dnd.el: Require dnd.
9447 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9448 Call dnd-handle-one-url.
9449 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9450 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9451 to dnd-insert-text.
9452 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9453 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9454 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9455 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9456
9457 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9458
9459 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9460
9461 * wdired.el: Doc fixes.
9462 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9463 (wdired-use-dired-vertical-movement): Rename from
9464 wdired-always-move-to-filename-beginning.
9465 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9466 (wdired-change-to-wdired-mode): Change mode name.
9467 (wdired-newline): Delete.
9468
9469 2005-04-11 Richard M. Stallman <rms@gnu.org>
9470
9471 * whitespace.el (whitespace-highlight-the-space):
9472 Don't call whitespace-unhighlight-the-space here.
9473
9474 * simple.el (undo): Record t in undo-equiv-table
9475 for the redo record made by an undo-in-region.
9476
9477 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9478
9479 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9480 (gdb-frame-inferior-io-buffer): New Functions to control
9481 display of separate IO buffer.
9482 (menu): Add them to menu-bar.
9483 (gdb-display-buffer): Check for buffer another frame.
9484 Protect GUD buffer.
9485 (gdb-setup-windows): Create IO buffer if not already there.
9486 (gdb-memory-mode): Remove purecopy noops.
9487
9488 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9489
9490 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9491 and pass to self-insert-command.
9492
9493 2005-04-11 Lute Kamstra <lute@gnu.org>
9494
9495 * generic.el: Commentary section cleanup.
9496 (generic): Delete.
9497 (generic-use-find-file-hook, generic-lines-to-scan)
9498 (generic-find-file-regexp, generic-ignore-files-regexp)
9499 (default-generic-mode, generic-mode-find-file-hook)
9500 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9501 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9502 (generic-use-find-file-hook, generic-lines-to-scan)
9503 (generic-find-file-regexp, generic-ignore-files-regexp)
9504 (default-generic-mode, generic-mode-find-file-hook)
9505 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9506
9507 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9508
9509 * bookmark.el (bookmark-write-file): Catch errors writing file.
9510 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9511
9512 2005-04-10 Richard M. Stallman <rms@gnu.org>
9513
9514 * startup.el (fancy-splash-tail): Update copyright year.
9515 (command-line): Split part of -Q into -D.
9516 (emacs-basic-display): New defvar.
9517 (fancy-splash-text): Correct name of menu item.
9518
9519 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9520
9521 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9522 lines in one node.
9523
9524 * comint.el (comint-send-input): New arg ARTIFICIAL.
9525 Callers in this file changed.
9526
9527 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9528
9529 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9530
9531 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9532
9533 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9534 `ldap-search-internal'.
9535
9536 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9537
9538 * files.el (set-auto-mode-1): Use line-end-position.
9539
9540 * international/latin-1.el:
9541 * international/latin-2.el:
9542 * international/latin-3.el:
9543 * international/latin-4.el:
9544 * international/latin-5.el:
9545 * international/latin-8.el:
9546 * international/latin-9.el: Give punctuation syntax to NBSP.
9547
9548 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9549 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9550 Use char-classes to accept non-ascii letters, accepted in some recent
9551 bibtex implementations.
9552
9553 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9554
9555 * custom.el (custom-set-minor-mode): Any non-nil value for the
9556 variable should enable the mode when set through Custom.
9557
9558 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9559
9560 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9561 TAB binding so tab-always-indent is obeyed.
9562 (vhdl-minibuffer-local-map): Move initialization into declaration.
9563 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9564 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9565 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9566 (vhdl-current-line): Use line-beginning-position.
9567 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9568 with-output-to-temp-buffer, so the current position can be recorded.
9569
9570 2005-04-10 Masatake YAMATO <jet@gyve.org>
9571
9572 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9573 Add regexp for gcov.
9574
9575 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9576
9577 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9578 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9579 syntax which Emacs 20 doesn't support.
9580
9581 2005-04-09 Richard M. Stallman <rms@gnu.org>
9582
9583 * help.el (describe-key-briefly, describe-key):
9584 Replace strings as event types with "(any string)".
9585
9586 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * arc-mode.el (archive-mode-map): Move initialization into
9589 the declaration. Override *all* bindings of `undo'.
9590 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9591
9592 2005-04-09 Jay Belanger <belanger@truman.edu>
9593
9594 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9595
9596 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9597
9598 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9599 (xterm-register-default-colors): Update color values computation
9600 to match xterm-200.
9601
9602 2005-04-09 Kenichi Handa <handa@m17n.org>
9603
9604 * international/code-pages.el (iso-latin-7): Fix the map.
9605
9606 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9607
9608 * emacs-lisp/lisp.el (defun-prompt-regexp)
9609 (parens-require-spaces, buffer-end, end-of-defun)
9610 (insert-parentheses): Doc fixes.
9611
9612 2005-04-08 Kim F. Storm <storm@cua.dk>
9613
9614 * comint.el (comint-highlight-prompt): Fix face spec.
9615 * hi-lock.el (hi-green): Likewise.
9616
9617 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9618
9619 * cus-edit.el (custom-modified-face):
9620 * comint.el (comint-highlight-input): Fix previous changes.
9621 * term.el (term-handle-ansi-escape): Add a comment.
9622
9623 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9626 in the buffer and in whitespace-highlighted-space.
9627 (whitespace-unhighlight-the-space): Simplify.
9628 (whitespace-buffer): Simplify.
9629
9630 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9631
9632 * textmodes/table.el (table-cell-face): Add special case for
9633 displays supporting a high number of colors.
9634 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9635 (vhdl-font-lock-reserved-words-face)
9636 (vhdl-speedbar-architecture-face)
9637 (vhdl-speedbar-instantiation-face)
9638 (vhdl-speedbar-architecture-selected-face)
9639 (vhdl-speedbar-instantiation-selected-face): Likewise.
9640 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9641 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9642 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9643 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9644 (ebrowse-progress-face): Likewise.
9645 * progmodes/compile.el (compilation-info-face): Likewise.
9646 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9647 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9648 * calendar/calendar.el (diary-face): Likewise.
9649 * woman.el (woman-italic-face, woman-bold-face)
9650 (woman-unknown-face): Likewise.
9651 * wid-edit.el (widget-button-pressed-face): Likewise.
9652 * whitespace.el (whitespace-highlight-face): Likewise.
9653 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9654 * pcvs-info.el (cvs-marked-face): Likewise.
9655 * info.el (info-xref): Likewise.
9656 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9657 * hilit-chg.el (highlight-changes-face)
9658 (highlight-changes-delete-face): Likewise.
9659 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9660 (hi-red-b): Likewise.
9661 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9662 * font-lock.el (font-lock-keyword-face)
9663 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9664 * cus-edit.el (custom-invalid-face, custom-modified-face)
9665 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9666 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9667 * comint.el (comint-highlight-prompt): Likewise.
9668
9669 2005-04-08 Lute Kamstra <lute@gnu.org>
9670
9671 * font-lock.el (font-lock-keywords): Docstring fixes.
9672
9673 2005-04-08 Kenichi Handa <handa@m17n.org>
9674
9675 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9676 chars are more than a limit, print " and more..." at the tail.
9677
9678 2005-04-08 Kim F. Storm <storm@cua.dk>
9679
9680 * emacs-lisp/authors.el (authors-aliases): Update list.
9681 (authors-ignored-files): New list.
9682 (authors-fixed-entries): Fix typo.
9683 (authors-renamed-files-alist): Update list.
9684 (authors-add): Check authors-ignored-files.
9685
9686 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9687
9688 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9689 optional, to ensure backward compatibility.
9690
9691 2005-04-08 Stephen Eglen <stephen@gnu.org>
9692
9693 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9694
9695 2005-04-08 Kim F. Storm <storm@cua.dk>
9696
9697 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9698
9699 * mouse.el (mouse-on-link-p): Doc fix.
9700
9701 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9702
9703 * ielm.el (ielm-prompt-read-only): Doc fix.
9704
9705 * comint.el (comint-prompt-read-only): Doc fix.
9706
9707 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9708
9709 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9710 ensure dired always handles wildcards passed to ffap.
9711 (find-file-at-point): Use it.
9712 (ffap-dired-wildcards): Doc fix.
9713
9714 2005-04-07 Juri Linkov <juri@jurta.org>
9715
9716 * simple.el (next-error-overlay-arrow-position): New defvar.
9717 Put "=>" on its property `overlay-arrow-string'. Add it to
9718 `overlay-arrow-variable-list'.
9719
9720 * progmodes/compile.el (compilation-setup):
9721 Set `next-error-overlay-arrow-position' to nil. Also set it to
9722 nil in the local hook `kill-buffer-hook'. Make local variable
9723 `overlay-arrow-string' and set it to "=>".
9724 (compilation-goto-locus): Set BOL position to
9725 `next-error-overlay-arrow-position' instead of
9726 `overlay-arrow-position'.
9727
9728 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9729 locally instead of adding it to the global hook.
9730 (Info-kill-buffer): Move up.
9731
9732 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9733
9734 * term/xterm.el (xterm-standard-colors): Update color values from
9735 xterm-200.
9736
9737 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9740
9741 * fast-lock.el:
9742 * lazy-lock.el: Move them to the obsolete subdir.
9743
9744 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9745
9746 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9747 (wdired-add-replace-advice): Remove.
9748 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9749
9750 2005-04-06 Kim F. Storm <storm@cua.dk>
9751
9752 * startup.el (command-line): Add --bare-bones alias for -Q.
9753
9754 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9755
9756 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9757 create the startup fontset if a font specification ends with
9758 `mac-roman'.
9759
9760 2005-04-06 Lute Kamstra <lute@gnu.org>
9761
9762 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9763 change.
9764
9765 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9766 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9767
9768 2005-04-05 Lute Kamstra <lute@gnu.org>
9769
9770 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9771 (define-generic-mode): Ditto. Fix debug declaration.
9772
9773 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9774 Put them in the generic-x group.
9775
9776 * calendar/timeclock.el (timeclock): Doc fix.
9777
9778 * generic.el (define-generic-mode): Don't use custom-current-group.
9779 Document default :group value.
9780 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9781 (define-global-minor-mode): Don't use custom-current-group.
9782
9783 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9784
9785 * startup.el (command-line-1): Display startup-echo-area-message
9786 when fancy splash screen is in use.
9787
9788 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9789 (sh-escaped-newline): New face.
9790 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9791 newline, and use sh-escaped-newline face.
9792
9793 * progmodes/tcl.el (tcl-escaped-newline): New face.
9794 (tcl-builtin-list): New variable.
9795 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9796 newlines. Fix keywords subexpression number.
9797
9798 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9799
9800 * textmodes/org.el (org-diary-default-entry): Fix call to
9801 `add-to-diary-entry'.
9802
9803 2005-04-05 Kim F. Storm <storm@cua.dk>
9804
9805 * ediff-init.el: Use (featurep 'xemacs).
9806
9807 2005-04-05 David Ponce <david@dponce.com>
9808
9809 * cus-edit.el (face): Derive from symbol widget. Display sample
9810 of the current face on the fly.
9811 (widget-face-sample-face-get, widget-face-notify): New functions.
9812 (widget-face-value-create): Remove.
9813
9814 * wid-edit.el (widget-field-end): Temporarily remove field
9815 narrowing before to call `get-char-property'.
9816
9817 2005-04-04 Jay Belanger <belanger@truman.edu>
9818
9819 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9820 (math-read-subscripts): New variable.
9821 (math-read-preprocess-string): Process subscripts.
9822
9823 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9824
9825 * comint.el (comint-prompt-read-only): Doc fix.
9826
9827 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9828 `-1'. Doc fix.
9829
9830 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9831
9832 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9833 Change default value to nil.
9834
9835 2005-04-04 Lute Kamstra <lute@gnu.org>
9836
9837 * autorevert.el (auto-revert-mode): Specify :group.
9838 * battery.el (display-battery-mode): Specify :group.
9839 * diff-mode.el (diff-minor-mode): Specify :group.
9840 * font-core.el (font-lock-mode): Specify :group.
9841 * hl-line.el (hl-line-mode): Specify :group.
9842 * iimage.el (iimage): New customization group.
9843 (iimage-mode): Specify :group.
9844 * longlines.el (longlines-mode): Specify :group.
9845 * master.el: Don't require easy-mmode.
9846 (master): New customization group.
9847 (master-mode): Specify :group.
9848 * msb.el (msb-mode): Specify :group.
9849 * reveal.el (reveal-mode): Specify :group.
9850 * simple.el (next-error-follow-minor-mode): Specify :group.
9851 * smerge-mode.el (smerge-mode): Specify :group.
9852 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9853 * emulation/cua-base.el (cua-mode): Specify :group.
9854 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9855 * language/thai-util.el (thai-auto-composition-mode)
9856 (thai-word-mode): Specify :group.
9857 * mail/supercite.el (sc-minor-mode): Specify :group.
9858 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9859 * progmodes/flymake.el (flymake-mode): Specify :group.
9860 * progmodes/glasses.el (glasses-mode): Specify :group.
9861 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9862 * textmodes/enriched.el (enriched-mode): Specify :group.
9863 * textmodes/refill.el (refill-mode): Specify :group.
9864
9865 * add-log.el (change-log-font-lock-keywords): Names in
9866 parenthesized lists can contain spaces.
9867
9868 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9869
9870 * startup.el (fancy-splash-text): Shorten default text of
9871 "Emacs Tutorial" line. Also, if the current language env
9872 indicates an available tutorial file other than TUTORIAL,
9873 extract its title and append it to the line in parentheses.
9874 (fancy-splash-insert): If arg is a thunk, funcall it.
9875
9876 2005-04-04 Jay Belanger <belanger@truman.edu>
9877
9878 * calc.el (calc-language-alist): Add tags to customization type.
9879
9880 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9881
9882 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9883 Doc fix.
9884
9885 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9886
9887 * add-log.el (change-log-font-lock-keywords): The manual
9888 describing a Change Log entry, says: (...) "Aside from these
9889 header lines, every line in the change log starts with a space or
9890 a tab.". The font-lock was not highlighting lines started with
9891 spaces, added support for it.
9892
9893 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9894
9895 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9896 (bibtex-generate-url-list): Update docstring accordingly. Put the
9897 complex example in the docstring.
9898 (bibtex-font-lock-url): Use pop.
9899
9900 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9901
9902 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9903
9904 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9905
9906 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9907
9908 * filesets.el (filesets-set-default): Doc fix.
9909
9910 2005-04-03 Lute Kamstra <lute@gnu.org>
9911
9912 * generic.el (define-generic-mode): Add argument to specify
9913 keywords for defcustom.
9914 (default-generic-mode): Specify :group.
9915
9916 * generic-x.el: Specify :group for all generic modes.
9917
9918 * desktop.el (desktop-no-desktop-file-hook)
9919 (desktop-after-read-hook): Doc fix.
9920
9921 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9922
9923 * simple.el (visible-mode): Use explicit :group keyword.
9924 This changes the group of `visible-mode-hook' from paren-blinking
9925 to editing-basics.
9926
9927 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9928
9929 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9930 mailbox specifications as well as URLs.
9931 (rmail-insert-inbox-text): Remove unused conditional branches.
9932
9933 2005-04-01 Jay Belanger <belanger@truman.edu>
9934
9935 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9936 (calc-gnuplot-print-command): Move definitions to calc.el.
9937
9938 * calc/calc-embed.el (calc-embedded-announce-formula)
9939 (calc-embedded-open-formula, calc-embedded-close-formula)
9940 (calc-embedded-open-word, calc-embedded-close-word)
9941 (calc-embedded-open-plain, calc-embedded-close-plain)
9942 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9943 (calc-embedded-open-mode, calc-embedded-close-mode):
9944 Move definitions to calc.el.
9945
9946 * calc/calc.el (calc-settings-file, calc-language-alist):
9947 Make customizable.
9948 (calc-embedded-announce-formula, calc-embedded-open-formula)
9949 (calc-embedded-close-formula, calc-embedded-open-word)
9950 (calc-embedded-close-word, calc-embedded-open-plain)
9951 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9952 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9953 (calc-embedded-close-mode, calc-gnuplot-name)
9954 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9955 from other files and make customizable.
9956
9957 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9960 Use buffer-live-p.
9961 (cvs-mode-run): Don't call cvs-update-header here.
9962 (cvs-run-process): Call cvs-update-header.
9963 Use process properties for cvs-postprocess and cvs-buffer so that
9964 the sentinel can behave better if the temp buffer is killed.
9965 Use a pipe rather than a tty, to better handle unexpected prompts.
9966 (cvs-sentinel): Rewrite. Call cvs-update-header.
9967
9968 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9969
9970 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9971 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9972
9973 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9974
9975 * generic.el (define-generic-mode): Add indentation rule.
9976
9977 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9978
9979 * files.el (mode-require-final-newline): Make Custom correctly
9980 report a nil value and allow to set it to nil via Custom.
9981 Doc fix.
9982
9983 2005-04-01 Kenichi Handa <handa@m17n.org>
9984
9985 * international/characters.el: Enable the correct case setting for
9986 dotless-i and dotted-I.
9987
9988 2005-04-01 Kim F. Storm <storm@cua.dk>
9989
9990 * ido.el (ido-file-internal): Fall back to non-ido command if
9991 initial directory is on slow ftp (or tramp) host.
9992
9993 2005-03-31 Richard M. Stallman <rms@gnu.org>
9994
9995 * emacs-lisp/autoload.el (make-autoload):
9996 Handle define-global-minor-mode.
9997
9998 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9999 Rename from easy-mmode-define-global-mode.
10000 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10001
10002 * progmodes/scheme.el (scheme-mode-syntax-table):
10003 Update syntax of | and # for two-character comment syntax.
10004
10005 2005-03-31 Lute Kamstra <lute@gnu.org>
10006
10007 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10008 (define-minor-mode): Call custom-current-group at load-time.
10009
10010 * generic.el (define-generic-mode): Add debug declaration.
10011 Add defcustom for the mode hook.
10012 (generic-mode-internal): Use run-mode-hooks.
10013
10014 2005-03-31 Kim F. Storm <storm@cua.dk>
10015
10016 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10017 (mouse-fixup-help-message): New defun called by show_help_echo
10018 to fixup mouse-2 prefix in help messages when applicable.
10019
10020 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10021
10022 2005-03-31 Kenichi Handa <handa@m17n.org>
10023
10024 * language/thai-word.el (thai-find-word-ends): Pay attention to
10025 the case that we reach the end of buffer.
10026
10027 * textmodes/fill.el (fill-text-properties-at): New function.
10028 (fill-newline): Use fill-text-properties-at instead of
10029 text-properties-at.
10030
10031 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10032
10033 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10034 not comint-quote-filename.
10035
10036 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10037
10038 * help-fns.el (help-with-tutorial): Revert last change.
10039
10040 2005-03-31 Kim F. Storm <storm@cua.dk>
10041
10042 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10043
10044 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10045
10046 * calendar/cal-china.el: Update reference to "Calendrical
10047 Calculations" book; there's a new edition.
10048 * calendar/cal-coptic.el: Likewise.
10049 * calendar/cal-french.el: Likewise.
10050 * calendar/cal-hebrew.el: Likewise.
10051 * calendar/cal-islam.el: Likewise.
10052 * calendar/cal-iso.el: Likewise.
10053 * calendar/cal-julian.el: Likewise.
10054 * calendar/cal-mayan.el: Likewise.
10055 * calendar/cal-persia.el: Likewise.
10056 * calendar/calendar.el: Likewise.
10057 * calendar/holidays.el: Likewise.
10058 * calendar/lunar.el: Likewise.
10059 * calendar/solar.el: Likewise.
10060
10061 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10062 white space from doc string.
10063
10064 2005-03-30 Jay Belanger <belanger@truman.edu>
10065
10066 * calc/calc-help.el (calc-full-help): Remove email address.
10067
10068 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10069
10070 * help-fns.el (help-with-tutorial): Delete title line.
10071
10072 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10073
10074 * calendar/cal-x.el (calendar-one-frame-setup)
10075 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10076 rather than 'symbol for set-window-dedicated-p.
10077
10078 * calendar/appt.el (appt-buffer-name): Make it a constant.
10079 (appt-add): Doc fix.
10080
10081 * filesets.el (filesets-menu-path, filesets-menu-before)
10082 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10083 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10084 (filesets-add-submenu): Delete and use add-submenu instead.
10085
10086 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10087
10088 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10089 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10090 (org-diary-default-entry): New function.
10091 (org-get-entries-from-diary): Better parsing of diary entries.
10092 (org-agenda-check-no-diary): New function.
10093 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10094 linking to diary entries.
10095 (org-agenda-execute-calendar-command): New function.
10096 (org-agenda): Improve visible section in window.
10097 Use `org-fit-agenda-window'.
10098 (org-fit-agenda-window): New option.
10099 (org-move-subtree-down): Better handling of empty lines
10100 at end of subtree.
10101 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10102 levels up.
10103 (org-fontify-done-headline): New option.
10104 (org-headline-done-face): New face.
10105 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10106 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10107 When current field is non-empty, it is copied to next row.
10108 (org-table-copy-from-above): Fix bug which made it
10109 impossible to copy fields containing only a single non-white character.
10110
10111 2005-03-30 Kim F. Storm <storm@cua.dk>
10112
10113 * kmacro.el (kmacro-end-macro): Isearch may store this command
10114 into the macro -- so ignore it when executing keyboard macro.
10115
10116 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10117
10118 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10119
10120 2005-03-29 Kenichi Handa <handa@m17n.org>
10121
10122 * language/thai.el ("Thai"): Set setup-function and exit-function
10123 for Thai language environment.
10124
10125 * language/thai-util.el: Require thai-word.
10126 (thai-word-mode-map): New variable.
10127 (thai-word-mode): New minor mode.
10128 (setup-thai-language-environment-internal): New function.
10129 (exit-thai-language-environment-internal): New function.
10130
10131 * language/thai-word.el (thai-word-table): Declare it by defvar,
10132 use dolist to initialize it.
10133 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10134 (thai-fill-find-break-point): New functions.
10135
10136 2005-03-29 Richard M. Stallman <rms@gnu.org>
10137
10138 * simple.el (idle-update-delay): Move definition up.
10139 (set-mark): Doc fix.
10140
10141 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10142
10143 * longlines.el: New file.
10144
10145 * simple.el (buffer-substring-filters): New variable.
10146 (filter-buffer-substring): New function.
10147 (kill-region, copy-region-as-kill): Use it.
10148
10149 * register.el (copy-to-register, append-to-register)
10150 (prepend-to-register): Use filter-buffer-substring.
10151
10152 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10153
10154 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10155 (gud-filter-pending-text): Move in front of gdb.
10156 (gud-overlay-arrow-position): New variable.
10157 (gud-sentinel, gud-display-line): Use it in place of
10158 overlay-arrow-position.
10159
10160 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10161
10162 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10163 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10164 (fortran-font-lock-keywords-4): New variable.
10165 (fortran-blocks-re, fortran-end-block-re)
10166 (fortran-start-block-re): New constants, for hideshow.
10167 (hs-special-modes-alist): Add a Fortran entry.
10168 (fortran-mode-map): Bind fortran-end-of-block,
10169 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10170 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10171 (fortran-looking-at-if-then, fortran-end-of-block)
10172 (fortran-beginning-of-block): New functions, for hideshow.
10173
10174 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10175 Doc fix. Tweak regexp.
10176 (f90-beginning-of-block): Push mark first.
10177
10178 2005-03-29 Jay Belanger <belanger@truman.edu>
10179
10180 * calc/calc.el: Update copyright date.
10181 (calc-version): Increase to 2.1.
10182 (calc-version-date): Remove.
10183
10184 * calc/calc-help.el: Update copyright date.
10185 (calc-full-help): Remove reference to calc-version-date.
10186 Update copyright date.
10187
10188 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10189
10190 * vc.el (vc-do-command): Use a pipe for async processes, so password
10191 prompts don't show up at places where the user can't reply.
10192
10193 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10194
10195 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10196 on the file name we pass to the inferior shell.
10197
10198 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10199
10200 * progmodes/which-func.el (which-function): Be robust in the face of an
10201 imenu--make-index-alist failure.
10202
10203 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10204
10205 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10206
10207 * progmodes/python.el (python-preoutput-filter): Fix last change.
10208
10209 2005-03-29 Lute Kamstra <lute@gnu.org>
10210
10211 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10212 functions and compiled macros.
10213 (debug-convert-byte-code): Handle macros too.
10214 (debug-on-entry-1): Don't signal an error when trying to clear a
10215 function that is not set to debug on entry.
10216
10217 2005-03-29 Jay Belanger <belanger@truman.edu>
10218
10219 * calc/calc-lang.el: Add functions to math-function-table
10220 properties of tex and math.
10221
10222 2005-03-29 Kenichi Handa <handa@m17n.org>
10223
10224 * ps-mule.el (ps-mule-plot-string): Translate characters by
10225 ps-print-translation-table.
10226 (ps-mule-begin-job): Call find-charset-region/string with
10227 ps-print-translation-table.
10228 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10229
10230 * ps-print.el (ps-print-translation-table): New variable.
10231 (ps-plot-region): Translate characters by ps-print-translation-table.
10232
10233 2005-03-29 Juri Linkov <juri@jurta.org>
10234
10235 * simple.el (next-error-highlight-timer): New variable.
10236
10237 * progmodes/compile.el (compilation-goto-locus):
10238 Use `next-error-highlight-timer' instead of `sit-for'.
10239
10240 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10241
10242 * mail/supercite.el (sc-mail-field): Use assoc-string.
10243 (sc-get-address): Simplify regexps.
10244
10245 * files.el (minibuffer-with-setup-hook): New macro.
10246 (find-file-read-args): Use it to avoid let-binding
10247 minibuffer-with-setup-hook (which breaks turning on/off
10248 file-name-shadow-mode while in the prompt).
10249
10250 * complete.el (PC-read-include-file-name-internal):
10251 Use test-completion.
10252
10253 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10254
10255 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10256
10257 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10258
10259 * window.el (window-buffer-height): Use count-screen-lines.
10260
10261 * progmodes/python.el (python-preoutput-leftover): New var.
10262 (python-preoutput-filter): Use it.
10263 (python-send-receive): Loop until all the result has been received.
10264
10265 2005-03-28 Juri Linkov <juri@jurta.org>
10266
10267 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10268
10269 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10270 "Recover Crashed Session".
10271 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10272 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10273 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10274 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10275 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10276 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10277 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10278 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10279
10280 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10281 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10282 Ediff Sessions", "Toggle use of separate control buffer frame",
10283 "Use separate frame for Ediff control buffer".
10284
10285 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10286 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10287 "Rename Bookmark", "Delete Bookmark".
10288
10289 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10290 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10291 Add `:active Info-index-alternatives' to "Next Matching Item".
10292
10293 * wdired.el (wdired-change-to-wdired-mode):
10294 Mention `wdired-abort-changes' key in the initial message.
10295
10296 * international/mule.el (auto-coding-alist): Associate non-ascii
10297 image filename extensions with `no-conversion'.
10298
10299 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10300
10301 * international/iso-acc.el:
10302 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10303
10304 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10305
10306 * textmodes/sgml-mode.el (html-mode): Doc update.
10307
10308 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10309
10310 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10311
10312 * term.el (term-move-columns): Fix face after extending a line.
10313 (term-insert-spaces): Likewise.
10314 (term-reset-terminal): Fix off by one error.
10315
10316 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10317
10318 * international/mule.el (auto-coding-alist): Add .xpi files.
10319
10320 * files.el (auto-mode-alist): Add .xpi files.
10321
10322 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10323
10324 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10325
10326 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10327
10328 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10329
10330 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10331
10332 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10333 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10334
10335 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10336 cursor to Jan 1 when needed.
10337 (calendar-end-of-year): Fix -/+ typo.
10338 Reported by Chong Yidong <cyd@stupidchicken.com>.
10339
10340 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10343
10344 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10345 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10346
10347 2005-03-25 Richard M. Stallman <rms@gnu.org>
10348
10349 * filesets.el (filesets-init): Add autoload.
10350
10351 * mail/mailalias.el (mail-directory): Doc fix.
10352
10353 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10354
10355 * mail/mailalias.el (mail-directory-process): Do nothing if
10356 mail-directory-process is an atom.
10357 (mail-get-names): Ignore mail-directory-names if it is an atom.
10358 (mail-directory-process defvar): Doc fix.
10359 (mail-names): Doc fix.
10360
10361 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10362
10363 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10364
10365 2005-03-26 Kenichi Handa <handa@m17n.org>
10366
10367 * international/mule-util.el (detect-coding-with-priority):
10368 Call update-coding-systems-internal before detect-coding-region.
10369
10370 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10371
10372 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10373 (gdb-frames-mode-map): Add follow-link property.
10374
10375 2005-03-25 Jay Belanger <belanger@truman.edu>
10376
10377 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10378 for variables.
10379
10380 2005-03-25 Juri Linkov <juri@jurta.org>
10381
10382 * image-mode.el: Optimize image filename extension regexps in
10383 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10384 in `auto-mode-alist'.
10385 (image-mode): Add `image-toggle-display-text' to local hook
10386 `change-major-mode-hook'. Display the image as an image by
10387 default. Set `cursor-type' and `truncate-lines' if the image
10388 is already displayed. Take into account the current mode (image
10389 or text) in message.
10390 (image-minor-mode): New minor mode.
10391 (image-mode-maybe, image-toggle-display-text): New functions.
10392 (image-toggle-display): Use called-interactively-p.
10393 Let-bind `inhibit-read-only' to t.
10394
10395 * image-mode.el (image-minor-mode): Set `cursor-type' and
10396 `truncate-lines' if the image is already displayed. Add turning
10397 image-minor-mode off to `change-major-mode-hook'. Add message.
10398 Call `image-toggle-display-text' after turning image-minor-mode off.
10399
10400 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10401
10402 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10403 Terminal.app, use utf-8.
10404 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10405 (set-locale-environment): Use it.
10406
10407 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10408
10409 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10410
10411 * progmodes/python.el (python-close-block-statement-p)
10412 (python-outdent-p, python-current-defun): Use symbol-end.
10413
10414 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10415
10416 * files.el (save-some-buffers): Doc fix.
10417
10418 2005-03-25 Werner Lemberg <wl@gnu.org>
10419
10420 * complete.el, thumbs.el: Replace `legal' with `valid'.
10421 * calendar/calendar.el: Replace `legal' with `valid'.
10422 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10423 * mail/supercite.el: Replace `legal' with `valid'.
10424 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10425 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10426 Replace `legal' with `valid'.
10427 * textmodes/reftex-vars.el, textmodes/reftex.el:
10428 Replace `legal' with `valid'.
10429
10430 2005-03-25 Werner Lemberg <wl@gnu.org>
10431
10432 * calc/calc-forms.el, calc/calc-sel.el:
10433 * midnight.el, vc-cvs.el:
10434 * emacs-lisp/cl-macs.el:
10435 * emulation/vip.el:
10436 * eshell/esh-io.el, eshell/esh-var.el:
10437 * mail/supercite.el:
10438 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10439 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10440 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10441 * progmodes/sh-script.el, progmodes/xscheme.el:
10442 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10443 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10444 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10445 * textmodes/reftex.el, textmodes/org.el:
10446 Replace `illegal' with `invalid'.
10447
10448 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10451 (flymake-find-buildfile, flymake-find-possible-master-files)
10452 (flymake-check-include, flymake-parse-line): Replace loops over the
10453 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10454
10455 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10456 Substitute file-name-as-directory in the rest of the file.
10457 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10458 (flymake-replace-region): Remove unused arg `buffer'.
10459 (flymake-check-patch-master-file-buffer): Update calls to it.
10460 (flymake-add-err-info): Remove unused var `count'.
10461 (flymake-mode): Use define-minor-mode.
10462
10463 * progmodes/flymake.el: Use with-current-buffer.
10464 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10465 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10466 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10467 Avoid testing for `xemacs'.
10468 (flymake-nop): Move.
10469 (flymake-region-has-flymake-overlays): Return the computed value.
10470 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10471 Remove unused var `endline'.
10472 (flymake-get-line-count): Remove unused function.
10473 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10474
10475 * emulation/vi.el:
10476 * generic.el:
10477 * hilit-chg.el (global-highlight-changes):
10478 * hi-lock.el (hi-lock-mode):
10479 * follow.el: find-file-hooks -> find-file-hook.
10480
10481 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10482
10483 2005-03-24 Juri Linkov <juri@jurta.org>
10484
10485 * dired.el (dired-mode-map): Add menu item "Compare directories"
10486 for dired-compare-directories.
10487
10488 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10489 Doc fix. Replace `read-file-name' with `read-directory-name'.
10490
10491 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10494
10495 2005-03-24 Jay Belanger <belanger@truman.edu>
10496
10497 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10498 relevant mode settings in calc-embedded-original-modes when modes
10499 are permanently changed.
10500
10501 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10502
10503 * autoinsert.el: find-file-hooks -> find-file-hook.
10504
10505 2005-03-24 Lute Kamstra <lute@gnu.org>
10506
10507 * generic.el (generic-font-lock-defaults): Make it obsolete.
10508 (generic-font-lock-keywords): New variable to replace
10509 generic-font-lock-defaults.
10510 (generic-mode-set-font-lock): Delete it.
10511 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10512 (generic-bracket-support): Add docstring.
10513
10514 * generic-x.el: Rename generic-font-lock-defaults to
10515 generic-font-lock-keywords throughout.
10516 (mailagent-rules-setup-function): Delete it.
10517 (mailagent-rules-generic-mode): Use anonymous function instead.
10518 (show-tabs-generic-mode-font-lock-defaults-1)
10519 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10520 Quote faces.
10521 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10522 not foreground.
10523
10524 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10525 Recognize define-generic-mode.
10526
10527 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10530 if there's no completion table.
10531
10532 2005-03-23 Miles Bader <miles@gnu.org>
10533
10534 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10535 Remove tty-specific variants, as they're no longer needed.
10536
10537 2005-03-23 Lute Kamstra <lute@gnu.org>
10538
10539 * generic-x.el: Code cleanup: make args constant whenever possible.
10540 (installshield-statement-keyword-list)
10541 (installshield-system-functions-list)
10542 (installshield-system-variables-list, installshield-types-list)
10543 (installshield-funarg-constants-list): Make them constants.
10544
10545 * generic.el (generic-make-keywords-list): Add autoload cookie.
10546
10547 * calendar/time-date.el: Add comment on time value formats.
10548 Don't require parse-time.
10549 (with-decoded-time-value): New macro.
10550 (encode-time-value): New function.
10551 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10552 (days-to-time): Return a valid time value when arg is huge.
10553 (time-since): Use time-subtract.
10554 (time-to-number-of-days): Use time-to-seconds.
10555
10556 2005-03-23 David Ponce <david@dponce.com>
10557
10558 * recentf.el: (recentf-keep): New option.
10559 (recentf-menu-action): Default to `find-file'.
10560 (recentf-keep-non-readable-files-flag)
10561 (recentf-keep-non-readable-files-p)
10562 (recentf-file-readable-p, recentf-find-file)
10563 (recentf-cleanup-remote): Remove.
10564 (recentf-include-p): More robust.
10565 (recentf-keep-p): New function.
10566 (recentf-remove-if-non-kept): Rename from
10567 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10568 All callers updated.
10569 (recentf-menu-items-for-commands): Fix help string.
10570 (recentf-track-closed-file): Update. Doc fix.
10571 (recentf-cleanup): Update. Count removed files. Doc fix.
10572
10573 2005-03-23 Kim F. Storm <storm@cua.dk>
10574
10575 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10576 Don't inherit from fringe face (now happens automatically).
10577
10578 2005-03-22 Kim F. Storm <storm@cua.dk>
10579
10580 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10581 position values.
10582
10583 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * menu-bar.el (showhide-date-time): Remove.
10586 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10587 (menu-bar-make-mm-toggle): Simplify.
10588
10589 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10590
10591 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10592 Accept qualified variable and function names.
10593
10594 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10595
10596 * bindings.el (completion-ignored-extensions):
10597 Remove ".lis" for `vax-vms'.
10598
10599 2005-03-22 Andreas Schwab <schwab@suse.de>
10600
10601 * generic-x.el: Revert last change.
10602 * ldefs-boot.el: Update.
10603
10604 2005-03-22 Jay Belanger <belanger@truman.edu>
10605
10606 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10607 (calc-embedded-save-original-modes)
10608 (calc-embedded-restore-original-modes): New functions.
10609 (calc-do-embedded): Save original modes when entering embedded mode
10610 and restore when leaving embedded mode.
10611 (calc-embedded-modes-change): Change the value of
10612 calc-embedded-original-modes to reflect permanent changes.
10613
10614 2005-03-22 Lute Kamstra <lute@gnu.org>
10615
10616 * generic-x.el: Require generic again.
10617
10618 2005-03-22 Miles Bader <miles@gnu.org>
10619
10620 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10621 Tweak details to look good on both ttys and bitmap displays, light
10622 or dark background, etc.
10623
10624 2005-03-21 Kim F. Storm <storm@cua.dk>
10625
10626 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10627 mouse position.
10628
10629 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10630
10631 * icomplete.el: Don't forcibly turn on the mode upon load.
10632 (icomplete-mode): Use define-minor-mode.
10633 (icomplete-eoinput): Default to nil.
10634 (icomplete-minibuffer-setup): Remove autoload.
10635 (icomplete-tidy): Simplify.
10636 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10637 in the initial state or if the user has modified the field.
10638 Fix handling of icomplete-max-delay-chars.
10639 Remove code that handles the oddball case where
10640 minibuffer-completion-table is an integer.
10641 Wrap icomplete-completions in while-no-input in case building
10642 completions takes more time than expected.
10643 (icomplete-completions): Simplify.
10644
10645 2005-03-21 Richard M. Stallman <rms@gnu.org>
10646
10647 * jka-compr.el (jka-compr-really-do-compress):
10648 Make variable buffer-local.
10649
10650 * image-mode.el: Handle .xpm files too.
10651 (image-toggle-display): Preserve modification flag.
10652
10653 * help.el (where-is): Don't mention aliases with no key bindings.
10654
10655 2005-03-21 Lute Kamstra <lute@gnu.org>
10656
10657 * generic.el: Fix commentary section. Don't require cl for
10658 compilation.
10659 (generic-mode-list): Add autoload cookie.
10660 (generic-use-find-file-hook, generic-lines-to-scan)
10661 (generic-find-file-regexp, generic-ignore-files-regexp)
10662 (generic-mode, generic-mode-find-file-hook)
10663 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10664 (define-generic-mode): Make it a defmacro. Fix docstring.
10665 (generic-mode-internal): Code cleanup. Add autoload cookie.
10666 (generic-mode-set-comments): Code cleanup.
10667 * generic-x.el: Don't prevent compilation. Don't require generic.
10668 Follow coding conventions. Minor code cleanup.
10669 (etc-fstab-generic-mode): Add some keywords.
10670 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10671 define-generic-mode like a function declaration.
10672
10673 2005-03-21 Jay Belanger <belanger@truman.edu>
10674
10675 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10676 changing modes.
10677
10678 2005-03-21 Sam Steingold <sds@gnu.org>
10679
10680 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10681
10682 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10683
10684 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10685 Add underscore to "f$ lexicals" regexp.
10686
10687 2005-03-20 Juri Linkov <juri@jurta.org>
10688
10689 * subr.el (progress-reporter-do-update): When `min-value' is equal
10690 to `max-value', set `percentage' to 0 and prevent division by zero.
10691
10692 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10693
10694 Sync with Tramp 2.0.48.
10695
10696 * net/tramp.el (all): Change all addresses to .gnu.org.
10697 (tramp-append-tramp-buffers): New defun.
10698 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10699 Catch `dont-send' signal.
10700 (tramp-set-auto-save-file-modes): Set always permissions, because
10701 there might be an old auto-saved file belonging to another
10702 original file. This could be a security threat. Reported by
10703 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10704 Check for Emacs 21.3.50 removed.
10705
10706 * net/tramp-smb.el (all): Remove debug construct for
10707 `with-parsed-tramp-file-name'.
10708 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10709 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10710 No error message if DIRECTORY or FILENAME doesn't exist.
10711 (tramp-smb-open-connection): Check existence of
10712 `tramp-smb-program'.
10713
10714 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10715
10716 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10717 Properly handle the case where the `m' or `s' command's argument is not
10718 yet terminated.
10719 (perl-indent-new-calculate): New function.
10720 (perl-indent-line): Use it.
10721
10722 2005-03-20 Miles Bader <miles@gnu.org>
10723
10724 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10725 in text-mode too. Change to new face names.
10726 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10727 Add `:weight bold' attribute.
10728 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10729
10730 2005-03-19 Juri Linkov <juri@jurta.org>
10731
10732 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10733
10734 * international/mule.el (auto-coding-alist): Sync with
10735 `auto-mode-alist' by adding upper case archive file extensions
10736 and adding ear/war to jar extension.
10737
10738 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10739
10740 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10741 running, restart it.
10742
10743 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10744
10745 * finder.el (finder-current-item): Throw an error on an empty line.
10746
10747 * man.el (Man-follow-manual-reference): If current-word returns
10748 nil, use "".
10749
10750 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10751
10752 * simple.el (goto-line): Doc fix.
10753
10754 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10755
10756 * files.el (save-buffer): Doc fix.
10757
10758 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10759
10760 * recentf.el (recentf-cleanup-remote): New variable.
10761 (recentf-cleanup): Use it to conditionally check availability of
10762 remote files.
10763
10764 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10765
10766 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10767 function names.
10768
10769 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10770
10771 * language/thai-word.el: New file.
10772
10773 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10774
10775 * files.el (backup-buffer): If the file's directory is not
10776 writable, use copy instead of move to backup the file.
10777
10778 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10779
10780 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10781
10782 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10783
10784 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10785 Use functionp instead of symbolp and fboundp. Reported by Drkm
10786 <darkman_spam@yahoo.fr>.
10787 (ps-print-version): New version 6.6.6.
10788
10789 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10790
10791 * textmodes/table.el (table--line-column-position): New idiom.
10792 (table--row-column-insertion-point-p): New function to test
10793 validity of row and column insertion operation at a location.
10794 (table-global-menu, table-cell-menu): Use above functions for
10795 deterministic test operation.
10796 (table--editable-cell-p): Behave in deterministic fashion.
10797
10798 2005-03-18 Juri Linkov <juri@jurta.org>
10799
10800 * isearch.el (isearch-lazy-highlight-new-loop):
10801 Make arguments beg and end optional.
10802 (isearch-update): Remove optional arguments nil from
10803 isearch-lazy-highlight-new-loop.
10804 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10805 isearch-lazy-highlight-case-fold-search instead of
10806 isearch-case-fold-search, and let-bind isearch-regexp to
10807 isearch-lazy-highlight-regexp.
10808 Use isearch-lazy-highlight-last-string instead of isearch-string.
10809
10810 * replace.el (perform-replace): Remove bindings of global
10811 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10812 Add three new arguments to `replace-highlight'.
10813 (replace-highlight): Add arguments string, regexp, case-fold.
10814 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10815 to allow isearch-lazy-highlight-new-loop to use these values
10816 to set corresponding isearch-lazy-highlight-* internal
10817 variables whose values lazy highlighting will use regardless of
10818 changes to global variables isearch-string, isearch-regexp,
10819 isearch-case-fold-search during lazy highlighting loop.
10820 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10821 to `lazy-highlight-cleanup'.
10822
10823 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10824 (ispell-highlight-face): Set default face to `isearch' when
10825 lazy highlighting is enabled.
10826 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10827 priority to 1. Add lazy highlighting.
10828 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10829 from `isearch-dehighlight'.
10830
10831 2005-03-18 David Ponce <david@dponce.com>
10832
10833 * files.el (hack-local-variables): Do a case-insensitive search
10834 for End.
10835
10836 2005-03-18 Juri Linkov <juri@jurta.org>
10837
10838 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10839 `isearch-lazy-highlight-cleanup', add alias to old name and
10840 declare obsolete. Add release numbers to other obsolete vars.
10841 (isearch-done, isearch-lazy-highlight-new-loop):
10842 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10843 (lazy-highlight-cleanup) <variable>: Doc fix.
10844 (isearch-lazy-highlight-update): Rename obsolete
10845 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10846
10847 2005-03-18 Kenichi Handa <handa@m17n.org>
10848
10849 * language/thai-util.el: Fix categorization of Thai characters in
10850 thai-category-table.
10851 (thai-composition-pattern): Adjust it for the above change.
10852 (thai-self-insert-command, thai-compose-syllable): New functions.
10853 (thai-compose-region): Use thai-compose-syllable.
10854 (thai-compose-string): Likewise.
10855 (thai-composition-function): Likewise.
10856 (thai-auto-composition): New function.
10857 (thai-auto-composition-mode): New minor mode.
10858
10859 * language/thai.el: Fix patterns to be registered in
10860 composition-function-table.
10861
10862 * international/quail.el (quail-input-method): Locally bind
10863 inhibit-modification-hooks to t.
10864
10865 2005-03-17 Richard M. Stallman <rms@gnu.org>
10866
10867 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10868 (perl-mode): Use run-mode-hooks.
10869
10870 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10871 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10872 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10873
10874 * mail/sendmail.el (sendmail-send-it): Reenable the code
10875 to compute resend-to-address and use it.
10876
10877 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10878
10879 * image-mode.el: New file.
10880
10881 * image.el (insert-sliced-image): Add autoload cookie.
10882
10883 * font-lock.el (font-lock-lines-before): New user option.
10884 (font-lock-after-change-function): Obey it.
10885
10886 * bindings.el (esc-map): Make M-g a prefix.
10887 Bind M-g g and M-g M-g to goto-line.
10888
10889 * faces.el (face-id): Doc fix.
10890
10891 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10892
10893 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10894 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10895 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10896
10897 * mail/sendmail.el (mail-yank-ignored-headers)
10898 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10899 Add Mail-Followup-To and Mail-Reply-To headers.
10900 (mail-citation-hook): Add autoload cookie.
10901 (mail-mode): Doc fix.
10902 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10903 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10904 (mail-mode-fill-paragraph): Handle those headers.
10905 (mail-mailing-lists): New variable.
10906 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10907
10908 2005-03-17 Juri Linkov <juri@jurta.org>
10909
10910 * isearch.el (isearch-fallback): Check for `(car previous)'
10911 before calling `isearch-other-end-state'.
10912
10913 2005-03-17 Kim F. Storm <storm@cua.dk>
10914
10915 * simple.el (move-beginning-of-line): Move to beginning of buffer
10916 line, as well as beginning of screen line.
10917
10918 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10919
10920 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10921 argument REDRAW rather than calendar-redrawing variable.
10922 * calendar/calendar.el (calendar-redrawing): Delete.
10923 (redraw-calendar): Do not bind calendar-redrawing.
10924
10925 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10926
10927 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10928 diary-file buffer.
10929
10930 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10931
10932 * help.el (describe-mode): Allow a :minor-mode-function property to
10933 specify a different minor mode toggle function than the variable.
10934 * simple.el (auto-fill-function):
10935 * subr.el (add-minor-mode): Use it.
10936
10937 2005-03-16 Kenichi Handa <handa@m17n.org>
10938
10939 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10940 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10941 (ethio-fidel-to-sera-buffer): Likewise.
10942
10943 2005-03-16 Juri Linkov <juri@jurta.org>
10944
10945 * emacs-lisp/find-func.el (find-function-regexp):
10946 Add defun-emitting macro `menu-bar-make-toggle'.
10947
10948 * isearch.el: Put `isearch-scroll' property to
10949 `split-window-horizontally'.
10950
10951 * info.el: Update error messages for `debug-ignored-errors'.
10952 (Info-isearch-search): Doc fix.
10953 (Info-find-node): Move up code to go into info buffer before
10954 recording the node to the history.
10955 (Info-fontify-node): Fontify titles only if the next line
10956 has two or more `*', `=', `-', `.'.
10957 Display "go to this node" for empty (match-string 3).
10958
10959 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10960
10961 * term/mac-win.el: Add mouse pointer shape constants.
10962
10963 2005-03-15 Kim F. Storm <storm@cua.dk>
10964
10965 * simple.el (move-beginning-of-line): Use vertical-motion.
10966
10967 2005-03-15 Juri Linkov <juri@jurta.org>
10968
10969 * isearch.el (isearch-error): New variable.
10970 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10971 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10972 (isearch-within-brackets-state): Remove.
10973 (isearch-case-fold-search-state, isearch-pop-fun-state):
10974 Decrease frame index.
10975 (isearch-mode, isearch-top-state, isearch-push-state)
10976 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10977 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10978 (isearch-search, isearch-lazy-highlight-new-loop):
10979 Replace `isearch-invalid-regexp' with `isearch-error'.
10980 Remove `isearch-within-brackets'.
10981 (isearch-search): Add `search-failed' handler to `condition-case'.
10982 (isearch-lazy-highlight-search): Add `condition-case' to catch
10983 errors and allow `isearch-lazy-highlight-update' to try
10984 highlighting from the beginning of the window.
10985 (isearch-repeat): Move up code to set isearch-wrapped to t
10986 before calling isearch-wrap-function.
10987
10988 * info.el (Info-isearch-initial-node): New internal variable.
10989 (Info-search): Signal an error in isearch mode when search leaves
10990 the initial node. Signal an error when `bound' is non-nil and
10991 nothing was found in the current subfile.
10992 (Info-isearch-search): Remove `condition-case'.
10993 (Info-isearch-wrap): Don't wrap when search failed during leaving
10994 the initial node. If `Info-isearch-search' is nil, wrap around
10995 the current node.
10996 (Info-isearch-start): New fun.
10997 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10998 `isearch-mode-hook'.
10999
11000 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11001
11002 * simple.el (normal-erase-is-backspace): Set default to t if
11003 running on Mac.
11004
11005 * term/mac-win.el (function-key-map): Sync with x-win.el.
11006
11007 2005-03-15 Kenichi Handa <handa@m17n.org>
11008
11009 * international/mule-cmds.el (locale-language-names): Modify the
11010 format of elements and add more entries.
11011 (locale-preferred-coding-systems): Add more entries.
11012 (set-locale-environment): Adjust for the change of
11013 locale-language-names.
11014
11015 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 * pcvs.el (smerge-ediff): Remove bogus autoload.
11018
11019 2005-03-14 Lute Kamstra <lute@gnu.org>
11020
11021 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11022 Ignore a `*' at the beginning of a line.
11023
11024 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11025 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11026 subr.el.
11027 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11028 to specify indentation.
11029
11030 * generic.el (define-generic-mode): Let generic-mode-list be a
11031 list of strings; test membership with equal.
11032
11033 2005-03-14 Kim F. Storm <storm@cua.dk>
11034
11035 * simple.el (next-line, previous-line): Add optional try-vscroll
11036 arg to recognize interactive use. Pass it on to line-move.
11037 (line-move): Don't perform auto-window-vscroll when defining or
11038 executing keyboard macro to ensure consistent behavior.
11039
11040 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11041
11042 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11043
11044 2005-03-13 Lute Kamstra <lute@gnu.org>
11045
11046 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11047 debugger-setup-buffer so that backtrace marks the frames set to
11048 debug-on-exit and we don't have to do it manually. Set an extra
11049 debug-on-exit for macro's.
11050 (debugger-setup-buffer): Don't mark the top frame manually.
11051
11052 2005-03-12 Lute Kamstra <lute@gnu.org>
11053
11054 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11055 lisp-indent-function throughout.
11056 (with-no-warnings): Set lisp-indent-function property.
11057
11058 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11059
11060 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11061 Add entry for backslash.
11062
11063 2005-03-12 Juri Linkov <juri@jurta.org>
11064
11065 * info.el (Info-search): Four fixes for backward search.
11066
11067 2005-03-11 Jay Belanger <belanger@truman.edu>
11068
11069 * calc/calc.el (calc-language-alist): New variable.
11070 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11071 (calc-embedded-find-modes): Use calc-language-alist instead of
11072 calc-embedded-language-alist.
11073
11074 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11075
11076 * calendar/calendar.el (calendar-redrawing): New internal
11077 variable.
11078 (redraw-calendar): Remove bogus save-excursion from previous
11079 change. Bind calendar-redrawing to t for mark-diary-entries.
11080 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11081 calendar if that is why we were called.
11082
11083 2005-03-11 Kenichi Handa <handa@m17n.org>
11084
11085 * international/mule.el (make-coding-system): Set property
11086 coding-system-define-form to nil.
11087 (define-coding-system-alias): Likewise.
11088
11089 2005-03-11 Kenichi Handa <handa@m17n.org>
11090
11091 These changes are suggested by Dave Love <fx@gnu.org>.
11092
11093 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11094 coding: tag.
11095 (adaptive-fill-regexp): Add more bullets.
11096 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11097 regexps.
11098
11099 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11100
11101 * help.el (describe-mode): Properly handle non-trivial lighters.
11102 Don't ignore minor modes that are not listed in minor-mode-list.
11103
11104 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11105 feature ON when the user requests to turn it OFF.
11106
11107 2005-03-10 Lute Kamstra <lute@gnu.org>
11108
11109 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11110 (implement-debug-on-entry): New function to replace debug-entry-code.
11111 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11112 second argument as the 2005-03-07 change makes it obsolete.
11113 (debug-on-entry, cancel-debug-on-entry): Update call to
11114 debug-on-entry-1.
11115 (debug, debugger-setup-buffer): Comment update.
11116 (debugger-frame-number): Update to work with implement-debug-on-entry.
11117
11118 2005-03-10 Jay Belanger <belanger@truman.edu>
11119
11120 * calc/calc-embed.el (math-ms-args): Declare it.
11121 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11122 math-ms-args.
11123 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11124 variables.
11125
11126 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11127
11128 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11129 Use message-box.
11130
11131 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11132 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11133 (tooltip-gud-tips): Simplify.
11134 (tooltip-gud-tips-p): Remove superfluous :set.
11135 (tooltip-gud-modes): Add fortran-mode.
11136 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11137
11138 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11139
11140 2005-03-09 Kim F. Storm <storm@cua.dk>
11141
11142 * play/animate.el (animate-place-char): Use forward-line instead
11143 of next-line to improve performance.
11144
11145 2005-03-09 Simon Josefsson <jas@extundo.com>
11146
11147 * net/browse-url.el (browse-url-default-browser): Doc fix.
11148
11149 2005-03-09 Miles Bader <miles@gnu.org>
11150
11151 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11152 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11153
11154 2005-03-09 Kenichi Handa <handa@m17n.org>
11155
11156 * international/latin-1.el: Set case and syntax for 255 only if
11157 set-case-syntax-set-multibyte is nil.
11158
11159 * textmodes/ispell.el (ispell-insert-word): New function.
11160 (ispell-word): Use ispell-insert-word to insert a new word.
11161 (ispell-process-line): Likewise.
11162 (ispell-complete-word): Likewise.
11163
11164 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11165
11166 * calendar/calendar.el (redraw-calendar): Preserve point.
11167 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11168 (calendar-week-start-day): Move after definition of
11169 redraw-calendar. Delete buffer test, since redraw-calendar has
11170 that now.
11171
11172 * calendar/diary-lib.el (mark-diary-entries): Only call
11173 redraw-calendar in the first of any recursive calls.
11174 Reported by Alan Shutko <ats@acm.org>.
11175
11176 2005-03-08 Juri Linkov <juri@jurta.org>
11177
11178 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11179 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11180 (html-radio-buttons): Add a space before the trailing `/>' where
11181 sgml-xml-mode is non-nil.
11182 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11183 the subsequent tag of the empty XML tag.
11184 (html-href-anchor): Don't set initial input to "http:".
11185 (html-image): Ask for the image URL and set point inside alt="".
11186 (html-name-anchor): Duplicate the name in the `id' attribute when
11187 sgml-xml-mode is non-nil.
11188 (html-paragraph): Remove \n before <p>.
11189 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11190 instead of `checked' when sgml-xml-mode is non-nil.
11191
11192 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11193 Remove 1 space before #RRGGBB to not truncate it on terminal
11194 windows w/o fringes. Remove 1 space between bg and fg examples
11195 to get more space.
11196 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11197 avoid byte-compile warnings.
11198
11199 * image-file.el (image-file-handler): Put `safe-magic' property to
11200 `image-file-handler'.
11201
11202 * info.el (Info-isearch-search): Emulate word search in
11203 isearching through multiple Info nodes with Info-search.
11204 (Info-isearch-wrap): Allow isearch-word.
11205
11206 2005-03-08 Lute Kamstra <lute@gnu.org>
11207
11208 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11209 stepping into the debugger's code is not possible.
11210 (debugger-jumping-flag): Docstring update.
11211
11212 2005-03-08 Jay Belanger <belanger@truman.edu>
11213
11214 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11215 embedded mode begins.
11216 (calc-embedded-language-alist): New variable.
11217 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11218 set default language mode.
11219
11220 2005-03-08 Kenichi Handa <handa@m17n.org>
11221
11222 * international/ccl.el (define-ccl-program): Fix docstring about
11223 extra 256 bytes assured for the output buffer.
11224
11225 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11226 Fix BUFFER_MAGNIFICATION to 2.
11227 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11228
11229 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11230
11231 * align.el (align-rules-list): Added an alignment rule for CSS
11232 declarations (applies to css-mode and html-mode buffers).
11233
11234 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11235
11236 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11237
11238 2005-03-07 Kim F. Storm <storm@cua.dk>
11239
11240 * simple.el (move-beginning-of-line): New command.
11241
11242 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11243
11244 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11245
11246 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11247 and move-beginning-of-line.
11248
11249 * apropos.el (apropos-print): Omit command from M-x ... RET.
11250
11251 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11252
11253 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11254 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11255
11256 2005-03-06 Richard M. Stallman <rms@gnu.org>
11257
11258 * bindings.el (esc-map): Bind M-g to goto-line.
11259
11260 * facemenu.el (global-map): Bind M-o, not M-g.
11261
11262 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11263
11264 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11265 "Open Directory" as for "Open File".
11266
11267 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11268
11269 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11270 (push-mark-command): Run activate-mark-hook.
11271
11272 2005-03-06 Richard M. Stallman <rms@gnu.org>
11273
11274 * help-mode.el (help-mode-finish): Don't alter the element
11275 in view-return-to-alist if there already is one.
11276
11277 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11278 make sure the current buffer is the expected one.
11279
11280 * novice.el (disabled-command-function): Output in *Disabled Command*.
11281 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11282
11283 * textmodes/flyspell.el (flyspell-large-region):
11284 Pass args differently for aspell.
11285
11286 * files.el (mode-require-final-newline): Doc fix.
11287
11288 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11289
11290 * progmodes/which-func.el (which-function):
11291 Specify NOERROR when calling imenu--make-index-alist.
11292
11293 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11294
11295 * simple.el (normal-erase-is-backspace): Define default value.
11296
11297 * custom.el (custom-theme-set-variables): Remove unused var
11298 `immediate'.
11299 (custom-reevaluate-setting): Simple function to handle variables
11300 that are defined before their default value can really be
11301 computed.
11302
11303 * startup.el (command-line): Use it for temporary-file-directory,
11304 small-emporary-file-directory, auto-save-file-name-transforms,
11305 blink-cursor-mode, and normal-erase-is-backspace.
11306
11307 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11308 progress, even with buggy anchored keywords.
11309
11310 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11311
11312 * simple.el (goto-line): Remove unbalanced final parenthesis.
11313
11314 2005-03-05 Richard M. Stallman <rms@gnu.org>
11315
11316 * simple.el (goto-line): Use a number at point as the default.
11317 With C-u as arg, switch buffers.
11318
11319 2005-03-05 Juri Linkov <juri@jurta.org>
11320
11321 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11322 with `no-blinking-cursor'.
11323
11324 * startup.el (no-blinking-cursor): New defvar.
11325 (command-line): Add `--no-blinking-cursor' to longopts.
11326 Set `no-blinking-cursor' to t for command line arguments
11327 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11328 with `no-blinking-cursor' in the condition for calling
11329 `blink-cursor-mode'.
11330
11331 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11332
11333 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11334 (menu-bar-options-save): Add blink-cursor-mode.
11335 (menu-bar-options-menu): Add blink-cursor-mode.
11336
11337 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11338
11339 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11340 (icalendar-export-file, icalendar-export-region)
11341 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11342 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11343
11344 2005-03-04 Lute Kamstra <lute@gnu.org>
11345
11346 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11347 (debug-function-list): Ditto.
11348
11349 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11350
11351 * textmodes/texinfmt.el (texinfo-append-refill):
11352 Redefine the types of line to which @refill
11353 is not appended by replacing a search for `@refill\\|@bye' with
11354 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11355 itemize@refill' bug and the unfilled long lines bug.
11356 (texinfmt-version): Update number and date.
11357
11358 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11359
11360 * international/code-pages.el (windows-1250, windows-125[2-8])
11361 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11362
11363 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11366 bound yet.
11367
11368 2005-03-02 Romain Francoise <romain@orebokech.com>
11369
11370 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11371 buffer after removing limits.
11372 (ibuffer-pop-filter): Ditto.
11373 Update copyright.
11374
11375 2005-03-02 Miles Bader <miles@gnu.org>
11376
11377 * button.el (make-text-button): If the user doesn't specify a
11378 type, use the default. Rewrite to use `add-text-properties' and
11379 plist functions.
11380
11381 2005-03-01 Lute Kamstra <lute@gnu.org>
11382
11383 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11384 (debugger-jumping-flag): New var.
11385 (debug-entry-code): Use it.
11386 (debugger-jump): Use debugger-jumping-flag and add
11387 debugger-reenable to post-command-hook.
11388 (debugger-reenable): Use debugger-jumping-flag and remove itself
11389 from post-command-hook.
11390 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11391 debugger-reenable.
11392
11393 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11394
11395 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11396 inclusion of "itemize\\|", which may be unnecessary, is certainly
11397 inelegant, and stops refilling in itemize lists when formatting
11398 Japanese Texinfo files to Info.
11399 Update copyright to 2005.
11400
11401 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11402
11403 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11404 of an error if GDB can't find the source file.
11405
11406 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11407
11408 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11409 not just the calendar.
11410
11411 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11412 first.
11413 (diary-redraw-calendar): New function.
11414 (make-diary-entry): Add diary-redraw-calendar to local
11415 write-contents-functions. Turn off selective display before
11416 inserting in diary.
11417
11418 2005-03-01 Kim F. Storm <storm@cua.dk>
11419
11420 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11421
11422 2005-03-01 Lute Kamstra <lute@gnu.org>
11423
11424 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11425 that debug-entry-code can be safely removed from a function while
11426 this code is being evaluated. Revert the 2005-02-27 change as the
11427 new implementation no longer requires it. Make sure that a
11428 function body containing just a string is not mistaken for a docstring.
11429 (debug): Skip one more frame in case of debug on entry.
11430 (debugger-setup-buffer): Delete one more frame line in case of
11431 debug on entry.
11432 (debugger-frame-number): Update to use the new text introduced by
11433 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11434
11435 2005-02-28 Kim F. Storm <storm@cua.dk>
11436
11437 * double.el (double-translate-key): Call force-window-update after
11438 read-event to avoid crash in redisplay.
11439
11440 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11441
11442 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11443 (debug): Use it. Move the inhibit-trace earlier.
11444 (debug-entry-code): New const.
11445 (debug-on-entry-1): Use it.
11446
11447 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11448
11449 * international/utf-16.el (ccl-encode-mule-utf-16le):
11450 Fix BUFFER_MAGNIFICATION to 2.
11451 (ccl-encode-mule-utf-16be): Likewise.
11452
11453 2005-02-28 Kenichi Handa <handa@m17n.org>
11454
11455 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11456 Fix BUFFER_MAGNIFICATION to 4.
11457 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11458
11459 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11460
11461 * speedbar.el (speedbar-update-flag): Doc fix.
11462 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11463 argument.
11464
11465 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11468 have a non-nil `invisible' property but are actually visible.
11469
11470 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11471 for perldoc sections.
11472 (perl-outline-regexp, perl-outline-level): New var and function.
11473 (perl-mode): Use them.
11474
11475 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11476
11477 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11478 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11479
11480 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11481
11482 * cus-edit.el: Comment change.
11483 (custom-buffer-create-internal): Slightly reword text at top of
11484 Custom buffers. Mention there that saving an option edits the
11485 init file. Add link to Emacs manual node on `custom-file'.
11486 (custom-magic-alist): Rewrite individual State messages to use
11487 capitalized keywords. Doc fix.
11488
11489 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11490
11491 * calendar/calendar.el (calendar-buffer): Move above
11492 calendar-week-start-day.
11493 (calendar-week-start-day): Doc fix. Add :set function.
11494 (calendar-minimum-window-height): New variable.
11495 (generate-calendar-window): Only resize window if selected-window
11496 is displaying the calendar buffer. Use new variable
11497 calendar-minimum-window-height.
11498 (generate-calendar): Reword error message.
11499 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11500
11501 2005-02-27 Andreas Schwab <schwab@suse.de>
11502
11503 * vc.el (vc-do-command): Don't run command asynchronously when
11504 operating in a remote directory.
11505
11506 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11507 change from sync with Tramp 2.0.47.
11508
11509 2005-02-27 Richard M. Stallman <rms@gnu.org>
11510
11511 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11512
11513 * textmodes/flyspell.el (flyspell-mode-on):
11514 Call ispell-change-dictionary only if necessary.
11515
11516 * emacs-lisp/re-builder.el (regexp-builder): New function.
11517
11518 * register.el (describe-register-1): Explicitly handle
11519 yank-excluded-properties = t.
11520
11521 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11522 (custom-magic-alist): Change the status descriptions again.
11523 (face widget-type): Total rewrite based on `restricted-sexp'
11524 to eliminate the confusing double hiding levels.
11525
11526 * emacs-lisp/debug.el (debug-on-entry-1):
11527 If function body is empty, add nil as body form.
11528
11529 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * emacs-lisp/trace.el (inhibit-trace): New var.
11532 (trace-make-advice): Use it.
11533
11534 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11535
11536 2005-02-26 Kim F. Storm <storm@cua.dk>
11537
11538 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11539 (mouse-on-link-p, mouse-drag-region-1): Use it.
11540
11541 2005-02-25 Lute Kamstra <lute@gnu.org>
11542
11543 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11544
11545 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11546
11547 * frame.el (blink-cursor-mode): Add :group keyword.
11548
11549 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11550
11551 * calendar/icalendar.el (icalendar--decode-isodatetime):
11552 New optional argument DAY-SHIFT.
11553 (icalendar-export-region): Fix coding-system-for-write.
11554 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11555 events by one.
11556
11557 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11558
11559 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11560
11561 2005-02-24 Kim F. Storm <storm@cua.dk>
11562
11563 * international/iso-acc.el (iso-accents-compose): Fix crash
11564 during redisplay. Call force-window-update after read-event
11565 and delete-region to signal that window is not accurate.
11566
11567 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11568
11569 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11570 Remove unused and inexistent var `inhibit-trace'.
11571 (debugger-mode): Use run-mode-hooks.
11572 (debugger-list-functions): Add buttons; setup xref stack.
11573
11574 2005-02-23 Richard M. Stallman <rms@gnu.org>
11575
11576 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11577 appointment says it was explicitly made.
11578 (appt-add): Set the 3rd element.
11579 (appt-make-list): Preserve explicit appointments.
11580
11581 * subr.el (find-tag-default): Catch errors in forward-sexp.
11582
11583 2005-02-23 Juri Linkov <juri@jurta.org>
11584
11585 * info.el (Info-isearch-search): New defcustom.
11586 (Info-isearch-search): Call the default isearch function
11587 when Info-isearch-search is nil.
11588 (Info-isearch-wrap): Use variable Info-isearch-search.
11589
11590 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11591
11592 * cus-edit.el: Comment change.
11593
11594 2005-02-22 Kim F. Storm <storm@cua.dk>
11595
11596 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11597 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11598
11599 2005-02-22 Simon Josefsson <jas@extundo.com>
11600
11601 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11602 New variable.
11603 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11604 Oskarsson" <myrkraverk@users.sourceforget.net>.
11605
11606 2005-02-22 Kim F. Storm <storm@cua.dk>
11607
11608 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11609 check that window of that event is the selected window.
11610 (mouse-drag-region-1): Compare mouse event window to selected
11611 window before setting point.
11612
11613 * tooltip.el (tooltip-show-help-function): Pass event to
11614 mouse-on-link-p so it can check selected window.
11615
11616 2005-02-22 Kenichi Handa <handa@m17n.org>
11617
11618 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11619 (ps-mule-show-warning): New function.
11620 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11621 characters are found.
11622
11623 * ps-print.el (ps-header-footer-string): Return a list of header
11624 and footer strings.
11625
11626 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11627
11628 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11629
11630 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11631
11632 * frame.el (blink-cursor-mode): Use define-minor-mode.
11633
11634 * term/mac-win.el (function-key-map): Use char-names more consistently.
11635 (file-name-coding-system): Only set it for MacOS-9. The other case is
11636 already handled in mule-cmds.el (where it also works when mac-win.el
11637 is not used).
11638
11639 2005-02-21 Kenichi Handa <handa@m17n.org>
11640
11641 * international/mule.el (ctext-pre-write-conversion): Always use
11642 " *code-converting-work*" buffer for work.
11643
11644 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11645
11646 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11647
11648 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11649
11650 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11651
11652 * ses.el (undo-more): Restore defadvice, but only the part that
11653 allows changes outside the restricted area of the buffer.
11654
11655 2005-02-20 Kim F. Storm <storm@cua.dk>
11656
11657 * simple.el (line-move): Add fourth optional arg try-vscroll which
11658 must be set to perform auto-window-vscroll.
11659 When moving backwards and doing auto-window-vscroll, automatically
11660 vscroll to the last part of lines which are taller than the window.
11661 (next-line, previous-line): Set try-vscroll arg on line-move.
11662
11663 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11664
11665 * replace.el (query-replace, query-replace-regexp)
11666 (replace-string, replace-regexp): When operating on region, make
11667 the minibuffer prompt say so.
11668
11669 * isearch.el (isearch-forward): Document isearch-query-replace and
11670 isearch-query-replace-regexp keybindings.
11671
11672 2005-02-19 Jay Belanger <belanger@truman.edu>
11673
11674 * calc/calc-aent.el (math-read-token): Add local variable.
11675
11676 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11677 (calc-edit-top): Move declaration to earlier in file.
11678 (calc-edit-macro-repeats): Add local variables.
11679
11680 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11681 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11682 calcFunc-tanh.
11683 Adjust integration rule for calcFunc-tan.
11684
11685 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11686
11687 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11688 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11689 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11690 (viper-skip-separators): Bug fix.
11691 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11692 particular major mode.
11693 (viper-del-backward-char-in-replace): Don't put deleted char on the
11694 kill ring.
11695
11696 * viper-ex.el (viper-color-display-p): New function.
11697 (viper-has-face-support-p): Use viper-color-display-p.
11698
11699 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11700
11701 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11702
11703 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11704 (viper-file-remote-p): Make equivalent to file-remote-p.
11705
11706 * viper.el (viper-major-mode-modifier-list):
11707 Use viper-gnus-modifier-map.
11708
11709 2005-02-19 David Kastrup <dak@gnu.org>
11710
11711 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11712 quoting.
11713
11714 2005-02-19 Jay Belanger <belanger@truman.edu>
11715
11716 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11717 Remove extra definitions.
11718 (calc-coth): New function.
11719 (calcFunc-cot): Fix `let'.
11720
11721 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11722
11723 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11724 the reasons we use "type pc" in these faces.
11725
11726 * button.el (button): Ditto.
11727
11728 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11729
11730 * replace.el (query-replace-read-from): Set the value of
11731 query-replace-from-history-variable to handle the case of an empty
11732 string entered to accept the suggested default.
11733
11734 * net/tramp.el (tramp-file-name-for-operation):
11735 Use dired-call-process instead of dired-call-process-command.
11736
11737 2005-02-19 Jay Belanger <belanger@truman.edu>
11738
11739 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11740 (math-div-non-trig): New variables.
11741 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11742 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11743 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11744 trig expressions.
11745
11746 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11747
11748 * progmodes/gdb-ui.el (gdb-var-update-handler)
11749 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11750 for watch expressions,
11751 (gdb-var-create-handler): Don't set speedbar-update-flag.
11752 (gdb-post-prompt): Simplify test for speedbar.
11753
11754 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11755
11756 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11757 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11758 we use the syntax table of the correct buffer.
11759 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11760 Felix Gatzemeier.
11761
11762 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11763 (ediff-file-remote-p): Make synonymous with file-remote-p.
11764 In all deffaces ediff-*-face-*, use min-colors.
11765
11766 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11767 ediff-recurse-to-subdirectories.
11768 (ediff-mark-if-equal): Check that the arguments are strings, use
11769 ediff-same-contents (after to Felix Gatzemeier).
11770
11771 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11772 nil.
11773
11774 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11775
11776 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11777
11778 2005-02-18 David Kastrup <dak@gnu.org>
11779
11780 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11781 use `mark-active' when defined.
11782
11783 2005-02-18 Kenichi Handa <handa@m17n.org>
11784
11785 * ps-print.el (ps-font-info-database): New entry
11786 ZapfChancery-MediumItalic with correct font name. Fix font name
11787 of the entry Zapf-Chancery-MediumItalic.
11788
11789 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11790
11791 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11792
11793 2005-02-16 Kim F. Storm <storm@cua.dk>
11794
11795 * ido.el (ido-fallback-command): Pass user input to fallback command.
11796
11797 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11798
11799 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11800 (gdb-find-file-hook): Add server prefix.
11801
11802 2005-02-16 Richard M. Stallman <rms@gnu.org>
11803
11804 * replace.el (perform-replace): Pass new args to replace-highlight.
11805 (replace-highlight): Take region args,
11806 and pass them to isearch-lazy-highlight-new-loop.
11807
11808 * novice.el (disabled-command-hook): Autoload the defalias
11809 and the make-obsolete-variable call.
11810
11811 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11812
11813 * isearch.el (isearch-lazy-highlight-start-limit)
11814 (isearch-lazy-highlight-end-limit): New variables limit
11815 the region for highlighting.
11816 (isearch-lazy-highlight-new-loop): New args BEG and END.
11817 (isearch-lazy-highlight-search): Use the new vars.
11818 (isearch-lazy-highlight-update): Likewise.
11819
11820 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11821
11822 * cus-start.el (all): Use default-boundp.
11823
11824 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11825
11826 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11827
11828 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11829
11830 * autorevert.el (auto-revert-stop-on-user-input)
11831 (auto-revert-verbose): Doc fixes.
11832
11833 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11834
11835 * international/mule-cmds.el (set-locale-environment): Remove call
11836 to set-selection-coding-system on Windows.
11837
11838 2005-02-15 Jay Belanger <belanger@truman.edu>
11839
11840 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11841 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11842 calcFunc-coth.
11843 (math-simplify-sqrt): Add simplifications.
11844
11845 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11846 to list.
11847
11848 * calc/calc-ext.el: Add functions to autoloads.
11849
11850 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11851 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11852 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11853 (math-csc-raw, math-cot-raw): New functions.
11854
11855 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11856
11857 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11858 the variable name in a message.
11859
11860 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11861 calcFunc-csc, calcFunc-cot.
11862
11863 * calc/calcalg2.el: Add derivative and integration rules for
11864 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11865 calcFunc-csch, calcFunc-coth.
11866 (math-do-integral-methods): Add to checks for when to use
11867 substitutions.
11868
11869 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11870
11871 2005-02-15 Lute Kamstra <lute@gnu.org>
11872
11873 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11874 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11875 <monnier@iro.umontreal.ca>
11876 (lisp-outline-level): Improve efficiency. Suggested by David
11877 Kastrup <dak@gnu.org>.
11878
11879 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11880
11881 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11882 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11883 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11884 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11885 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11886
11887 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11888
11889 * cus-start.el (all): Comment change.
11890
11891 2005-02-14 Lute Kamstra <lute@gnu.org>
11892
11893 * cus-start.el (all): Check if symbol is void.
11894
11895 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11896
11897 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11898 optional argument to \cite.
11899
11900 2005-02-14 Richard M. Stallman <rms@gnu.org>
11901
11902 * cus-edit.el (custom-buffer-create-internal): Update help message.
11903 (custom-magic-alist): Update help messages.
11904
11905 * cus-start.el (all): Allow a var to specify a standard value.
11906
11907 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11908
11909 * custom.el (custom-theme-set-variables): Handle variable aliases.
11910
11911 * frame.el (blink-cursor-timer): Doc fix.
11912 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11913 declare obsolete.
11914 (blink-cursor-mode): Define with defcustom and use correct
11915 standard expression in that defcustom.
11916 * startup.el (command-line): Adapt to above changes in frame.el.
11917
11918 2005-02-11 Lute Kamstra <lute@gnu.org>
11919
11920 * apropos.el (apropos-score-doc): Prevent division by zero.
11921
11922 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11923
11924 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11925 (icalendar--get-event-property-attributes)
11926 (icalendar--get-event-properties)
11927 (icalendar--datetime-to-diary-date): New functions.
11928 (icalendar--split-value): Doc fix.
11929 (icalendar--datetime-to-noneuropean-date)
11930 (icalendar--datetime-to-european-date): New optional argument
11931 SEPARATOR. Return result as a string instead of a list.
11932 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11933 (icalendar--convert-string-for-export): Rename arg S to STRING.
11934 (icalendar-export-region): Doc fix. Change name of error buffer.
11935 Save output buffer.
11936 (icalendar-import-file): Add blank at end of prompt.
11937 (icalendar-import-buffer): Doc fix. Do not switch to error
11938 buffer. Indicate status in return value.
11939 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11940 buffer. Save output buffer. Handle exception from recurrence
11941 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11942 events. Fix problems with weekly all-day events.
11943
11944 2005-02-10 Richard M. Stallman <rms@gnu.org>
11945
11946 * simple.el (eval-expression-print-format):
11947 Avoid warning about edebug-active.
11948
11949 * help.el (help-for-help-internal): Rename from help-for-help.
11950 (help-for-help): Define with defalias.
11951
11952 * font-core.el (font-lock-default-function): Use with-no-warnings.
11953
11954 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11955
11956 * custom.el (defface): Doc fix.
11957
11958 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11959
11960 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11961 width 0" to prevent word wrapping problems.
11962
11963 2005-02-09 Kim F. Storm <storm@cua.dk>
11964
11965 * ido.el (ido-file-extensions-order): New defcustom.
11966 (ido-file-extension-lessp, ido-file-extension-aux)
11967 (ido-file-extension-order): New advanced file ordering.
11968 (ido-file-lessp): New simple file ordering.
11969 (ido-sort-list): Remove.
11970 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11971 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11972
11973 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11974
11975 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11976 that some versions of grep produce.
11977 (grep-mode-font-lock-keywords): Likewise.
11978
11979 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11980
11981 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11982 (gdb-cdir): Delete.
11983 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11984 (gdb-source-info): Treat case when source file is in another
11985 directory properly.
11986 (gdb-get-location): New function.
11987
11988 2005-02-07 Jay Belanger <belanger@truman.edu>
11989
11990 * calc/calc-prog.el (calc-write-parse-table-part)
11991 (calc-fix-token-name): Fix a check for language type.
11992
11993 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11994
11995 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11996
11997 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11998 as directory not writable.
11999
12000 2005-02-07 Kim F. Storm <storm@cua.dk>
12001
12002 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12003 (cua--standard-movement-commands): Remove list.
12004 Instead, set CUA property value to move for movement commands.
12005 (cua-movement-commands): Remove. Users must set CUA prop instead.
12006 (cua--pre-command-handler): Check CUA property.
12007 (cua--init-keymaps): Don't remap undo commands.
12008 (cua-mode): Don't call cua--rectangle-on-off.
12009
12010 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12011 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12012 (cua--rect-undo-set-point): New var.
12013 (cua--rectangle-undo-boundary): Setup undo apply entry.
12014 (cua--rect-undo-handler): New function for rectangle undo.
12015 (cua--rect-start-position, cua--rect-end-position): Add.
12016 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12017 for restored rectangle. Set point if cua--rect-undo-set-point.
12018
12019 2005-02-06 Jay Belanger <belanger@truman.edu>
12020
12021 * calc/calc-lang.el (calc-tex-language): Display more information
12022 in messages.
12023
12024 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12025 in TeX mode.
12026
12027 2005-02-06 Richard M. Stallman <rms@gnu.org>
12028
12029 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12030
12031 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12032
12033 * net/ldap.el (ldap-search-internal): Support attributes with
12034 optional descriptions separated by a semi-colon, as in
12035 "userCertificate;binary".
12036
12037 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12038
12039 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12040 isn't a cons (i.e. the version is 0).
12041
12042 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12043
12044 * help.el (help-for-help): Doc fix.
12045
12046 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12047
12048 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12049 GDB-Windows on the menu-bar as this works better.
12050
12051 2005-02-04 Jay Belanger <belanger@truman.edu>
12052
12053 * calc/calc-embed.el (calc-embedded-update): Don't put in
12054 unnecessary newlines. Adjust the end of formula marker.
12055
12056 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12057 (math-latex-parse-two-args): New function.
12058
12059 2005-02-03 Lute Kamstra <lute@gnu.org>
12060
12061 * help-fns.el (help-with-tutorial): Make sure that users cannot
12062 remove the entire text of the tutorial by means of `undo'.
12063
12064 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12065
12066 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12067 in recent changes, where the ispell process was repeatedly
12068 killed & restarted.
12069
12070 * international/mule-cmds.el (set-locale-environment): Set file-name
12071 coding system to utf-8 on Darwin systems.
12072 (set-default-coding-systems): Don't set default-file-name-coding-system
12073 on Darwin systems.
12074
12075 2005-02-03 Richard M. Stallman <rms@gnu.org>
12076
12077 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12078
12079 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12080
12081 * faces.el (list-faces-display): Add optional argument.
12082
12083 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12084
12085 * font-core.el (font-lock-default-function): Handle the rare case where
12086 only font-lock-keywords is set.
12087
12088 2005-02-02 Kenichi Handa <handa@m17n.org>
12089
12090 * international/characters.el: Cancel previous change for
12091 I-WITH-DOT-ABOVE and DOTLESS-i.
12092
12093 * international/latin-5.el: Cancel previous change.
12094
12095 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12096
12097 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12098
12099 2005-02-02 Kenichi Handa <handa@m17n.org>
12100
12101 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12102 DOTLESS-i.
12103
12104 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12105 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12106
12107 * case-table.el (get-upcase-table): New function.
12108 (copy-case-table): Copy upcaes table too if non-nil.
12109 (set-case-syntax-delims): Maintain upcase table too.
12110 (set-case-syntax-pair): Likewise.
12111 (set-upcase-syntax, set-downcase-syntax): New functions.
12112 (set-case-syntax): Maintain upcase table too.
12113
12114 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12115
12116 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12117
12118 * progmodes/gud.el (gud-goto-info): New function.
12119 (gud-tool-bar-map): Use correct icon.
12120
12121 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12122
12123 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12124 When delegating, order args in the funcall correctly.
12125
12126 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12127
12128 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12129
12130 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12131
12132 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12133 buffer not visiting a file.
12134
12135 2005-01-31 Jay Belanger <belanger@truman.edu>
12136
12137 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12138 bound on the line with the formula.
12139
12140 2005-01-31 Kim F. Storm <storm@cua.dk>
12141
12142 * ses.el (ses-create-cell-variable-range)
12143 (ses-destroy-cell-variable-range, ses-reset-header-string)
12144 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12145 (ses-insert-row): Fix format of apply undo entries.
12146
12147 2005-01-31 Jay Belanger <belanger@truman.edu>
12148
12149 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12150 parts.
12151
12152 * calc/calc-embed.el (calc-embedded-open-formula)
12153 (calc-embedded-close-formula): Ignore matrix environments.
12154
12155 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12156 TeX mode.
12157
12158 * calc/calc-lang.el (math-function-table, math-oper-table)
12159 (math-variable-table): Adjust the LaTeX portions.
12160
12161 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12162 (math-latex-ignore-words): New constant.
12163
12164 2005-01-31 Richard M. Stallman <rms@gnu.org>
12165
12166 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12167 (ispell-local-dictionary): Doc fix.
12168 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12169 Don't reinitialize at run time. Don't defcustom.
12170 All uses changed to append ispell-local-dictionary-alist,
12171 or check it first.
12172 (ispell-current-dictionary): New variable for dictionary in use.
12173 (ispell-dictionary): Now used only for global default.
12174 (ispell-start-process): Set ispell-current-dictionary,
12175 not ispell-dictionary.
12176 (ispell-change-dictionary): Use this only for setting
12177 user preferences.
12178 (ispell-internal-change-dictionary): New function
12179 to change the current dictionary in use.
12180 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12181 Use ispell-current-dictionary.
12182 Handle ispell-local-dictionary-overridden.
12183 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12184
12185 2005-01-31 Jay Belanger <belanger@truman.edu>
12186
12187 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12188
12189 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12190 (calc-mode-map): Add calc-latex-language.
12191
12192 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12193 (math-latex-print-frac): New functions.
12194 (math-oper-table, math-function-table, math-variable-table)
12195 (math-complex-format, math-input-filter): Add latex properties.
12196 (calc-set-language): Set math-expr-special-function-mapping.
12197
12198 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12199 (calc-write-parse-table-part): Add LaTeX support.
12200
12201 * calc/calc.el (calc-language): Adjust docstring.
12202 (calc-set-mode-line): Add LaTeX support.
12203 (math-expr-special-function-mapping): New variable.
12204 (math-tex-ignore-words): Add to list.
12205
12206 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12207 Add LaTeX support.
12208 (math-compose-expr): Add support for special functions.
12209
12210 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12211
12212 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12213
12214 * progmodes/gdb-ui.el (gdb-memory-address)
12215 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12216 (gdb-memory-mode-map, gdb-memory-format-keymap)
12217 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12218 (gdb-memory-unit-menu): New variables for a buffer
12219 that lets the user examine program memory.
12220 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12221 (gdb-memory-format-binary, gdb-memory-format-octal)
12222 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12223 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12224 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12225 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12226 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12227 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12228 (gdb-memory-mode, gdb-memory-buffer-name)
12229 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12230 New functions for above buffer.
12231
12232 2005-01-30 Richard M. Stallman <rms@gnu.org>
12233
12234 * cus-edit.el (custom-bury-buffer): Function deleted.
12235 (custom-buffer-done-function): Option deleted.
12236 (custom-buffer-done-kill): New (replacement option.
12237 (Custom-buffer-done): Call quit-window.
12238 (custom-buffer-create-internal): Update for above changes.
12239
12240 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12241
12242 * simple.el (undo-ask-before-discard): New var.
12243 (undo-outer-limit-truncate): Implement it.
12244 (undo-extra-outer-limit): Doc update.
12245
12246 2005-01-29 Richard M. Stallman <rms@gnu.org>
12247
12248 * ses.el (undo-more): Delete defadvice.
12249 (ses-begin-change): Doc fix.
12250
12251 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12252 instead of rebinding C-x u and C-_.
12253
12254 * files.el (normal-backup-enable-predicate): Return nil for files
12255 in /tmp, regardless of temporary-file-directory.
12256
12257 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12258
12259 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12260 (open-rectangle, delete-whitespace-rectangle-line)
12261 (clear-rectangle-line): If FILL, pass t instead of FILL
12262 for move-to-column's 2nd arg.
12263
12264 * simple.el (undo): Fix the test for continuing a series of undos.
12265 (undo-more): Set pending-undo-list to t when we reach end.
12266 (pending-undo-list): Move up defvar.
12267
12268 * wid-edit.el (widget-button-click):
12269 Shorten the range of the track-mouse binding.
12270
12271 * comint.el (comint-insert-input): Undo previous changes;
12272 use last-input-event in interactive spec.
12273
12274 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12275
12276 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12277 to nil before invoking call-process. Reset buffer's modified flag
12278 after fontifying it in the no-async branch.
12279
12280 * wid-edit.el (widget-specify-button): If mouse pointer shape
12281 cannot be changed, use mouse face instead.
12282
12283 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12284
12285 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12286 (gdb-goto-breakpoint): Make breakpoint handling work on template
12287 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12288 (gdb-assembler-custom): Update to recognize breakpoint information
12289 added on 2005-01-19.
12290
12291 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12294 (dsssl-mode): Use define-derived-mode.
12295 (scheme-mode-initialize): Remove.
12296 (scheme-mode): Use run-mode-hooks.
12297
12298 * cus-edit.el (customize-group-other-window)
12299 (custom-buffer-create-other-window): Don't override special-display-*.
12300 (custom-mode-map): Make it dense.
12301
12302 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12303 sets the default value.
12304
12305 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12306
12307 * descr-text.el: Add more keywords.
12308
12309 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12310
12311 * speedbar.el: Avoid unnecessary use of locate-library.
12312
12313 * international/mule-cmds.el (standard-display-european-internal):
12314 Don't fiddle with latin-1 non-break space any more since it's now
12315 special cased in the C code.
12316 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12317
12318 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12319
12320 * cus-start.el (all): Add `undo-outer-limit'.
12321
12322 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12323
12324 * textmodes/bibtex.el (bibtex-format-entry):
12325 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12326 field lines.
12327 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12328 not on part of a buffer.
12329
12330 2005-01-25 Lute Kamstra <lute@gnu.org>
12331
12332 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12333 nonempty field text strings like "{letters\\macro{}more letters}".
12334 Clarify docstring.
12335 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12336 (bibtex-entry-offset, bibtex-parse-association)
12337 (bibtex-parse-field-name): Fix typos in docstrings.
12338 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12339
12340 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12341
12342 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12343 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12344 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12345 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12346
12347 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12348 isearch minor mode.
12349
12350 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12351
12352 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12353
12354 2005-01-24 Lute Kamstra <lute@gnu.org>
12355
12356 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12357 CASECHARS and NOT-CASECHARS regular expressions of the
12358 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12359 striding over charsets" error.
12360
12361 2005-01-24 Jay Belanger <belanger@truman.edu>
12362
12363 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12364 display variable name.
12365
12366 2005-01-24 Kenichi Handa <handa@m17n.org>
12367
12368 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12369 Fix setting of the element of encoded-kbd-iso2022-invocations.
12370
12371 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12372
12373 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12374 (gdb-threads-select): Change to also accept mouse events.
12375 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12376 (gdb-threads-mouse-select): Delete.
12377
12378 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12379
12380 * files.el (insert-directory): Take care of empty directory,
12381 listed without -a switch.
12382
12383 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12384
12385 * textmodes/refill.el (refill-post-command-function):
12386 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12387 to the list of functions that we should be careful not to undo.
12388 (refill-late-fill-paragraph-function): Remove.
12389 (refill-saved-state): New var.
12390 (refill-mode): Use it to save fill-paragraph-function.
12391 Save also the value of auto-fill-function.
12392
12393 * term/w32-win.el: Simplify code.
12394
12395 2005-01-23 Kim F. Storm <storm@cua.dk>
12396
12397 * simple.el (line-move): Adapt to new return value from
12398 pos-visible-in-window-p.
12399
12400 * simple.el (line-move): Fix last change. Check partial
12401 visibility at point rather than at window-start.
12402
12403 2005-01-22 Jason Rumney <jasonr@gnu.org>
12404
12405 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12406
12407 2005-01-22 David Kastrup <dak@gnu.org>
12408
12409 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12410
12411 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12412
12413 * type-break.el (type-break-mode): Add a test for
12414 type-break-file-name being non-nil.
12415
12416 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12417
12418 * net/eudc.el (top level): Call (message "") via progn, so that
12419 eudc-options-file is loaded.
12420
12421 2005-01-22 Kim F. Storm <storm@cua.dk>
12422
12423 * simple.el (line-move-1): Rename from line-move.
12424 (line-move): New function that adjusts vscroll for partially
12425 visible rows, and calls line-move-1 otherwise.
12426
12427 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12428
12429 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12430 since it's not a complete read-event implementation
12431
12432 2005-01-20 Jay Belanger <belanger@truman.edu>
12433
12434 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12435 for called function.
12436
12437 2005-01-20 Steven Tamm <steventamm@mac.com>
12438
12439 * term/mac-win.el (process-connection-type): Remove.
12440 Controlled now by s/darwin.h:PTY_ITERATION.
12441
12442 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * window.el (handle-select-window): Don't switch window when we're
12445 in the minibuffer.
12446
12447 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12448
12449 * subr.el (dotimes-with-progress-reporter): New macro.
12450
12451 * ses.el (ses-dotimes-msg): Remove macro.
12452 Use `dotimes-with-progress-reporter' instead.
12453
12454 2005-01-19 Steven Tamm <steventamm@mac.com>
12455
12456 * term/mac-win.el (process-connection-type): Use new
12457 operating-system-release variable to use ptys on Darwin 7 (OS X
12458 10.3) when using carbon build.
12459
12460 2005-01-19 Jay Belanger <belanger@truman.edu>
12461
12462 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12463 flags if the last command was a tab or M-tab.
12464
12465 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12466 in formula editing buffer.
12467
12468 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12469
12470 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12471 breakpoint image symbol in margin.
12472
12473 2005-01-19 Jay Belanger <belanger@truman.edu>
12474
12475 * calc/calc-prog.el (calc-execute-kbd-macro):
12476 Ignore calc-keep-arg-flag.
12477
12478 2005-01-19 Kenichi Handa <handa@m17n.org>
12479
12480 * textmodes/ispell.el (ispell-looking-at): New function.
12481 (ispell-process-line): Use ispell-looking-at to compare the ispell
12482 output and the buffer contents.
12483
12484 2005-01-18 Jay Belanger <belanger@truman.edu>
12485
12486 * calc/calc.el (calc-display-raw): Fix docstring.
12487
12488 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12489
12490 * simple.el (blink-matching-open): Strip extra info from syntax.
12491
12492 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12493 funny chars in the end-of-here-doc marker.
12494
12495 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12496
12497 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12498 that enable/disabled state of breakpoints is shown correctly in
12499 fringe and on ttys.
12500 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12501 Add breakpoint information as text properties.
12502 (gdb-mouse-toggle-breakpoint):
12503 Rename to gdb-mouse-set-clear-breakpoint.
12504 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12505 breakpoints in the margin.
12506 (gdb-remove-strings): Simplify.
12507
12508 2005-01-17 Jay Belanger <belanger@truman.edu>
12509
12510 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12511 erasing buffer.
12512
12513 2005-01-17 Richard M. Stallman <rms@gnu.org>
12514
12515 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12516 for calling grep-compute-defaults.
12517
12518 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12519 if buffer is empty.
12520
12521 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12522
12523 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12524
12525 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12526
12527 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12528 non-preloaded variables.
12529
12530 2005-01-17 Steven Tamm <steventamm@mac.com>
12531
12532 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12533 tex-shell cause to force interactivity when using pipes.
12534
12535 2005-01-17 Kim F. Storm <storm@cua.dk>
12536
12537 * simple.el (just-one-space): Make arg optional.
12538
12539 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12540
12541 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12542 posn-at-x-y to t to access left-margin.
12543
12544 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12545
12546 Sync with Tramp 2.0.47.
12547
12548 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12549 catching keep-date problems in cp/scp operations.
12550 (tramp-handle-copy-file): Don't call `set-file-modes'
12551 unconditionally. Specialized functions should know better what is
12552 necessary. This improves performance a little bit, and the
12553 functions could catch errors with `cp -p' and `scp -p'.
12554 (tramp-do-copy-or-rename-file-via-buffer)
12555 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12556 when appropriate.
12557 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12558 Call `set-file-modes' when appropriate.
12559 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12560 Johnsson <isak@hypergene.com>
12561 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12562 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12563 <joakim@verona.se>
12564 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12565 Emacs only.
12566
12567 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12568 `find-file-hooks' and `dired-mode-hook'.
12569 (tramp-minor-mode-map): Respective map. Add remapping for
12570 `compile' and `recompile'.
12571 (tramp-remap-command, tramp-recompile): New defuns.
12572 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12573 in buffer "*Compilation*". Call the commands asynchronously.
12574
12575 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12576 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12577 `shell-command', because it isn't magic in XEmacs. Reported by
12578 Adrian Aichner <adrian@xemacs.org>.
12579
12580 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12581 `substitute-in-file-name.
12582 (tramp-smb-handle-substitute-in-file-name): New defun.
12583 (tramp-smb-advice-PC-do-completion): Delete advice.
12584
12585 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12586
12587 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12588 Fix error in deleting region.
12589
12590 2005-01-15 Richard M. Stallman <rms@gnu.org>
12591
12592 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12593 In non-temp buffer, switch syntax table temporarily.
12594
12595 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12596
12597 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12598
12599 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12600
12601 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12602 (imenu--generic-function): Use START, not BEG, as pos of definition.
12603
12604 * simple.el (just-one-space): Argument specifies number of spaces.
12605
12606 * simple.el (eval-expression-print-format): Avoid warning
12607 about edebug-active.
12608
12609 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12610
12611 * progmodes/sh-script.el: Code copied from make-mode.el
12612 with small changes,
12613 (sh-mode-map): Bind C-c C-\.
12614 (sh-backslash-column, sh-backslash-align): New variables.
12615 (sh-backslash-region, sh-append-backslash): New functions.
12616
12617 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12618
12619 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12620 (rmail-pop-password, rmail-pop-password-required): Move to
12621 rmail-obsolete group.
12622 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12623 All callers updated.
12624 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12625 Take an argument specifying whether it is POP or IMAP mailbox we
12626 are using. All callers updated.
12627 (rmail-pop-password-error): Rename to
12628 rmail-remote-password-error. Added mailutils-specific error message.
12629 (rmail-movemail-search-path)
12630 (rmail-movemail-variant-in-use): New variables.
12631 (rmail-remote-password, rmail-remote-password-required):
12632 New customization variables.
12633 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12634 (rmail-parse-url): New function.
12635 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12636 with GNU mailutils movemail.
12637
12638 2005-01-15 Kevin Ryde <user42@zip.com.au>
12639
12640 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12641 suffix to space, $ or '$, to correctly position point when going
12642 to @table style constants like DBL_MAX.
12643
12644 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12645
12646 * type-break.el (type-break-mode, type-break-file-time)
12647 (type-break-file-keystroke-count, type-break-choose-file):
12648 Don't store data in or load data from the file if type-break-file-name
12649 is nil.
12650 (type-break-file-name): Doc update as per the above.
12651
12652 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12653
12654 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12655 lookup-key might return nil; handle that.
12656
12657 2005-01-15 Alan Mackenzie <acm@muc.de>
12658
12659 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12660 rather than the element found, thus enabling the tree to be setcar'd.
12661
12662 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12663
12664 * textmodes/org.el (org-show-following-heading): New option.
12665 (org-show-hierarchy-above): Use `org-show-following-heading'.
12666 (org-cycle): Documentation fix.
12667
12668 * textmodes/org.el (orgtbl-optimized): New option
12669 (orgtbl-mode): New command, a minor mode.
12670 (orgtbl-mode-map): New variable.
12671 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12672 (orgtbl-error, orgtbl-self-insert-command)
12673 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12674
12675 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12676 a local variable in each org-mode buffer.
12677
12678 * textmodes/org.el (org-set-regexps-and-options): Rename from
12679 `org-set-regexps'. Added checking for STARTUP keyword.
12680 (org-get-current-options): Add STARTUP options.
12681 (org-table-insert-row): Make mode intelligent about when
12682 realignment is needed.
12683 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12684 New commands.
12685 (org-enable-table-editor): New default value `optimized'.
12686 (org-table-blank-field): Support blanking regions if active.
12687
12688 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12689
12690 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12691 if the year is not given.
12692
12693 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12694 Add new escapes %m and %M, fixed bug with %F by adding
12695 save-match-data.
12696 (reftex-reference): Remove ?. from list of spaces.
12697 (reftex-label-info): Add automatic label prefix recognition.
12698
12699 * textmodes/reftex-index.el (reftex-index-next-phrase):
12700 Add slave parameter to call of `reftex-index-this-phrase'.
12701 (reftex-index-this-phrase): New optional argument.
12702 (reftex-index-region-phrases): Add slave parameter to call of
12703 `reftex-index-this-phrase'.
12704 (reftex-display-index): New argument redo.
12705 (reftex-index-rescan): Add 'redo to arguments of
12706 `reftex-display-index'.
12707 (reftex-index-Rescan, reftex-index-revert)
12708 (reftex-index-switch-index-tag): Add 'redo to arguments of
12709 `reftex-display-index'.
12710 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12711 indexing. Fix bug with matching is there is a quote before or
12712 after the word.
12713
12714 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12715 Fix bug when collecting citation keys in lines with comments.
12716 (reftex-citation): Prefix argument no longer rescans the document,
12717 but forces prompting for optional arguments of cite macros.
12718 (reftex-do-citation): Prompting for optional arguments implemented.
12719
12720 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12721 Add optional arguments to most cite commands.
12722 (reftex-cite-cleanup-optional-args): New option
12723 (reftex-cite-prompt-optional-args): New option.
12724 (reftex-trust-label-prefix): New option.
12725
12726 * textmodes/reftex-toc.el (reftex-toc-find-section):
12727 Add push-mark before changing the position in the buffer.
12728
12729 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12730 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12731
12732 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12733
12734 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12735 more carefully.
12736
12737 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12740 (sgml-mode): Use it.
12741 (sgml-get-context): Better keep track of implicitly closed tags.
12742
12743 2005-01-13 Kenichi Handa <handa@m17n.org>
12744
12745 * textmodes/ispell.el: These changes are to fix misalignment error
12746 caused by equivalent characters of different Emacs charsets.
12747 (ispell-unified-chars-table): New variable.
12748 (ispell-get-decoded-string): New function.
12749 (ispell-get-casechars, ispell-get-not-casechars)
12750 (ispell-get-otherchars): Call ispell-get-decoded-string.
12751
12752 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12753
12754 * custom.el (custom-declare-variable): Just put symbol instead
12755 of (defvar . symbol) in `current-load-list'.
12756
12757 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12758
12759 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12760
12761 2005-01-12 Jay Belanger <belanger@truman.edu>
12762
12763 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12764 to create a Calc summary.
12765
12766 2005-01-12 Kim F. Storm <storm@cua.dk>
12767
12768 * mouse.el (mouse-on-link-p): Change functionality and doc
12769 string to comply with latest description in lisp ref.
12770
12771 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12772
12773 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12774 Enable mouse clicks on mode-line, header-line and margin.
12775 (event-type): Give mouse event symbols an 'event-kind property
12776 with value 'mouse-click.
12777
12778 2005-01-12 Juri Linkov <juri@jurta.org>
12779
12780 * facemenu.el (list-colors-display): Add new arg buffer-name.
12781 Use it. Fix docstring. Replace code for identifying duplicate
12782 colors by the name with call to `list-colors-duplicates' which
12783 identifies duplicate colors by the value unless the color
12784 is one of special Windows colors. Set truncate-lines to t.
12785 Print sorted duplicate color names on each line. Indent to 22
12786 \(the longest color name in rgb.txt) instead of 20. Optimize.
12787 (list-colors-duplicates): New function.
12788 (facemenu-color-name-equal): Delete function.
12789
12790 * facemenu.el (list-colors-print): New function created from code
12791 in list-colors-display. Print #RRGGBB at the window right edge.
12792 (list-colors-display): When temp-buffer-show-function is not
12793 defined, call list-colors-print from temp-buffer-show-hook
12794 to get the right value of window-width in list-colors-print
12795 after the buffer is displayed.
12796
12797 * simple.el (pop-mark): Move deactivate-mark out of conditional
12798 part to deactivate the active mark regardless of the state of the
12799 mark ring.
12800
12801 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12802 variables line in desktop files.
12803
12804 2005-01-12 Juri Linkov <juri@jurta.org>
12805
12806 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12807 Bring together isearch highlight related options.
12808 (lazy-highlight): Replace group `replace' by `matching'.
12809 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12810 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12811 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12812 and declare them obsolete.
12813 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12814 (isearch-faces): Remove defgroup.
12815 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12816 Move isearch highlighting code closer to lazy highlighting code.
12817
12818 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12819 (query-replace-highlight, query-replace-lazy-highlight)
12820 (query-replace): Move definitions to the beginning of the file.
12821
12822 2005-01-11 Juri Linkov <juri@jurta.org>
12823
12824 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12825 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12826 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12827
12828 * info.el (Info-history-forward): New variable.
12829 (Info-select-node): Reset Info-history-forward to nil.
12830 (Info-last): Turn into defalias.
12831 (Info-history-back): Rename from Info-last.
12832 Add current node to Info-history-forward.
12833 (Info-history-forward): New fun.
12834 (Info-mode-map): Replace Info-last by Info-history-back.
12835 Bind Info-history-forward to "r".
12836 (Info-mode-menu): Replace Info-last by Info-history-back.
12837 Fix menu item text. Add menu item for Info-history-forward.
12838 (info-tool-bar-map): Replace Info-last by Info-history-back.
12839 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12840 for Info-history-forward.
12841 (Info-mode): Replace Info-last by Info-history-back in docstring.
12842 Add local variable Info-history-forward.
12843 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12844
12845 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12848 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12849 Ignore select-window events rather than fiddle with
12850 mouse-autoselect-window.
12851
12852 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12853
12854 * type-break.el (type-break-mode): Fix previous change.
12855
12856 2005-01-10 Jay Belanger <belanger@truman.edu>
12857
12858 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12859 calculator; only reset when point is inside a calculator.
12860 Don't adjust the window height if the window takes up the whole height
12861 of the frame.
12862
12863 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12864
12865 * ebuff-menu.el (Electric-buffer-menu-mode):
12866 Preserve value of buffer-local var header-line-format.
12867
12868 2005-01-09 Jay Belanger <belanger@truman.edu>
12869
12870 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12871 Make sure settings file exists before accessing it.
12872
12873 * calc/calc-embed.el (calc-embedded-subst):
12874 Replace math-multi-subst-rec, which is only supposed to be called
12875 by math-multi-subst, by math-multi-subst.
12876
12877 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12878
12879 * vc.el (vc-allow-async-revert): New user option.
12880 (vc-disable-async-diff): New internal variable.
12881 (vc-revert-buffer): Use them to disable asynchronous diff.
12882
12883 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12884 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12885 asynchronously if vc-disable-async-diff is t.
12886
12887 2005-01-09 Jay Belanger <belanger@truman.edu>
12888
12889 * calc/calc.el (defcalcmodevar): New macro.
12890 (calc-mode-var-list-restore-default-values)
12891 (calc-mode-var-list-restore-saved-values): New functions.
12892 (calc-mode-var-list): Use defcalcmodevar to define it.
12893 (calc-always-load-extensions, calc-line-numbering)
12894 (calc-line-breaking, calc-display-just, calc-display-origin)
12895 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12896 (calc-group-char, calc-point-char, calc-frac-format)
12897 (calc-prefer-frac, calc-hms-format, calc-date-format)
12898 (calc-float-format, calc-full-float-format, calc-complex-format)
12899 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12900 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12901 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12902 (calc-matrix-brackets, calc-language, calc-language-option)
12903 (calc-left-label, calc-right-label, calc-word-size)
12904 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12905 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12906 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12907 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12908 (calc-window-height, calc-display-trail, calc-show-selections)
12909 (calc-use-selections, calc-assoc-selections)
12910 (calc-display-working-message, calc-auto-why, calc-timing)
12911 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12912 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12913 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12914 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12915 (calc-gnuplot-geometry, calc-graph-default-resolution)
12916 (calc-graph-default-resolution-3d, calc-invocation-macro)
12917 (calc-show-banner): Use defcalcmodevar to declare them and set
12918 their default values.
12919
12920 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12921 instead of default values (but restore default values if there is
12922 an argument of 0).
12923
12924 2005-01-09 David Kastrup <dak@gnu.org>
12925
12926 * desktop.el (desktop-restore-eager): Fix typo in type.
12927
12928 2005-01-08 Richard M. Stallman <rms@gnu.org>
12929
12930 * cus-edit.el (customize): Delete :link.
12931
12932 2005-01-08 Jay Belanger <belanger@truman.edu>
12933
12934 * calc/calc.el (calc-mode): Remove the extension from the
12935 `calc-settings-file' file name when loading it.
12936
12937 2005-01-08 Kim F. Storm <storm@cua.dk>
12938
12939 * info.el (Info-mode-map, Info-next-link-keymap)
12940 (Info-prev-link-keymap, Info-up-link-keymap):
12941 Map follow-link to mouse-face.
12942 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12943
12944 2005-01-08 Jay Belanger <belanger@truman.edu>
12945
12946 * calc/calc.el (calc-settings-file): Change default value.
12947 Suggested by cgw in a comment in calc-mode.el.
12948
12949 * calc/calc-mode.el (calc-settings-file-name):
12950 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12951 Replace ~/.emacs in a prompt by calc-settings-file.
12952
12953 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12954
12955 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12956 (desktop-lazy-idle-delay): New customizable variables.
12957 (desktop-buffer-args-list): New variable.
12958 (desktop-append-buffer-args): New function.
12959 (desktop-save): Call desktop-append-buffer-args for some buffers.
12960 (desktop-lazy-create-buffer): New function.
12961 (desktop-idle-create-buffers): New function.
12962 (desktop-read): Add message about buffers to restore lazily.
12963 (desktop-lazy-abort): New command.
12964 (desktop-clear): Call desktop-lazy-abort.
12965 (desktop-lazy-complete): New command.
12966
12967 2005-01-06 Richard M. Stallman <rms@gnu.org>
12968
12969 * emacs-lisp/find-func.el (find-face-definition):
12970 Rename from find-face.
12971
12972 2005-01-06 Kim F. Storm <storm@cua.dk>
12973
12974 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12975
12976 * man.el (Man-xref-man-page, Man-xref-header-file)
12977 (Man-xref-normal-file): Add follow-link property.
12978
12979 2005-01-06 Jay Belanger <belanger@truman.edu>
12980
12981 * calc/calc-units.el: Make sure the proper macro definitions are
12982 available when compiling.
12983
12984 2005-01-06 Juri Linkov <juri@jurta.org>
12985
12986 * isearch.el (isearch-lazy-highlight-update):
12987 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12988
12989 2005-01-06 Miles Bader <miles@gnu.org>
12990
12991 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12992 (isearch-lazy-highlight-face): Use new name.
12993
12994 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12995
12996 * uniquify.el (uniquify-rationalize-file-buffer-names):
12997 Re-add an interactive spec.
12998 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12999 to the same name.
13000
13001 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13002 (isearch-update, isearch-done): Adjust calls accordingly.
13003
13004 2005-01-05 Richard M. Stallman <rms@gnu.org>
13005
13006 * custom.el (custom-set-variables, custom-theme-set-variables):
13007 Clarify documentation.
13008
13009 * emacs-lisp/find-func.el (find-variable)
13010 (find-variable-other-window, find-variable-other-frame):
13011 Fix the TYPE args to find-function-read and find-function-do-it.
13012 (find-function): Doc fix.
13013 (find-function-at-point): Replace function-at-point alias.
13014
13015 2005-01-04 Richard M. Stallman <rms@gnu.org>
13016
13017 * cus-face.el (custom-declare-face):
13018 Record defface in current-load-list.
13019
13020 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13021
13022 * emacs-lisp/find-func.el: Doc fixes.
13023 (find-face-regexp): New variable.
13024 (find-function-regexp-alist): New variable.
13025 (find-function-C-source): Third arg is now TYPE.
13026 (find-function-search-for-symbol): Handle general TYPE.
13027 (find-function-read, find-function-do-it): Handle general TYPE.
13028 (find-definition-noselect, find-face): New functions.
13029 (function-at-point): Alias deleted.
13030
13031 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13032
13033 * battery.el (display-battery-mode): Rename from display-battery.
13034 Handle the case where it gets turned off.
13035
13036 2005-01-04 Richard M. Stallman <rms@gnu.org>
13037
13038 * cus-edit.el (customize): Make :link point to user doc.
13039
13040 * man.el (Man-fontify-manpage): Turn off undo generation.
13041
13042 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13043
13044 2005-01-04 Andreas Schwab <schwab@suse.de>
13045
13046 * files.el (insert-directory): Only look for error lines in
13047 inserted text. Don't move too far after processing --dired markers.
13048
13049 2005-01-04 Richard M. Stallman <rms@gnu.org>
13050
13051 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13052 Don't expand if the character is @, period, dash, etc.
13053 (define-mail-abbrev): Quote names that contain problem characters.
13054
13055 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13056
13057 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13058
13059 2005-01-03 Richard M. Stallman <rms@gnu.org>
13060
13061 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13062 (query-replace-highlight, query-replace-lazy-highlight)
13063 (query-replace): Definitions moved up. Doc fix.
13064
13065 2005-01-03 Richard M. Stallman <rms@gnu.org>
13066
13067 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13068 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13069 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13070 (lazy-highlight-face): Rename from isearch-lazy-...
13071 Change all references to them.
13072
13073 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13074
13075 * cus-edit.el (custom-file): Doc fix for defcustom.
13076 (custom-file): The function no longer sets the variable
13077 `custom-file' to its return value.
13078
13079 * startup.el (command-line): No longer load `custom-file'.
13080
13081 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13082
13083 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13084
13085 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13086 Don't confuse module-prefixed identifiers for labels.
13087 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13088
13089 2005-01-02 Richard M. Stallman <rms@gnu.org>
13090
13091 * files.el (basic-save-buffer-1): Fix previous change.
13092
13093 * loadhist.el (file-loadhist-lookup): New function.
13094 (file-provides, file-requires): Use it.
13095
13096 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13097 instead of calculating the right size.
13098
13099 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13100
13101 * vc-svn.el (vc-svn-diff): Stay local if possible.
13102
13103 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13104
13105 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13106
13107 * files.el (hack-local-variables): Fix last change.
13108
13109 2005-01-02 Jay Belanger <belanger@truman.edu>
13110
13111 * calc/calc-yank.el (calc-edit-top): New variable.
13112 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13113 object. Change header properties.
13114 (calc-edit-finish, calc-edit-finish-stack-object)
13115 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13116 edited object.
13117 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13118 for the beginning of the edited object.
13119 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13120 for the beginning of the edited object.
13121 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13122 (calc-finish-formula-edit, calc-macro-repeats)
13123 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13124 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13125 beginning of the edited object.
13126 (calc-user-define-edit): Change the header for editing macros.
13127 Remove unnecessary variable.
13128
13129 2005-01-01 Jay Belanger <belanger@truman.edu>
13130
13131 * calc/calc-yank.el (calc-edit-mode): Change default header.
13132 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13133 * calc/calc-store.el (calc-edit-variable): Change title to match new
13134 header.
13135 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13136 mode to match new header.
13137 (calc-user-define-edit): Change titles to include names of commands.
13138 (calc-finish-formula-edit): Adjust to handle new header.
13139 (calc-finish-macro-edit): Remove.
13140 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13141 (calc-edit-macro-command, calc-edit-macro-command-type)
13142 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13143 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13144 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13145 (calc-edit-macro-finish-edit): New functions.
13146 (calc-user-define-edit): Use new functions to edit named calc macros.
13147
13148 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13149
13150 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13151
13152 * ses.el (copy-region-as-kill): Deactivate mark.
13153
13154 2005-01-01 Richard M. Stallman <rms@gnu.org>
13155
13156 * replace.el (occur-1): If the output buffer is also an input,
13157 don't kill it, rename it.
13158
13159 * faces.el (set-face-background, set-face-foreground): Doc fix.
13160
13161 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13162 for :foreground and :background.
13163
13164 * dired.el (dired-view-command-alist): Variable deleted.
13165 (dired-view-file, dired-mouse-find-file-other-window):
13166 Delete the code to use it.
13167
13168 2005-01-01 Kim F. Storm <storm@cua.dk>
13169
13170 * image.el (insert-sliced-image): Use t for line-height property.
13171
13172 See ChangeLog.11 for earlier changes.
13173
13174 ;; Local Variables:
13175 ;; coding: iso-2022-7bit
13176 ;; End:
13177
13178 Copyright (C) 2005 Free Software Foundation, Inc.
13179 Copying and distribution of this file, with or without modification,
13180 are permitted provided the copyright notice and this notice are preserved.
13181
13182 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1