]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
cdd661197de4512e33adcf38cf94cee903c74f95
[gnu-emacs] / lisp / ChangeLog
1 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4 (gdb-registers-font-lock-keywords): Delete.
5 (gdb-registers-mode): Don't fontify.
6 (gdb-info-registers-custom): Use text properties instead as, in
7 future, changed register values will use font-lock-warning-face.
8 (gdb-local-font-lock-keywords): Rename to...
9 (gdb-locals-font-lock-keywords): ...for consistency.
10
11 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12
13 * vc.el (vc-switch-backend): Better error message if the buffer is
14 not visiting a file under version control.
15
16 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
17
18 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
19
20 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21 ~/.emacs.d/.emacs.
22
23 2005-10-29 Richard M. Stallman <rms@gnu.org>
24
25 * replace.el (occur-mode-mouse-goto): Always go to other window.
26 (occur-mode-goto-occurrence): Always switch in same window.
27
28 * simple.el (undo): Display message at end, not at start.
29
30 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
31 New arg REUSE-CELL.
32 (cancel-timer-internal): New function.
33 (timer-event-handler): Use cancel-timer-internal,
34 and pass the cell it returns to timer-activate...
35
36 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
37 (jit-lock-deferred-fontify, jit-lock-context-fontify)
38 (jit-lock-after-change): Test memory-full.
39
40 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
41
42 * textmodes/conf-mode.el (conf-assignment-sign)
43 (conf-assignment-regexp): Fix docstrings.
44 (conf-mode-initialize): New function.
45 (conf-mode): Remove optional args. Use delay-mode-hooks to
46 recognize recursive calls.
47 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
48 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
49 (conf-xdefaults-mode): Use define-derived-mode and
50 conf-mode-initialize.
51
52 2005-10-29 Romain Francoise <romain@orebokech.com>
53
54 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
55
56 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
57
58 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
59 part of the decoded armor to find the key-identifier.
60 (pgg-gpg-lookup-key-owner): New function to return the
61 human-readable identifier of a key owner.
62 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
63 key itself.
64 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
65 the key value) if we have a key and can match it against a secret
66 key. Also, added a note pointing out fact that the prompt only
67 indicates the first matching key.
68
69 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
70 pgg-decrypt-region.
71 (pgg-pending-timers): A new hash for tracking the passphrase cache
72 timers, so that new ones supercede old ones.
73 (pgg-add-passphrase-to-cache): Rename from
74 `pgg-add-passphrase-cache' to reduce confusion (all callers
75 changed). Modified to cancel old timers when new ones are added.
76 (pgg-remove-passphrase-from-cache): Rename from
77 `pgg-remove-passphrase-cache' to reduce confusion (all callers
78 changed). Modified to cancel old timers when their keys are
79 removed from the cache.
80 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
81 XEmacs, an indirection to delete-itimer.
82 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
83 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
84 users can only check cache without risk of prompting. Correct bug in
85 notruncate behavior.
86 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
87 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
88 Add informative docstrings.
89 (pgg-decrypt): Convey provided passphrase in subordinate call to
90 pgg-decrypt-region.
91
92 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
93
94 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
95 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
96 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
97 'passphrase' argument, so the passphrase can be managed externally
98 and then passed in to the system.
99
100 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
101 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
102 so the passphrase cache can be used reliably with identifiers
103 besides a pgp packet's key id.
104
105 * pgg-gpg.el (pgg-pgp-encrypt-region)
106 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
107 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
108 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
109 argument to all these routines, so the passphrase can be managed
110 externally and passed in to the system.
111
112 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
113 'notruncate' argument, so the passphrase cache can be used
114 reliably with identifiers besides a pgp packet's key id.
115
116 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
117
118 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
119 symmetric encryption.
120 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
121 encrypted session key.
122 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
123 message ask for the passphrase in a proper way.
124
125 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
126 New user commands for symmetric encryption.
127
128 2005-10-28 Bill Wohler <wohler@newt.com>
129
130 * help-mode.el (help-url): New button type. Calls browse-url.
131 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
132 Similar to Info nodes: URL `url'.
133 (help-make-xrefs): Create help-url buttons for
134 help-xref-url-regexp matches.
135
136 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
137
138 * tool-bar.el (tool-bar-add-item-from-menu)
139 (tool-bar-local-item-from-menu): Fix doc strings.
140
141 2005-10-28 Romain Francoise <romain@orebokech.com>
142
143 * ldefs-boot.el: Update.
144
145 * subr.el (locate-library): Move from help-fns.el.
146 * help-fns.el (locate-library): Move to subr.el.
147
148 2005-10-28 Richard M. Stallman <rms@gnu.org>
149
150 * net/tramp.el (tramp-completion-mode): defvar moved up.
151
152 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
153
154 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
155
156 * files.el (find-file-noselect): Use %d to format large file size.
157
158 * bindings.el (mode-line-format): Add %e.
159
160 * loadup.el ("facemenu"): Load unconditionally.
161 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
162 ("x-dnd"): Load, when appropriate.
163
164 * startup.el (command-line): Call before-init-hook earlier.
165 Warn about some bad characters in -u user name.
166
167 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
168 (flyspell-external-point-words): Error if misspelled word is not found.
169 Set flyspell-large-region-beg at end of word.
170
171 2005-10-28 Andreas Schwab <schwab@suse.de>
172
173 * view.el (View-revert-buffer-scroll-page-forward):
174 Use view-page-size-default.
175
176 2005-10-28 Juri Linkov <juri@jurta.org>
177
178 * international/quail.el (quail-get-current-str): Translate last
179 raw character for deterministic input methods.
180
181 2005-10-27 Jay Belanger <belanger@truman.edu>
182
183 * calc/calc-ext.el: Add functions to autoloads.
184 (math-identity-matrix-p, math-ident-row-p): New functions.
185
186 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
187 multiplication by an identity matrix; don't turn multiplication by
188 an inverse matrix into division.
189 (math-div-symbol-fancy): Replace division by matrices with
190 multiplication by inverse.
191
192 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
193
194 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
195 (calc-writeoutpower): New functions.
196
197 2005-10-27 Romain Francoise <romain@orebokech.com>
198
199 * replace.el (occur-engine): Include colon in mouse-face highlight.
200
201 * dired-x.el: Change Maintainer field.
202
203 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
204
205 * longlines.el (longlines-mode): Bind after-change-functions to
206 nil during initial decoding and final encoding.
207
208 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
209
210 * term.el (term-emulate-terminal, term-handle-colors-array)
211 (term-handle-ansi-escape): Specify the terminfo capabilities
212 implemented.
213
214 2005-10-26 Richard M. Stallman <rms@gnu.org>
215
216 * info.el (Info-fontify-node): Fix detection of sentence-break
217 before *Note.
218
219 2005-10-26 Romain Francoise <romain@orebokech.com>
220
221 * smerge-mode.el: Add `tools' to file keywords.
222
223 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
224
225 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
226 when the fringe is not available.
227
228 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
229 (def-gdb-auto-update-trigger): Simplify construction.
230 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
231 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
232 defined explicitly.
233 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
234 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
235 defined explicitly.
236 (gdb-info-locals-custom): Remove as it's a no-op.
237
238 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
239
240 * longlines.el (longlines-mode): Remove narrowing before
241 performing the initial decoding or final encoding.
242
243 2005-10-25 Romain Francoise <romain@orebokech.com>
244
245 * emacs-lisp/find-func.el (find-library-name): Also strip
246 extension if library name ends in .el, to take advantage of
247 `find-library-suffixes'.
248
249 2005-10-25 Richard M. Stallman <rms@gnu.org>
250
251 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
252
253 2005-10-25 Juri Linkov <juri@jurta.org>
254
255 * textmodes/texinfo.el (texinfo-mode): Change charset of one
256 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
257
258 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
261 (blackbox-redefine-key): Add argument `map'.
262
263 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
264 regions when moving the jit-lock-context-unfontify-pos boundary.
265
266 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
267
268 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
269
270 2005-10-25 Masatake YAMATO <jet@gyve.org>
271
272 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
273
274 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
275
276 * play/blackbox.el (blackbox-redefine-key): New function.
277 (blackbox-mode-map): Use it to remap existing bindings for cursor
278 motion instead of binding literal keys.
279
280 2005-10-25 Glenn Morris <rgm@gnu.org>
281
282 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
283 diary does not end in a newline. Do not assume a blank line at
284 the start of the diary file.
285
286 2005-10-25 Kenichi Handa <handa@m17n.org>
287
288 * international/quail.el (quail-translate-key): If the input
289 method is deterministic and failed to handle the last key, restart
290 the key handling loop from an appropriate key.
291
292 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
293
294 * vc.el (vc-dired-mode): Extend comment for binding of
295 `directory-listing-before-filename-regexp'.
296
297 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * textmodes/texinfo.el (texinfo-mode):
300 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
301 not to unnecessarily expose emacs-mule's internal char codes.
302
303 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
304
305 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
306 Display hand pointer and help-echo on disabled icon too.
307 (gdb-mouse-until): New function.
308 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
309
310 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
311
312 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
313 with 2005-10-23 change to doctor.el.
314
315 * finder.el (finder-mode-map): Add follow-link binding.
316
317 2005-10-25 Kim F. Storm <storm@cua.dk>
318
319 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
320 to gdb-mouse-toggle-breakpoint-fringe.
321 (gdb-mouse-toggle-breakpoint-margin): Rename from
322 gdb-mouse-toggle-breakpoint. Fix doc.
323 (gdb-mouse-toggle-breakpoint-fringe): New defun.
324 (gdb-put-string): Add optional SPROPS arg. Add props to string.
325 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
326 string properties also for fringe breakpoint bitmaps.
327
328 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
329
330 * textmodes/org.el (org-start-icalendar-file): Fix format form.
331
332 2005-10-25 Masatake YAMATO <jet@gyve.org>
333
334 * simple.el (completion-common-substring):
335 Use `completion-common-substring' prior to `completion-base-size'.
336
337 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
338
339 * savehist.el: Require CL while compiling.
340 (savehist-history-variables): Remove.
341 (savehist-save-minibuffer-history, savehist-additional-variables)
342 (savehist-minibuffer-history-variables): New vars.
343 (savehist-save): Use them.
344 (savehist-uninstall, savehist-minibuffer-hook): New funs.
345 (savehist-install): New fun, extracted from savehist-load.
346 (savehist-load): Use them.
347
348 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
351 a dummy doc-string-elt property.
352 (defalias, defvaralias, define-category): Add a docstring property.
353
354 * image.el (defimage):
355 * widget.el (define-widget):
356 * custom.el (defface, defcustom): Add `doc-string' declaration.
357
358 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
359 (defadvice): Add `doc-string' declaration.
360
361 * emacs-lisp/byte-run.el (macro-declaration-function):
362 Handle `doc-string' declarations.
363 (define-obsolete-function-alias, define-obsolete-variable-alias):
364 Add `doc-string' declaration.
365
366 2005-10-24 Kenichi Handa <handa@m17n.org>
367
368 * international/utf-7.el (utf-7): Add autoload cookie.
369
370 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
371
372 2005-10-24 Eli Zaretskii <eliz@gnu.org>
373
374 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
375 list of directories passed to batch-update-autoloads. Add "." to
376 the list of the echoed directories.
377
378 * pgg-def.el:
379 * pgg-gpg.el:
380 * pgg-parse.el:
381 * pgg-pgp.el:
382 * pgg-pgp5.el:
383 * pgg.el: Moved here from the gnus subdirectory.
384
385 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
386
387 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
388 in case comint-prompt-read-only is set to t.
389
390 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
391 in case comint-prompt-read-only is set to t.
392
393 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
394
395 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
396 Now a string.
397 (icalendar-import-format): Handle CLASS, STATUS, URL.
398 Rename `subject' to `summary'.
399 (icalendar-import-format-summary): Rename from
400 `icalendar-import-format-subject'.
401 (icalendar-import-format-url, icalendar-import-format-status)
402 (icalendar-import-format-class): New variables.
403 (icalendar--rris): Take variable argument list.
404 (icalendar--datestring-to-isodate): Remove unnecessary
405 calendar-style check when converting dates with explicit month names.
406 (icalendar-export-region): Change return type of conversion
407 subroutines. Bury current buffer unless error occurred.
408 (icalendar--convert-to-ical)
409 (icalendar--parse-summary-and-rest): New functions.
410 (icalendar--convert-ordinary-to-ical)
411 (icalendar--convert-weekly-to-ical)
412 (icalendar--convert-yearly-to-ical)
413 (icalendar--convert-block-to-ical)
414 (icalendar--convert-cyclic-to-ical)
415 (icalendar--convert-anniversary-to-ical): Change return type.
416 Strip trailing blanks from subject.
417 (icalendar--convert-sexp-to-ical): Change return type.
418 Strip trailing blanks from subject. Handle simple sexp
419 entries as generated by icalendar.el.
420 (icalendar--convert-float-to-ical)
421 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
422 (icalendar-import-file): Doc fix.
423 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
424 Correct call to icalendar--rris.
425 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
426 `summary'.
427 (icalendar--add-diary-entry): Rename `subject' to `summary'.
428
429 2005-10-24 Romain Francoise <romain@orebokech.com>
430
431 * server.el (server-sentinel): Set query-on-exit flag to nil on
432 new client processes (it isn't inherited from the server process).
433
434 * replace.el (occur-engine): Rearrange text properties.
435
436 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
439 case-fold-search is nil.
440 (debug-help-follow): Use help-xref-interned directly.
441
442 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
443
444 * thumbs.el (thumbs-image-type): Add .pbm.
445
446 2005-10-23 Richard M. Stallman <rms@gnu.org>
447
448 * faces.el (inhibit-face-set-after-frame-default): New variable.
449 (set-face-attribute): Bind it.
450 (face-set-after-frame-default): Test it.
451
452 * help-fns.el (describe-simplify-lib-file-name): New function.
453 (describe-function-1, describe-variable): Use it.
454
455 * faces.el (describe-face): Use describe-simplify-lib-file-name.
456
457 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
458 Eliminate nil as possible value.
459 (tooltip-hide-delay): Reduce internal-border-width.
460
461 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
462 (menu-bar-file-menu) <new-file>: Likewise.
463
464 * simple.el (line-move-finish): Ignore fields computing LINE-END.
465
466 * international/mule.el (load-with-code-conversion):
467 Pass full file name to `eval-buffer' unless preloading.
468
469 * textmodes/flyspell.el (flyspell-large-region):
470 Call ispell-check-version.
471
472 * textmodes/ispell.el (ispell-local-dictionary-overridden):
473 Fix the make-variable-buffer-local call that was supposed
474 to be for this variable.
475 (ispell-aspell-supports-utf8): Doc fix.
476 (ispell-find-aspell-dictionaries): Preserve elements of
477 ispell-dictionary-alist for dictionaries that aspell doesn't report.
478 (ispell-aspell-find-dictionary): Return nil on error.
479
480 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
481 (doctor-symptoms): Likewise.
482
483 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
484
485 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
486
487 * cus-edit.el (custom-button, custom-button-pressed): New vars.
488 (custom-raised-buttons): Add :set spec.
489 (custom-button-unraised, custom-button-pressed-unraised):
490 New faces, so that custom-raised-buttons actually does something.
491 (custom-mode): Use custom-button and custom-button-pressed.
492
493 * wid-edit.el (widget-specify-button): Don't ignore
494 widget-mouse-face on graphic terminals.
495 (widget-move-and-invoke): Cleanup.
496
497 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
498
499 * whitespace.el (whitespace-cleanup): Doc fix.
500
501 2005-10-23 Romain Francoise <romain@orebokech.com>
502
503 * emulation/viper.el (viper-set-hooks): Quote forms passed to
504 `eval-after-load' to avoid evaluating their result.
505
506 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
507
508 * files.el (directory-listing-before-filename-regexp):
509 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
510
511 * dired.el (dired-move-to-filename-regexp): Remove.
512 All occurences replaced by `directory-listing-before-filename-regexp'.
513
514 * dired-x.el, locate.el, vc.el:
515 Replace `dired-move-to-filename-regexp' by
516 `directory-listing-before-filename-regexp'. In vc.el it is
517 overwritten locally; maybe this can be handled in files.el too.
518
519 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
520 replaced by `directory-listing-before-filename-regexp'.
521
522 2005-10-23 Andreas Schwab <schwab@suse.de>
523
524 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
525 and eval-next-after-load.
526
527 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
528
529 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
530 exist, create it.
531
532 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
533
534 * allout.el: Remove autoloads for mailcrypt and crypt++.
535 Require pgg, pgg-gpg during compilation.
536 (allout-version): Increment version number to 2.1, and use a literal
537 rather than RCS Id.
538 (allout-default-encryption-scheme): Remove.
539 (allout-passphrase-verifier-handling)
540 (allout-passphrase-verifier-string)
541 (allout-file-passphrase-verifier-string)
542 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
543 (allout-passphrase-hint-handling): Rename and simplify.
544 (allout-init): Use `find-file-hook' if available, otherwise
545 `find-file-hooks'.
546 (allout-mode): Use `write-file-functions' if available, otherwise
547 `local-write-file-hooks' and, instead of making auto-save-hook
548 buffer local, make the write-file-hook activity contingent to
549 allout-mode.
550 (allout-mode): Use key-binding substitution in the docstring.
551 (allout-kill-line): Spell-out kill ring data structure mutation
552 instead of using byte-compiler-complaint-provoking `pop'.
553 (allout-insert-listified): Use `insert' rather than `insert-string'
554 (allout-toggle-current-subtree-encryption): Update docstring, adjust
555 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
556 (allout-encrypt-string): Totally revamped vis new underlying
557 encryption facilities.
558 (allout-mc-activate-passwd): Remove.
559 (allout-obtain-passphrase): New, more or less replaces
560 allout-mc-activate-passwd.
561 (allout-encrypted-key-info): More or less replaces
562 allout-encrypted-text-type.
563 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
564 (my-mark-marker): Use `(featurep 'xemacs)'.
565
566 2005-10-23 Lars Hansen <larsh@soem.dk>
567
568 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
569 (byte-compile-file-form-defmumble, byte-compile-defun)
570 (byte-compile-defmacro): Use it.
571 (byte-compile-form): Don't call byte-compile-set-symbol-position
572 when a byte-compile handler is called.
573
574 2005-10-22 Romain Francoise <romain@orebokech.com>
575
576 * savehist.el (savehist-history-variables): Add `grep-find-history'.
577
578 * subr.el (eval-after-load): Convert library name to an absolute
579 file name using locate-library, since load-history no longer has
580 library names in it.
581
582 2005-10-22 Richard M. Stallman <rms@gnu.org>
583
584 * files.el (make-temp-file): Move from subr.el.
585 * subr.el (make-temp-file): Move to files.el.
586
587 * window.el (get-buffer-window-list): Move from subr.el.
588 * subr.el (get-buffer-window-list): Move to window.el.
589
590 * image.el (image-load-path): Use eval-at-startup to initialize.
591
592 * subr.el (eval-at-startup): New macro.
593
594 * subr.el: Much rearrangement of functions and division
595 into pages. No code changes.
596
597 2005-10-22 Kenichi Handa <handa@m17n.org>
598
599 * tar-mode.el (tar-extract): Be sure to call
600 find-operation-coding-system if set-auto-coding doesn't find a
601 coding system.
602
603 2005-10-22 Kim F. Storm <storm@cua.dk>
604
605 * image.el (image-type-header-regexps): Rename from image-type-regexps.
606 Change users.
607 (image-type-file-name-regexps): New defconst.
608 (image-type-from-data): Simplify loop.
609 (image-type-from-buffer): New defun.
610 (image-type-from-file-header): Use it instead of image-type-from-data.
611 Use image-search-load-path instead of only looking in data-directory.
612 (image-type-from-file-name): New defun.
613 (image-search-load-path): Change `pathname' to `filename'.
614 Make PATH arg optional, default to image-load-path.
615
616 2005-10-21 Richard M. Stallman <rms@gnu.org>
617
618 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
619
620 * textmodes/paragraphs.el (sentence-end-base): New variable.
621 (sentence-end): Use sentence-end-base.
622
623 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * font-lock.el (font-lock-default-fontify-region): Check the multiline
626 property independently from the font-lock-multiline variable.
627
628 2005-10-21 Richard M. Stallman <rms@gnu.org>
629
630 * emacs-lisp/find-func.el (find-library-name): Doc fix.
631
632 * startup.el (command-line): Convert library names
633 in `load-history' to absolute file names.
634
635 * subr.el (symbol-file): Doc fix.
636
637 * loadhist.el (file-loadhist-lookup): Call locate-library
638 instead of find-library-name. Don't try converting
639 abs file names to library names, since load-history no longer
640 has library names in it.
641 (file-dependents, file-provides, file-requires): Doc fixes.
642
643 2005-10-21 Juri Linkov <juri@jurta.org>
644
645 * progmodes/etags.el (tags-table-mode): New function.
646 (tags-verify-table): Replace initialize-new-tags-table with
647 tags-table-mode.
648
649 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
650 default value.
651 (desktop-modes-not-to-save): Add tags-table-mode to the
652 default value.
653
654 * info.el (Info-index-next): Add total number of index
655 alternatives to the message.
656
657 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
658 backward only space (instead of space and period) before looking
659 at sentence end.
660
661 * simple.el (set-variable): Use user-variable-p instead of symbolp.
662 Add the old variable value as 4th default-value arg of read-string.
663
664 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
665
666 * cus-face.el (custom-declare-face): Make face from X resources
667 also on Mac.
668
669 * disp-table.el (standard-display-g1, standard-display-graphic):
670 Refuse to use string glyphs also on Mac.
671 (standard-display-european): Don't set terminal coding system also
672 on Mac.
673
674 * frame.el (display-screens): Use x-display-screens also on Mac.
675
676 2005-10-21 Romain Francoise <romain@orebokech.com>
677
678 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
679
680 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
681
682 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
683 and $? into sexps.
684
685 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
686 warning face on open-paren-in-column-0.
687
688 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
689 boundary case. Fix typo.
690 Suggested by Martin Rudalics <rudalics@gmx.at>.
691
692 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
693
694 * textmodes/org.el: (org-combined-agenda-icalendar-file)
695 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
696 (org-export-icalendar-this-file)
697 (org-export-icalendar-all-agenda-files)
698 (org-export-icalendar-combine-agenda-files): New commands.
699 (org-export-icalendar, org-print-icalendar-entries)
700 (org-start-icalendar-file, org-finish-icalendar-file)
701 (org-ical-ts-to-string): New functions.
702 (org-read-date, org-goto-calendar)
703 (org-agenda-goto-calendar): Inhibit displaying diary entries by
704 call to `calendar'.
705 (orgtbl-setup): Remove the :keys arguments from the menu description.
706 (org-after-save-iCalendar-file-hook): New variable.
707
708 2005-10-21 Kenichi Handa <handa@m17n.org>
709
710 * language/vietnamese.el (tcvn-5712): Make it an alias of
711 vietnamese-tcvn coding-system.
712
713 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
714
715 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
716 group id is given.
717
718 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
719
720 * progmodes/sh-script.el (sh-escaped-line-re): New var.
721 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
722 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
723 whose line is either continued or ends with a comment.
724
725 2005-10-20 Romain Francoise <romain@orebokech.com>
726
727 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
728
729 * replace.el (occur-engine): Add follow-link property.
730
731 * font-core.el (font-lock-mode): Doc fix.
732
733 2005-10-20 Richard M. Stallman <rms@gnu.org>
734
735 * net/rcirc.el: New file.
736
737 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
738
739 * term.el (term-term-name): Initialize to "eterm-color".
740
741 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
742
743 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
744 for encryption functionality.
745 Move allout customization subgroup from `editing' to `outlines' group.
746 Fix commentary 'keywords' to legitimate ones.
747 Update author info (using my current email address, obscurified).
748 (allout-encrypt-string, allout-encryption-produce-work-buffer)
749 (allout-encrypted-topic-p, allout-encrypted-text-type)
750 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
751 (allout-situate-encryption-key-verifier)
752 (allout-get-encryption-key-verifier, allout-verify-key)
753 (allout-next-topic-pending-encryption)
754 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
755 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
756 (outline-key-verifier-handling, outline-key-hint-handling)
757 (outline-encrypt-unencrypted-on-saves): New defcustoms.
758 (allout-file-key-verifier-string, allout-encryption-scheme)
759 (allout-key-verifier-string, allout-key-hint-string)
760 (allout-after-save-decrypt): New variables.
761 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
762 (allout-after-saves-handler): New hook functions.
763 (allout-post-command-business): Do allout-after-save-decrypt.
764 (allout-enable-file-variable-adjustment): Custom var to enable
765 mechanism for adding and adjusting settings of Emacs file variables.
766 (allout-adjust-file-variable, allout-file-vars-section-data):
767 New functions, implement the mechanism.
768 (outlineify-sticky): Use the file vars mechanism.
769 (allout-inhibit-protection, allout-during-write-cue)
770 (allout-override-protect, allout-before-change-protect): Remove.
771 (allout-flag-region, allout-open-topic): Adjust read-only text.
772 (allout-open-line-not-read-only): Add to facilitate read-only
773 text based protection.
774 (allout-kill-line): Revise to adjust read-only text, clue the
775 user about the inhibition.
776 (allout-unprotected): Use unwind-protect.
777 (allout-shift-in, allout-shift-out): Disallow manually shifting a
778 topic deeper than the offspring depth of the previous topic -
779 avoiding confusing "containment discontinuities".
780 (allout-reindent-bodies): Fix retention of body relative hanging
781 indent during promotion of collapsed bodies.
782 (allout-open-topic): Make it easy to open new topic with same
783 bullet as current topic - topic creation functions provided with
784 any universal argument provokes now prompt for bullet, defaulting
785 to the bullet of the previous topic.
786 (allout-plain-bullets-string, allout-distinctive-bullets-string):
787 Plain bullet alternates '.' period and ',' comma only. All other
788 bullets are relegated to special status (but customizable).
789 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
790 since it actually operates w.r.t. most immediately containing
791 entry, visible or not.
792 (allout-hide-current-entry, allout-show-current-entry): Use the
793 revised version.
794 (allout-old-expose-topic): Solidify deprecation.
795 (allout-end-of-subtree): Add so we can span concealed as well
796 as visible topics.
797 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
798 (allout-end-of-current-heading): Tweak to just respect the first line.
799 (allout-get-body-text): Add.
800 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
801 when invoked interactively.
802 (allout-up-current-level): Use `interactive-p'.
803 (allout-mode, allout-init): Miscellaneous docstring and
804 operational refinements, as well as hookups of new encryption stuff.
805 (allout-beginning-of-current-entry): Now works as advertised.
806 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
807 (allout-isearch-rectification): Refine condition for isearching.
808 (allout-isearch-abort, allout-enwrap-isearch)
809 (allout-flag-region, my-region-active-p): Relocate some macros.
810 (allout-title): Fallback title is '(buffer-name)', not
811 non-existing '(current-buffer-name)'.
812 (subst-char-in-string): Define if absent (for some XEmacs versions).
813
814 2005-10-20 Jari Aalto <jari.aalto@cante.net>
815
816 * mail/sendmail.el (mail-setup-hook, mail-aliases)
817 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
818 (mail-citation-prefix-regexp, mail-signature-file)
819 (mail-default-headers, mail-bury-selects-summary)
820 (mail-send-nonascii): Add autoload cookies.
821
822 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
823
824 * frame.el (blink-cursor-mode): Add `mac' to the list of
825 window-system's that support blinking cursor.
826
827 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
828
829 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
830
831 2005-10-20 Eli Zaretskii <eliz@gnu.org>
832
833 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
834 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
835 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
836
837 2005-10-20 Kim F. Storm <storm@cua.dk>
838
839 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
840 (ido-set-current-directory): Don't add / after final @.
841 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
842 Explicitly handle ange-ftp completion oddities.
843 (ido-make-file-list): Don't rotate list at tramp root to avoid
844 triggering tramp file handler for expand-file-name via get-file-buffer.
845
846 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * simple.el (eval-expression-print-format): Put the char-string
849 inside the parenthesis, like the other alternative notations.
850 (kill-new): Use push.
851 (copy-to-buffer): Use with-current-buffer.
852 (completion-setup-function): Simplify.
853 (minibuffer-local-must-match-map): Don't add redundant bindings which
854 are already present in its parent (minibuffer-local-completion-map).
855
856 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
857
858 2005-10-19 Jay Belanger <belanger@truman.edu>
859
860 * calc/calc-units.el (math-standard-units): Add units, adjust
861 symbols and update values.
862 (math-unit-prefixes): Add more prefixes.
863
864 2005-10-19 Romain Francoise <romain@orebokech.com>
865
866 * bookmark.el (bookmark-menu-heading): New face.
867 (bookmark-bmenu-list): Use it.
868 Don't fiddle with `baud-rate' at top-level.
869
870 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
871
872 * image.el (create-image, find-image): Mention max-image-size in
873 docstring.
874
875 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * savehist.el (savehist-load): Revert to checking XEmacs.
878
879 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
880 Various docstring and line-width fixups.
881 (conf-mode): Use cond.
882 Set font-lock-defaults. Don't set comment-use-syntax.
883
884 2005-10-18 David Ponce <david@dponce.com>
885
886 * tree-widget.el (tree-widget-button-click): New function.
887 (tree-widget-button-keymap): Use it.
888
889 2005-10-18 Romain Francoise <romain@orebokech.com>
890
891 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
892 (bookmark-bmenu-hide-filenames): Add follow-link property.
893 Improve help-echo text.
894
895 * ffap.el (find-file-at-point): Doc fix.
896
897 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
898
899 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
900
901 2005-10-18 Masatake YAMATO <jet@gyve.org>
902
903 Install to the CVS repository what I forgot to install in my
904 2005-10-16 changes.
905
906 * progmodes/python.el (python-complete-symbol): Pass the common
907 prefix substring of completion to `display-completion-list'.
908
909 * textmodes/org.el (org-complete): Ditto.
910
911 2005-10-18 Masatake YAMATO <jet@gyve.org>
912
913 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
914
915 * woman.el (WoMan-xref-man-page): New button type derived
916 from `Man-abstract-xref-man-page'.
917 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
918
919 * man.el (Man-abstract-xref-man-page): New button type.
920 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
921 (Man-highlight-references): Add new optional argument `xref-man-type'.
922
923 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
924
925 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
926
927 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
928
929 * cus-edit.el (Custom-move-and-invoke): Delete.
930 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
931
932 * wid-edit.el (widget-move-and-invoke): New function, from
933 Custom-move-and-invoke.
934
935 2005-10-17 Bill Wohler <wohler@newt.com>
936
937 Move all remaining images from lisp/toolbar to etc/images, move
938 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
939 the low resolution images in their own directory (low-color).
940
941 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
942 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
943 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
944 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
945 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
946 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
947 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
948
949 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
950 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
951 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
952 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
953 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
954 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
955 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
956 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
957 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
958 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
959 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
960 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
961 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
962 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
963 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
964
965 To conform with convention, replace the underscore (_) in the
966 following image names with dash (-) or (/) as appropriate.
967
968 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
969 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
970 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
971 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
972 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
973 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
974 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
975 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
976 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
977 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
978 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
979 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
980 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
981 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
982 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
983
984 * info.el (info-tool-bar-map): Replace underscores in image names
985 with dashes.
986
987 * makefile.w32-in (WINS): Remove toolbar.
988
989 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
990
991 * tool-bar.el: Move to lisp from toolbar. Now that
992 toolbar is empty, it should be deleted when folks run "cvs up -P".
993
994 2005-10-18 Jay Belanger <belanger@truman.edu>
995
996 * calc/calc-store.el (calc-store-into): Get the proper variable name
997 to display in message.
998
999 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
1000
1001 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
1002 expressions display in speedbar for all buffers when debugging.
1003 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
1004
1005 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
1006 (speedbar-insert-button, speedbar-make-button):
1007 Use add-text-properties.
1008 (speedbar-update-localized-contents)
1009 (speedbar-update-directory-contents)
1010 (speedbar-update-special-contents): Use dolist.
1011 (speedbar-buffer-easymenu-definition): Add a menu separator.
1012
1013 2005-10-17 Jason Rumney <jasonr@gnu.org>
1014
1015 * makefile.w32-in: Use $(lisp) consistently.
1016 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
1017 for shell specific generation of mh-autoloads.
1018
1019 2005-10-17 Richard M. Stallman <rms@gnu.org>
1020
1021 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
1022
1023 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * jit-lock.el (jit-lock-fontify-now):
1026 Move jit-lock-context-unfontify-pos to avoid wasted work.
1027
1028 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
1029
1030 * net/tramp.el (tramp-completion-mode): New defvar. Used in
1031 `tramp-completion-mode' for checking if we are in completion mode.
1032 (tramp-completion-handle-file-name-all-completions): Reorder code
1033 in order to complete for file names only in case there are no
1034 method/user/host completions. This is necessary for cooperation
1035 with ido. Reported by Kim F. Storm <storm@cua.dk>.
1036
1037 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
1038
1039 * longlines.el (longlines-search-forward)
1040 (longlines-search-backward): Match any number of spaces.
1041
1042 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
1043
1044 * diff-mode.el (diff-mode): Doc fix.
1045
1046 2005-10-16 David Reitter <david.reitter@gmail.com>
1047
1048 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
1049 as default on darwin and windows systems.
1050
1051 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
1052
1053 * arc-mode.el (archive-zip-extract): Doc fix.
1054
1055 2005-10-16 Romain Francoise <romain@orebokech.com>
1056
1057 * mouse.el (mouse-1-click-follows-link): Doc fix.
1058
1059 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * savehist.el: Don't require CL at runtime.
1062 (savehist-xemacs): Remove.
1063 (savehist-coding-system): Use utf-8 if present, regardless of religion.
1064 (savehist-no-conversion): Use (featurep 'xemacs).
1065 (savehist-load): Check existence of start-itimer rather than XEmacs.
1066 Use an idle timer.
1067 (savehist-process-for-saving): Replace use of CL funs `subseq' and
1068 `delete-if-not'.
1069
1070 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
1071
1072 * savehist.el: Newer version.
1073 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
1074 (savehist-last-checksum, savehist-no-conversion): New vars.
1075 (savehist-autosave, savehist-process-for-saving, savehist-printable):
1076 New functions.
1077 (savehist-load, savehist-save): Use them.
1078 (savehist-delimit): Remove.
1079
1080 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * progmodes/compile.el (compilation-goto-locus): Display the
1083 compilation buffer first and the source buffer second, in case they're
1084 in overlapping frames. Don't raise the compilation frame if it was the
1085 selected window upon entry. Pass the `other-window' arg to
1086 pop-to-buffer.
1087
1088 * info.el (Info-fontify-node): Use dolist.
1089 Change add-text-properties to put-text-property.
1090
1091 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1092
1093 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
1094 bound of search.
1095
1096 2005-10-16 Masatake YAMATO <jet@gyve.org>
1097
1098 * dabbrev.el (dabbrev-completion): Pass the common
1099 prefix substring of completion to `display-completion-list'.
1100
1101 * filecache.el (file-cache-minibuffer-complete)
1102 (file-cache-complete): Ditto.
1103
1104 * tempo.el (tempo-display-completions): Ditto.
1105
1106 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
1107
1108 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
1109
1110 * eshell/em-hist.el (eshell-list-history): Ditto.
1111
1112 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
1113
1114 * mail/mailalias.el (mail-complete): Ditto.
1115
1116 * progmodes/etags.el (complete-tag): Ditto.
1117
1118 * progmodes/make-mode.el (makefile-complete): Ditto.
1119
1120 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
1121
1122 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
1123
1124 * progmodes/pascal.el (pascal-complete-word)
1125 (pascal-show-completions): Ditto.
1126
1127 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
1128
1129 * simple.el (completion-common-substring): New variable.
1130 (completion-setup-function): Use `completion-common-substring'
1131 to put faces.
1132
1133 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1134
1135 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
1136 (x-get-selection, mac-select-convert-to-string): Convert from/to
1137 UTF-16 clipboard data as in native byte order, no BOM.
1138
1139 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
1140
1141 * progmodes/gud.el (gud-tool-bar-map): Rename the images
1142 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
1143 (gud-sentinel): Use speedbar-frame to check for speedbar.
1144
1145 2005-10-15 Richard M. Stallman <rms@gnu.org>
1146
1147 * savehist.el: New file.
1148
1149 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
1150
1151 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
1152 Fix bug in \bf fontification.
1153
1154 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1155
1156 * pcvs.el (cvs-edit-log-files): New var.
1157 (cvs-mode-edit-log): New arg `file'.
1158 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
1159 Instead force the use of the original file and nothing else.
1160 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
1161 the cvs-minor-wrap-function is set.
1162 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
1163
1164 2005-10-14 Bill Wohler <wohler@newt.com>
1165
1166 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
1167 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
1168 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
1169 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
1170 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
1171 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
1172 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
1173 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
1174 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
1175 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
1176 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
1177 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
1178 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
1179 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
1180 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
1181
1182 * progmodes/gud.el (gud-tool-bar-map): Rename the images
1183 appropriately (for example, gud-break to gud/break).
1184
1185 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
1186
1187 * longlines.el (longlinges-search-function)
1188 (longlines-search-forward, longlines-search-backward): New functions.
1189 (longlines-mode): Set isearch-search-fun-function to
1190 longlinges-search-function.
1191
1192 * mouse.el (mouse-drag-region-1): Handle the case where a
1193 double-click event is bound to an arbitrary function.
1194
1195 2005-10-14 David Ponce <david@dponce.com>
1196
1197 * recentf.el (recentf-track-opened-file)
1198 (recentf-track-closed-file, recentf-update-menu)
1199 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
1200 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
1201 mouse-1-click-follows-link.
1202
1203 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1204
1205 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
1206 Gnome file-manager.png. Suggested by
1207 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
1208
1209 * toolbar/README: Add diropen.xpm.
1210
1211 2005-10-13 Bill Wohler <wohler@newt.com>
1212
1213 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
1214 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
1215
1216 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1219 Don't waste the byte-compiler's time on constant data.
1220
1221 2005-10-13 Kenichi Handa <handa@m17n.org>
1222
1223 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
1224 byte with `escape-glyph' face.
1225
1226 * international/fontset.el (ccl-encode-unicode-font):
1227 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
1228 Handle the case that ucs-mule-to-mule-unicode translates a character to
1229 ASCII (usually for IPA characters).
1230
1231 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1232
1233 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
1234 Don't hide the underline of titles if font-lock-mode is disabled.
1235
1236 2005-10-12 Bill Wohler <wohler@newt.com>
1237
1238 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
1239 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
1240 files in MH-E-SRC have been updated.
1241 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
1242
1243 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
1246 (mixal-mode-syntax-table): Add \n as end-comment.
1247 (mixal-operation-codes-alist): Immediately initialize to full value.
1248 (mixal-add-operation-code): Remove.
1249 (mixal-describe-operation-code): Make the arg non-optional.
1250 Use the interactive spec instead.
1251 Use mixal-operation-codes-alist rather than mixal-operation-codes.
1252 (mixal-font-lock-keywords): Don't highlight comments here any more.
1253 (mixal-font-lock-syntactic-keywords): New var.
1254 (mixal-mode): Use it. Fix comment-start-skip.
1255
1256 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1257
1258 * startup.el (command-line-x-option-alist): -nb => -nbi
1259
1260 2005-10-12 Kim F. Storm <storm@cua.dk>
1261
1262 * startup.el (fancy-splash-default-action): Discard mouse click in
1263 the spash screen window, as it has no sensible meaning in the
1264 next window to be selected. Fixes error reported by Jan D.
1265
1266 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
1267
1268 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
1269
1270 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
1273 Try to fix up minor layout issues like indentation, line break, etc...
1274 (mixal-mode-syntax-table): Don't try to specify comment syntax,
1275 because it doesn't work.
1276 (mixal-operation-codes): Add some more codes.
1277 (mixal-font-lock-keywords): Process comments here.
1278 (mixal-mode): mixasm no longer needs -g option.
1279
1280 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
1281
1282 * progmodes/sh-script.el (sh-tmp-file):
1283 Use mktemp -t. Finish support for es and rc shells.
1284
1285 2005-10-11 Jay Belanger <belanger@truman.edu>
1286
1287 * calc/calcalg2.el (calc-integral): With an argument, compute the
1288 definite integral.
1289
1290 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
1291
1292 * mouse.el (mouse-drag-region-1): Don't try to catch a
1293 double-click when doing follow-link (it's overridden anyway).
1294
1295 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
1296
1297 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
1298 (autoload-print-form-outbuf): Add docstring.
1299
1300 2005-10-11 Juri Linkov <juri@jurta.org>
1301
1302 * info.el (Info-mode-menu): Delete menu item "Edit".
1303 (Info-mode): Delete description of Info-edit from docstring,
1304 and rearrange descriptions of Info commands in the order
1305 they are documented in the Info manual.
1306
1307 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * calendar/appt.el (appt-check): Use diary-selective-display var.
1310
1311 2005-10-10 Richard M. Stallman <rms@gnu.org>
1312
1313 * net/newsticker.el (newsticker-start, newsticker-show-news):
1314 Add autoload cookies.
1315
1316 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
1317
1318 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
1319
1320 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
1321
1322 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
1323
1324 2005-10-10 Jay Belanger <belanger@truman.edu>
1325
1326 * calc/calc-arith.el (math-check-known-scalarp)
1327 (math-check-known-matrixp): Check the values of arguments that are
1328 variables.
1329 (math-check-known-square-matrixp): New function.
1330 (math-known-square-matrixp): Use math-check-known-square-matrixp.
1331 (math-super-types): Add sqmatrix type.
1332
1333 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
1334 mode name `square' to 'sqmatrix'.
1335
1336 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
1337 mode name `square' to 'sqmatrix'.
1338
1339 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1340
1341 * progmodes/etags.el (select-tags-table-mode): Don't use
1342 selective-display.
1343 (tags-select-tags-table): Pass `button' to the action function.
1344 (select-tags-table): Place the side-info on button properties rather
1345 than in hidden text. Abbreviate file names.
1346 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
1347 (select-tags-table-select): Add `button' argument.
1348 Get side-info from the button property rather than from hidden text.
1349
1350 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
1351
1352 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
1353 (gud-speedbar-buttons): Preserve point if possible.
1354 (gud-sentinel): Restore previous speedbar display type.
1355
1356 * progmodes/gdb-ui.el (gdba): Improve diagram.
1357 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1358 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
1359 Call get-buffer-window once.
1360
1361 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1362
1363 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
1364 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
1365 (pascal-indent-command): Remove unused var `ind'.
1366 (pascal-indent-case): Remove unused var `oldpos'.
1367 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
1368 since it's now used as a proper minor mode map.
1369 (pascal-outline): Rename to pascal-outline-mode.
1370 (pascal-outline-mode): Use define-minor-mode.
1371 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
1372 selective-display.
1373
1374 2005-10-10 Andreas Schwab <schwab@suse.de>
1375
1376 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
1377 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
1378
1379 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
1380 outside source directory.
1381
1382 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
1383
1384 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
1385 C-x' as a prefix.
1386 (orgtbl-mode-map): Full keymap instead of sparse, because all
1387 `self-insert-command' keys are redefined in this map.
1388 (org-export-as-html): Specify charset for HTML file, by taking it
1389 from the coding system.
1390
1391 2005-10-10 Kenichi Handa <handa@m17n.org>
1392
1393 * textmodes/flyspell.el (flyspell-check-word-p):
1394 If unread-command-events is non-empty, don't call sit-for.
1395
1396 2005-10-09 Richard M. Stallman <rms@gnu.org>
1397
1398 * font-lock.el (font-lock-syntactic-keywords)
1399 (font-lock-keywords): Doc fixes.
1400
1401 * textmodes/flyspell.el (flyspell-external-point-words):
1402 Simplify logic, and don't try to check for consecutive appearances
1403 of one incorrect word.
1404
1405 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
1406
1407 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
1408 separator.
1409
1410 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
1411 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
1412 (gud-expansion-speedbar-buttons): New function.
1413 (gud-speedbar-buttons): Check for gud-comint-buffer.
1414
1415 2005-10-09 Bill Wohler <wohler@newt.com>
1416
1417 * Makefile.in (updates): Add mh-loaddefs dependency.
1418
1419 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
1420
1421 * speedbar.el (speedbar-file-key-map): Fix typo.
1422
1423 2005-10-09 Daniel Brockman <daniel@brockman.se>
1424
1425 * cus-start.el (line-spacing): Add custom spec.
1426
1427 2005-10-09 Romain Francoise <romain@orebokech.com>
1428
1429 * textmodes/ispell.el (ispell-check-version): Fix last change.
1430
1431 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1432
1433 * term/x-win.el: Remove -i, --icon-type from comment.
1434
1435 * startup.el (command-line-x-option-alist): Remove options -i,
1436 -itype, --icon-type, added -nb, --no-bitmap-icon
1437
1438 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
1439
1440 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
1441 instead of :active.
1442
1443 2005-10-08 Eric Hanchrow <offby1@blarg.net>
1444
1445 * textmodes/ispell.el (ispell-check-version):
1446 Ignore hyphen, and all that follows, in aspell's version text.
1447
1448 2005-10-08 Jay Belanger <belanger@truman.edu>
1449
1450 * calc/calc-arith.el (math-known-square-matrixp): New function.
1451 (math-pow-fancy): Check for matrices before distributing exponent
1452 across products.
1453
1454 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
1455 fullscreen keypad. Suggested by Luc Teirlinck.
1456 (calc-keypad-show-input): Add space for formatting.
1457
1458 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
1459 Add square matrix option.
1460
1461 * calc/calc-poly.el (math-expand-term): Check for matrices instead
1462 of checking calc-matrix-mode when deciding how to expand.
1463
1464 * calc/calc.el (calc-set-mode-line): Add square matrix option.
1465
1466 2005-10-08 Lars Hansen <larsh@soem.dk>
1467
1468 * net/tramp.el (tramp-perl-directory-files-and-attributes):
1469 Add error handling.
1470 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
1471
1472 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
1473
1474 Sync with Tramp 2.0.51.
1475
1476 * net/tramp.el (tramp-handle-set-visited-file-modtime)
1477 (tramp-handle-insert-file-contents, tramp-handle-write-region):
1478 Insert special handling for `last-coding-system-used', again
1479 it still seems to be necessary (unlike stated before).
1480 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
1481 (tramp-password-prompt-regexp): There might be other words before
1482 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
1483 (tramp-chunksize): Improve docstring.
1484 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
1485 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
1486 Christian Joergensen <bugs@razor.dk>.
1487
1488 2005-10-07 Glenn Morris <rgm@gnu.org>
1489
1490 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
1491 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
1492 precision'.
1493
1494 2005-10-07 Romain Francoise <romain@orebokech.com>
1495
1496 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
1497 (ibuffer-do-shell-command-pipe-replace)
1498 (ibuffer-do-shell-command-file, ibuffer-do-eval)
1499 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
1500 (ibuffer-do-revert, ibuffer-do-replace-regexp)
1501 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
1502 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1503 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
1504 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
1505 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
1506 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
1507 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
1508 Autoload file sans suffix.
1509
1510 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
1511
1512 2005-10-07 David Ponce <david@dponce.com>
1513
1514 * recentf.el (recentf-menu-open-all-flag): New option.
1515 (recentf-digit-shortcut-command-name): New function.
1516 (recentf--shortcuts-keymap): New variable.
1517 (recentf-menu-shortcuts): New variable.
1518 (recentf-make-menu-items): Initialize it. Replace the "More..."
1519 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
1520 (recentf-menu-value-shortcut): New function.
1521 (recentf-make-menu-item): Use it. No more in-lined.
1522 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
1523 (recentf-open-most-recent-file): Rename from
1524 `recentf-open-file-with-key'. Don't depend on key binding.
1525 (recentf-mode-map): New variable.
1526 (recentf-mode): Use it.
1527
1528 2005-10-06 Bill Wohler <wohler@newt.com>
1529
1530 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
1531
1532 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
1533 (MH-E-SRC): New. Used by mh-autoloads.
1534 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
1535 files in MH-E-SRC have been updated.
1536 (compile, recompile, bootstrap): Depend on mh-autoloads.
1537
1538 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
1539
1540 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
1541 gud-break and gud-remove icons when the fringe is not available.
1542
1543 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
1544 Typo.
1545
1546 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1547
1548 * play/zone.el (zone): Wrap body with save-window-excursion.
1549
1550 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
1553 Use the new `list-only' arg to diary-list-entries.
1554
1555 * calendar/diary-lib.el: Use overlays rather than selective-display.
1556 (diary-selective-display): New var.
1557 (diary-header-line-format): Use it.
1558 (diary-list-entries): Add argument `list-only'.
1559 Put the buffer in diary-mode. Don't add \^M at beg and end.
1560 Replace \^M by invisible overlays.
1561 (diary-unhide-everything): Replace \^M by invisible overlays.
1562 (print-diary-entries): Look for overlays rather than \^M.
1563 Add a space to the temp buffer name.
1564 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
1565 Put the buffer in diary-mode.
1566 (list-sexp-diary-entries): Replace \^M by invisible overlays.
1567 (diary-anniversary): Make the year arg optional.
1568 (diary-time-regexp): New const.
1569 (diary-font-lock-keywords): Use it to accept a few more time formats.
1570
1571 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
1572
1573 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
1574
1575 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
1576 Fix bug introduced 2005-07-03: Use (car (last ...))
1577 to faithfully reproduce replaced artist-last.
1578 (artist-set-arrow-points-for-poly): Likewise.
1579 Suggested by Johan Bockg\e,Ae\e(Brd.
1580
1581 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
1582
1583 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
1584 * wid-edit.el (widget):
1585 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
1586 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
1587
1588 2005-10-06 Kenichi Handa <handa@m17n.org>
1589
1590 * international/mule-cmds.el (set-language-environment):
1591 Fix setting up of case-table for unibyte mode.
1592
1593 * simple.el (what-cursor-position): If the character is displayed
1594 by some `display' text property, show that. Don't use
1595 single-key-description for eight-bit characters in multibyte mode.
1596
1597 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
1598
1599 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
1600 (gdb-ann3): Set it.
1601 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
1602 (gdb-info-frames-custom): Use inverse-video for first five
1603 characters of selected frame only.
1604 (gdb-get-frame-number): Select frame even when point is on frame
1605 number.
1606
1607 2005-10-06 Masatake YAMATO <jet@gyve.org>
1608
1609 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1610 Put `font-lock-function-name-face'.
1611 (gdb-info-frames-custom): Put `font-lock-function-name-face'
1612 and `font-lock-variable-name-face'
1613 (gdb-registers-font-lock-keywords): New font lock keywords definition.
1614 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
1615 (gdb-memory-font-lock-keywords): New font lock keywords definition.
1616 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
1617 (gdb-local-font-lock-keywords): New font lock keywords definition.
1618 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
1619 (gdb-threads-font-lock-keywords): New font lock keywords definition.
1620 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
1621
1622 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
1623
1624 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
1625 (ediff-merge-region-is-non-clash-to-skip): Previously called
1626 ediff-merge-region-is-non-clash.
1627
1628 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
1629 Use insert-buffer-substring.
1630
1631 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
1632 selecting files to patch. Also bug fixes.
1633
1634 * ediff-util.el (ediff-setup): Bug fix.
1635 (ediff-next-difference): Never skip clashes that differ in white
1636 space only.
1637
1638 * ediff-wind.el (ediff-setup-control-frame)
1639 (ediff-destroy-control-frame): Check the menubar feature.
1640
1641 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
1642 (viper-refresh-mode-line): Use make-local-variable to localize
1643 some vars instead of make-variable-buffer-local. Suggested by
1644 Stefan Monnier.
1645
1646 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
1647 (viper-restore-cursor-type, viper-set-insert-cursor-type):
1648 Use make-local-variable instead of make-variable-buffer-local.
1649 Suggested by Stefan Monnier.
1650
1651 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
1652 (viper-comint-mode-hook): Use make-local-variable on
1653 require-final-newline.
1654 (viper-non-hook-settings): Don't use make-variable-buffer-local.
1655
1656 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
1659 also the second char of a comment-start sequence.
1660 (scheme-sexp-comment-syntax-table): New var.
1661 (lambda, define): Set their scheme-doc-string-elt property.
1662 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
1663 Use lisp-font-lock-syntactic-face-function now that it properly
1664 handles |...| symbols.
1665 (scheme-mode-variables): Set lisp-doc-string-elt-property,
1666 parse-sexp-lookup-properties and font-lock-extra-managed-props.
1667
1668 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
1669 bit from # to |.
1670 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
1671
1672 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
1673 (lisp-doc-string-elt-property): New var.
1674 (lisp-font-lock-syntactic-face-function): Use it.
1675 Rewrite to recognize docstrings even for forms not at toplevel.
1676
1677 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
1678 annotation on the | part of #| rather than on the # part.
1679 (scheme-font-lock-syntactic-face-function): New function, to
1680 distinguish strings from |...| symbols.
1681 (scheme-mode-variables): Use it. Also fix up the font-lock-time
1682 syntax-table so that #|...|# is properly highlighted.
1683
1684 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
1685 Don't mark as docstring the 3rd elem of an unknown toplevel form.
1686
1687 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
1690 and C-e.
1691
1692 * emacs-lisp/eldoc.el: Move comments into docstrings.
1693 (eldoc-message-commands): Initialize in its declaration.
1694 Add move-beginning-of-line and move-end-of-line.
1695 (eldoc-add-command, eldoc-add-command-completions)
1696 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
1697
1698 * outline.el (outline-mark-subtree): Activate the mark.
1699
1700 * calendar/appt.el (appt-time-regexp): New var.
1701 (appt-add, appt-make-list): Use it.
1702 (appt-convert-time): Clean up.
1703
1704 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
1705 Don't set any syntax-table property here.
1706 (tex-font-lock-verb): New function. Do it here.
1707 (tex-font-lock-syntactic-keywords): Use it.
1708
1709 2005-10-04 Richard M. Stallman <rms@gnu.org>
1710
1711 * wid-edit.el (widget-file-complete): Get the widget start point
1712 the right way. Default directory to `/' if file has none.
1713
1714 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
1715
1716 * textmodes/flyspell.el (flyspell-mode-on):
1717 Call ispell-maybe-find-aspell-dictionaries.
1718
1719 * textmodes/ispell.el (ispell-word, ispell-region):
1720 Call ispell-maybe-find-aspell-dictionaries.
1721 (ispell-accept-buffer-local-defs):
1722 Don't call ispell-maybe-find-aspell-dictionaries
1723
1724 2005-10-04 Richard M. Stallman <rms@gnu.org>
1725
1726 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
1727
1728 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
1729
1730 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
1731 instead of `fboundp' in order to allow for anonymous functions.
1732
1733 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
1734
1735 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
1736 case the user clicks on the link while another window is selected.
1737 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
1738
1739 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
1740 functionality.
1741 (dframe-help-echo): Save point in case mouse tracking is off.
1742
1743 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
1744
1745 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
1746
1747 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
1750 not change the global value of those vars.
1751
1752 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
1753 make-local-variable which we do not need any more.
1754
1755 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
1756
1757 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
1758 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
1759 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
1760 (speedbar-path-line): Define obsolete aliases.
1761 (speedbar-line-directory): Doc fix.
1762
1763 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
1764 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
1765 instead of speedbar-line-path.
1766
1767 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1768
1769 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
1770 to nil if dropping on a window. Handle dropping on a minibuffer window
1771 like dropping on a non-window part of Emacs.
1772
1773 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * net/ange-ftp.el: Use with-current-buffer.
1776 (ange-ftp-insert-directory): Do not follow symlinks any more.
1777
1778 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1779 Remove interactive spec.
1780
1781 2005-10-03 Kim F. Storm <storm@cua.dk>
1782
1783 * ido.el (ido-mode): Use custom-initialize-set.
1784
1785 2005-10-02 Richard M. Stallman <rms@gnu.org>
1786
1787 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
1788 Use insert-buffer-substring.
1789
1790 * net/tramp.el: Pacify byte compiler warnings in pacification code.
1791 (tramp-handle-file-local-copy): Use insert-buffer-substring.
1792
1793 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
1796 in last change.
1797 (ange-ftp-insert-directory): Fix up the search for the case where
1798 `file' is absolute.
1799
1800 2005-10-02 Romain Francoise <romain@orebokech.com>
1801
1802 * progmodes/compile.el (compile-goto-error): Delete extra paren.
1803
1804 2005-10-02 Andreas Schwab <schwab@suse.de>
1805
1806 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
1807 directory component in the session info.
1808
1809 2005-10-01 Richard M. Stallman <rms@gnu.org>
1810
1811 * comint.el (comint-redirect-subvert-readonly): Doc fix.
1812
1813 * simple.el (next-error-internal): New function.
1814
1815 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
1816 (compilation-start): Pass new arg to compilation-buffer-name.
1817 (compile-goto-error): Use next-error-internal.
1818
1819 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * speedbar.el: Remove RCS tag.
1822 (speedbar-check-read-only): Handle non-existent files.
1823
1824 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1825
1826 * info.el (Info-speedbar-hierarchy-buttons)
1827 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1828
1829 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1830
1831 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1832 Do not match newline.
1833 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1834 (bibtex-summary): Remove unnecessary save-excursion.
1835 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1836
1837 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1838
1839 * term/mac-win.el: Add charset info for "iso10646-1".
1840 Modify default fontset to use ATSUI-compatible fonts for some charsets
1841 if available.
1842
1843 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * speedbar.el: Re-apply arch tag.
1846 (speedbar-version): Rename to version 1.0. Suggested by Eric
1847 M. Ludlam.
1848 Reapply two changes from Emacs CVS' version of speedbar lost
1849 during the merge:
1850 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1851 (speedbar-frame-parameters): Improve customize type.
1852
1853 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1854
1855 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1856 (ange-ftp-file-directory-p): Fix the symlink case.
1857 (ange-ftp-insert-directory): When listing a single file, get a list of
1858 the parent buffer and extract the relevant line. Inspired from a patch
1859 by Katsumi Yamaoka <yamaoka@jpl.org>.
1860 (ange-ftp-file-name-sans-versions): Simplify.
1861
1862 2005-09-30 Bill Wohler <wohler@newt.com>
1863
1864 Move MH-E image files from toolbar and mail directories into
1865 etc/images.
1866
1867 * mail/reply2.*: Move to etc/images/mail/reply*.
1868
1869 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1870 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1871 etc/images.
1872
1873 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1874 * toolbar/reply*: Move to etc/images/mail.
1875
1876 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1877
1878 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1879
1880 * speedbar.el: New version 1.0pre3.
1881
1882 Frame management code (including timer, and mouse click specifics)
1883 moved to dframe.el:
1884 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1885 (speedbar-timer): Removed. Use dframe-timer.
1886 (speedbar-close-frame): Removed. Use dframe-close-frame.
1887 (speedbar-activity-change-focus-flag): Removed. Use
1888 dframe-activity-change-focus-flag.
1889 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1890 dframe-update-speed.
1891
1892 (speedbar-current-frame): New macro. Use this instead of the
1893 variable speedbar-frame.
1894
1895 (speedbar-use-images, speedbar-expand-image-button-alist)
1896 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1897
1898 (speedbar-find-image-on-load-path): Removed. Replaced by
1899 defezimage in ezimage.el.
1900 (speedbar-expand-image-button-alist): Removed. Replaced by
1901 ezimage-expand-image-button-alist in ezimage.el.
1902
1903 (speedbar-ignored-directory-regexp)
1904 (speedbar-add-ignored-directory-regexp)
1905 (speedbar-ignored-directory-expressions)
1906 (speedbar-line-directory, speedbar-buffers-line-directory)
1907 (speedbar-directory-line, speedbar-buffers-line-directory):
1908 Renamed, replacing `path' with `directory'.
1909
1910 (speedbar-create-directory, speedbar-expand-line-descendants)
1911 (speedbar-toggle-line-expansion)
1912 (speedbar-contract-line-descendants): New commands.
1913
1914 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1915 (speedbar-use-tool-tips-flag): New options.
1916
1917 (speedbar-check-read-only, speedbar-require-version)
1918 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1919 (speedbar-handle-delete-frame, speedbar-try-completion)
1920 (speedbar-update-localized-contents): New functions.
1921
1922 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1923 (speedbar-object-read-only-indicator): New variables.
1924
1925 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1926 New hooks.
1927
1928 (speedbar-separator-face): New face.
1929
1930 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1931 (speedbar-ignored-modes): Add fundamental-mode.
1932 (speedbar-directory-unshown-regexp): Add . directories.
1933
1934 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1935 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1936 `]' for full expand/close.
1937 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1938
1939 (speedbar-check-vc): Support hidden files.
1940 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1941 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1942 state is nil, it is not checked out.
1943
1944 (speedbar-line-text, speedbar-line-token): Support expand buttons
1945 with no text.
1946 (speedbar-refresh): Universal argument acts as power-click.
1947 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1948 that buffer to get variable values.
1949
1950 And many other bugfixes.
1951
1952 * dframe.el, ezimage.el, sb-image.el: New files.
1953
1954 * sb-*.xpm: Remove files. New image files installed into
1955 etc/images/ezimage.
1956
1957 2005-09-30 Kenichi Handa <handa@m17n.org>
1958
1959 * ps-mule.el (ps-mule-show-warning): If a character is in
1960 ps-print-translation-table, don't treat it as non-printable.
1961
1962 2005-09-30 David Ponce <david@dponce.com>
1963
1964 * tree-widget.el (tree-widget-themes-load-path): New variable.
1965 (tree-widget-themes-directory): Doc fix.
1966 (tree-widget-image-formats) [Emacs]: Doc fix.
1967 (tree-widget--locate-sub-directory): New function.
1968 (tree-widget-themes-directory): Use it.
1969
1970 * recentf.el (recentf-filename-handlers): Rename from
1971 `recentf-filename-handler'. Allow a list of functions.
1972 (recentf-menu-items-for-commands): Fix :help strings.
1973 (recentf-apply-filename-handlers): New function.
1974 (recentf-expand-file-name): Use it.
1975 (recentf-cleanup): Remove duplicates too.
1976
1977 2005-09-29 Juri Linkov <juri@jurta.org>
1978
1979 * faces.el: Rearrange face definitions to be in the same order as
1980 their face descriptions in "(emacs)Standard Faces".
1981
1982 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1983
1984 * tooltip.el (tooltip): Add group `basic-faces'.
1985
1986 * buff-menu.el (Buffer-menu-buffer): Remove group
1987 `font-lock-highlighting-faces'.
1988
1989 * progmodes/compile.el (compilation-error, compilation-warning)
1990 (compilation-info, compilation-line-number, compilation-column-number):
1991 Change group from `font-lock-highlighting-faces' to `compilation'.
1992
1993 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1994 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1995 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1996 (vhdl-font-lock-reserved-words-face)
1997 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1998 `font-lock-highlighting-faces'.
1999
2000 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
2001
2002 2005-09-28 Kim F. Storm <storm@cua.dk>
2003
2004 * emulation/cua-base.el: Set CUA move property on additional commands:
2005 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
2006 forward-sexp, backward-sexp, forward-list, backward-list.
2007
2008 2005-09-28 Romain Francoise <romain@orebokech.com>
2009
2010 * comint.el (comint-show-output): Really set point at the
2011 beginning of the output when not using `comint-use-prompt-regexp'.
2012
2013 2005-09-27 Jay Belanger <belanger@truman.edu>
2014
2015 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
2016 in TeX mode.
2017
2018 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
2019
2020 * textmodes/org.el (org-table-sum): Fix format string.
2021
2022 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
2023 Quote face names.
2024
2025 2005-09-26 Romain Francoise <romain@orebokech.com>
2026
2027 * isearch.el (isearch-forward-regexp): Close doc string.
2028
2029 2005-09-25 Richard M. Stallman <rms@gnu.org>
2030
2031 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
2032
2033 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
2034
2035 * progmodes/compile.el (compilation-error-properties):
2036 When getting the file from the previous error message,
2037 correctly decode the new data format.
2038
2039 * progmodes/cc-cmds.el (c-electric-paren):
2040 Call old-blink-paren only for close-paren.
2041
2042 2005-09-24 Andreas Schwab <schwab@suse.de>
2043
2044 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
2045 condition.
2046
2047 2005-09-25 Romain Francoise <romain@orebokech.com>
2048
2049 * dired-aux.el (dired-copy-file-recursive):
2050 * dired.el (dired-delete-file):
2051 * ediff-mult.el (ediff-dir-diff-copy-file):
2052 * ediff-util.el (ediff-test-save-region):
2053 * forms.el (forms-mode):
2054 * ido.el (ido-file-internal, ido-delete-file-at-head):
2055 * log-edit.el (log-edit-done):
2056 * ses.el (ses-yank-resize):
2057 * play/gomoku.el (gomoku-human-plays, gomoku)
2058 (gomoku-human-resigns, gomoku-prompt-for-other-game)
2059 (gomoku-offer-a-draw):
2060 * play/landmark.el (lm-human-resigns, lm):
2061 * net/eudcb-ldap.el (eudc-ldap-check-base):
2062 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
2063 * progmodes/ebrowse.el (ebrowse-find-pattern):
2064 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
2065 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
2066 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
2067
2068 * vc.el (vc-delete-file):
2069 * play/gomoku.el (gomoku-terminate-game, gomoku)
2070 (gomoku-prompt-for-move, gomoku-human-takes-back):
2071 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
2072 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
2073
2074 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
2075
2076 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
2077 color rxvt terminals by using the code xterm.el used to use before
2078 2005-04-09 in order to match the colors used by rxvt.
2079
2080 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2081
2082 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
2083 colors rxvt-unicode terminals by using the same code as xterm.el.
2084
2085 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 * textmodes/tex-mode.el (tex-font-lock-append-prop)
2088 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
2089 new symbol used for the tex-verbatim face.
2090
2091 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
2092
2093 * woman.el (woman-file-name):
2094 * wid-edit.el (widget-file-prompt-value)
2095 (widget-coding-system-prompt-value):
2096 * w32-fns.el (set-w32-system-coding-system):
2097 * vc.el (vc-version-diff, vc-annotate):
2098 * textmodes/reftex-auc.el (reftex-arg-cite)
2099 (reftex-arg-index-tag):
2100 * textmodes/refer.el (refer-get-bib-files):
2101 * textmodes/artist.el (artist-figlet-choose-font):
2102 * terminal.el (terminal-emulator):
2103 * replace.el (occur-read-primary-args):
2104 * rect.el (string-rectangle, string-insert-rectangle):
2105 * ps-print.el (ps-print-preprint):
2106 * progmodes/pascal.el (pascal-goto-defun):
2107 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
2108 * progmodes/compile.el (compilation-find-file):
2109 * printing.el (pr-interactive-n-up):
2110 * play/animate.el (animate-birthday-present):
2111 * net/rcompile.el (remote-compile):
2112 * man.el (man, Man-goto-section, Man-follow-manual-reference):
2113 * mail/rmailsum.el (rmail-summary-search-backward)
2114 (rmail-summary-search):
2115 * mail/rmailout.el (rmail-output-read-rmail-file-name)
2116 (rmail-output-read-file-name):
2117 * mail/rmail.el (rmail-search, rmail-search-backwards):
2118 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
2119 * locate.el (locate):
2120 * international/quail.el (quail-show-keyboard-layout):
2121 * international/mule.el (set-buffer-file-coding-system)
2122 (revert-buffer-with-coding-system, set-file-name-coding-system)
2123 (set-terminal-coding-system, set-keyboard-coding-system)
2124 (set-next-selection-coding-system):
2125 * international/mule-diag.el (describe-coding-system)
2126 (describe-font, describe-fontset):
2127 * international/mule-cmds.el (universal-coding-system-argument)
2128 (search-unencodable-char, describe-input-method)
2129 (set-language-environment, describe-language-environment):
2130 * international/codepage.el (codepage-setup):
2131 * international/code-pages.el (codepage-setup):
2132 * info.el (Info-search, Info-follow-reference)
2133 (Info-search-backward):
2134 * emacs-lisp/advice.el (ad-read-advised-function)
2135 (ad-read-advice-class, ad-clear-cache, ad-activate)
2136 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
2137 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
2138 (ad-read-regexp):
2139 * ediff-util.el (ediff-toggle-regexp-match):
2140 * ediff-ptch.el (ediff-prompt-for-patch-file):
2141 * dired-aux.el (dired-diff):
2142 * diff.el (diff):
2143 * cus-edit.el (custom-variable-prompt):
2144 * calendar/timeclock.el (timeclock-ask-for-project):
2145 * calc/calcalg3.el (calc-get-fit-variables):
2146 * calc/calc-store.el (calc-edit-variable)
2147 (calc-permanent-variable):
2148 * vc-mcvs.el (vc-mcvs-register):
2149 * shadowfile.el (shadow-define-literal-group):
2150 * woman.el (woman-file-name):
2151 * vc.el (vc-version-diff, vc-merge):
2152 * textmodes/reftex-index.el (reftex-index-complete-tag):
2153 * format.el (format-decode-buffer, format-decode-region):
2154 * emulation/viper-cmd.el (viper-read-string-with-history):
2155 * emacs-lisp/debug.el (cancel-debug-on-entry):
2156 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2157 * ediff.el (ediff-merge-revisions)
2158 (ediff-merge-revisions-with-ancestor, ediff-revision):
2159 * completion.el (interactive-completion-string-reader):
2160 * calc/calc-prog.el (calc-user-define-formula):
2161 Follow convention for reading with the minibuffer.
2162
2163 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
2164
2165 * progmodes/python.el (python-describe-symbol): Add globals() and
2166 locals() to the arguments of emacs.ehelp.
2167
2168 2005-09-24 Magnus Henoch <mange@freemail.hu>
2169
2170 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
2171 New function, code extracted from ispell-valid-dictionary-list.
2172 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
2173 Call it.
2174
2175 2005-09-24 Eli Zaretskii <eliz@gnu.org>
2176
2177 * subr.el (version-regexp-alist): Extend valid syntax for version
2178 strings: allow any of the characters -,_,+ to separate the
2179 alpha/beta/rc part from the version part. Doc fix.
2180 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
2181
2182 2005-09-23 David Reitter <david.reitter@gmail.com>
2183
2184 * mail/mailclient.el: New file.
2185
2186 2005-09-23 Richard M. Stallman <rms@gnu.org>
2187
2188 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
2189 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
2190 Doc fixes.
2191
2192 * progmodes/cc-mode.el (c-font-lock-init):
2193 Specify font-lock-lines-before.
2194
2195 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
2198 whole conflict.
2199
2200 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
2201
2202 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
2203 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
2204 of `remap' feature when available. Additional key bindings for
2205 better tty support.
2206 (org-mode-restart, org-force-self-insert): New commands.
2207 (org-time-stamp-inactive): New command.
2208 (org-remap): New function.
2209 (org-table-auto-blank-field, org-level-color-stars-only): New options.
2210 (org-enable-fixed-width-editor): Move to `org-structure'
2211 customization group.
2212 (org-self-insert-command, orgtbl-self-insert-command): Modify to
2213 blank field after field motion commands.
2214
2215 2005-09-23 Kenichi Handa <handa@m17n.org>
2216
2217 * international/mule-cmds.el (set-language-environment):
2218 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
2219 have to call utf-translate-cjk-load-tables.
2220
2221 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2222
2223 * mouse.el (mouse-move-drag-overlay): Fix last change.
2224
2225 2005-09-22 David Ponce <david@dponce.com>
2226
2227 * tree-widget.el (tree-widget-value-create): Fix previous change.
2228
2229 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2230
2231 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
2232
2233 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * mouse.el (mouse-move-drag-overlay): New function.
2236 (mouse-drag-region-1): Use it.
2237 Try to simplify a bit the state handling. Handle clicks on links
2238 inside intangible areas.
2239 (mouse-save-then-kill): Minor simplification.
2240 (mouse-secondary-overlay): Make it always non-nil instead of
2241 recreating it each time.
2242 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
2243 (mouse-kill-secondary, mouse-secondary-save-then-kill):
2244 Simplify accordingly.
2245
2246 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2247
2248 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
2249
2250 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
2251
2252 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
2253 (ediff-file-name-sans-prefix): Treat nil as an empty string.
2254 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
2255 to patch.
2256
2257 * ediff-util.el: Use insert-buffer-substring.
2258
2259 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
2260
2261 * emulation/viper-cmd.el (viper-change-state): Don't move over the
2262 field boundaries in the minibuffer.
2263 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
2264 (viper-minibuffer-post-command-hook): New hook.
2265 (viper-line): Don't move cursor at bolp.
2266
2267 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
2268
2269 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
2270 avoid compiler warnings.
2271
2272 * emulation/viper-macs.el (ex-map): Better messages.
2273
2274 * emulation/viper-utils.el (viper-beginning-of-field): New function.
2275
2276 * emulation/viper.el: Replace make-variable-buffer-local with
2277 viper-make-variable-buffer-local everywhere, to avoid warnings.
2278
2279 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2282 Delete unused var `old-selected-window'.
2283 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
2284 (mouse-drag-secondary): Delete unused var `start-frame'.
2285
2286 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2287
2288 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
2289
2290 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
2293 Re-indent within 80 columns. Use inhibit-read-only.
2294
2295 2005-09-19 Romain Francoise <romain@orebokech.com>
2296
2297 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
2298
2299 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * font-lock.el (font-lock-default-fontify-region): Don't add a line
2302 unconditionally, since the after-change-function already did it.
2303
2304 2005-09-19 Miles Bader <miles@gnu.org>
2305
2306 * net/newsticker.el: Get rid of CVS keyword.
2307
2308 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
2309
2310 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
2311 The prompt is formatted later.
2312
2313 2005-09-19 David Ponce <david@dponce.com>
2314
2315 * tree-widget.el (tree-widget-value-create): Save the converted
2316 tree :node widget.
2317
2318 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
2319
2320 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
2321 variable `message'.
2322
2323 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
2324
2325 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
2326 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
2327 <slawomir.nowaczyk.847@student.lu.se>.
2328
2329 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
2330
2331 * image.el (image-load-path): Use symbol `data-directory' instead
2332 of its value, for backward compatibility with packages that bind
2333 it during `find-image'. Suggested by Katsumi Yamaoka.
2334 (image-search-load-path): Handle symbols whose values are strings.
2335
2336 2005-09-18 Romain Francoise <romain@orebokech.com>
2337
2338 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
2339 with-current-buffer form in save-excursion.
2340
2341 2005-09-18 D Goel <deego@gnufans.org>
2342
2343 * apropos.el (apropos-command): Fix `message' call: first arg
2344 should be a format spec. In this and all other cases that appear
2345 below and elsewhere in the source code, I made a change only when
2346 two conditions were satisfied: [1] I can think of a possibility
2347 that the arguments would cause an error, for example, the code in
2348 question relies on external variables such as filenames. [2] I
2349 was sure that the arg to `message' could not have been nil in the code.
2350
2351 * textmodes/tildify.el (tildify-region): Ditto.
2352
2353 * textmodes/reftex-index.el (reftex-index-change-entry)
2354 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
2355 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
2356 * textmodes/org.el (org-complete, org-deadline, org-schedule)
2357 (org-priority, org-table-sum):
2358 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
2359 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
2360 (flyspell-word, flyspell-display-next-corrections):
2361 * textmodes/bibtex.el (bibtex-print-help-message):
2362 * textmodes/artist.el (artist-key-set-point-poly):
2363 * term/mac-win.el (mac-services-insert-text):
2364 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
2365 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
2366 (vhdl-port-paste-testbench, vhdl-compose-new-component)
2367 (vhdl-compose-configuration):
2368 * progmodes/sh-script.el (sh-blink, sh-show-indent)
2369 (sh-set-indent, sh-learn-line-indent):
2370 * progmodes/ps-mode.el (ps-mode-target-column):
2371 * progmodes/idlwave.el (idlwave-make-tags)
2372 (idlwave-scan-library-catalogs):
2373 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
2374 * progmodes/gud.el (gud-jdb-analyze-source):
2375 * progmodes/flymake.el (flymake-log):
2376 * progmodes/ebnf2ps.el (ebnf-generate-region):
2377 * progmodes/cmacexp.el (c-macro-expansion):
2378 * progmodes/ada-xref.el (ada-treat-cmd-string):
2379 * progmodes/ada-mode.el (ada-create-case-exception-substring)
2380 (ada-justified-indent-current, ada-batch-reformat):
2381 * play/zone.el (zone):
2382 * play/landmark.el (lm-move):
2383 * play/decipher.el (decipher-show-alphabet):
2384 * net/newsticker.el (newsticker--display-jump)
2385 (newsticker--display-scroll):
2386 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
2387 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
2388 * mail/feedmail.el (feedmail-dump-message-to-queue):
2389 * eshell/esh-proc.el (eshell-remove-process-entry):
2390 * emulation/ws-mode.el (ws-last-error):
2391 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
2392 (viper-record-kbd-macro):
2393 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
2394 * emacs-lisp/lisp-mnt.el (lm-report-bug):
2395 * emacs-lisp/find-func.el (find-function-noselect):
2396 * calendar/timeclock.el (timeclock-status-string)
2397 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
2398 (timeclock-when-to-leave-string):
2399 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
2400 * calc/calc-units.el (calc-enter-units-table):
2401 * calc/calc-mode.el (calc-mode-record-mode):
2402 * woman.el (woman-mini-help):
2403 * wdired.el (wdired-change-to-wdired-mode):
2404 * vc.el (vc-retrieve-snapshot):
2405 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
2406 * startup.el (display-startup-echo-area-message):
2407 * simple.el (set-goal-column):
2408 * ses.el (ses-command-hook, ses-recalculate-cell):
2409 * server.el (server-process-filter):
2410 * printing.el (pr-interface-txt-print, pr-interface-printify)
2411 (pr-interface-ps):
2412 * pcvs.el (cvs-help):
2413 * log-edit.el (log-edit, log-edit-mode-help):
2414 * iswitchb.el (iswitchb-possible-new-buffer):
2415 * isearch.el (isearch-edit-string):
2416 * image-mode.el (image-mode, image-minor-mode):
2417 * ibuf-macs.el (define-ibuffer-filter):
2418 * hi-lock.el (hi-lock-find-patterns):
2419 * files.el (toggle-read-only):
2420 * ediff-util.el (ediff-copy-diff)
2421 (ediff-write-merge-buffer-and-maybe-kill):
2422 * echistory.el (Electric-history-undefined):
2423 * dnd.el (dnd-insert-text):
2424 * dired-aux.el (dired-query):
2425 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
2426 * bookmark.el (bookmark-bmenu-locate):
2427 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
2428 Fix `message' calls to ensure first arg is a format string.
2429 The change was made only when these two conditions were satisfied:
2430 [1] when there is a possibility that the arguments would cause an error
2431 for example, if the code in question relies on external variables
2432 such as filenames, and
2433 [2] if the arg to `message' could not have been nil in the code.
2434
2435 * pcomplete.el (pcomplete--help): Fix `message' format spec.
2436 Not having a %s would be weird, though not technically wrong.
2437
2438 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2439
2440 * term/mac-win.el (mac-add-charset-info): Doc fix.
2441
2442 2005-09-17 Romain Francoise <romain@orebokech.com>
2443
2444 * shell.el (shell-resync-dirs): Handle echoing processes more
2445 reliably. Don't insert resync command if `comint-process-echoes'
2446 is non-nil.
2447
2448 2005-09-17 Magnus Henoch <mange@freemail.hu>
2449
2450 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
2451 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
2452 aspell versions >= 0.60.
2453 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
2454 only if ispell-aspell-supports-utf8 is non-nil.
2455
2456 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2457
2458 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
2459 buffer-local value to lisp-indent-function.
2460
2461 2005-09-17 Milan Zamazal <pdm@zamazal.org>
2462
2463 * progmodes/glasses.el (glasses-make-readable): If
2464 glasses-separator differs from underscore, put appropriate
2465 overlays over underscore characters.
2466 (glasses-convert-to-unreadable): If glasses-separator differs from
2467 underscore, try to convert glasses-separator characters to
2468 underscores.
2469
2470 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2471
2472 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
2473 Use with-syntax-table and dolist.
2474
2475 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
2476
2477 * textmodes/reftex-auc.el:
2478 * textmodes/reftex-cite.el:
2479 * textmodes/reftex-dcr.el:
2480 * textmodes/reftex-global.el:
2481 * textmodes/reftex-parse.el:
2482 * textmodes/reftex-ref.el:
2483 * textmodes/reftex-sel.el:
2484 * textmodes/reftex-toc.el:
2485 * textmodes/reftex-vars.el:
2486 * textmodes/reftex.el: Small changes to remove compiler warnings.
2487
2488 * textmodes/reftex-index.el: Likewise.
2489 (reftex-query-index-phrase): More efficient use of markers.
2490
2491 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
2492
2493 * image.el (image-load-path): New variable.
2494 (image-search-load-path): New function.
2495 (find-image): Search for images in `image-load-path'.
2496
2497 2005-09-15 Richard M. Stallman <rms@gnu.org>
2498
2499 * follow.el: Change Maintainer field.
2500
2501 2005-09-15 David Ponce <david@dponce.com>
2502
2503 * recentf.el (recentf-save-file-modes): New option.
2504 (recentf-save-list): Use it.
2505
2506 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
2507
2508 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
2509 (mode-line-mule-info, mode-line-modified): Move bindings from
2510 mouse-3 to mouse-1.
2511
2512 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * simple.el (sendmail-user-agent-compose): Revert last change.
2515
2516 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
2519 Use with-current-buffer.
2520 (ange-ftp-gwp-start): Remove unused var `gw-user'.
2521 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
2522 (ange-ftp-insert-directory): Remove unused var `short'.
2523 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
2524
2525 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
2526 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
2527
2528 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
2529 (check-calendar-holidays, diary-list-entries): Autoload.
2530 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
2531 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
2532
2533 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
2534 which mistakenly removed a call to display-buffer.
2535
2536 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
2537
2538 * obsolete/iso-insert.el: Move to obsolete/ from international/.
2539
2540 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
2541
2542 * progmodes/hideshow.el
2543 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
2544 (hs-allow-nesting): New user var.
2545 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
2546 (hs-hide-block-at-point): When nesting allowed,
2547 if there is already an overlay in place, delete it.
2548 (hs-safety-is-job-n): Delete func; remove call sites.
2549 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
2550 (hs-overlay-at): New func.
2551 (hs-already-hidden-p, hs-show-block): Use it.
2552 (hs-hide-all): Don't pre-clean if nesting allowed.
2553 (hs-show-all): Temporarily disallow
2554 nesting around call to `hs-discard-overlays'.
2555
2556 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
2557
2558 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
2559 Delete unused local var.
2560
2561 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
2562
2563 * help-fns.el (describe-categories): "?\ " -> "?\s".
2564 (help-do-arg-highlight): Recognize also ARG-n, as in
2565 `move-to-left-margin' (ARG+n is already recognized). Simplify.
2566
2567 * international/codepage.el (dos-unsupported-char-glyph):
2568 * net/newsticker.el (tool-bar-map, w3-mode-map)
2569 (w3m-minor-mode-map):
2570 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
2571 (ent-alist):
2572 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
2573
2574 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
2575
2576 * custom.el (custom-push-theme): Handle the case where a symbol is
2577 bound but face properties have not yet been assigned.
2578
2579 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
2580 Fix behavior if noerase is `t' and there is no mail buffer.
2581
2582 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
2583 if `continue' is nil, rather than signal an error.
2584
2585 2005-09-12 Richard M. Stallman <rms@gnu.org>
2586
2587 * font-lock.el (font-lock-keywords): Add autoload.
2588
2589 * help-fns.el (describe-variable): Rearrange to put source link
2590 in a predictable place.
2591
2592 * net/newsticker.el: New file.
2593
2594 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2595
2596 * calendar/calendar.el (calendar-for-loop): Add edebug info.
2597 (calendar-basic-setup): Use the new nil arg.
2598 (number-of-diary-entries): Move to diary-lib.el.
2599
2600 * calendar/diary-lib.el: Use with-current-buffer, match-string.
2601 (diary-list-entries): Use with-syntax-table and dolist.
2602 Rename from list-diary-entries.
2603 Use number-of-diary-entries if `number' is nil.
2604 (diary, diary-view-entries): Use this new name and new nil arg value.
2605 (number-of-diary-entries): Move from calendar.el.
2606 (diary-unhide-everything): New function.
2607 (include-other-diary-files, fancy-diary-display)
2608 (diary-show-all-entries, make-diary-entry): Use it.
2609 (diary-mail-entries): Use buffer-string.
2610 (mark-diary-entries): Fix long standing paren typo.
2611 (diary-sexp-entry): Use count-lines.
2612 (make-diary-entry): Avoid `previous-line'.
2613 (diary-mode-map): New var.
2614 (diary-mode): Redraw cal after saving. Setup header-line.
2615 (fancy-diary-display-mode): Use local-set-key.
2616
2617 * startup.el (command-line): Try calling various terminal-init-foo-bar
2618 functions by stripping hyphenated suffixes from $TERM.
2619
2620 * files.el (normal-mode): Check boundness of font-lock-keywords.
2621
2622 2005-09-12 Richard M. Stallman <rms@gnu.org>
2623
2624 * progmodes/compile.el: Don't decide a file's directory
2625 until the user actually tries to go there.
2626 (compilation-next-error-function):
2627 Pass compilation-find-file the directory from the file-struct.
2628 (compilation-internal-error-properties): Separate local FILE-STRUCT
2629 from FILE. Doc the args better. Rename arg FMT to FMTS.
2630 (compilation-find-file): Arg DIR renamed to DIRECTORY.
2631 Expand it, and if nil, use default-directory.
2632 (compilation-get-file-structure): Don't mix specified directory
2633 with default directory. Put specified directory into
2634 file-struct. Don't make the file name absolute.
2635
2636 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2637 (compile-command): Add autoload.
2638 (compilation-disable-input): Add autoload.
2639
2640 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
2641
2642 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
2643 strings of the variables it can override.
2644 (time-stamp): New (as yet undocumented) time-stamp-format escapes
2645 %Q and %q, for fully-qualified domain name and unqualified host name.
2646
2647 2005-09-11 Kim F. Storm <storm@cua.dk>
2648
2649 * emacs-lisp/authors.el (authors-aliases): Update list.
2650 (authors-fixed-entries): Update mldrag.el entry.
2651
2652 2005-09-10 Alan Mackenzie <acm@muc.de>
2653
2654 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
2655 from the region narrowed to.
2656
2657 2005-09-10 Magnus Henoch <mange@freemail.hu>
2658
2659 * textmodes/ispell.el (ispell-check-version): Signal an error if
2660 aspell version is less than 0.60.
2661
2662 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
2663
2664 * progmodes/octave-inf.el (inferior-octave-startup):
2665 Resync current dir at the end.
2666
2667 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
2668
2669 * woman.el (woman-topic-at-point-default):
2670 Rename to woman-use-topic-at-point-default.
2671 (woman-topic-at-point): Rename to woman-use-topic-at-point.
2672 (woman-file-name): Reflect renames above. Automatically use the
2673 word at point as topic if woman-use-topic-at-point is non-nil.
2674 Otherwise offer it as default but don't insert it in the
2675 minibuffer. Also use `test-completion' instead of `assoc' as
2676 suggested by Stefan Monnier.
2677
2678 2005-09-10 Andre Spiegel <spiegel@gnu.org>
2679
2680 * vc.el (vc-directory, vc-update-change-log): Throw an error on
2681 the attempt to do it over Tramp. This is not yet supported.
2682
2683 2005-09-10 Eli Zaretskii <eliz@gnu.org>
2684
2685 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2686 (menu-bar-non-minibuffer-window-p): New functions.
2687 ("Split Window", "Save As..."): Use them.
2688 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
2689 ("Print Buffer", "Truncate Long Lines in this Buffer"):
2690 Use menu-bar-menu-frame-live-and-visible-p.
2691 ("Save Buffer", "Insert File", "Open Directory...")
2692 ("Open File...", "Visit New File..."):
2693 Use menu-bar-non-minibuffer-window-p.
2694 (kill-this-buffer-enabled-p, dired <menu-enable>):
2695 Use menu-bar-non-minibuffer-window-p.
2696
2697 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2698
2699 * cus-start.el (all): Don't complain about fringe-related
2700 built-ins if fringes are not supported. Ditto about
2701 selection-related built-ins. Fix the test for GTK-related built-ins.
2702
2703 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
2704 ("Postscript Print Buffer", "Print Region", "Save As...")
2705 ("Save", "Insert File...", "Open Directory...")
2706 ("Open File...", "Visit New File..."")
2707 ("Truncate Long Lines in this Buffer"): Don't look at
2708 menu-updating-frame if this display does not support multiple frames.
2709
2710 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2711
2712 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
2713
2714 2005-09-09 Emilio Lopes <eclig@gmx.net>
2715
2716 * woman.el: Format- and whitespace-related changes.
2717
2718 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2719
2720 * woman.el: Fix my email address.
2721
2722 2005-09-08 Richard M. Stallman <rms@gnu.org>
2723
2724 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
2725 (sh-mode): Locally set skeleton-pair-default-alist.
2726
2727 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
2728
2729 * progmodes/flymake.el: Require `compile' unconditionally.
2730
2731 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
2732
2733 * woman.el (woman-file-name): Provide a default, not initial input.
2734
2735 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
2736
2737 * font-lock.el (font-lock-support-mode): Doc fix.
2738
2739 * descr-text.el (describe-property-list): Handle non-symbol prop names.
2740
2741 2005-09-08 Richard M. Stallman <rms@gnu.org>
2742
2743 * simple.el (blink-matching-open): Get rid of text props from
2744 the string shown in echo area. Don't permanently set point.
2745 Some rearrangements.
2746
2747 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
2748
2749 * recentf.el (recentf-filename-handler): Add custom choice
2750 `abbreviate-file-name'.
2751
2752 * msb.el (msb--very-many-menus): Fix typo.
2753
2754 * disp-table.el (standard-display-european): Don't set
2755 enable-multibyte-characters to nil.
2756
2757 2005-09-08 David Ponce <david@dponce.com>
2758
2759 * recentf.el (recentf-show-file-shortcuts-flag): New option.
2760 (recentf-expand-file-name): Doc fix.
2761 (recentf-dialog-mode-map): Define digit shortcuts.
2762 (recentf--files-with-key): New variable.
2763 (recentf-show-digit-shortcut-filter): New function.
2764 (recentf-open-files-items): New function.
2765 (recentf-open-files): Use it.
2766 (recentf-open-file-with-key): New command.
2767
2768 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
2769
2770 * buff-menu.el (Buffer-menu-sort-by-column): New function.
2771 Suggested by Kim F. Storm.
2772 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
2773 (Buffer-menu-make-sort-button): Use global keymap.
2774
2775 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
2776
2777 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
2778 (Man-getpage-in-background-advice): Remove defadvice; it isn't
2779 necessary any longer with the remapped command.
2780 (Man-bgproc-sentinel-advice): Remove defadvice which counts
2781 formatting time only.
2782
2783 * net/tramp.el (tramp-action-password)
2784 (tramp-multi-action-password): Compile the password prompt from
2785 `method', `user' and `host'. Sometimes it isn't obvious which
2786 password to enter, for example with remote files offered by
2787 recentf.el, or with multiple steps. Suggested by Robert Marshall
2788 <robert@chezmarshall.freeserve.co.uk>.
2789
2790 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2793 Fix regexp for when "s///" is at the beginning of line.
2794
2795 2005-09-07 Jay Belanger <belanger@truman.edu>
2796
2797 * calc/calc-poly.el (math-expand-term): Multiply out any powers
2798 when in matrix mode.
2799
2800 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2801
2802 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
2803 non-anonymous functions.
2804
2805 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
2806
2807 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
2808 when using a header line. Otherwise, use mouse-1-click-follows-link.
2809
2810 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
2811 can't be moved; don't signal an error.
2812
2813 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
2814
2815 * cus-theme.el (custom-theme-write-faces): Save the current face
2816 spec, not the defface spec.
2817
2818 * custom.el (custom-known-themes): Clarify meaning of "standard".
2819 (custom-push-theme): Save old values in the standard theme.
2820 (disable-theme): Correct typo.
2821 (custom-face-theme-value) Deleted unused function.
2822 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2823
2824 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2825
2826 * progmodes/compile.el (compilation-goto-locus): Take into account
2827 iconified frames when determining whether the buffer is
2828 already visible.
2829 Don't reset window height if the window already existed.
2830
2831 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
2832
2833 * custom.el (load-theme): Rename from require-theme.
2834 Add interactive spec.
2835 (enable-theme): Rename from custom-enable-theme.
2836 Add interactive spec.
2837 (disable-theme): Rename from custom-disable-theme.
2838 Add interactive spec.
2839 (custom-make-theme-feature): Doc fix.
2840 (custom-theme-directory): Doc fix.
2841 (provide-theme): Call enable-theme.
2842
2843 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2844
2845 * obsolete/lazy-lock.el (lazy-lock-mode):
2846 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2847 font-lock-mode if it's off. Print a warning instead.
2848
2849 * progmodes/compile.el (compilation-start): Ignore errors if the
2850 process died before we get to send-eof.
2851
2852 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2853 Undo last change. Enclosing the result in quotes broke things on Unix
2854 since tex-send-command passes it through shell-quote-argument.
2855 (tex-send-command): Pass `file' through convert-standard-filename
2856 when possible.
2857 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2858 info in a transcript.
2859
2860 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2861
2862 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2863 fix compilation warning. Reorder the key definitions to group
2864 together keys emitted by the current version of xterm.
2865
2866 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2867 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2868 Reorder predicates to correct min-color usage.
2869
2870 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2871
2872 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2873 Kill local variables when longlines-mode is turned off.
2874
2875 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2876
2877 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2878
2879 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2880
2881 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2882
2883 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2884 (font-lock-lines-before): Change default to being inactive.
2885 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2886 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2887
2888 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2889
2890 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2891 Deactivate temporarily advice if active (not needed for Emacs 22,
2892 but for backwards compatibility).
2893 (tramp-exists-file-name-handler): Rewrite. First implementation
2894 was too simple.
2895 (tramp-advice-make-auto-save-file-name):
2896 Call `tramp-handle-make-auto-save-file-name' (again, just for
2897 backwards compatibility).
2898
2899 2005-08-31 Reto Zimmermann <reto@gnu.org>
2900
2901 * progmodes/vhdl-mode.el
2902 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2903 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2904 (vhdl-set-default-project): New function (easier setting of default).
2905 (vhdl-port-copy): Handle extended identifiers for generics.
2906 (vhdl-compiler-alist): Better description for error message regexp.
2907 (vhdl-make): Query for target, use previous as default.
2908 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2909 (vhdl-font-lock-keywords-2): Fix fontification for record
2910 el. assign.
2911 (vhdl-speedbar-make-subpack-line): Add package body link.
2912 (vhdl-generate-makefile-1): Not include itself as dependency.
2913 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2914 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2915 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2916 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2917 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2918 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2919 (vhdl-import-project): Add string argument for `error'.
2920 (vhdl-compose-configuration)
2921 (vhdl-compose-configuration-architecture): Add configuration
2922 declaration generation.
2923 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2924 (vhdl-trailer-re): Add "record" keyword (better indentation).
2925 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2926 "[^ \t-\"]+".
2927 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2928 (vhdl-testbench-entity-file-name)
2929 (vhdl-testbench-architecture-file-name): Allow separate
2930 customization of testbench file names.
2931 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2932 (vhdl-get-visible-signals): Allow newline within alias declaration.
2933 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2934 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2935 (member-ignore-case): Alias for missing function in XEmacs.
2936 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2937 (vhdl-update-sensitivity-list): Ignore case on read signals.
2938 (vhdl-replace-string): Adjust case only for file names.
2939 (vhdl-update-sensitivity-list): Fix search for read signals.
2940 (vhdl-update-sensitivity-list): Exclude formal parameters.
2941 (vhdl-get-visible-signals): Include aliases of signals.
2942 (vhdl-get-visible-signals): Fix signal name searching.
2943 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2944 (vhdl-fixup-whitespace-region): Fix for character
2945 literals (e.g. ':').
2946
2947 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2948
2949 * ansi-color.el (comint-last-output-start):
2950 * bs.el (font-lock-verbose):
2951 * diff-mode.el (add-log-buffer-file-name-function):
2952 * dired-x.el (vm-folder-directory):
2953 * faces.el (help-xref-stack-item):
2954 * files.el (font-lock-keywords):
2955 * find-lisp.el (dired-buffers, dired-subdir-alist):
2956 * ido.el (cua-inhibit-cua-keys):
2957 * log-view.el (cvs-minor-wrap-function):
2958 * outline.el (font-lock-warning-face):
2959 * simple.el (compilation-current-error):
2960 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2961 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2962 * tooltip.el (comint-prompt-regexp):
2963 * w32-fns.el (explicit-shell-file-name):
2964 * term/mac-win.el (mac-charset-info-alist)
2965 (mac-services-selection, mac-system-script-code):
2966 * term/tty-colors.el (msdos-color-values):
2967 * term/w32-win.el (xlfd-regexp-registry-subnum):
2968 * term/x-win.el (x-keysym-table, x-selection-timeout)
2969 (x-session-id, x-session-previous-id):
2970 * textmodes/ispell.el (mail-yank-prefix):
2971 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2972 * textmodes/org.el (calc-embedded-close-formula)
2973 (calc-embedded-open-formula)
2974 (font-lock-unfontify-region-function):
2975 * textmodes/reftex-global.el (isearch-next-buffer-function)
2976 (TeX-master):
2977 * textmodes/reftex.el (font-lock-keywords):
2978 * textmodes/tex-mode.el (font-lock-comment-face)
2979 (font-lock-doc-face):
2980 * textmodes/texinfo.el (outline-heading-alist):
2981 Add defvars.
2982
2983 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2984 (artist-spray-chars, artist-mode-init, artist-replace-string)
2985 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2986 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2987 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2988
2989 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2990 (conf-align-assignments): "?\ " -> "?\s".
2991
2992 * textmodes/reftex-index.el (TeX-master): Add defvar.
2993 (reftex-index-phrases-marker): Move up defvar.
2994
2995 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2996 (reftex-toc-include-labels-indicator)
2997 (reftex-toc-include-index-indicator)
2998 (reftex-toc-max-level-indicator): Move up declarations.
2999
3000 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
3001 of args to `tramp-run-real-handler', even if it's empty in this case.
3002
3003 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3004
3005 * dired.el (dired-move-to-filename-regexp): Add date format for
3006 Mac OS X 10.3 in East Asian locales.
3007
3008 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
3009
3010 * files.el (make-auto-save-file-name): Add file name handler call
3011 if applicable.
3012
3013 * net/tramp.el (tramp-file-name-handler-alist)
3014 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
3015 (tramp-handle-make-auto-save-file-name): Rename from
3016 `tramp-make-auto-save-file-name'.
3017 (tramp-exists-file-name-handler): New defun.
3018 (tramp-advice-make-auto-save-file-name): Make defadvice only when
3019 `make-auto-save-file-name' is not a magic file name operation.
3020
3021 2005-08-30 Richard M. Stallman <rms@gnu.org>
3022
3023 * files.el (risky-local-variable-p):
3024 Match `-predicates' and `-commands.
3025
3026 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
3027 (custom-save-all): Visit the file if necessary;
3028 kill the buffer if we created it.
3029 (custom-save-delete): Don't visit file or kill buffer here.
3030
3031 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
3032
3033 * textmodes/org.el (org-special-keyword): New face.
3034 (org-table-copy-down, org-table-eval-formula)
3035 (org-table-recalculate, org-init-section-numbers):
3036 Use `string-to-number' instead of `string-to-int'.
3037 (org-get-location): Use `insert-buffer-substring' instead of
3038 `insert-buffer'.
3039 (org-modify-diary-entry-string): New function.
3040 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
3041 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
3042 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
3043 active region.
3044 (org-export-as-html): Handle QUOTE keyword.
3045 (org-quote-string): New option.
3046 (org-bookmark-jump-unhide): New function, used for
3047 `bookmark-after-jump-hook'.
3048 (org-diary-default-entry): Apply only when not called through
3049 `org-agenda'.
3050
3051 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
3052
3053 * net/eudc.el (mode-popup-menu):
3054 * play/handwrite.el (ps-printer-name, ps-lpr-command):
3055 * progmodes/ada-mode.el (compile-auto-highlight)
3056 (skeleton-further-elements):
3057 * progmodes/autoconf.el (font-lock-syntactic-keywords):
3058 * progmodes/cmacexp.el (msdos-shells):
3059 * progmodes/compile.el (font-lock-extra-managed-props)
3060 (font-lock-keywords, font-lock-maximum-size)
3061 (font-lock-support-mode):
3062 * progmodes/grep.el (font-lock-lines-before):
3063 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
3064 * progmodes/mixal-mode.el (compile-command):
3065 * progmodes/perl-mode.el (font-lock-comment-face)
3066 (font-lock-doc-face, font-lock-string-face):
3067 * progmodes/prolog.el (comint-prompt-regexp):
3068 * progmodes/sh-script.el (font-lock-comment-face)
3069 (font-lock-set-defaults, font-lock-string-face):
3070 * progmodes/sql.el (font-lock-keyword-face)
3071 (font-lock-set-defaults, font-lock-string-face):
3072 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
3073 (itimer-version, lazy-lock-defer-contextually)
3074 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
3075 Add defvars.
3076
3077 * progmodes/cperl-mode.el (cperl-electric-lbrace)
3078 (cperl-electric-keyword, cperl-electric-pod)
3079 (cperl-electric-backspace, cperl-forward-re)
3080 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
3081 (vc-rcs-header, vc-sccs-header): Add defvars.
3082
3083 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
3084 (font-lock-syntactic-keywords, gud-find-expr-function):
3085 Add defvars.
3086
3087 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
3088 (gdb-frame-parameters): Declare before use.
3089
3090 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
3091 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
3092 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
3093 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
3094
3095 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
3096 (idlwave-help-with-source): Use `insert-buffer-substring', not
3097 `insert-buffer'.
3098
3099 2005-08-29 Juri Linkov <juri@jurta.org>
3100
3101 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
3102 Put outline-back-to-heading function call inside save-excursion.
3103
3104 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
3105
3106 * man.el (Man-init-defvars, Man-translate-references)
3107 (Man-support-local-filenames, Man-highlight-references):
3108 * progmodes/sql.el (sql-interactive-mode):
3109 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
3110
3111 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
3112 (compilation-mode-font-lock-keywords): Add defvars.
3113 (checkdoc-interactive-loop): "?\ " -> "?\s".
3114
3115 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
3116 (font-lock-doc-face, font-lock-string-face)
3117 (font-lock-keywords-case-fold-search): Add defvars.
3118 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
3119
3120 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
3121 Don't pass X and Y (they are ignored anyway).
3122 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
3123 (mouse-delete-window): Make arguments optional.
3124
3125 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
3126 (caesar-translate-table, minor-modes, news-buffer-save)
3127 (news-group-name, news-minor-modes): Add defvars.
3128
3129 * emacs-lisp/lselect.el (mouse-highlight-priority)
3130 (x-lost-selection-functions, zmacs-regions):
3131 * emacs-lisp/pp.el (font-lock-verbose):
3132 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
3133 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
3134 (ses-mode-map):
3135 * emacs-lisp/tcover-unsafep.el (safe-functions):
3136 * international/mule-cmds.el (mac-system-coding-system)
3137 (mac-system-locale):
3138 * language/ethio-util.el (rmail-current-message)
3139 (rmail-message-vector):
3140 * language/thai-util.el (thai-auto-composition-mode):
3141 * mail/metamail.el (rmail-current-message, rmail-message-vector):
3142 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
3143 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
3144 (vm-primary-inbox, vm-spool-files):
3145 * mail/rmail.el (deleted-head, font-lock-fontified)
3146 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
3147 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
3148 (total-messages):
3149 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
3150 (rmail-summary-mode-map):
3151 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
3152 (rmail-last-label, rmail-last-multi-labels)
3153 (rmail-summary-vector, rmail-total-messages):
3154 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
3155 * mail/rmailsum.el (msgnum):
3156 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
3157 (rmail-current-message):
3158 * obsolete/fast-lock.el (font-lock-face-list):
3159 * obsolete/rnewspost.el (mail-reply-buffer):
3160 * obsolete/scribe.el (compile-command):
3161 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
3162
3163 2005-08-28 John Paul Wallington <jpw@gnu.org>
3164
3165 * ibuf-ext.el (ibuffer-auto-update-changed):
3166 Use `frame-or-buffer-changed-p' to check whether we need to update.
3167 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
3168 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
3169 as a `frame-or-buffer-changed-p' state vector instead.
3170
3171 2005-08-27 Romain Francoise <romain@orebokech.com>
3172
3173 * textmodes/makeinfo.el (makeinfo-compile):
3174 Use `compilation-start'. Set `next-error-function' according to
3175 `disable-errors'.
3176 (makeinfo-next-error): New function.
3177 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
3178 (makeinfo-buffer): Likewise.
3179
3180 * progmodes/compile.el (compilation-start): Add autoload cookie.
3181
3182 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
3183 * textmodes/sgml-mode.el: Likewise.
3184 * progmodes/python.el: Likewise.
3185
3186 2005-08-27 Eli Zaretskii <eliz@gnu.org>
3187
3188 * simple.el (blink-matching-paren-distance): Document the meaning
3189 of nil value, and allow to customize to nil.
3190
3191 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
3192 command.com, not command.exe.
3193
3194 2005-08-26 John Wiegley <johnw@newartisans.com>
3195
3196 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
3197 code around a bit so that an extraneous nil argument is not added
3198 to a command when no args are given.
3199
3200 * eshell/esh-arg.el (eshell-parse-double-quote): If a
3201 double-quoted argument resolves to nil, return it as an empty
3202 string rather than as nil. This made it impossible to pass "" to
3203 a shell script as a null string argument.
3204
3205 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 * outline.el (outline-invent-heading): New fun.
3208 (outline-promote, outline-demote): Use it.
3209 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
3210 (outline-end-of-subtree): Remove unused var `opoint'.
3211
3212 2005-08-26 David Reitter <david.reitter@gmail.com>
3213
3214 * menu-bar.el (truncate-lines, write-file, print-buffer)
3215 (ps-print-buffer-faces, ps-print-buffer, split-window):
3216 Disable menu items when the frame they refer to is invisible, or when
3217 they refer to a buffer and the minibuffer is selected.
3218
3219 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
3220
3221 * progmodes/flymake.el (flymake-highlight-err-lines):
3222 Use save-excursion around flymake-highlight-line to preserve point.
3223
3224 2005-08-26 Eli Zaretskii <eliz@gnu.org>
3225
3226 * progmodes/octave-mod.el: Change Author and Maintainer address.
3227 (octave-maintainer-address): Change Kurt's email address.
3228 * progmodes/octave-inf.el: Change Author and Maintainer address.
3229 * progmodes/octave-hlp.el: Change Author and Maintainer address.
3230
3231 2005-08-26 Kim F. Storm <storm@cua.dk>
3232
3233 * subr.el (version-list-<, version-list-<=, version-list-=):
3234 Renamed from integer-list-*.
3235 (version-list-not-zero): Likewise. Fix while loop.
3236 (version=): Use version-list-= instead of string-equal.
3237
3238 2005-08-26 Richard M. Stallman <rms@gnu.org>
3239
3240 * outline.el (outline-promote): Try shortening the heading.
3241 As last resort, read the heading to use.
3242 (outline-demote): As last resort, read the heading to use.
3243
3244 2005-08-26 Romain Francoise <romain@orebokech.com>
3245
3246 * progmodes/compile.el (compilation-start): Doc fix.
3247
3248 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
3249 (antlr-font-lock-additional-keywords): Fix reference to
3250 `antlr-font-lock-literal-regexp' erroneously changed during the
3251 mass face rename.
3252 (antlr-run-tool): Use `compilation-start'.
3253
3254 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
3255 instead of the obsolete `compile-internal'.
3256
3257 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
3258
3259 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
3260 (number, original-date):
3261 * calendar/cal-china.el (date):
3262 * calendar/cal-coptic.el (date):
3263 * calendar/cal-french.el (date):
3264 * calendar/cal-hebrew.el (date, entry, number, original-date):
3265 * calendar/cal-islam.el (date, number, original-date):
3266 * calendar/cal-iso.el (date):
3267 * calendar/cal-julian.el (date):
3268 * calendar/cal-mayan.el (date):
3269 * calendar/cal-menu.el (date, event):
3270 * calendar/cal-persia.el (date):
3271 * calendar/lunar.el (date):
3272 * calendar/solar.el (date): Add defvars.
3273
3274 * emerge.el:
3275 * ibuffer.el:
3276 * info-xref.el:
3277 * obsolete/bg-mouse.el:
3278 * obsolete/sun-curs.el:
3279 * obsolete/swedish.el: Move the `defvar's to the top level.
3280
3281 * smerge-mode.el (smerge-refined-change): Add :group.
3282
3283 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3284
3285 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
3286 (smerge-keep-n): Remove props.
3287 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3288 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
3289 now that it's done in smerge-keep-n.
3290 (smerge-refined-change): New face.
3291 (smerge-refine-chopup-region, smerge-refine-highlight-change)
3292 (smerge-refine): New funs.
3293 (smerge-basic-map): Bind smerge-refine.
3294
3295 2005-08-25 Juri Linkov <juri@jurta.org>
3296
3297 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
3298 compilation-process-setup-function and compilation-disable-input
3299 in grep-mode instead of let-bindings in grep.
3300
3301 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
3302 Delete "Automatic File De/compression" (auto-compression-mode).
3303
3304 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
3307 Silence warning about non-existent variable.
3308
3309 2005-08-25 Richard M. Stallman <rms@gnu.org>
3310
3311 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
3312 Rename "Describe Key" to "Describe Key or Mouse Operation".
3313
3314 * mail/mailalias.el (build-mail-aliases): Delete comments
3315 from the contents before processing them.
3316
3317 * isearch.el (isearch-edit-string): Erase the Search prompt
3318 if user enters an empty string and there is no default.
3319
3320 * comint.el (comint-file-name-prefix): Add autoload.
3321
3322 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
3323
3324 * subr.el (play-sound): Rearrange to avoid warning.
3325
3326 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
3327
3328 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
3329 New hook.
3330 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
3331
3332 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3333
3334 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
3335
3336 * custom.el (custom-theme-set-variables): Sort minor modes last.
3337
3338 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3339
3340 * subr.el (version-separator, version-regexp-alist): New vars used by
3341 version comparison funs.
3342 (integer-list-<, integer-list-=, integer-list-<=)
3343 (integer-list-not-zero): New funs for integer list comparison.
3344 (version-to-list, version=, version<, version<=): New funs for version
3345 comparison.
3346
3347 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
3348
3349 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
3350 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
3351 time to silence the byte-compiler.
3352
3353 * ibuffer.el (ibuffer-compile-make-eliding-form)
3354 (ibuffer-check-formats): Use `with-no-warnings' to hide references
3355 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
3356 so it's silly to get warnings for it).
3357 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
3358 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
3359 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
3360 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
3361 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
3362 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
3363 Defvar at compile time.
3364 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
3365 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
3366 Declare them before use.
3367
3368 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
3369 (info-xref-good, info-xref-bad): Defvar at compile time.
3370
3371 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
3372 Use `let*' instead of `let'.
3373
3374 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
3375 (*mouse-y*, menu, char): Defvar at compile time.
3376 (sc::menu): Declare it before use.
3377 (sc::pack-one-line): Use `let', not `let*'.
3378
3379 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
3380 (mail-send-hook): Defvar at compile time.
3381
3382 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
3383 Defvar at compile time.
3384
3385 * term/sun-mouse.el (current-global-mousemap)
3386 (current-local-mousemap): Declare them before use.
3387
3388 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
3389
3390 * bookmark.el (bookmark-after-jump-hook): New hook.
3391 (bookmark-jump): Run `bookmark-after-jump-hook'.
3392
3393 2005-08-23 Juri Linkov <juri@jurta.org>
3394
3395 * faces.el (minibuffer-prompt): Doc fix.
3396
3397 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
3398
3399 * progmodes/xscheme.el: Trivial changes to silence warnings.
3400 (xscheme-previous-mode, xscheme-previous-process-state):
3401 Add defvars.
3402 (xscheme-last-input-end, xscheme-process-command-line)
3403 (xscheme-process-name, xscheme-buffer-name)
3404 (xscheme-expressions-ring-max, xscheme-expressions-ring)
3405 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
3406 (xscheme-control-g-synchronization-p)
3407 (xscheme-control-g-disabled-p, xscheme-string-receiver)
3408 (default-xscheme-runlight, xscheme-runlight)
3409 (xscheme-runlight-string, xscheme-process-filter-state)
3410 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
3411 Move to beginning of file.
3412 (scheme-interaction-mode-commands-alist)
3413 (scheme-interaction-mode-map, scheme-debugger-mode-map):
3414 Declare them before use. Note: the initialization code for the variables
3415 has not been moved because it uses functions that reference the variables.
3416 (xscheme-control-g-message-string, xscheme-process-filter-alist)
3417 (xscheme-prompt-for-expression-map): Declare them before use.
3418 (scheme-debugger-mode-commands): "?\ " -> "?\s".
3419
3420 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
3421
3422 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
3423
3424 2005-08-22 Juri Linkov <juri@jurta.org>
3425
3426 * faces.el (set-face-underline): Delete this duplicate function
3427 and make an obsolete alias to set-face-underline-p.
3428 (set-face-underline-p): Use docstring of set-face-underline.
3429 (describe-face): Create hyperlink to parent face.
3430
3431 * info.el (Info-insert-dir): Use save-excursion around
3432 insert-buffer-substring.
3433 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
3434 (Info-escape-percent): Delete function.
3435 (Info-fontify-node): Replace Info-escape-percent by
3436 replace-regexp-in-string with REP arg set to lambda that
3437 duplicates `%' and preserves text properties.
3438
3439 * progmodes/compile.el (compilation-disable-input): Doc fix.
3440 (define-compilation-mode): Doc fix and refill.
3441 (kill-compilation): Use `mode-name' in the error message.
3442 (compilation-find-file): Use `compilation-error' in the
3443 read-file-name's prompt.
3444
3445 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3446
3447 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
3448 (smerge-auto-leave): Make undo re-enable the mode.
3449 (debug-ignored-errors): Add the user-error of impossible resolution.
3450 (smerge-resolve): Move things around a bit, in preparation for later.
3451 (smerge-diff): Don't fail if the buffer has no associated file.
3452 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
3453 (smerge-conflict-overlay): New function.
3454 (smerge-match-conflict): Don't add text properties here.
3455 (smerge-find-conflict): Instead, add an overlay here.
3456 Also check for the case where we're inside a conflict already, so as to
3457 obviate the need for font-lock-multiline, which is unbearably slow with
3458 large conflicts and ciomplex font-lock patterns.
3459 (smerge-remove-props): Remove overlay rather than text-properties.
3460 (smerge-mode): Don't set font-lock-multiline.
3461 Remove overlays when turned off.
3462
3463 2005-08-21 Kim F. Storm <storm@cua.dk>
3464
3465 * ido.el (ido-ignore-item-p): Use save-match-data.
3466 Bind case-fold-search to ido-case-fold locally.
3467
3468 2005-08-20 Richard M. Stallman <rms@gnu.org>
3469
3470 * files.el (normal-mode): If font lock is on, turn it off and on.
3471
3472 * subr.el (replace-regexp-in-string): Doc fix.
3473
3474 * startup.el (command-line-1): Don't suppress startup screen
3475 due to existing processes.
3476
3477 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
3478
3479 * progmodes/compile.el (compilation-disable-input): Default to nil.
3480
3481 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
3482
3483 * progmodes/compile.el (compilation-disable-input): New defcustom.
3484 (compilation-start): If compilation-disable-input is non-nil, send
3485 EOF to the compilation process.
3486
3487 2005-08-20 Eli Zaretskii <eliz@gnu.org>
3488
3489 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
3490 Run the argument of tex-shell-cd-command through
3491 convert-standard-filename, to get the correct style of slashes on
3492 Windows, and enclose the result in quotes, in case the file name
3493 includes whitespace or other special characters.
3494
3495 2005-08-19 Andreas Schwab <schwab@suse.de>
3496
3497 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
3498 process.
3499
3500 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
3501
3502 * cus-start.el (minibuffer-prompt-properties): Correct typo.
3503
3504 2005-08-18 Kim F. Storm <storm@cua.dk>
3505
3506 * scroll-lock.el: Fix errors due to incorrect line wrapping.
3507
3508 2005-08-18 Richard M. Stallman <rms@gnu.org>
3509
3510 * scroll-lock.el: New file.
3511
3512 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
3513
3514 * dired.el (dired-move-to-end-of-filename):
3515 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
3516
3517 2005-08-18 Kim F. Storm <storm@cua.dk>
3518
3519 * ido.el (ido-everywhere): Fix defcustom :set function to disable
3520 rather than toggle mode when custom value is nil.
3521 (ido-everywhere): Fix defun doc string.
3522
3523 2005-08-17 Richard M. Stallman <rms@gnu.org>
3524
3525 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
3526 as tag instead of "Inviolable".
3527
3528 2005-08-17 Kim F. Storm <storm@cua.dk>
3529
3530 * windmove.el (windmove-coordinates-of-position): Remove.
3531 (windmove-coordinates-of-window-position): Remove.
3532 (windmove-reference-loc): Use posn-at-point instead.
3533
3534 * subr.el (insert-for-yank-1): Doc fix.
3535
3536 * ido.el (ido-enter-matching-directory): Rename from
3537 ido-enter-single-matching-directory. Change 'slash choice to
3538 'only. Add 'first choice.
3539 (ido-exhibit): Adapt to above changes.
3540
3541 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
3542
3543 * Makefile.in: Expand comment about building loaddefs.el.
3544
3545 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
3546
3547 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
3548 Comment use of defadvice.
3549
3550 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
3551
3552 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
3553
3554 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
3555 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
3556 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
3557 * progmodes/idlw-shell.el, progmodes/ld-script.el,
3558 * progmodes/which-func.el, ruler-mode.el, strokes.el,
3559 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
3560 for backward compatibility for faces that did not appear in the
3561 previous Emacs release.
3562
3563 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
3564
3565 2005-08-15 Kim F. Storm <storm@cua.dk>
3566
3567 * emulation/cua-base.el (cua-delete-region): Return t if
3568 deleted region was non-empty.
3569 (cua-replace-region): Inhibit overwrite-mode for
3570 self-insert-command if replaced region was non-empty.
3571 (cua--explicit-region-start, cua--status-string): Make them
3572 buffer-local at top-level...
3573 (cua-mode): ...rather than when mode is enabled.
3574
3575 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
3576
3577 * progmodes/vhdl-mode.el (vhdl-emacs-21):
3578 Set t for Emacs 21, 22, and so on.
3579
3580 2005-08-15 David Ponce <david@dponce.com>
3581
3582 * tree-widget.el: Update Commentary header.
3583 (tree-widget-theme): Doc fix.
3584 (tree-widget-space-width): New option.
3585 (tree-widget-image-properties): Look up in the default theme too.
3586 (tree-widget--cursors): Only for images with arrow pointer shape.
3587 (tree-widget-lookup-image): Pointer shape is hand by default.
3588 (tree-widget-icon): Rename generic icon widget from
3589 `tree-widget-control'.
3590 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
3591 derive from `tree-widget-icon'.
3592 (tree-widget-handle): Improve default look and feel of the text
3593 representation.
3594 (tree-widget): Rename :*-control properties to :*-icon properties.
3595 Add :action and :help-echo properties.
3596 (tree-widget-after-toggle-functions): Move.
3597 (tree-widget-close-node, tree-widget-open-node): Remove.
3598 (tree-widget-before-create-icon-functions): New hook.
3599 (tree-widget-value-create): Update to allow customization of icons
3600 and nodes at run-time via that new hook.
3601 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
3602 (tree-widget-icon-action, tree-widget-icon-help-echo)
3603 (tree-widget-action, tree-widget-help-echo): New functions.
3604
3605 2005-08-15 Kim F. Storm <storm@cua.dk>
3606
3607 * ido.el (ido-buffer-internal): Use with-no-warnings.
3608 (ido-make-merged-file-list): Use while-no-input.
3609
3610 2005-08-15 Richard M. Stallman <rms@gnu.org>
3611
3612 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
3613 (flyspell-large-region): Fix doc and custom type.
3614
3615 2005-08-14 Richard M. Stallman <rms@gnu.org>
3616
3617 * files.el (interpreter-mode-alist): Doc fix.
3618
3619 * mail/rmail.el (rmail-nonignored-headers): New variable.
3620 (rmail-clear-headers): Use it.
3621 (rmail-reply): Better handling of mail-followup-to header.
3622
3623 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3624 Rename variable from sh-font-lock-keywords. In the `shell' entry,
3625 don't try to refer to executable-font-lock-keywords.
3626 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
3627 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
3628 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
3629 (sh-mode): Set comment-start-skip, local-abbrev-table,
3630 imenu-case-fold-search.
3631 (sh-set-shell): Don't set them here.
3632 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
3633 Don't cache the results in the original alist; don't ever modify
3634 that alist.
3635
3636 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
3637
3638 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
3639 empty.
3640
3641 2005-08-15 Andreas Schwab <schwab@suse.de>
3642
3643 * desktop.el: Put autoload cookie at risky-local-variable declarations.
3644
3645 * dired.el, info.el, mail/rmail.el: Revert last change.
3646
3647 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
3648
3649 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
3650 modification in `eval-after-load' form.
3651 * info.el: Likewise.
3652 * mail/rmail.el: Likewise.
3653
3654 2005-08-14 Juri Linkov <juri@jurta.org>
3655
3656 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3657 Remove highlighting of "Compilation started". Highlight only
3658 the word "finished" in "Compilation finished". Add highlighting
3659 of "interrupt", "killed", "terminated" and the exit code.
3660 (compilation-start): Add newline after header. Use exactly the
3661 same time stamp format as the finishing message.
3662 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
3663
3664 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
3665 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
3666 Add highlighting of "interrupt", "killed", "terminated".
3667
3668 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
3669 enabled and the current command is self-insert-command, call it
3670 explicitly with overwrite-mode bound to nil, to not allow it
3671 to delete the character after the selected region.
3672
3673 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
3674
3675 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
3676 move-end-of-line, end-of-line, and beginning-of-line to the list
3677 of commands after which the echo area is updated.
3678
3679 2005-08-12 Eli Zaretskii <eliz@gnu.org>
3680
3681 * cus-edit.el (custom-save-all, custom-save-delete):
3682 Bind recentf-exclude to exclude custom-file.
3683
3684 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
3685
3686 * mail/rmailsum.el (rmail-summary-end-of-message): New command
3687 to go to the bottom of the mail message. Added to
3688 `rmail-summary-mode-map' with key "/".
3689 (rmail-summary-show-message): New (internal) function for use by
3690 both `rmail-summary-beginning/end-of-message'.
3691 (rmail-summary-beginning-of-message): Change to use
3692 rmail-summary-show-message.
3693
3694 * mail/rmail.el (rmail-end-of-message): New command to go to the
3695 end of the current message. Added to `rmail-mode-map' with key "/".
3696 (rmail-beginning-of-message): Fix to work as documented.
3697 (rmail-mode): Change documentation.
3698
3699 * progmodes/compile.el (compilation-start): Add the line
3700 "Compilation started" with compilation start time.
3701 (compilation-mode-font-lock-keywords): Add `started' to keywords.
3702
3703 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
3704
3705 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
3706 of menu items.
3707
3708 2005-08-11 Richard M. Stallman <rms@gnu.org>
3709
3710 * simple.el (pop-global-mark): Reverse test of widen-automatically.
3711
3712 * battery.el (battery-status-function): Don't use ignore-errors.
3713
3714 2005-08-11 Lute Kamstra <lute@gnu.org>
3715
3716 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
3717 define-obsolete-variable-alias.
3718
3719 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
3722 (ange-ftp-send-cmd): Revert last change, and expand
3723 the comment explaining the problem.
3724
3725 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
3726
3727 * ldefs-boot.el: Update.
3728
3729 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
3730 item to "Time, Load and Mail". Change help echo text.
3731
3732 * time.el (display-time-use-mail-icon, display-time-format)
3733 (display-time-string-forms): Shorten first line of docstrings.
3734
3735 2005-08-10 Lars Hansen <larsh@soem.dk>
3736
3737 * desktop.el (desktop-buffer-mode-handlers):
3738 Make non-customizable. Add autoload cookie. Change initial value to
3739 nil; add elements in respective modules instead. Fix doc string.
3740 (desktop-load-file): New function.
3741 (desktop-minor-mode-handlers): New autoloaded variable.
3742 (desktop-create-buffer): Call minor mode handlers.
3743 Use desktop-load-file to load major and minor mode modules prior to
3744 checking for a handler.
3745 (desktop-save): Don't add nil to desktop-minor-modes for minor
3746 modes with nil function in desktop-minor-mode-table. Don't delete
3747 desktop file before rewriting it.
3748 (desktop-locals-to-save): Add autoload cookie. Don't make
3749 automatically buffer-local. Add variables column-number-mode,
3750 size-indication-mode, indent-tabs-mode,
3751 indicate-buffer-boundaries, indicate-empty-lines and
3752 show-trailing-whitespace.
3753 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
3754 regexps. Don't use desktop-clear-preserve-buffers-regexp.
3755 (desktop-clear-preserve-buffers-regexp): Delete.
3756 (desktop-clear-preserve-buffers): Update initial value and docstring.
3757 (desktop-save-buffer): Fix doc string.
3758
3759 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
3760 (hilit-chg-desktop-restore): New function.
3761 (highlight-changes-mode): Add highlight-changes-mode to
3762 desktop-locals-to-save.
3763
3764 * dired.el: Add handler to desktop-buffer-mode-handlers.
3765 (dired-restore-desktop-buffer): Remove autoload cookie.
3766 (dired-mode): Add autoload cookie.
3767
3768 * info.el: Add handler to desktop-buffer-mode-handlers.
3769 (Info-restore-desktop-buffer): Remove autoload cookie.
3770 (Info-mode): Add autoload cookie.
3771
3772 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
3773 (mh-restore-desktop-buffer): Remove autoload cookie.
3774 (mh-folder-mode): Add autoload cookie.
3775
3776 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
3777 (rmail-restore-desktop-buffer): Remove autoload cookie.
3778
3779 2005-08-11 Masatake YAMATO <jet@gyve.org>
3780
3781 * hexl.el (hexl-address-region):
3782 (hexl-ascii-region, hexl-font-lock-keywords):
3783 (hexl-highlight-line-range): Use the term "region"
3784 instead of "area" for consistency with the other symbols
3785 defined in hexl.el.
3786
3787 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3788
3789 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
3790 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
3791 out by Juri Linkov). Add `display-battery-mode'.
3792
3793 2005-08-09 Juri Linkov <juri@jurta.org>
3794
3795 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3796 Remove `-text' from face variable names.
3797 (compilation-error-file-name, compilation-warning-file-name)
3798 (compilation-info-file-name): Delete faces.
3799 (compilation-line-number, compilation-column-number):
3800 Remove face underlining.
3801 (compilation-message-face): Set to `underline' value by default.
3802 (compilation-error-face, compilation-warning-face)
3803 (compilation-info-face): Remove `-file-name' from face names.
3804 (compilation-error-text-face, compilation-warning-text-face)
3805 (compilation-info-text-face): Delete face variables.
3806 (compilation-text-face): Delete function.
3807
3808 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
3809 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
3810 (grep-error-face): Set to `compilation-error' instead of
3811 `compilation-error-face' (which is redefined to `grep-hit-face' in
3812 grep buffers).
3813 (grep-mode-font-lock-keywords): Remove `-text' from face variable
3814 names. Use `grep-error-face' instead of `compilation-error-text-face'.
3815
3816 * dired-aux.el (dired-do-query-replace-regexp):
3817 Use `query-replace-read-args'.
3818
3819 * replace.el (query-replace-read-from, query-replace-read-to)
3820 (query-replace-read-args): Rename arg `string' to `prompt'.
3821
3822 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3823
3824 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3825
3826 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3827 uploading files.
3828 (ange-ftp-canonize-filename): Handle file names beginning with ~
3829 correctly.
3830
3831 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3832
3833 * textmodes/fill.el (canonically-space-region)
3834 (fill-context-prefix, fill-french-nobreak-p)
3835 (fill-delete-newlines, fill-comment-paragraph)
3836 (justify-current-line): "?\ " -> "?\s".
3837
3838 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
3839
3840 * textmodes/fill.el (fill-nonuniform-paragraphs):
3841 Improve argument/docstring consistency.
3842
3843 2005-08-09 Richard M. Stallman <rms@gnu.org>
3844
3845 * textmodes/ispell.el (ispell-word): More fboundp checks.
3846
3847 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3848 (find-file-noselect-1): Call it here, only if RAWFILE.
3849 (normal-mode): Always set some major mode.
3850 (save-some-buffers-action-alist): Change some explanation strings.
3851 (file-name-non-special): In the `quote' method, use unwind-protect.
3852
3853 2005-08-09 Magnus Henoch <mange@freemail.hu>
3854
3855 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3856 (ispell-have-aspell-dictionaries): New variable.
3857 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3858 (ispell-get-aspell-config-value): New function.
3859 (ispell-aspell-find-dictionary): New function.
3860 (ispell-aspell-add-aliases): New function.
3861 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3862 appropriate. Don't look for ispell dictionaries if we use aspell.
3863 (ispell-menu-map): Don't build a submenu of dictionaries.
3864
3865 2005-08-09 Richard M. Stallman <rms@gnu.org>
3866
3867 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3868 (sql-read-passwd): Use read-passwd.
3869
3870 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3871 (idlwave-toolbar-is-possible): Add defvars.
3872
3873 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3874 Avoid warnings.
3875
3876 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3877 (idlwave-system-class-info, idlwave-executive-commands-alist):
3878 Use defvar.
3879
3880 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3881
3882 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3883 Avoid warnings.
3884
3885 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3886 and content-type: headers.
3887
3888 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3889
3890 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3891 and rename some of them to be more self-explanatory.
3892
3893 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3894
3895 * startup.el (command-line-1): Implement -scriptload.
3896
3897 * replace.el (occur-engine): Initial *Occur* output not undoable.
3898
3899 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3900 and improve help strings.
3901
3902 * isearch.el (isearch-repeat): When changing direction,
3903 mark search successful.
3904
3905 * ediff-init.el: Use (featurep 'xemacs).
3906
3907 * comint.el (send-invisible): Identify buffer, if not selected.
3908
3909 * align.el: Delete autoload for c-guess-basic-syntax.
3910
3911 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3912
3913 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3914 Improve argument/docstring consistency. Doc fixes.
3915 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3916 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3917 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3918 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3919 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3920 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3921 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3922 Defvar at compile time.
3923
3924 2005-08-09 Juri Linkov <juri@jurta.org>
3925
3926 * info.el: Replace `info' with upper-case `Info' where appropriate.
3927 (info-title-1, info-title-2, info-title-3, info-title-4)
3928 (info-menu-header): Move up face definitions.
3929 (info-menu-star): Rename from `info-menu-5'.
3930 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3931 (Info-fontify-visited-nodes): Fix docstring.
3932 (Info-hide-note-references): Fix docstring.
3933 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3934 menu items in the same way as on cross-references.
3935 (info-apropos): Fix sorting order and formatting to be like in the
3936 stand-alone Info browser. Display error messages for 1 sec.
3937 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3938 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3939 from the menu bar.
3940 (Info-insert-dir): Restore point after calling
3941 `insert-buffer-substring'.
3942
3943 2005-08-08 Richard M. Stallman <rms@gnu.org>
3944
3945 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3946 (recompute-lucid-menubar): Add defvars.
3947
3948 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3949
3950 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3951
3952 * net/net-utils.el (run-dig): Rename from `dig'.
3953
3954 * play/gametree.el (gametree-mode): Use make-local-variable,
3955 not make-variable-buffer-local.
3956
3957 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3958
3959 * ansi-color.el (ansi-color-make-extent)
3960 (ansi-color-set-extent-face): Use fboundp, not functionp.
3961
3962 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3963 not make-variable-buffer-local.
3964
3965 * bookmark.el (Info-current-file): Add defvar.
3966 (bookmark-jump-noselect): Use with-no-warnings.
3967
3968 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3969
3970 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3971
3972 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3973
3974 * find-file.el (ada-procedure-start-regexp)
3975 (ada-package-start-regexp): Add defvars.
3976
3977 * info.el (Info-insert-dir): Use insert-buffer-substring.
3978
3979 * xml.el (xml-att-def-re): Add defvar.
3980
3981 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3982 calling convention.
3983
3984 * subr.el (while-no-input): Return t if there is input.
3985
3986 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3987
3988 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3989
3990 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3991
3992 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3993 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3994
3995 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3996
3997 * cmuscheme.el (scheme-start-file): Replace reference to
3998 `user-emacs-directory' by "~/.emacs.d/".
3999
4000 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
4001
4002 * info.el (Info-dir-remove-duplicates): Avoid case folding
4003 in loop; instead, keep downcased strings for comparison.
4004 Suggested by Helmut Eller.
4005
4006 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
4007
4008 Sync with Tramp 2.0.50.
4009
4010 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
4011 XEmacs case; not necessary anymore.
4012 (tramp-user-regexp): Allow "@" as part of user name.
4013 (tramp-handle-set-visited-file-modtime)
4014 (tramp-handle-insert-file-contents)
4015 (tramp-handle-write-region): No special handling for
4016 `last-coding-system-used, because this is done in
4017 `tramp-accept-process-output' now.
4018 (tramp-accept-process-output): New defun.
4019 (tramp-process-one-action, tramp-process-one-multi-action)
4020 (tramp-wait-for-regexp, tramp-wait-for-output)
4021 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
4022 Howells <dhowells@redhat.com>.
4023 (clear-visited-file-modtime): Defadvice removed. The check for
4024 unset buffer's modtime does not need to be based on
4025 `tramp-buffer-file-attributes'. Suggested by RMS.
4026 (tramp-message): Insert "\n" if not being at beginning of line.
4027 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
4028 sequence with same logic.
4029 (tramp-completion-handle-expand-file-name): Discard call of
4030 `tramp-drop-volume-letter'. It is not necessary, and there have
4031 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
4032 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4033 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
4034 should always be visible.
4035 (tramp-handle-insert-directory, tramp-setup-complete)
4036 (tramp-set-process-query-on-exit-flag)
4037 (tramp-append-tramp-buffers): Pacify byte-compiler.
4038 (tramp-bug): Delete non-existing variables from list.
4039 Apply `tramp-load-report-modules' as pre-hook.
4040 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
4041 `shell-prompt-pattern' because of non-7bit characters.
4042 Reported by Sebastian Luque <sluque@mun.ca>.
4043 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
4044 (tramp-match-string-list): Remove function.
4045 (tramp-wait-for-regexp): Remove call of that function.
4046 Suggested by Kim F. Storm <storm@cua.dk>.
4047 (tramp-set-auto-save-file-modes): Use octal integer code #o600
4048 instead of octal character code ?\600. The latter resulted in a
4049 syntax error with XEmacs.
4050
4051 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
4052 XEmacs case; not necessary anymore.
4053 (tramp-smb-handle-write-region): No special handling for
4054 `last-coding-system-used, because this is done in
4055 `tramp-accept-process-output' now.
4056 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
4057
4058 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
4059
4060 * wid-edit.el (widget-choice-value-create):
4061 Unconditionally respect user choice. Set :explicit-choice back to nil
4062 when no longer needed.
4063 (widget-choice-action): Unconditionally respect user choice.
4064 Eliminate :explicit-choice-value.
4065
4066 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
4067
4068 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
4069 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
4070 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
4071 running new function `toggle-indicate-empty-lines'.
4072 Rename "Customize" item to "Customize fringe".
4073 Rename "Indicators" item to "Buffer boundaries" and change help echo.
4074 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
4075 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
4076 Delete "Empty lines only" item.
4077 (menu-bar-showhide-fringe-ind-customize): New function.
4078 (menu-bar-showhide-fringe-ind-mixed)
4079 (menu-bar-showhide-fringe-ind-box)
4080 (menu-bar-showhide-fringe-ind-right)
4081 (menu-bar-showhide-fringe-ind-left)
4082 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
4083 instead of `fringe-indicators'.
4084
4085 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
4086
4087 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
4088 Change the date of last update.
4089
4090 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
4091
4092 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
4093 (viper-exec-yank, viper-put-back): Don't display modification msg
4094 if in the minibuffer.
4095
4096 * viper-init.el (viper-replace-overlay-cursor-color)
4097 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
4098 Make variables frame local.
4099
4100 * viper-util.el (viper-append-filter-alist): Use append instead of
4101 nconc.
4102
4103 * viper.el (viper-vi-state-mode-list)
4104 (viper-emacs-state-mode-list): Move help-mode and
4105 completion-list-mode from the first list to the second.
4106 (viper-mode): Docstring.
4107 (viper-go-away, viper-non-hook-settings): Don't localize
4108 minor-mode-alist in newer Emacsen. Add advice to
4109 set-cursor-color. Don't bind "\C-c\\".
4110
4111 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
4112
4113 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
4114 (scheme-macro-expand-command): New user options.
4115 (scheme-trace-procedure, scheme-expand-current-form): New commands.
4116 (scheme-form-at-point, scheme-start-file)
4117 (scheme-interactively-start-process): New functions.
4118 (scheme-get-process): New function, extracted from `scheme-proc'.
4119 (run-scheme): Call `scheme-start-file' to get start file, and pass
4120 it to `make-comint'.
4121 (switch-to-scheme, scheme-proc):
4122 Call `scheme-interactively-start-process' if no Scheme buffer/process
4123 is available.
4124
4125 2005-08-06 Juri Linkov <juri@jurta.org>
4126
4127 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4128 Use `compilation-text-face', `compilation-info-text-face' and
4129 `compilation-error-text-face' instead of `font-lock-keyword-face'.
4130 (compilation-error): New face.
4131 (compilation-error-file-name): Inherit from
4132 `compilation-error' instead of `font-lock-warning-face'.
4133 (compilation-warning-file-name): Inherit from
4134 `compilation-warning' instead of `font-lock-warning-face'.
4135 (compilation-info, compilation-error-file-name)
4136 (compilation-warning-file-name, compilation-info-file-name)
4137 (compilation-line-number, compilation-column-number): Doc fix.
4138 (compilation-error-text-face, compilation-warning-text-face)
4139 (compilation-info-text-face): New face variables.
4140 (compilation-line-face, compilation-column-face)
4141 (compilation-enter-directory-face)
4142 (compilation-leave-directory-face): Doc fix.
4143 (compilation-text-face): New function.
4144
4145 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
4146 instead of 1 to display binary file names as info file links.
4147 (grep-error-face): Use `compilation-error-face' instead of
4148 `font-lock-keyword-face'.
4149 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
4150 and `compilation-warning-text-face' instead of
4151 `font-lock-keyword-face'. Use `compilation-error-text-face'
4152 instead of `grep-error-face'.
4153
4154 2005-08-05 Kenichi Handa <handa@m17n.org>
4155
4156 * international/code-pages.el: Add autoload cookies for all coding
4157 systems.
4158
4159 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
4160
4161 * cus-start.el (all): Put undo.c where it alphabetically belongs.
4162
4163 2005-08-04 Juri Linkov <juri@jurta.org>
4164
4165 * progmodes/compile.el (compilation-mode-map):
4166 * progmodes/grep.el (grep-mode-map):
4167 Bind TAB to `compilation-next-error' and [backtab] to
4168 `compilation-previous-error'.
4169
4170 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
4171 matching line numbers, column numbers and their ranges with regexp
4172 matching only line numbers.
4173 (grep-context-face): New face variable.
4174 (grep-mode-font-lock-keywords): Use it.
4175
4176 * faces.el (read-face-name): Delete duplicate faces.
4177
4178 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
4179
4180 * thumbs.el (thumbs-find-image): Don't make variables
4181 automatically buffer local.
4182 (thumbs-current-tmp-filename, thumbs-current-image-filename)
4183 (thumbs-image-num): Make automatically buffer local.
4184 (thumbs-show-thumbs-list): Use `make-local-variable', not
4185 `make-variable-buffer-local'.
4186 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
4187
4188 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
4189 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
4190 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
4191 (bother, bye, canyou, chatlst, continue, deathlst, describe)
4192 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
4193 (feelings-about, foullst, found, hello, history, howareyoulst)
4194 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
4195 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
4196 (neglst, obj, object, owner, please, problems, qlist)
4197 (random-adjective, relation, remlst, repetitive-shortness)
4198 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
4199 (shortlst, something, sportslst, stallmanlst, states, subj)
4200 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
4201 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
4202 Defvar at compile time.
4203
4204 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
4205 not `make-variable-buffer-local'.
4206
4207 2005-08-02 Kim F. Storm <storm@cua.dk>
4208
4209 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
4210 rectangle overlay in selected window.
4211
4212 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
4213
4214 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
4215 instead of display group. Make `indicate-buffer-boundaries'
4216 customizable through Custom.
4217
4218 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
4219
4220 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
4221 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
4222 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
4223 (gdb-put-string): Fix typos in docstrings.
4224
4225 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
4226
4227 Update copyright notices of files in progmodes directory for
4228 release of Emacs 22.1.
4229
4230 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
4231
4232 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
4233 Don't barf if the GUD buffer has been killed.
4234
4235 2005-08-01 Kim F. Storm <storm@cua.dk>
4236
4237 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
4238
4239 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * simple.el (next-error-follow-minor-mode):
4242 make-variable-buffer-local -> make-local-variable.
4243
4244 * emacs-lisp/cl-extra.el: Require CL also when compiling.
4245
4246 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
4247 (byte-compile-form-make-variable-buffer-local): New functions to warn
4248 about misuses of make-variable-buffer-local where make-local-variable
4249 was meant.
4250
4251 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
4252
4253 * bs.el (bs-attributes-list): Doc fix.
4254 (bs): Update url-link.
4255
4256 * desktop.el (desktop-save-buffer): Fix typos in docstring.
4257 (desktop-load-default): Simplify.
4258
4259 * ibuffer.el (ibuffer-columnize-and-insert-list)
4260 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
4261 (ibuffer-unmark-all, ibuffer-toggle-marks)
4262 (ibuffer-unmark-forward, ibuffer-unmark-backward)
4263 (ibuffer-compile-make-format-form, ibuffer-format-column)
4264 (ibuffer-current-buffers-with-marks)
4265 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
4266 (ibuffer): Doc fix.
4267 (ibuffer-mode): Fix typo in docstring.
4268 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
4269 with `define-obsolete-variable-alias'.
4270 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
4271
4272 2005-07-29 Kenichi Handa <handa@m17n.org>
4273
4274 * international/mule-cmds.el (select-message-coding-system):
4275 Be sure to use LF for end-of-line. If no coding system is decided,
4276 return iso-8859-1-unix.
4277
4278 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
4281 (ange-ftp-pending-error-line): New vars.
4282 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
4283 to handle the non-fatal no-route-to-host messages.
4284 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
4285
4286 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
4287
4288 * isearch.el (isearch-mode-map, isearch-other-meta-char)
4289 (isearch-quote-char, isearch-printing-char)
4290 (isearch-text-char-description): "?\ " -> "?\s".
4291 (isearch-lazy-highlight-cleanup)
4292 (isearch-lazy-highlight-initial-delay)
4293 (isearch-lazy-highlight-interval)
4294 (isearch-lazy-highlight-max-at-a-time)
4295 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
4296 Declare with define-obsolete-*-alias macros.
4297 (isearch-forward): Fix typo in docstring.
4298 (search-invisible, search-ring-yank-pointer)
4299 (regexp-search-ring-yank-pointer): Doc fixes.
4300
4301 * recentf.el (recentf-menu-append-commands-p): Declare with
4302 `define-obsolete-variable-alias'.
4303 (recentf-max-saved-items, recentf-menu-filter)
4304 (recentf-arrange-by-rule-subfilter): Doc fixes.
4305 (recentf-menu-append-commands-flag)
4306 (recentf-initialize-file-name-history, recentf-expand-file-name)
4307 (recentf-clear-data): Fix typos in docstrings.
4308
4309 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
4310
4311 * progmodes/gdb-ui.el: Smarten comments.
4312 (gdb-info-breakpoints-custom): Use nowarn when finding file.
4313
4314 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4315
4316 * term/apollo.el (terminal-init-apollo): New function containing
4317 all former top level forms in the file.
4318 * term/bobcat.el (terminal-init-bobcat):
4319 * term/cygwin.el (terminal-init-cygwin):
4320 * term/iris-ansi.el (terminal-init-iris-ansi):
4321 * term/linux.el (terminal-init-linux):
4322 * term/news.el (terminal-init-news):
4323 * term/rxvt.el (terminal-init-rxvt):
4324 * term/sun.el (terminal-init-sun):
4325 * term/tvi970.el (terminal-init-tvi970):
4326 * term/vt100.el (terminal-init-vt100):
4327 * term/vt102.el (terminal-init-vt102):
4328 * term/vt125.el (terminal-init-vt125):
4329 * term/vt200.el (terminal-init-vt200):
4330 * term/vt201.el (terminal-init-vt201):
4331 * term/vt220.el (terminal-init-vt220):
4332 * term/vt240.el (terminal-init-vt240):
4333 * term/vt300.el (terminal-init-vt300):
4334 * term/vt320.el (terminal-init-vt320):
4335 * term/vt400.el (terminal-init-vt400):
4336 * term/vt420.el (terminal-init-vt420):
4337 * term/wyse50.el (terminal-init-wyse50):
4338 * term/xterm.el (terminal-init-xterm): Likewise.
4339
4340 * term/README: Describe the terminal-init-* functionality.
4341
4342 * startup.el (command-line): After loading the terminal initialization
4343 file call the corresponding terminal initialization function.
4344
4345 2005-07-27 Kenichi Handa <handa@m17n.org>
4346
4347 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
4348 negative.
4349
4350 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
4351 (ps-mule-composition-prologue): Fix for the case that
4352 RelativeCompose is false.
4353
4354 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4355
4356 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
4357
4358 * descr-text.el (describe-char): Handle the case where the list of
4359 chars is displayed in a separate frame.
4360 Be a bit more discriminating when looking for the char.
4361
4362 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
4363
4364 * bookmark.el (bookmark-automatically-show-annotations)
4365 (bookmark-read-annotation-text-func): Doc fixes.
4366 (bookmark-save): Improve argument/docstring consistency.
4367 (bookmark-get-bookmark, bookmark-get-bookmark-record)
4368 (bookmark-alist-from-buffer)
4369 (bookmark-upgrade-file-format-from-0)
4370 (bookmark-grok-file-format-version)
4371 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
4372 (bookmark-read-annotation-mode)
4373 (bookmark-insert-current-bookmark, bookmark-jump)
4374 (bookmark-exit-hook): Fix typos in docstrings.
4375 (bookmark-exit-hooks): Define as obsolete alias.
4376 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
4377 not `bookmark-exit-hooks'. Fix docstring.
4378 (bookmark-bmenu-select): "?\ " -> "?\s".
4379
4380 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
4381
4382 * startup.el (command-line): Fix typo.
4383
4384 2005-07-24 Richard M. Stallman <rms@gnu.org>
4385
4386 * tooltip.el (tooltip-mode): Test emacs-basic-display,
4387 not emacs-quick-startup.
4388
4389 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
4390
4391 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
4392 (reb-next-match, reb-show-subexp): Use `with-selected-window'
4393 instead of `reb-with-current-window'.
4394 (reb-prev-match): Likewise. Also, don't move left if the search
4395 was unsuccessful.
4396 (reb-initialize-buffer): New function.
4397 (re-builder, reb-change-syntax): Use it.
4398
4399 * man.el (Man-goto-page): Make second argument NOERROR optional.
4400
4401 2005-07-23 Richard M. Stallman <rms@gnu.org>
4402
4403 * man.el (Man-bgproc-sentinel): Check here for failure to find
4404 any man page in the output, and report the error here.
4405 (Man-arguments): Make it permanent local.
4406 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
4407 (Man-mode): Pass t for NOERROR.
4408
4409 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
4410 (grep-mode-font-lock-keywords):
4411 Don't use compilation-...-face for messages that are not file names.
4412
4413 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4414 Don't use compilation-...-face for messages that are not file names.
4415
4416 2005-07-22 Juri Linkov <juri@jurta.org>
4417
4418 * startup.el (normal-splash-screen): Update menu name.
4419
4420 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
4421
4422 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4423
4424 * term/xterm.el: Load term/rxvt if the terminal is actually an
4425 rxvt terminal.
4426 (xterm-rxvt-set-background-mode): Remove, not used anymore.
4427
4428 * term/rxvt.el (function-key-map): Use substitute-key-definition
4429 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
4430
4431 * term/cygwin.el: New file.
4432
4433 2005-07-22 Kim F. Storm <storm@cua.dk>
4434
4435 * image-file.el (insert-image-file, image-file-yank-handler):
4436 Fix last change to maintain a (unique) yank-handler on yanked images.
4437
4438 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
4439
4440 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
4441 of the file size (as in "177B" for 177 bytes). This happens with
4442 "ls -lh" on FreeBSD.
4443
4444 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
4445
4446 * hilit-chg.el (highlight-changes-global-initial-state)
4447 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
4448 (hilit-chg-fixup, highlight-changes-mode):
4449 Fix typos in docstrings.
4450 (highlight-changes-global-modes, highlight-changes-rotate-faces):
4451 Doc fixes.
4452
4453 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
4454
4455 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
4456 mode function using `eval-after-load'.
4457
4458 2005-07-21 Kim F. Storm <storm@cua.dk>
4459
4460 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
4461 included when reporting an emacs crash, and tell about the DEBUG file.
4462
4463 * image-file.el (insert-image-file): Add yank-handler.
4464 (image-file-yank-handler): Yank handler to make unique copies of
4465 images when they are yanked into a buffer next to each other.
4466
4467 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
4468
4469 * comint.el (comint-use-prompt-regexp, comint-send-input)
4470 (comint-source-default, comint-extract-string)
4471 (comint-get-source, comint-word, comint-completion)
4472 (comint-source, comint-prompt-read-only, comint-update-fence):
4473 Fix typos in docstrings.
4474 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
4475 Declare with define-obsolete-*-alias macros.
4476 (comint-previous-matching-input-from-input)
4477 (comint-next-matching-input-from-input)
4478 (comint-previous-matching-input, comint-next-matching-input)
4479 (comint-forward-matching-input):
4480 Improve argument/docstring consistency.
4481
4482 * desktop.el (desktop-clear-preserve-buffers-regexp):
4483 Also preserve the *server* buffer.
4484
4485 * simple.el (clone-indirect-buffer): Doc fix.
4486 (fixup-whitespace, just-one-space)
4487 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
4488 (next-error, next-error-highlight)
4489 (next-error-highlight-no-select, next-error-last-buffer)
4490 (next-error-buffer-p, next-error-find-buffer, next-error)
4491 (previous-error, next-error-no-select, previous-error-no-select)
4492 (open-line, split-line, minibuffer-prompt-width, kill-new)
4493 (binary-overwrite-mode): Fix typos in docstrings.
4494 (set-fill-column): Fix typo in message.
4495
4496 * skeleton.el (skeleton-proxy-new): Doc fix.
4497
4498 * strokes.el (strokes-load-hook): Doc fix.
4499 (strokes-grid-resolution, strokes-get-grid-position)
4500 (strokes-renormalize-to-grid, strokes-read-stroke)
4501 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
4502 (strokes-global-map): Fix typos in docstrings.
4503 (strokes-help): Doc fix. Fix help message and pass it through
4504 `substitute-command-keys'.
4505
4506 * tempo.el (tempo-insert-prompt, tempo-interactive)
4507 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
4508 (tempo-insert-string-functions, tempo-local-tags)
4509 (tempo-define-template, tempo-insert-template)
4510 (tempo-insert-prompt-compat, tempo-is-user-element)
4511 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
4512 Fix typos in docstrings.
4513
4514 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
4515 (vcursor-key-bindings, vcursor-use-vcursor-map)
4516 (vcursor-find-window, vcursor-scroll-down)
4517 (vcursor-disable, vcursor-beginning-of-buffer)
4518 (vcursor-end-of-buffer): Fix typos in docstrings.
4519 (vcursor-relative-move, vcursor-get-char-count):
4520 Improve argument/docstring consistency.
4521
4522 * version.el: "?\ " -> "?\s".
4523
4524 * wid-edit.el (widget-default-create, widget-after-change)
4525 (widget-default-format-handler, widget-checklist-add-item)
4526 (widget-radio-add-item, widget-choose, widget-specify-secret)
4527 (widget-field-value-create, widget-field-value-get)
4528 (widget-editable-list-format-handler)
4529 (widget-editable-list-entry-create, widget-group-value-create)
4530 (widget-documentation-link-add)
4531 (widget-documentation-string-value-create): "?\ " -> "?\s".
4532 (widget-convert-text): Doc fix.
4533 (widget-narrow-to-field, widget-field-find)
4534 (widget-url-link-action, widget-emacs-library-link-action)
4535 (widget-color-notify): Fix typos in docstrings.
4536
4537 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
4538 (x-select-text, set-w32-system-coding-system)
4539 (w32-add-charset-info): Fix typos in docstrings.
4540
4541 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
4542 (cua-enable-cua-keys, cua-use-hyper-key)
4543 (cua-virtual-rectangle-edges): Fix typos in docstrings.
4544 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
4545
4546 * net/tramp.el (tramp-handle-load): Fix typo in error message.
4547
4548 * emacs-lisp/re-builder.el (regexp-builder): Declare with
4549 `defalias' instead of faking it.
4550
4551 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
4552 (eshell-ls-missing, eshell-ls-dired-initial-args)
4553 (eshell-ls-use-in-dired): Fix typos in docstrings.
4554
4555 2005-07-20 Kim F. Storm <storm@cua.dk>
4556
4557 * emulation/cua-base.el (cua-mode): Improve doc string.
4558
4559 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
4560
4561 * abbrev.el (expand-region-abbrevs): Doc fix.
4562 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
4563 Improve argument/docstring consistency.
4564
4565 * arc-mode.el (archive-get-descr, archive-alternate-display):
4566 Doc fixes.
4567 (archive-l-e): Improve argument/docstring consistency.
4568 (archive-tmpdir, archive-unixdate, archive-unixtime)
4569 (archive-chmod-entry): Fix typos in docstrings.
4570 (archive-unflag, archive-unflag-backwards)
4571 (archive-unmark-all-files): "?\ " -> "?\s".
4572
4573 * buff-menu.el (Buffer-menu-unmark): Doc fix.
4574 (Buffer-menu-not-modified, Buffer-menu-execute)
4575 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
4576 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
4577
4578 * composite.el (compose-string, encode-composition-rule)
4579 (compose-last-chars): Fix typos in docstrings.
4580
4581 * desktop.el (desktop-enable, desktop-basefilename):
4582 Declare with `define-obsolete-variable-alias'.
4583 (desktop-internal-v2s): Don't quote keywords.
4584 (desktop-clear): "?\ " -> "?\s".
4585
4586 * dired.el (dired-align-file, dired-flag-backup-files)
4587 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
4588 (dired-listing-switches, dired-ls-F-marks-symlinks)
4589 (dired-dwim-target, dired-load-hook, dired-mode-hook)
4590 (dired-directory, dired-faces, dired, dired-revert)
4591 (dired-mode, dired-summary, dired-view-file)
4592 (dired-copy-filename-as-kill, dired-delete-file)
4593 (dired-no-confirm, dired-unmark-all-marks)
4594 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
4595 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
4596 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
4597 Fix typos in message strings.
4598
4599 * dired-x.el (virtual-dired): Declare with `defalias'.
4600 (dired-mark-unmarked-files, dired-local-variables-file)
4601 (dired-omit-here-always): Doc fix.
4602 (dired-omit-mode, dired-find-subdir)
4603 (dired-enable-local-variables, dired-clean-up-buffers-too)
4604 (dired-extra-startup, dired-mark-extension, dired-jump)
4605 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
4606 (dired-smart-shell-command, dired-guess-shell-alist-user)
4607 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
4608 (dired-x-bind-find-file, dired-x-submit-report):
4609 Fix typos in docstrings.
4610 (dired-mark-unmarked-files): "?\ " -> "?\s".
4611
4612 * dirtrack.el (dirtrack-list): Fix typos in docstring.
4613
4614 * faces.el (describe-face): "?\ " -> "?\s".
4615 (read-all-face-attributes, read-face-font, modify-face)
4616 (face-attr-construct, italic): Fix typos in docstrings.
4617 (frame-update-face-colors): Declare with
4618 `define-obsolete-function-alias'.
4619
4620 * files.el (find-file-noselect, recode-file-name): Doc fixes.
4621 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
4622 (magic-mode-alist, buffer-file-numbers-unique)
4623 (write-file-functions, get-free-disk-space):
4624 Fix typos in docstrings.
4625 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
4626 (write-contents-hooks, write-file-hooks):
4627 Declare with `define-obsolete-variable-alias'.
4628
4629 * forms-d2.el (arch-rj): Fix typo in docstrings.
4630 (arch-tocol): Likewise. "?\ " -> "?\s".
4631
4632 * frame.el (set-frame-font, cursor-in-non-selected-windows):
4633 Fix typo in docstring.
4634 (set-screen-width, set-screen-height): Delete redundant info in
4635 doctrings.
4636 (new-frame, screen-height, screen-width): Declare with
4637 `define-obsolete-function-alias'.
4638 (delete-frame-hook, blink-cursor): Declare with
4639 `define-obsolete-variable-alias'.
4640
4641 * paths.el (prune-directory-list): Fix typos in docstring.
4642
4643 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
4644 (cvs-prefix-get): Fix typos in docstrings.
4645
4646 * ps-print.el (ps-extend-face-list, ps-extend-face)
4647 (ps-print-background-image): Fix typos in docstrings.
4648 (ps-default-fg, ps-default-bg): Doc fixes.
4649
4650 * s-region.el (s-region-bind): Doc fix.
4651 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
4652
4653 * textmodes/org.el (org-table-formula-substitute-names)
4654 (org-table-get-vertical-vector): Doc fixes.
4655 (org-table-recalculate): Remove unused argument to `message'.
4656
4657 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
4658
4659 * textmodes/org.el (org-table-column-names)
4660 (org-table-column-name-regexp)
4661 (org-table-named-field-locations): New variables.
4662 (org-archive-subtree): Protect `this-command' when calling
4663 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
4664 the kill buffer.
4665 (org-complete): Remove fixed-formula completion.
4666 (org-edit-formulas-map): New variable.
4667 (org-table-edit-formulas): New command.
4668 (org-finish-edit-formulas, org-abort-edit-formulas)
4669 (org-show-variable, org-table-get-vertical-vector): New functions.
4670 (org-table-maybe-eval-formula): Handle `:=' fields.
4671 (org-table-get-stored-formulas, org-table-store-formulas)
4672 (org-table-get-formula, org-table-modify-formulas)
4673 (org-table-replace-in-formulas): Handle named field formulas.
4674 (org-table-get-specials): Store locations of named fields.
4675
4676 2005-07-19 Juri Linkov <juri@jurta.org>
4677
4678 * progmodes/grep.el (grep-regexp-alist)
4679 (grep-mode-font-lock-keywords, grep-process-setup):
4680 Use default GNU grep match color "01;31m" instead of "01;41m".
4681 (grep-regexp-alist, grep-mode-font-lock-keywords):
4682 Use `\\[[0-9]*m' instead of `\\[00m'.
4683 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
4684 sgr_start where its handling is more important. Use the real
4685 length of sgr_start instead of constant 8.
4686 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
4687 specially. Delete all remaining escape sequences.
4688 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
4689 (grep-regexp-alist): Make hyperlink only for binary file name
4690 instead of the whole line.
4691 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
4692 (grep-mode): Add autoload.
4693
4694 * emacs-lisp/find-func.el (find-function-regexp):
4695 Add `define-compilation-mode'.
4696
4697 2005-07-19 Juri Linkov <juri@jurta.org>
4698
4699 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
4700 (compare-windows-sync-string-size, compare-windows-recenter)
4701 (compare-windows-highlight, compare-windows): Add version 22.1.
4702 (compare-windows) <defface>: Inherit from lazy-highlight instead
4703 of duplicating its default value.
4704
4705 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
4706 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
4707
4708 * descr-text.el (describe-char): Create link buttons for `charset'
4709 and `code point'. Add the current input method name with a link
4710 button to `to input' field. Print face names of display table
4711 characters in `The display table entry is displayed by' section
4712 instead of printing face-id in the `display' field.
4713 Guess hardcoded faces and create a link button for them.
4714 Skip empty fields when calculating max-width.
4715 Treat `widget-create' specially while inserting strings from the
4716 collected field list.
4717 (describe-char-after): Made obsolete in version 22.1, not 21.5.
4718
4719 * diff-mode.el (diff-file-header): Change foreground color from
4720 yellow to green on light backgrounds.
4721 (diff-context): Inherit from `shadow' only for color/grayscale
4722 with more than 88 colors.
4723 (diff-indicator-removed, diff-indicator-added)
4724 (diff-indicator-changed): New faces.
4725 (diff-font-lock-keywords): Use new faces. Regroup rules.
4726 Add "^---$" for `normal' diff format. Fontify `#' lines with
4727 font-lock-comment-delimiter-face and font-lock-comment-face.
4728 Add `#' to ^[^...] in the rule for `diff-context-face'.
4729
4730 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
4731 a button-like box. Inherit from `highlight' on low colors.
4732 (shadow): Use shades of gray only for color/grayscale with
4733 more than 88 colors. Use green for light backgrounds with
4734 8 colors, and yellow for dark backgrounds with 8 colors.
4735
4736 * font-lock.el (font-lock-regexp-grouping-backslash):
4737 Don't inherit from escape-glyph (use bold for all cases).
4738
4739 * info.el (info-xref-visited): Use light foreground color `violet'
4740 for dark backgrounds instead of dark color `magenta3'.
4741 (info-title-1): Use `yellow' color for dark backgrounds.
4742
4743 * isearch.el (isearch): Use not-too-dark magenta3 instead of
4744 too-light magenta2.
4745
4746 * replace.el (match): Use slightly more light RoyalBlue3 instead
4747 of dark RoyalBlue4.
4748
4749 * wid-edit.el (widget-inactive): Inherit from `shadow'.
4750
4751 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
4752
4753 * novice.el (disabled-command-hook): Declare it with
4754 `define-obsolete-variable-alias'.
4755
4756 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4757 (desktop-buffer-misc-functions, desktop-buffer-handlers)
4758 (desktop-load-default): Add release to obsolescence info.
4759 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
4760 (desktop-append-buffer-args, desktop-read):
4761 Fix typos in docstrings.
4762 (desktop-kill): Fix typo in message.
4763 (desktop-save): Doc fix.
4764
4765 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
4766
4767 * viper-cmd.el (viper-escape-to-state): Bug fix.
4768 (viper-envelop-ESC-key): Change the definition of fast
4769 keysequence so it'll work with keyboard macros.
4770
4771 * ediff.el (ediff-patch-buffer): Change the docstring.
4772
4773 2005-07-19 Kenichi Handa <handa@m17n.org>
4774
4775 * international/mule-cmds.el (select-safe-coding-system): Try to
4776 use an auto-coding (if any) before anything else. If the found
4777 auto-coding is invalid, show a warning message.
4778
4779 * international/mule.el (find-auto-coding): New function created
4780 by modifying the body of set-auto-coding.
4781 (set-auto-coding): Use find-auto-coding to find a coding.
4782
4783 2005-07-18 Richard M. Stallman <rms@gnu.org>
4784
4785 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
4786 not isearch-mode-end-hook-error.
4787 (allout-before-change-protect): Fix error message.
4788
4789 2005-07-18 Juri Linkov <juri@jurta.org>
4790
4791 * allout.el (allout-mode):
4792 * calculator.el (calculator-copy):
4793 * custom.el (custom-known-themes):
4794 * dired.el (dired-desktop-buffer-misc-data)
4795 (dired-restore-desktop-buffer):
4796 * dired-x.el (dired-omit-marker-char):
4797 * files.el (basic-save-buffer):
4798 * font-core.el (font-lock-mode):
4799 * calendar/calendar.el (calendar-goto-hebrew-date)
4800 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
4801 (calendar-goto-persian-date):
4802 * language/ethio-util.el (ethio-sera-to-fidel-region):
4803 * textmodes/picture.el (picture-mode):
4804 Delete duplicate duplicate words.
4805
4806 2005-07-18 Juri Linkov <juri@jurta.org>
4807
4808 * isearch.el (isearch-mode-map): Remove key bindings for regexp
4809 chars * ? } |.
4810 (isearch-fallback): Don't call `isearch-process-search-char'.
4811 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
4812 (isearch-process-search-char): Call `isearch-fallback' for regexp
4813 chars * ? } |.
4814 (isearch-return-char): Make obsolete with `make-obsolete' instead
4815 of simply documenting it as obsolete in the docstring.
4816 (isearch-fallback): Refill docstring.
4817
4818 * international/isearch-x.el
4819 (isearch-process-search-multibyte-characters): Remove unneeded
4820 `concat'. Add intermediate values to `junk-hist' instead of
4821 `minibuffer-history'. Test the length of `str'.
4822
4823 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
4824
4825 * allout.el (allout-resolve-xref): Fix typos in error strings.
4826 (allout-before-change-protect): Remove unneeded `concat'.
4827
4828 * array.el (array-mode, array-reconfigure-rows)
4829 (untabify-backward): Fix typos in docstrings.
4830 (array-reconfigure-rows): Use `insert-buffer-substring', not
4831 `insert-buffer'.
4832
4833 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4834 * progmodes/ada-mode.el (ada-make-body):
4835 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4836
4837 * dired.el (dired-log):
4838 * tar-mode.el (tar-subfile-save-buffer):
4839 * play/zone.el (zone-pgm-stress-destress):
4840 Use `insert-buffer-substring', not `insert-buffer'.
4841
4842 2005-07-17 Simon Josefsson <jas@extundo.com>
4843
4844 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4845
4846 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4847
4848 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4849 Add plain auth method.
4850 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4851
4852 2005-07-17 Kim F. Storm <storm@cua.dk>
4853
4854 * ido.el (dired-other-window): Add ido property.
4855
4856 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4857
4858 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4859 Fix typo in docstring.
4860 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4861 `insert-file-literally'.
4862
4863 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4864 info and delete redundant message. Doc fix.
4865 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4866 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4867
4868 2005-07-16 Richard M. Stallman <rms@gnu.org>
4869
4870 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4871 (byte-compile-and): Use byte-compile-and-recursion.
4872 (byte-compile-or-recursion): New function.
4873 (byte-compile-or): Use that.
4874 (byte-compile-if): Guard the else-clause too.
4875 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4876
4877 * isearch.el (isearch-mode-end-hook-quit): New variable.
4878 (isearch-done): Bind it.
4879 (isearch-mode-end-hook): Doc fix.
4880
4881 * allout.el (allout-isearch-did-quit): Variable deleted.
4882 (allout-real-isearch-abort): Function name no longer used.
4883 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4884 (allout-isearch-rectification): isearch-mode always exists.
4885 Don't set allout-isearch-did-quit.
4886 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4887 allout-isearch-did-quit.
4888 (allout-enwrap-isearch): Just add the hook.
4889 (allout-isearch-abort): Function deleted.
4890 (allout-pre-command-business): Avoid warning.
4891
4892 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4893 Correctly avoid warnings.
4894 (pascal-outline): Likewise.
4895
4896 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4897
4898 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4899
4900 * play/tetris.el (tetris-mode): Avoid warning.
4901
4902 * play/snake.el (snake-mode): Avoid warning.
4903
4904 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4905 (gamegrid-set-display-table): Avoid warning.
4906 (gamegrid-set-timer): Likewise.
4907 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4908 (gamegrid-add-score-with-update-game-score-1): Take FILE
4909 as argument.
4910 (gamegrid-add-score-with-update-game-score): Pass that argument.
4911 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4912
4913 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4914
4915 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4916 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4917
4918 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4919 and insert-file.
4920
4921 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4922 (sc-ask): Avoid warnings.
4923
4924 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4925 (eshell-hist-initialize): Use that var the natural way.
4926
4927 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4928
4929 * emacs-lisp/re-builder.el (reb-cook-regexp):
4930 Avoid warning calling lre-compile-string.
4931 (reb-color-display-p): Avoid warning.
4932
4933 * calculator.el (calculator-last-input): Guard uses
4934 of event-key and key-press-event-p.
4935 (event-key, key-press-event-p): Delete definitions.
4936
4937 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4938 (find-gc-source-directory, find-gc-subrs-callers)
4939 (find-gc-noreturn-list, find-gc-source-files)
4940 (find-gc-subrs-called): Vars renamed and defvar'd.
4941
4942 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4943 (checkdoc-overlay-put, checkdoc-delete-overlay)
4944 (checkdoc-overlay-start, checkdoc-overlay-end)
4945 (checkdoc-mode-line-update, checkdoc-char=):
4946 Define such that compiler knows they are defined.
4947 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4948 (checkdoc-read-event): Delete. Use read-event directly.
4949
4950 * whitespace.el (whitespace-make-overlay)
4951 (whitespace-overlay-put, whitespace-delete-overlay)
4952 (whitespace-overlay-start, whitespace-overlay-end):
4953 Define such that compiler knows they are defined.
4954 (whitespace): Move conditional inside.
4955
4956 * tempo.el (tempo-insert-template): Suppress warning.
4957
4958 * ediff-diff.el (longlines-mode): Add defvar.
4959
4960 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4961
4962 * server.el: Bind "C-x #" in a way that works even if C-x is
4963 redefined to a command key, not a prefix key.
4964
4965 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4966
4967 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4968 cl-make-type-test till execution time.
4969
4970 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4971
4972 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4973 arg ARG and use it.
4974
4975 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4976
4977 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4978
4979 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4980
4981 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4982 a defcustom with two :set or :type keywords.
4983
4984 2005-07-15 Richard M. Stallman <rms@gnu.org>
4985
4986 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4987 Don't give ^M comment-end syntax.
4988
4989 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4990
4991 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4992 Don't consider gdbmi (gdb-mi.el has its own update functions).
4993 (gdb-var-delete): Make it work for gdbmi as well.
4994 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4995
4996 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4997 (gud-speedbar-menu-items): Correct logic for enabling items.
4998
4999 2005-07-15 Kim F. Storm <storm@cua.dk>
5000
5001 * ido.el: Fix commentary.
5002 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
5003 Use with-no-warnings around ffap-guesser.
5004 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
5005 Let bind minibuffer-completing-file-name to t.
5006
5007 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
5008
5009 * startup.el (site-run-file, keyboard-type): Doc fixes.
5010 (command-line): Check for "--basic-display" argument; also for
5011 "--quick", not "--bare-bones" (which was renamed).
5012 (fancy-splash-text): Add missing item "Getting New Versions".
5013 (normal-splash-screen): Fix typos and improve consistency with
5014 `fancy-splash-text'. Update copyright year.
5015
5016 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
5017 valid binding for `help-char'.
5018
5019 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
5020
5021 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
5022
5023 * term.el (term-mode): Disable cua-mode for term buffers.
5024
5025 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
5026
5027 * add-log.el (add-log-mailing-address, change-log-merge):
5028 Doc fixes.
5029 (change-log-get-method-definition): Fix typo in docstring.
5030
5031 2005-07-14 Kim F. Storm <storm@cua.dk>
5032
5033 * emulation/cua-base.el:
5034 (cua--pre-command-handler-1, cua--pre-command-handler)
5035 (cua--post-command-handler-1, cua--post-command-handler):
5036 Split in two. Check (buffer local) value of cua-mode.
5037 (cua-selection-mode): New command.
5038
5039 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5040
5041 * custom.el (custom-initialize-safe-set)
5042 (custom-initialize-safe-default): Doc fixes.
5043
5044 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
5045 and simplify :init-value again.
5046
5047 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
5048 and simplify :init-value again. Delete autoload.
5049
5050 * startup.el (command-line): Use `custom-reevaluate-setting' again
5051 for tooltip-mode.
5052
5053 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
5054 a defcustom with two :initialize keywords.
5055
5056 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
5057
5058 * allout.el (my-mark-marker, allout-isearch-prior-pos)
5059 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
5060 (allout-post-command-business, allout-flag-region)
5061 (isearch-reenable-font-lock, allout-yank)
5062 (allout-insert-latex-header, allout-insert-latex-trailer)
5063 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
5064 (allout-latex-verb-quote): Fix typos in docstrings.
5065 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
5066 (allout-unprotected, allout-prefix-data):
5067 Improve argument/docstring consistency.
5068 (allout-chart-subtree): Fix argument spec.
5069 (allout-open-topic): Rename `use_sib_bullet' argument to
5070 `use-sib-bullet'. Doc fix.
5071
5072 * whitespace.el (whitespace-check-buffer-leading)
5073 (whitespace-check-buffer-trailing)
5074 (whitespace-check-buffer-indent)
5075 (whitespace-check-buffer-spacetab)
5076 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
5077 (whitespace-check-leading-whitespace)
5078 (whitespace-check-trailing-whitespace)
5079 (whitespace-check-spacetab-whitespace)
5080 (whitespace-check-indent-whitespace)
5081 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
5082 (whitespace-modes): Fix typos in docstrings.
5083 (defgroup, defcustom): Doc fixes.
5084
5085 * winner.el (winner-mode, winner-boring-buffers)
5086 (winner-pending-undo-ring): Doc fixes.
5087 (winner-ring): Remove unneeded `progn'.
5088 (winner-equal): `defsubst' it.
5089 (winner-redo): Fix message.
5090
5091 2005-07-13 Kim F. Storm <storm@cua.dk>
5092
5093 * simple.el (line-move-1): Always use vertical-motion to
5094 do the last (or only) line move to ensure some movement.
5095 Undo 2005-06-23 change--don't check for overlays.
5096
5097 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5098
5099 * term/mac-win.el (ccl-encode-mac-roman-font)
5100 (ccl-encode-mac-centraleurroman-font)
5101 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
5102 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
5103 Change charset-id boundary of dimension to ?\xef.
5104 (mac-char-fontspec-list): New constant.
5105 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
5106 argument. Nil uses itself as family in font-spec. Previous
5107 behavior for nil is now provided by non-nil non-string argument.
5108 All callers changed. Add font-specs for Mac fonts to
5109 "fontset-default" unless iso8859-1 fonts are installed.
5110
5111 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * progmodes/sh-script.el (sh-get-indent-info): Only indent
5114 a continuation line if the \ is preceded by SPC or TAB.
5115 (sh-get-indent-info): Simplify.
5116 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
5117 Use with-current-buffer.
5118
5119 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
5120 when the matched text is empty.
5121
5122 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
5123
5124 * startup.el (command-line): Revert to previous handling of
5125 tooltip-mode. Explain in comment why the complexity is needed.
5126
5127 * tooltip.el (tooltip-mode): Revert to previous implementation of
5128 its defcustom.
5129
5130 * frame.el (blink-cursor-mode): Revert to previous implementation
5131 of its defcustom. Update comment.
5132
5133 2005-07-12 Lars Hansen <larsh@soem.dk>
5134
5135 * desktop.el: Update e-mail address.
5136
5137 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5138
5139 * term/mac-win.el (mac-services-mail-selection)
5140 (mac-services-mail-to): New functions.
5141 (mac-application-menu-map): Bind them.
5142
5143 2005-07-12 wulei <milton@wulei.net> (tiny change)
5144
5145 * progmodes/gdb-ui.el: Add note about buffering with Windows.
5146
5147 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
5148
5149 * custom.el (custom-reevaluate-setting): Doc fix.
5150
5151 2005-07-11 Jay Belanger <belanger@truman.edu>
5152
5153 * calc/calc.el (calc-embedded-announce-formula-alist)
5154 (calc-embedded-open-close-plain-alist)
5155 (calc-embedded-open-close-mode-alist): Add checks for additional
5156 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
5157
5158 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
5159
5160 * custom.el (custom-enable-theme): Don't add theme to
5161 `custom-enabled-themes' with `push' because there is no
5162 setf-method for `delq'.
5163
5164 2005-07-11 Richard M. Stallman <rms@gnu.org>
5165
5166 * custom.el (custom-declare-variable): Doc fix.
5167
5168 * dired-aux.el (dired-compare-directories): Remove "." and ".."
5169 from the alists.
5170
5171 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
5172 Do nothing if edebug-active.
5173
5174 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
5175 (edebug-display): Do it here instead.
5176
5177 2005-07-10 Richard M. Stallman <rms@gnu.org>
5178
5179 * cus-face.el (custom-theme-set-faces): Make it work.
5180 (custom-reset-faces): Doc fix.
5181 (custom-theme-reset-internal-face, custom-theme-face-value):
5182 Functions deleted.
5183
5184 * custom.el (custom-push-theme): Maintain list of the settings
5185 of a given theme in its theme-settings property.
5186 Maintain position of old settings in the theme-value
5187 or theme-face property.
5188 (custom-enabled-themes): New variable.
5189 (custom-theme-enabled-p): New function.
5190 (provide-theme): Update custom-enabled-themes.
5191 Disable and reenable the `user' theme.
5192 (require-theme): Doc fix.
5193 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
5194 (custom-theme-value, custom-theme-variable-value): Likewise.
5195 (custom-theme-reset-internal): Likewise.
5196 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
5197 (custom-enable-theme, custom-disable-theme): New functions.
5198 (custom-variable-theme-value, custom-face-theme-value): Likewise.
5199 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
5200 (custom-theme-reset-variables): Simplify.
5201 (deftheme, custom-declare-theme, custom-make-theme-feature):
5202 Definitions moved.
5203
5204 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
5205
5206 * longlines.el (longlines-show-region)
5207 (longlines-unshow-hard-newlines): Recognize hard newlines by
5208 non-nil hard property, instead of t.
5209
5210 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
5211
5212 * viper-cmd.el (viper--key-maps): New variable.
5213 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
5214 emulation-mode-map-alists.
5215 (viper-envelop-ESC-key): Use viper-subseq.
5216 (viper-search-forward/backward/next): Disable debug-on-error.
5217
5218 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
5219 (viper-ESC-key): New defcustoms.
5220
5221 * viper-macs.el (ex-map-read-args): Use viper-subseq.
5222
5223 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
5224 (viper-subseq): Copy of subseq from cl.el.
5225
5226 * viper.el (viper-go-away, viper-set-hooks): Use
5227 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
5228
5229 * viper-mous.el (viper-current-frame-saved): Use defvar.
5230
5231 * viper-init.el: Get rid of -face in face names.
5232
5233 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5234 Make it work with longlines mode
5235
5236 * ediff-mult.el (ediff-meta-mode-hook): New variable.
5237
5238 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
5239
5240 * ediff-init.el: Get rid of -face in face names.
5241
5242 2005-07-10 Richard M. Stallman <rms@gnu.org>
5243
5244 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
5245 and with-timeout-unsuspend.
5246
5247 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
5248 and with-timeout-unsuspend.
5249
5250 * emacs-lisp/timer.el (with-timeout-timers): New variable.
5251 (with-timeout): Bind that variable to record timers.
5252 (with-timeout-suspend, with-timeout-unsuspend): New functions.
5253
5254 * emacs-lisp/debug.el (debug-help-follow): New function.
5255 (debugger-mode-map): Use that instead of help-follow.
5256 (debugger-setup-buffer): Use eval-buffer-list
5257 to handle eval-buffer frames.
5258
5259 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
5260
5261 * timezone.el (timezone-parse-date): Change first regexp
5262 so it will not mistakenly match dates with no time zone.
5263
5264 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
5265
5266 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
5267
5268 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
5269
5270 * custom.el (custom-initialize-safe-set)
5271 (custom-initialize-safe-default): New functions.
5272
5273 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
5274 and simplify :init-value.
5275
5276 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
5277 and simplify :init-value. Delete obsolete comment.
5278
5279 * startup.el (command-line): Use `custom-reevaluate-setting' to
5280 handle `tooltip-mode'. Delete obsolete comment.
5281
5282 * files.el (set-visited-file-name): Avoid calling
5283 `file-name-nondirectory' with a nil argument.
5284
5285 2005-07-09 Richard M. Stallman <rms@gnu.org>
5286
5287 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
5288 was called with nil for the buffer, handle the read position right.
5289 Handle read position for eval-region, too.
5290
5291 2005-07-09 Juri Linkov <juri@jurta.org>
5292
5293 * fringe.el (fringe-mode): Add period in docstring.
5294 (fringe-query-style): Build prompt depending on `all-frames' arg.
5295
5296 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
5297 to not create links to unrelated functions in the Help buffer.
5298
5299 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
5300 Doc fix.
5301
5302 * simple.el (next-error-hook): New variable.
5303 (next-error): Use it. Doc fix.
5304
5305 * textmodes/ispell.el (ispell-command-loop): Add current
5306 dictionary name and program name to mode-line-format.
5307 (ispell-region, ispell-process-line): Add current dictionary name
5308 and program name to messages.
5309
5310 2005-07-08 Jay Belanger <belanger@truman.edu>
5311
5312 * calc/calc.el (calc-embedded-announce-formula-alist)
5313 (calc-embedded-open-close-formula-alist)
5314 (calc-embedded-open-close-word-alist)
5315 (calc-embedded-open-close-plain-alist)
5316 (calc-embedded-open-close-new-formula-alist)
5317 (calc-embedded-open-close-mode-alist)
5318 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
5319 (calc-embedded-mode-hook): New variables.
5320
5321 * calc/calc-embed.el (calc-embedded-firsttime)
5322 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
5323 New variables.
5324 (calc-do-embedded): Use calc-embedded-firsttime,
5325 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
5326 determine whether or not to run hooks.
5327 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
5328 calc-embedded-firsttime-formula appropriately.
5329 Set calc-embedded delimiter variables according to mode.
5330
5331 2005-07-08 Richard M. Stallman <rms@gnu.org>
5332
5333 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
5334 Check for "emacs", etc., as entire symbol, not just as word.
5335 (checkdoc-file-comments-engine): Use regexp-quote on FN.
5336
5337 * files.el (set-visited-file-name): Report the error
5338 for "empty filename" earlier.
5339 (kill-some-buffers): Ignore buffers already dead.
5340
5341 * fringe.el (fringe-mode): Doc fix.
5342
5343 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5344 Check for (featurep 'xemacs) and turn off warnings in what it guards.
5345 Use unwind-protect to ensure byte-compile-unresolved-functions
5346 is updated.
5347
5348 * whitespace.el (whitespace-buffer-leading-cleanup):
5349 Simplify w/ skip-chars-forward.
5350 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
5351
5352 * mail/rmail.el (rmail-only-expunge): Fix paren error.
5353 Unconditionally try to leave point at the same old place.
5354
5355 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
5356
5357 * comint.el (comint-postoutput-scroll-to-bottom)
5358 (comint-show-maximum-output): Take scroll-margin into consideration.
5359
5360 2005-07-08 Kim F. Storm <storm@cua.dk>
5361
5362 * ido.el (ido-use-filename-at-point): New choice `guess'.
5363 (ido-file-internal): Try ffap-guesser if selected.
5364
5365 * ido.el (ido-before-fallback-functions): New hook.
5366 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
5367 (ido-read-file-name): Run it.
5368
5369 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
5372 strings rather than a list of symbols to the completion function.
5373
5374 2005-07-07 Jay Belanger <belanger@truman.edu>
5375
5376 * calc/calc-units.el (math-apply-units): Change the places in
5377 which units are simplified.
5378
5379 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
5380
5381 * cus-edit.el (customize-option, customize-option-other-window):
5382 Make them handle aliases.
5383
5384 * custom.el (custom-variable-p): Make it recursively follow
5385 aliases. Mention that in the docstring.
5386
5387 2005-07-07 Richard M. Stallman <rms@gnu.org>
5388
5389 * cus-start.el (exec-path): Use `directory' instead of `file'.
5390 Fix tag for nil.
5391
5392 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
5393
5394 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
5395 when called non-interactively. Doc fix.
5396
5397 2005-07-07 Lute Kamstra <lute@gnu.org>
5398
5399 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
5400 new address as well.
5401
5402 2005-07-07 Kenichi Handa <handa@m17n.org>
5403
5404 * international/mule.el (make-coding-system):
5405 Describe `ascii-incompatible' property in the docstring.
5406 (set-file-name-coding-system): Signal an error if coding-system is
5407 ascii-incompatible.
5408 (set-keyboard-coding-system): Likewise.
5409
5410 * international/mule-cmds.el (set-default-coding-systems):
5411 Don't set default-file-name-coding-system and
5412 default-keyboard-coding-system if coding-system is ASCII-incompatible.
5413
5414 * international/utf-16.el: Declare that all UTF-16-based coding
5415 systems are ASCII-incompatible.
5416
5417 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
5418
5419 * progmodes/gud.el: Require font-lock for displaying errors.
5420 Used by gdb-ui.el.
5421
5422 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
5423
5424 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
5425 values for the pattern lists which are `read'able but not
5426 `append'able (like symbols).
5427
5428 2005-07-06 Richard M. Stallman <rms@gnu.org>
5429
5430 * progmodes/flymake.el (flymake-float-time): Instead of
5431 with-no-warnings, test for xemacs.
5432 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
5433 to avoid warning.
5434
5435 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
5436
5437 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
5438
5439 2005-07-05 Lute Kamstra <lute@gnu.org>
5440
5441 * battery.el: Add support for Darwin (with much debugging help
5442 from Samuel Lauber <sam124@operamail.com>).
5443 (battery-status-function, battery-echo-area-format)
5444 (battery-mode-line-format): Add support for pmset on Darwin.
5445 (battery-load-low, battery-load-critical): New user options.
5446 (battery-pmset): New function.
5447
5448 2005-07-05 Lute Kamstra <lute@gnu.org>
5449
5450 Update FSF's address in GPL notices.
5451
5452 * textmodes/page-ext.el: Update FSF's address.
5453
5454 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
5457 filling from using prefix when filling a single-line docstring.
5458
5459 * progmodes/flymake.el: Remove useless eval-when-compile.
5460
5461 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
5462
5463 2005-07-04 Richard M. Stallman <rms@gnu.org>
5464
5465 * textmodes/org.el (org-file-apps-defaults-gnu):
5466 Rename from org-file-apps-defaults-linux.
5467 (org-default-apps): Don't test system-type for `linux'.
5468 (org-file-apps): Doc fix.
5469
5470 2005-07-04 David Ponce <david@dponce.com>
5471
5472 * tree-widget.el: Improve header Commentary section.
5473 (tree-widget) [defgroup]
5474 (tree-widget-image-enable, tree-widget-themes-directory)
5475 (tree-widget-theme, tree-widget-image-properties-emacs)
5476 (tree-widget-image-properties-xemacs, tree-widget-create-image)
5477 (tree-widget-image-formats, tree-widget-control)
5478 (tree-widget-empty-control, tree-widget-leaf-control
5479 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
5480 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
5481 (tree-widget-keep, tree-widget-after-toggle-functions)
5482 (tree-widget-open-node, tree-widget-close-node): Doc fix.
5483 (tree-widget-open-control, tree-widget-close-control): Fix doc and
5484 :help-echo message.
5485 (tree-widget-set-theme): Doc fix. Use `string-equal'.
5486 (tree-widget-image-properties): Doc fix. Clearer implementation.
5487 (tree-widget--cursors): New constant.
5488 (tree-widget-lookup-image): New function split from
5489 `tree-widget-find-image'. Clearer implementation.
5490 (tree-widget-find-image): Use it.
5491 (tree-widget-button-keymap): Use `set-keymap-parent'.
5492 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
5493 Define the sub-widgets here.
5494 (tree-widget-node): Check that :node is not a tree-widget.
5495 (tree-widget-get-super, tree-widget-open-control)
5496 (tree-widget-close-control, tree-widget-empty-control)
5497 (tree-widget-leaf-control, tree-widget-guide)
5498 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
5499 (tree-widget-no-handle, tree-widget-value-delete)
5500 (tree-widget-map): Remove.
5501 (tree-widget-children-value-save): Doc fix. Simplified.
5502 (tree-widget-value-create): Update according to previous changes.
5503
5504 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
5505
5506 * textmodes/org.el: Leading space replaced by TABS.
5507 (org-recalc-marks, org-table-rotate-recalc-marks)
5508 (org-table-get-specials): Treat "^" and "_" marks.
5509 (org-table-justify-field-maybe): Optional argument NEW.
5510 (org-table-eval-formula): Parsing of the format simplified.
5511 New modes C,I. Honor the %= parameter in the current table.
5512 Avoid unnecessary re-align by using the NEW argument to
5513 `org-table-justify-field-maybe'.
5514 (org-calc-default-modes): Default for date-format mimicks org-mode.
5515 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
5516
5517 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5518
5519 * cus-face.el (custom-theme-set-faces): Make it handle face
5520 aliases whose alias declarations are pre- or autoloaded.
5521
5522 2005-07-04 Juri Linkov <juri@jurta.org>
5523
5524 * faces.el (read-face-name): Put the code for getting a face name
5525 from the buffer before adding the faces from the `face' property.
5526 Use `completing-read-multiple' instead of `completing-read'.
5527 Require `crm'. Add default value and post-process the returned
5528 list of faces.
5529
5530 * emacs-lisp/crm.el (crm-find-current-element)
5531 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
5532
5533 * emacs-lisp/lisp-mode.el (eval-defun-1):
5534 * emacs-lisp/edebug.el (edebug-eval-defun):
5535 Remove unnecessary quotes.
5536
5537 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
5538
5539 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
5540 (prolog-indent-level): Fix typo in docstring.
5541
5542 * info.el (Info-history, Info-history-forward)
5543 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
5544
5545 * add-log.el (add-change-log-entry):
5546 * comint.el (comint-dynamic-list-input-ring)
5547 (comint-dynamic-list-completions):
5548 * dabbrev.el (dabbrev-expand):
5549 * delim-col.el (delimit-columns-rectangle-line):
5550 * diff-mode.el (diff-context->unified, diff-reverse-direction)
5551 (diff-unified->context):
5552 * ediff-init.el (ediff-abbrev-jobname):
5553 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
5554 (ediff-replace-session-activity-marker-in-meta-buffer):
5555 * info.el (Info-summary):
5556 * lpr.el (printify-region):
5557 * printing.el (pr-create-interface):
5558 * ps-print.el (ps-print-quote):
5559 * ses.el (ses-column-widths, ses-print-cell)
5560 (ses-adjust-print-width, ses-center):
5561 * shell.el (shell-file-name-quote-list):
5562 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
5563 (strokes-fill-current-buffer-with-whitespace)
5564 (strokes-xpm-for-stroke, strokes-list-strokes)
5565 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
5566 * term.el (term-dynamic-list-input-ring)
5567 (term-dynamic-list-completions):
5568 * calc/calc.el (math-format-stack-value):
5569 * emacs-lisp/edebug.el (edebug-display-freq-count):
5570 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
5571 (delphi-new-comment-line):
5572 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
5573 * progmodes/executable.el (executable-set-magic):
5574 * progmodes/python.el (inferior-python-mode):
5575 * progmodes/scheme.el (scheme-mode-syntax-table):
5576 * progmodes/sh-script.el (sh-maybe-here-document):
5577 * progmodes/sql.el (sql-copy-column):
5578 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
5579 * textmodes/bibtex.el (bibtex-mode):
5580 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
5581 (sgml-auto-attributes):
5582 * textmodes/table.el (table-insert, table-shorten-cell)
5583 (table--generate-source-scan-lines, table-delete-row)
5584 (*table--cell-delete-char, table--spacify-frame)
5585 (table--horizontally-shift-above-and-below)
5586 (table--cell-insert-char, table--cell-blank-str)
5587 (table--fill-region-strictly):
5588 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
5589 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
5590
5591 * add-log.el (change-log):
5592 * apropos.el (apropos):
5593 * comint.el (comint-completion, comint-source):
5594 * dabbrev.el (dabbrev):
5595 * delim-col.el (columns):
5596 * diff-mode.el (diff-mode):
5597 * ediff.el (ediff):
5598 * ediff-diff.el (ediff-diff):
5599 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
5600 * ediff-mult.el (ediff-mult):
5601 * ediff-ptch.el (ediff-ptch):
5602 * ediff-wind.el (ediff-window):
5603 * facemenu.el (facemenu):
5604 * indent.el (indent):
5605 * info.el (info):
5606 * jka-cmpr-hook.el (compression, jka-compr):
5607 * lpr.el (lpr):
5608 * outline.el (outlines):
5609 * pcmpl-cvs.el (pcmpl-cvs):
5610 * pcmpl-rpm.el (pcmpl-rpm):
5611 * printing.el (printing):
5612 * ps-print.el (postscript, ps-print, ps-print-horizontal)
5613 (ps-print-vertical, ps-print-headers, ps-print-font)
5614 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
5615 (ps-print-background, ps-print-printer, ps-print-page)
5616 (ps-print-miscellany):
5617 * ses.el (ses):
5618 * shell.el (shell, shell-directories, shell-faces):
5619 * startup.el (initialization):
5620 * strokes.el (strokes):
5621 * term.el (term):
5622 * uniquify.el (uniquify):
5623 * w32-vars.el (w32):
5624 * calc/calc.el (calc):
5625 * emacs-lisp/bytecomp.el (bytecomp):
5626 * emacs-lisp/cl-indent.el (lisp-indent):
5627 * emacs-lisp/edebug.el (edebug):
5628 * emacs-lisp/elp.el (elp):
5629 * emacs-lisp/testcover.el (testcover):
5630 * emacs-lisp/trace.el (trace):
5631 * emulation/viper-ex.el (viper-ex):
5632 * emulation/viper-mous.el (viper-mouse):
5633 * mail/mailalias.el (mailalias):
5634 * mail/supercite.el (supercite, supercite-frames)
5635 (supercite-attr, supercite-cite, supercite-hooks):
5636 * net/rcompile.el (remote-compile):
5637 * net/rlogin.el (rlogin):
5638 * obsolete/ooutline.el (outlines):
5639 * progmodes/delphi.el (delphi):
5640 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
5641 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
5642 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
5643 (ebnf-optimization):
5644 * progmodes/etags.el (etags):
5645 * progmodes/executable.el (executable):
5646 * progmodes/idlwave.el (idlwave):
5647 * progmodes/pascal.el (pascal):
5648 * progmodes/prolog.el (prolog):
5649 * progmodes/python.el (python):
5650 * progmodes/scheme.el (scheme):
5651 * progmodes/sh-script.el (sh, sh-script):
5652 * progmodes/sql.el (SQL):
5653 * progmodes/tcl.el (tcl):
5654 * textmodes/bibtex.el (bibtex, bibtex-autokey):
5655 * textmodes/enriched.el (enriched):
5656 * textmodes/makeinfo.el (makeinfo):
5657 * textmodes/sgml-mode.el (sgml):
5658 * textmodes/table.el (table-hooks):
5659 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
5660 * textmodes/texinfo.el (texinfo):
5661 * textmodes/two-column.el (two-column):
5662 Finish `defgroup' description with period.
5663
5664 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
5665 * eshell/esh-var.el (eshell-var):
5666 * progmodes/vhdl-mode.el (vhdl-testbench):
5667 * textmodes/org.el (org): Fix typos in docstrings.
5668
5669 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
5670 consistency.
5671
5672 * progmodes/flymake.el (flymake-find-file): Remove.
5673 (flymake-float-time): Use `with-no-warnings'.
5674 (flymake-check-start-time, flymake-check-was-interrupted)
5675 (flymake-err-info, flymake-is-running, flymake-last-change-time)
5676 (flymake-new-err-info): `defvar' at compile time.
5677
5678 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
5679
5680 * replace.el (occur-hook): Doc fix.
5681 (occur-1): Don't call `occur-hook' if there are no matches.
5682
5683 2005-07-03 Richard M. Stallman <rms@gnu.org>
5684
5685 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
5686 global-map, save the same map.
5687 (global-map): Don't alter it at top level.
5688 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
5689 Then alter it here instead.
5690 (tpu-edt-off): Set global-map to the saved one.
5691
5692 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
5693 All references simplified.
5694 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
5695 (zmacs-regions): Add defvar.
5696 (repeat-complex-command-map): Everything about that deleted.
5697
5698 * textmodes/artist.el (artist-key-is-drawing)
5699 (artist-key-endpoint1, artist-key-poly-point-list)
5700 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
5701 (artist-key-compl-table, artist-rb-save-data)
5702 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
5703 Don't put them in eval-when-compile.
5704 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
5705
5706 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
5707 Use with-no-warnings.
5708
5709 * net/browse-url.el (dos-windows-version): Add defvar.
5710
5711 * mail/supercite.el (filladapt-prefix-table): Add defvar.
5712
5713 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
5714 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
5715 (rmail-new-summary-line-count): Rename from new-summary-line-count.
5716 Add defvar.
5717 (rmail-summary-beginning-of-message): Use with-no-warnings.
5718 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
5719
5720 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
5721 Use with-no-warnings.
5722
5723 * emulation/vi.el (vi-mark-region): Use c-mark-function.
5724 (c-mark-function): Add point-moving-unit property.
5725 (vi-goto-line): Use with-no-warnings.
5726
5727 * emulation/edt.el (edt-last-copied-word): Add defvar.
5728 (zmacs-region-stays): Likewise.
5729 (edt-mark-section-wisely): Use c-mark-function for C.
5730 Use makr-defun for Fortran.
5731 (time-string): defvar deleted.
5732 (edt-display-the-time): Don't set time-string.
5733
5734 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
5735
5736 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5737 Don't warn when name is not constant
5738 or for defining the group `emacs'.
5739
5740 * tooltip.el (gud-tooltip-mode): Add defvar.
5741
5742 * startup.el (default-frame-background-mode): Add defvar.
5743
5744 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
5745
5746 * info.el (tool-bar-map): Add defvar.
5747
5748 * dired.el (dnd-protocol-alist): Add defvar.
5749
5750 * dired-aux.el (dired-query): Display question with answer, when
5751 the user answers.
5752
5753 * custom.el (custom-add-option): Doc fix.
5754
5755 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
5756
5757 2005-07-03 Eli Zaretskii <eliz@gnu.org>
5758
5759 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
5760 bogus name from the last change.
5761
5762 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
5763
5764 * custom.el (custom-declare-variable): Fix typos in comment.
5765 (custom-known-themes): Doc fix.
5766 (custom-theme-directory): New defcustom.
5767 (require-theme): Make it check `custom-theme-directory'.
5768
5769 * cus-theme.el (custom-new-theme-mode): New function.
5770 (custom-theme-name, custom-theme-variables, custom-theme-faces)
5771 (custom-theme-description): Add compiler defvars.
5772 (customize-create-theme): Add doc to the "*New Custom Theme*"
5773 buffer. Use `custom-new-theme-mode'.
5774 (custom-theme-write): Put the created buffer in emacs-lisp-mode
5775 and save it to the `custom-theme-directory'. Make this the
5776 default directory of the buffer.
5777
5778 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
5779
5780 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
5781 Fix unbalanced parentheses.
5782
5783 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
5786 into flymake-mode and delegate to flymake-mode.
5787
5788 * find-file.el (ff-which-function-are-we-in): Clean up.
5789
5790 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
5791
5792 * replace.el (occur-rename-buffer): Fix docstring.
5793
5794 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
5795 (edt-last-copied-word, edt-learn-macro-count)
5796 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
5797 (edt-rect-start-point, edt-user-global-map, rect-start-point)
5798 (time-string, zmacs-region-stays):
5799 * emulation/edt-mapper.el (edt-save-function-key-map)
5800 (EDT-key-name): `defvar' to silence the byte-compiler.
5801
5802 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
5803
5804 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
5805 font-lock-regexp-backslash. Doc fix.
5806 (font-lock-regexp-backslash-grouping-construct): Rename from
5807 font-lock-regexp-backslash-construct. Doc fix.
5808 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
5809 grouping constructs.
5810
5811 2005-07-02 Eli Zaretskii <eliz@gnu.org>
5812
5813 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
5814 updating all the prerequisites.
5815
5816 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
5817
5818 * textmodes/org.el (org-agenda-start-on-weekday)
5819 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5820 (org-agenda-use-time-grid, org-archive-location)
5821 (org-allow-space-in-links, org-usenet-links-prefer-google)
5822 (org-enable-table-editor, org-export-default-language)
5823 (org-export-html-show-new-buffer, org-fill-paragraph)
5824 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5825 (org-goto-quit, org-occur, org-eval-in-calendar)
5826 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5827 (org-agenda-diary-entry, org-remember-help)
5828 (org-table-convert-region, org-at-table-p)
5829 (org-table-move-row-down, org-table-move-row-up)
5830 (org-table-copy-region, org-table-toggle-vline-visibility)
5831 (org-table-get-stored-formulas, org-table-get-specials)
5832 (org-recalc-commands, org-table-eval-formula)
5833 (org-table-formula-substitute-names, orgtbl-make-binding)
5834 (org-format-org-table-html, org-format-table-table-html)
5835 (org-format-table-table-html-using-table-generate-source)
5836 (org-customize): Fix typos in docstrings.
5837 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5838 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5839 (org-back-to-heading): Doc fixes.
5840 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5841 (org-agenda-change-all-lines, org-get-header):
5842 Improve argument/docstring consistency.
5843 (orgtbl-error): Fix error message.
5844
5845 * progmodes/flymake.el (flymake-find-possible-master-files)
5846 (flymake-master-file-compare, flymake-get-line-err-count)
5847 (flymake-highlight-line, flymake-gui-warnings-enabled):
5848 Fix typos in docstrings.
5849 (flymake-parse-line, flymake-get-project-include-dirs-function)
5850 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5851 Doc fixes.
5852 (flymake-get-project-include-dirs-function)
5853 (flymake-make-err-menu-data):
5854 Improve argument/docstring consistency.
5855
5856 2005-07-01 Lute Kamstra <lute@gnu.org>
5857
5858 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5859 Catch errors with ignore-errors. Use temporary buffer.
5860 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5861
5862 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5863 background color faces.
5864 (facemenu-set-foreground, facemenu-set-background):
5865 Use facemenu-set-face-from-menu.
5866 (facemenu-set-face-from-menu): Treat face names that start with
5867 "fg:" or "bg:" as special.
5868 (facemenu-add-new-color): Don't create faces. Simplify.
5869
5870 2005-06-30 Richard M. Stallman <rms@gnu.org>
5871
5872 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5873 (crm-find-current-element): Likewise.
5874
5875 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5876
5877 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5878
5879 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5880
5881 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5882 (archive-mouse-extract): Make it an obsolete alias.
5883 (archive-mode-map): Don't use archive-mouse-extract any more.
5884 (archive-mode, archive-extract): write-contents-hooks ->
5885 write-contents-functions.
5886 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5887 first arg.
5888 (archive-rename-entry): Update the call.
5889 (archive-zip-summarize): Remove unused var `method'.
5890 (archive-lzh-summarize): Remove unused var `creator'.
5891
5892 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5893 dedicated frame upon exit.
5894
5895 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5896 (archive-zip-extract, archive-zip-expunge)
5897 (archive-zip-update, archive-zip-update-case): Use executable-find.
5898 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5899 Use restore-buffer-modified-p.
5900 (archive-extract, archive-add-new-member, archive-write-file-member):
5901 Use with-current-buffer.
5902 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5903
5904 2005-06-30 Andreas Schwab <schwab@suse.de>
5905
5906 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5907
5908 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5909
5910 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5911
5912 2005-06-30 Juri Linkov <juri@jurta.org>
5913
5914 * faces.el (vertical-border): Inherit from mode-line-inactive
5915 only on tty.
5916
5917 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5918
5919 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5920 example, -NLINES in the `occur' docstring).
5921
5922 * replace.el (occur-1): When no matches are found, do not set the
5923 `buffer-read-only' and modified flags for the occur buffer,
5924 because it is deleted.
5925
5926 * emulation/cua-base.el (cua-check-pending-input)
5927 (cua-repeat-replace-region, cua-mode, cua-debug)
5928 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5929 Fix typos in docstrings.
5930
5931 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5932 (cua-cut-region-to-global-mark)
5933 (cua--cut-rectangle-to-global-mark):
5934 Remove period from end of messages.
5935
5936 * emulation/cua-rect.el (cua-do-rectangle-padding):
5937 Remove period from end of messages.
5938 (cua--rectangle-seq-format): Fix typo in docstring.
5939 (cua-sequence-rectangle, cua-fill-char-rectangle):
5940 Improve argument/docstring consistency.
5941
5942 2005-06-29 Juri Linkov <juri@jurta.org>
5943
5944 * faces.el (default-frame-background-mode): New internal variable.
5945 (frame-set-background-mode): Use it.
5946
5947 * startup.el (normal-top-level): Set default-frame-background-mode
5948 instead of frame-background-mode. Before setting it, test for its
5949 nil value. Remove tests for frame-background-mode and frame
5950 parameter `reverse'. Add test for "unspecified-fg".
5951
5952 * term/xterm.el (xterm-rxvt-set-background-mode):
5953 * term/rxvt.el (rxvt-set-background-mode):
5954 Set default-frame-background-mode instead of frame-background-mode.
5955
5956 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5957
5958 * simple.el (set-variable): Warn about obsolete user variables.
5959
5960 * imenu.el (imenu--completion-buffer):
5961 * mouse.el (mouse-buffer-menu-alist):
5962 * msb.el (msb-invisible-buffer-p):
5963 * calendar/diary-lib.el (diary-header-line-format):
5964 * emacs-lisp/pp.el (pp-buffer):
5965 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5966 * textmodes/picture.el (picture-replace-match):
5967 Change space constants followed by a sexp to "?\s ".
5968
5969 * play/decipher.el (decipher-loop-with-breaks):
5970 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5971 constants "protected" from end of line by a comment to "?\s".
5972
5973 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5974
5975 * font-lock.el (save-buffer-state): Use `declare'.
5976
5977 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5978 reset the syntax-table to cperl-mode-syntax-table.
5979 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5980 "foo_print_bar" is not matched as a reserved keyword.
5981
5982 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5983
5984 * textmodes/org.el (orgtbl-setup): New function, for delayed
5985 setup for the orgtbl commands.
5986 (org-calc-default-modes): New option.
5987 (orgtbl-make-binding): Use `defun' to get better help display.
5988 (org-diary): Call `org-compile-prefix-format'.
5989 (org-table-formula-substitute-names): New function.
5990 (org-agenda-day-view, org-agenda-week-view): New commands.
5991 (org-agenda-toggle-week-view): Command removed.
5992 (org-tbl-menu): Split off from org-org-menu.
5993 (org-mode): Move removal of outline-mode menus to here.
5994 (org-table-formula-debug): New option.
5995 (org-table-insert-row): Keep first field if just "#" or "*".
5996 (org-mode): Paragraph regexps fixed.
5997 (org-table-recalculate-regexp): New constant.
5998 (org-table-justify-field-maybe): Avoid replace if not necessary.
5999 (org-copy-special, org-cut-special): Use `call-interactively'.
6000 (org-table-copy-region): Take region from `interactive' call.
6001 (org-trim): Return string even if no match.
6002 (org-formula): New face.
6003 (org-set-font-lock-defaults): No longer highlight "FIXME".
6004 But highlight formula-related fields in table.
6005 (org-table-p): Use regexp, not fontification.
6006 (org-table-align): Handle white space at end of line.
6007 (org-table-formula-evaluate-inline): New option.
6008 (org-mode): Auto-wrapping in comment lines turned off.
6009 (org-table-copy-down): Evaluate only in copied field, not in
6010 destination.
6011 (org-table-current-formula): Variable removed.
6012 (org-table-store-formulas, org-table-get-stored-formulas)
6013 (org-table-modify-formulas, org-table-replace-in-formulas)
6014 (org-table-maybe-eval-formula): New functions.
6015 (org-table-get-formula): Modify to use stored formulas.
6016 (org-table-insert-column, org-table-delete-column)
6017 (org-table-move-column): Call `org-table-modify-formulas'.
6018 (org-complete): Add completion for keyword formulas.
6019 (orgtbl-mode): Pull orgtbl-mode-map to start of
6020 minor-mode-map-alist.
6021
6022 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6023
6024 * progmodes/python.el (python-check): Require `compile' before
6025 modifying its variables.
6026
6027 * newcomment.el (comment-indent-default): Don't get fooled by an early
6028 end of buffer.
6029
6030 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6031
6032 * ps-print.el (ps-print-version): Fix version number.
6033
6034 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
6035
6036 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
6037
6038 2005-06-28 Richard M. Stallman <rms@gnu.org>
6039
6040 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
6041 (flyspell-local-mouse-map): Declaration deleted.
6042 (flyspell-mouse-map): Bind only mouse-2.
6043 (flyspell-mode-map): Don't test flyspell-use-local-map.
6044 (flyspell-overlay-keymap-property-name): Var deleted.
6045 (flyspell-mode-on): Don't make local bindings for
6046 flyspell-mouse-map and flyspell-mode-map.
6047 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
6048
6049 * textmodes/ispell.el (ispell-word): Do not ignore short words.
6050
6051 * progmodes/compile.el (compilation-next-error-function):
6052 Don't switch buffers; operate on the current buffer.
6053
6054 * progmodes/compile.el (compilation-error-file-name)
6055 (compilation-warning-file-name, compilation-info-file-name)
6056 (compilation-line-number, compilation-column-number): New faces.
6057 (compilation-error-face, compilation-warning-face)
6058 (compilation-info-face, compilation-line-face)
6059 (compilation-column-face): Use them.
6060
6061 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
6062
6063 * comint.el (comint-password-prompt-regexp): Accept ", try again".
6064
6065 * bindings.el (global-map): Bind insertchar and its variants.
6066
6067 2005-06-27 Richard M. Stallman <rms@gnu.org>
6068
6069 * textmodes/artist.el (artist-text-overwrite)
6070 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
6071
6072 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6073
6074 * ps-print.el: It was not working the page selection for printing.
6075 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
6076 (ps-print-version): New version 6.6.7.
6077 (ps-end-sheet): New fun.
6078 (ps-header-sheet, ps-end-job): Call it.
6079
6080 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6081
6082 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
6083
6084 2005-06-27 Lute Kamstra <lute@gnu.org>
6085
6086 * facemenu.el (facemenu-unlisted-faces): Add foreground and
6087 background color faces.
6088 (facemenu-get-face): Delete function.
6089 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
6090 (facemenu-add-new-color): Make second argument mandatory.
6091 Create the appropriate face and return it. Simplify.
6092 (facemenu-set-foreground, facemenu-set-background): Don't check if
6093 color is defined. Use return value of facemenu-add-new-color.
6094
6095 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
6096
6097 * progmodes/gud.el (gud-filter): Add missing argument to
6098 with-selected-window.
6099
6100 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6101
6102 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
6103 a :require to the defcustom.
6104
6105 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
6106 defcustoms corresponding to minor modes.
6107
6108 2005-06-26 David Ponce <david@dponce.com>
6109
6110 * recentf.el: Require tree-widget instead of wid-edit.
6111 (recentf-filename-handler): Fix widget :type.
6112 (recentf-cancel-dialog, recentf-open-more-files)
6113 (recentf-open-files-action): Doc fix.
6114 (recentf-dialog-goto-first): New function.
6115 (recentf-dialog-mode-map): Set parent keymap first.
6116 (recentf-dialog-mode): Define with define-derived-mode.
6117 Don't display continuation lines in dialogs.
6118 (recentf-edit-list): Rename from recentf-edit-selected-items.
6119 (recentf-edit-list-select): Rename from recentf-edit-list-action.
6120 Simplify.
6121 (recentf-edit-list-validate): New function.
6122 (recentf-edit-list): Update accordingly.
6123 (recentf-open-files-item-shift): Remove.
6124 (recentf-open-files-item): Convert menu elements into tree and
6125 link widgets. Don't create the widgets.
6126 (recentf-open-files): Update accordingly.
6127 (recentf-save-list): Untabify.
6128
6129 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6130
6131 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
6132 (keep-lines): Add INTERACTIVE arg. Never delete lines only
6133 partially contained in the active region. Do not take active
6134 region into account when called from Lisp, unless INTERACTIVE arg
6135 is non-nil. Use `forward-line' instead of `beginning-of-line' to
6136 avoid trouble with fields. Make marker point nowhere when no
6137 longer used. Always return nil. Doc fix.
6138 (flush-lines): Add INTERACTIVE arg. Do not take active region
6139 into account when called from Lisp, unless INTERACTIVE arg is
6140 non-nil. Use `forward-line' instead of `beginning-of-line' to
6141 avoid trouble with fields. Make marker point nowhere when no
6142 longer used. Always return nil. Doc fix.
6143 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
6144 interchangeable. Do not take active region into account when
6145 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
6146 message in echo area when called from Lisp, unless INTERACTIVE arg
6147 is non-nil. Avoid saying "1 occurrences". Do not use markers.
6148 Return the number of matches. Doc fix.
6149 (occur): Doc fix.
6150 (perform-replace): Make comment follow double space convention for
6151 the sake of `outline-minor-mode'.
6152
6153 * faces.el (facep): Doc fix.
6154
6155 2005-06-25 Richard M. Stallman <rms@gnu.org>
6156
6157 * facemenu.el (facemenu-enable-faces-p): New function.
6158 (facemenu-background-menu, facemenu-foreground-menu)
6159 (facemenu-face-menu): Add menu-enable property.
6160
6161 * jka-compr.el (jka-compr-insert-file-contents):
6162 Special handling if cannot find the uncompression program.
6163
6164 * cus-face.el (custom-face-attributes): Add autoload.
6165
6166 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6167 Bind comment-indent-function locally.
6168
6169 * window.el (save-selected-window): Use save-current-buffer.
6170
6171 * subr.el (with-selected-window): Use save-current-buffer.
6172
6173 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
6174 and with-current-buffer.
6175
6176 2005-06-24 Richard M. Stallman <rms@gnu.org>
6177
6178 * simple.el (line-move-1): Fix previous change.
6179
6180 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
6181
6182 * replace.el (occur-1): Set `buffer-read-only' and the
6183 buffer-modified flag before running `occur-hook' to protect
6184 against unintentional buffer switches that can lead to data loss.
6185
6186 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
6187
6188 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
6189 (gud-gdb-marker-filter): Use font-lock-warning-face for any
6190 initial error.
6191
6192 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
6193 after fresh input.
6194 (gdb-var-create-handler): Put name of expression in quotes.
6195
6196 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6197
6198 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
6199 elements of RING in order, and without bogus nil elements.
6200
6201 2005-06-23 Richard M. Stallman <rms@gnu.org>
6202
6203 * simple.el (set-variable): Args renamed; doc fix.
6204 (line-move-1): When there are overlays around, use vertical-motion.
6205
6206 * faces.el (escape-glyph): Use brown against light background.
6207 (nobreak-space): Rename from no-break-space.
6208 Fix previous change.
6209
6210 * dired-aux.el (dired-do-copy): Fix arg prompt.
6211
6212 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
6213
6214 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
6215
6216 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
6217 rather than "Distributor".
6218
6219 2005-06-23 Lute Kamstra <lute@gnu.org>
6220
6221 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
6222 (debug-on-entry): Use it. New interactive declaration that uses
6223 function-called-at-point.
6224
6225 2005-06-23 Kim F. Storm <storm@cua.dk>
6226
6227 * subr.el (save-match-data): Add comment about using evaporate arg
6228 to set-match-data.
6229
6230 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6231
6232 * cus-edit.el (customize-face)
6233 (customize-face-other-window): Handle face aliases.
6234
6235 * faces.el (face-documentation, set-face-attribute)
6236 (face-spec-set): Handle face aliases.
6237
6238 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
6239
6240 * help-mode.el (help-make-xrefs): If a symbol representing a face
6241 name is not followed by the word "face", it could still be a
6242 function or variable name, so don't bypass other checks.
6243
6244 2005-06-22 Juri Linkov <juri@jurta.org>
6245
6246 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
6247 Replace aliased functions with calls where second arg `inherit' is t.
6248
6249 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
6250
6251 * progmodes/gdb-ui.el (gdb-error): New variable.
6252 (gdb-error): New function.
6253 (gdb-annotation-rules): Act on error-begin and error annotations.
6254 (gdb-concat-output): Use font-lock-warning-face for errors.
6255
6256 2005-06-22 Miles Bader <miles@gnu.org>
6257
6258 * bindings.el (propertized-buffer-identification): Use renamed
6259 `Buffer-menu-buffer' face.
6260
6261 * faces.el (vertical-border): Rename from `vertical-divider'.
6262 (escape-glyph): Change dark-background color back to `cyan'.
6263
6264 2005-06-21 Juri Linkov <juri@jurta.org>
6265
6266 * faces.el (face-user-default-spec): Try getting `customized-face'
6267 prior to `saved-face'.
6268 (frame-background-mode): Refill docstring.
6269
6270 * emacs-lisp/lisp-mode.el (eval-defun-1):
6271 * emacs-lisp/edebug.el (edebug-eval-defun):
6272 Set `saved-face' temporarily to nil before calling form.
6273 Set `customized-face' to the new spec after that.
6274
6275 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
6276
6277 * subr.el (1value, lambda, key-substitution-in-progress):
6278 Doc fixes.
6279
6280 * autoinsert.el (auto-insert-alist):
6281 * ses.el (ses-call-printer):
6282 * subr.el (noreturn):
6283 * emacs-lisp/lisp.el (check-parens):
6284 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
6285 * net/browse-url.el (browse-url-mosaic):
6286 * progmodes/cc-defs.el (c-safe-scan-lists):
6287 * progmodes/ebnf-abn.el (ebnf-abn-lex):
6288 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
6289 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
6290 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
6291 * progmodes/ebnf-iso.el (ebnf-iso-lex):
6292 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
6293
6294 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
6295
6296 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
6297
6298 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
6299
6300 * calendar/appt.el (appt-make-list): Activate the package, if
6301 not already active (for backwards compatibility).
6302
6303 2005-06-20 Kim F. Storm <storm@cua.dk>
6304
6305 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
6306
6307 2005-06-20 Miles Bader <miles@gnu.org>
6308
6309 * faces.el (vertical-divider): New face.
6310
6311 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
6312
6313 * simple.el (kill-whole-line): Doc fix.
6314 (next-error-buffer-p, next-error-find-buffer)
6315 (clone-indirect-buffer): Fix typos in docstrings.
6316 (comment-line-break-function): Doc fix: don't say variable
6317 is automatically buffer-local (it isn't).
6318
6319 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
6320
6321 * net/tramp-ftp.el (top):
6322 * net/tramp-smb.el (top):
6323 * net/tramp-util.el (top):
6324 * net/tramp-uu.el (top):
6325 * net/tramp-vc.el (top):
6326 * net/tramp.el (top): Revert copyright years back to original
6327 ones. Tramp has a life outside GNU Emacs.
6328
6329 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
6330
6331 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
6332
6333 2005-06-18 Juri Linkov <juri@jurta.org>
6334
6335 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
6336 end of first regexp to limit the match to the position between
6337 line number and source line with same separator character as used
6338 between file name and line number. In the second regexp limit
6339 mouse-face area to file name and line number by adding new group
6340 for them and referring it in HYPERLINK arg.
6341 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
6342 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
6343 previous line where grep markers may be already removed.
6344
6345 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
6346
6347 * progmodes/ps-mode.el: Update version and maintainer's email address.
6348
6349 2005-06-18 Steve Youngs <steve@xemacs.org>
6350
6351 * net/browse-url.el (browse-url-browser-function)
6352 (browse-url-default-browser): Add firefox.
6353 (browse-url-firefox-program, browse-url-firefox-arguments)
6354 (browse-url-firefox-startup-arguments)
6355 (browse-url-firefox-new-window-is-tab): New defcustoms.
6356 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
6357
6358 2005-06-17 Richard M. Stallman <rms@gnu.org>
6359
6360 * startup.el (command-line): Warn if specified user name has
6361 no home directory.
6362
6363 * term.el (term-get-old-input, term-input-filter, term-input-sender)
6364 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
6365
6366 * longlines.el (longlines-mode, longlines-show-hard-newlines):
6367 Doc fixes.
6368
6369 * faces.el (underline): Try bold if terminal doesn't support underline.
6370
6371 * mail/sendmail.el (mail-setup-with-from): New variable.
6372 (mail-insert-from-field): New function.
6373 (sendmail-send-it): Call it.
6374 (mail-setup): Optionally call it here.
6375
6376 * term/linux.el: Call tty-no-underline.
6377
6378 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6379
6380 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
6381
6382 2005-06-17 Miles Bader <miles@gnu.org>
6383
6384 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
6385 (ediff-current-diff-C, ediff-current-diff-Ancestor)
6386 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
6387 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
6388 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
6389 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
6390 Remove "-face" suffix from face names.
6391 (ediff-current-diff-face-A, ediff-current-diff-face-B)
6392 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
6393 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6394 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6395 (ediff-even-diff-face-A, ediff-even-diff-face-B)
6396 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6397 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6398 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6399 New backward-compatibility aliases for renamed faces.
6400 (ediff-current-diff-face-A, ediff-current-diff-face-B)
6401 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
6402 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6403 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6404 (ediff-even-diff-face-A, ediff-even-diff-face-B)
6405 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6406 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6407 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6408 Use renamed ediff faces.
6409
6410 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
6411 Remove "-face" suffix from face names.
6412 (eshell-test-ok-face, eshell-test-failed-face):
6413 New backward-compatibility aliases for renamed faces.
6414 (eshell-run-test): Use renamed eshell-test faces.
6415
6416 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
6417 face name.
6418 (eshell-prompt-face): New backward-compatibility alias for renamed
6419 face.
6420 (eshell-emit-prompt): Use renamed eshell-prompt face.
6421
6422 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
6423 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
6424 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
6425 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
6426 Remove "-face" suffix from face names.
6427 (eshell-ls-directory-face, eshell-ls-symlink-face)
6428 (eshell-ls-executable-face, eshell-ls-readonly-face)
6429 (eshell-ls-unreadable-face, eshell-ls-special-face)
6430 (eshell-ls-missing-face, eshell-ls-archive-face)
6431 (eshell-ls-backup-face, eshell-ls-product-face)
6432 (eshell-ls-clutter-face):
6433 New backward-compatibility aliases for renamed faces.
6434 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
6435
6436 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
6437 Remove "-face" suffix from face name.
6438 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
6439 instead of literal face.
6440
6441 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
6442
6443 * emacs-lisp/warnings.el (display-warning, lwarn)
6444 (warning-minimum-log-level): Doc fixes.
6445 (warning-minimum-level, warning-minimum-log-level):
6446 Add :debug to :type choices.
6447
6448 * progmodes/ada-mode.el (ada-format-paramlist)
6449 (ada-get-indent-case, ada-check-matching-start)
6450 (ada-check-defun-name, ada-goto-matching-decl-start)
6451 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
6452 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
6453 (ada-make-subprogram-body): Follow error conventions.
6454 (ada-case-exception-file, ada-indent-comment-as-code)
6455 (ada-indent-handle-comment-special, ada-indent-renames)
6456 (ada-indent-return, ada-search-directories-internal)
6457 (ada-tab-policy, ada-case-exception-substring)
6458 (ada-other-file-alist, ada-matching-start-re)
6459 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
6460 (ada-imenu-generic-expression, ada-compile-goto-error)
6461 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
6462 (ada-popup-menu, ada-add-extensions, ada-mode)
6463 (ada-region-selected, ada-create-case-exception)
6464 (ada-create-case-exception-substring, ada-after-keyword-p)
6465 (ada-activate-keys-for-case, ada-adjust-case-region)
6466 (ada-adjust-case-buffer, ada-format-paramlist)
6467 (ada-scan-paramlist, ada-insert-paramlist)
6468 (ada-indent-newline-indent)
6469 (ada-indent-newline-indent-conditional)
6470 (ada-justified-indent-current, ada-goto-previous-word)
6471 (ada-indent-current, ada-get-indent-open-paren)
6472 (ada-get-indent-paramlist, ada-get-indent-end)
6473 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
6474 (ada-get-indent-block-start, ada-get-indent-subprog)
6475 (ada-get-indent-noindent, ada-get-indent-label)
6476 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
6477 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
6478 (ada-goto-stmt-end, ada-goto-next-word)
6479 (ada-check-matching-start, ada-check-defun-name)
6480 (ada-goto-matching-decl-start, ada-goto-matching-start)
6481 (ada-goto-matching-end, ada-search-ignore-string-comment)
6482 (ada-in-decl-p, ada-looking-at-semi-or)
6483 (ada-looking-at-semi-private, ada-in-paramlist-p)
6484 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
6485 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
6486 (ada-next-procedure, ada-previous-procedure, ada-next-package)
6487 (ada-previous-package, ada-create-menu)
6488 (ada-fill-comment-paragraph-justify)
6489 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
6490 (ada-other-file-name, ada-last-which-function-line)
6491 (ada-last-which-function-subprog, ada-which-function)
6492 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
6493 (ada-gen-treat-proc, ada-check-emacs-version)
6494 (ada-continuation-indent, ada-align-region-separate):
6495 Fix typos in docstrings.
6496 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
6497
6498 2005-06-16 Lute Kamstra <lute@gnu.org>
6499
6500 * simple.el (fundamental-mode): Run after-change-major-mode-hook
6501 conditionally.
6502
6503 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
6504
6505 * comint.el (comint-replace-by-expanded-filename)
6506 (comint-prompt-regexp, comint-delimiter-argument-list)
6507 (comint-preinput-scroll-to-bottom):
6508 * info.el (Info-hide-cookies-node):
6509 * ls-lisp.el (ls-lisp-classify):
6510 * find-file.el (ff-search-directories, ff-special-constructs)
6511 (ff-find-other-file):
6512 * font-lock.el (font-lock-keywords):
6513 * shell.el (shell-prompt-pattern)
6514 (shell-dynamic-complete-functions, shell-mode)
6515 (shell-delimiter-argument-list):
6516 * term.el (term-replace-by-expanded-filename)
6517 (term-prompt-regexp, term-delimiter-argument-list):
6518 * woman.el (woman-ignore, woman0-if):
6519 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
6520 * emacs-lisp/elint.el (elint-init-env):
6521 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
6522 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
6523 * language/ethio-util.el (ethio-tilde-escape)
6524 (ethio-use-three-dot-question):
6525 * net/zone-mode.el (zone-mode-load-time-setup):
6526 * progmodes/cc-align.el (c-lineup-argcont):
6527 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
6528 * progmodes/cperl-mode.el (cperl-set-style-back):
6529 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6530 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
6531 Fix spellings in docstrings.
6532
6533 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
6534 * progmodes/modula2.el (m2-for): Fix spellings.
6535
6536 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
6537
6538 * simple.el (undo-more): Don't use `format' on `error' arguments.
6539 Improve argument/docstring consistency.
6540 (pending-undo-list): Doc fix.
6541
6542 * smerge-mode.el (smerge-ensure-match):
6543 * emulation/vip.el (vip-ex):
6544 * net/zone-mode.el (zone-mode-update-serial):
6545 * progmodes/idlwave.el (idlwave-complete):
6546 * progmodes/vhdl-mode.el (vhdl-visit-file)
6547 (vhdl-compose-wire-components):
6548 Don't use `format' on `error' arguments.
6549
6550 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
6551 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
6552 (tooltip-help-tips): Fix typos in docstrings.
6553
6554 2005-06-16 David Ponce <david@dponce.com>
6555
6556 * tree-widget.el (tree-widget-value-create): Simplify last change.
6557
6558 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
6559
6560 * ido.el (ido-incomplete-regexp): New variable.
6561 (ido-set-matches-1): Handle invalid-regexp error and set
6562 ido-incomplete-regexp.
6563 (ido-incomplete-regexp): New face.
6564 (ido-completions): Use it.
6565 (ido-complete, ido-exit-minibuffer, ido-completions):
6566 Handle incomplete regexps.
6567 (ido-completions): Add check for complete match when entering a regexp.
6568
6569 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
6572
6573 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6574
6575 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
6576 by field delimiters.
6577
6578 2005-06-15 David Ponce <david@dponce.com>
6579
6580 * tree-widget.el: eval-and-compile inlined functions so they will
6581 be available at run-time too.
6582 (tree-widget-super-format-handler)
6583 (tree-widget-format-handler): Remove.
6584 (tree-widget-value-create): Handle the :indent property.
6585
6586 2005-06-15 Miles Bader <miles@gnu.org>
6587
6588 * progmodes/which-func.el (which-func): Only inherit
6589 `font-lock-function-name-face' when that makes sense against the
6590 default mode-line face, otherwise set the face color explicitly.
6591
6592 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
6593 faces instead of (non-existent) variables.
6594
6595 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
6598 (iswitchb-get-matched-buffers): Likewise. Simplify.
6599
6600 2005-06-14 Miles Bader <miles@gnu.org>
6601
6602 * progmodes/ld-script.el (ld-script-location-counter):
6603 Remove "-face" suffix from face name.
6604 (ld-script-location-counter-face):
6605 New backward-compatibility alias for renamed face.
6606 (ld-script-location-counter-face): Use renamed face.
6607
6608 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
6609 (cperl-hash): Remove "-face" suffix from face names.
6610 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
6611 New backward-compatibility aliases for renamed faces.
6612 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
6613 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
6614
6615 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
6616 name.
6617 (which-func-face): New backward-compatibility alias for renamed face.
6618 (which-func-format): Use renamed which-func face.
6619
6620 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
6621 (vhdl-function, vhdl-directive, vhdl-reserved-word)
6622 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
6623 names.
6624 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
6625 (vhdl-speedbar-configuration, vhdl-speedbar-package)
6626 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
6627 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
6628 (vhdl-speedbar-architecture-selected)
6629 (vhdl-speedbar-configuration-selected)
6630 (vhdl-speedbar-package-selected)
6631 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
6632 names.
6633 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
6634 Use renamed faces.
6635 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
6636 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
6637 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
6638 Use renamed faces.
6639 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
6640 names.
6641 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
6642 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
6643 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
6644 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
6645 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
6646 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
6647
6648 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
6649 face name.
6650 (sh-heredoc-face): New backward-compatibility alias for renamed face.
6651 (sh-heredoc-face): Use renamed sh-heredoc face.
6652
6653 * progmodes/idlw-help.el (idlwave-help-link):
6654 Remove "-face" suffix from face name.
6655 (idlwave-help-link-face):
6656 New backward-compatibility alias for renamed face.
6657 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
6658
6659 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
6660 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
6661 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
6662 New backward-compatibility aliases for renamed faces.
6663 (idlwave-shell-disabled-breakpoint-face)
6664 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
6665
6666 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6667 Remove "-face" suffix from face names.
6668 (flymake-errline-face, flymake-warnline-face):
6669 New backward-compatibility aliases for renamed faces.
6670 (flymake-highlight-line): Use renamed flymake faces.
6671
6672 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6673 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
6674 (ebrowse-member-class, ebrowse-progress):
6675 Remove "-face" suffix from face names.
6676 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6677 (ebrowse-file-name-face, ebrowse-default-face)
6678 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6679 (ebrowse-progress-face):
6680 New backward-compatibility aliases for renamed faces.
6681 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
6682 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
6683 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
6684 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
6685
6686 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
6687 antlr-syntax)
6688 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
6689 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
6690 names.
6691 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
6692 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
6693 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
6694 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
6695 backward-compatibility aliases for renamed faces.
6696 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
6697 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
6698 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
6699 remove "font-lock-". Use renamed antlr-mode faces.
6700 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
6701 literal face-names with face variable references.
6702
6703 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
6704 face name.
6705 (Buffer-menu-buffer-face): New backward-compatibility alias for
6706 renamed face.
6707 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
6708
6709 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
6710
6711 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
6712 Eliminate "-face" suffix.
6713 (makefile-targets): Inherit from font-lock-function-name-face and
6714 eliminate "-face" suffix.
6715 (makefile-shell): Remove attributes and eliminate "-face" suffix.
6716 (makefile-*-font-lock-keywords): Append makefile-targets in rule
6717 actions, instead of prepending, to make it less visible.
6718 (makefile-previous-dependency, makefile-match-dependency):
6719 Don't match a target on a continuation line.
6720
6721 * files.el (auto-mode-alist): Put Makefile in gmake mode.
6722
6723 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
6724
6725 * progmodes/gdb-ui.el (menu): Re-order menu items.
6726 (gdb-tooltip-print): Respect tooltip-use-echo-area.
6727
6728 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
6729 Define in tooltip.el.
6730 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
6731 (gud-tooltip-tips): Respect tooltip-use-echo-area and
6732 gud-tooltip-echo-area.
6733
6734 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
6735 backward compatibility and make obsolete.
6736 (tooltip-help-tips): Use tooltip-use-echo-area.
6737 (tooltip-show-help-function): Rename to...
6738 (tooltip-show-help): ...this, because it is a function.
6739 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
6740
6741 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6742
6743 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
6744 (edebug-print-length, edebug-print-level, edebug-print-circle)
6745 (edebug-modify-breakpoint, edebug-eval-last-sexp)
6746 (edebug-eval-print-last-sexp): Doc fixes.
6747
6748 2005-06-14 Kim F. Storm <storm@cua.dk>
6749
6750 * ido.el (ido-mode): Make a new keymap every time we enable ido,
6751 as the coverage buffer/file/both may change.
6752
6753 2005-06-14 Lute Kamstra <lute@gnu.org>
6754
6755 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
6756 and run-mode-hooks. Simplify.
6757
6758 * mail/rmailedit.el (rmail-edit-mode):
6759 * progmodes/octave-inf.el (inferior-octave-mode):
6760 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
6761
6762 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
6763 and run-mode-hooks.
6764 (recentf-edit-list, recentf-open-files): Don't call
6765 kill-all-local-variables directly.
6766
6767 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
6768
6769 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6770
6771 * emacs-lisp/byte-run.el (make-obsolete)
6772 (define-obsolete-function-alias): Rename arguments FUNCTION and
6773 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
6774 (make-obsolete-variable, define-obsolete-variable-alias):
6775 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
6776 respectively.
6777
6778 * isearchb.el (isearchb-activate):
6779 * pcvs.el (cvs-mode):
6780 * ses.el (ses-load):
6781 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
6782 * net/tramp.el (tramp-find-file-exists-command)
6783 (tramp-find-shell):
6784 * progmodes/ada-mode.el (ada-create-case-exception)
6785 (ada-create-case-exception-substring, ada-make-subprogram-body):
6786 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6787 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
6788 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
6789 * textmodes/org.el (org-promote, org-evaluate-time-range)
6790 (org-agenda-next-date-line, org-agenda-previous-date-line)
6791 (org-agenda-error, org-open-at-point, org-table-move-row)
6792 (org-format-table-table-html-using-table-generate-source)
6793 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
6794 * textmodes/reftex.el (reftex-access-scan-info):
6795 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
6796 (reftex-toc-promote-prepare): Follow error conventions.
6797
6798 * diff-mode.el (diff-mode): Fix typo in docstring.
6799
6800 * forms.el (forms--intuit-from-file): Fix reference to
6801 `forms-number-of-fields' in error message.
6802 (forms-print): Fix quoting in error message.
6803
6804 * forms.el (forms-mode):
6805 * emulation/vi.el (vi-goto-insert-state):
6806 * progmodes/flymake.el (flymake-new-err-info)
6807 (flymake-start-syntax-check-for-current-buffer)
6808 (flymake-simple-cleanup):
6809 * eshell/esh-var.el (eshell/export):
6810 * progmodes/gud.el (xdb):
6811 * textmodes/flyspell.el (flyspell-incorrect-hook)
6812 (flyspell-maybe-correct-transposition)
6813 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
6814
6815 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
6816
6817 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
6818 minibuffer prompt.
6819
6820 2005-06-13 Kim F. Storm <storm@cua.dk>
6821
6822 * subr.el (add-to-ordered-list): New defun.
6823
6824 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6825 add cua--keymap-alist to emulation-mode-map-alists.
6826
6827 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * subr.el (complete-in-turn): New macro.
6830 (dynamic-completion-table, lazy-completion-table): Add debug info.
6831
6832 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6833 in preference to face aliases.
6834
6835 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6836 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6837 Remove unused vars `start' and `firstline'.
6838 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6839 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6840
6841 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6842
6843 * cus-start.el (all): Don't complain about missing GTK-related
6844 variables, unless either `gtk' is boundp or this isn't a
6845 `windows-nt' build.
6846
6847 2005-06-13 Lute Kamstra <lute@gnu.org>
6848
6849 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6850 run-mode-hooks.
6851
6852 * ediff-mult.el (ediff-meta-mode):
6853 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6854
6855 * ledit.el (ledit-mode): Use delay-mode-hooks.
6856
6857 * woman.el (woman-mode-line-format): Delete constant.
6858 (woman-mode-map): Initialize it properly.
6859 (woman-mode): Set mode-class property to special.
6860 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6861 Set major-mode and mode-name. Don't set mode-line-format directly.
6862 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6863
6864 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6865 string argument obsolete.
6866
6867 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6868
6869 * textmodes/org.el (org-CUA-compatible): New option.
6870 (org-disputed-keys): New variable.
6871 (org-key): New function.
6872 (orgtbl-make-binding): Add docstring to the created function.
6873 (org-mode): Set paragraph start/separate regexps.
6874 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6875 (org-archive-location, org-archive-mark-done)
6876 (org-archive-stamp-time): New options.
6877 (org-archive-subtree): New command.
6878 (org-fill-paragraph): New function.
6879 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6880 (org-fake-empty-table-line): Function removed.
6881 (org-format-org-table-html): Do not create empty table lines at
6882 separator lines. Improved table header treatment.
6883 (org-link-format): New option.
6884 (org-make-link): New function.
6885 (org-insert-link, org-store-link): Use org-make-link.
6886 (org-open-file): Quote file name for shell command, to allow
6887 spaces in file names.
6888 (org-link-regexp): Fix bug with mailto link.
6889 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6890 New constants.
6891 (org-export-as-html): Deal with the optional angles around a link.
6892 Better treatment of file: links.
6893 (org-open-at-point): Replace @{ and @} with < and >.
6894 (org-run-mode-hooks): Function removed.
6895 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6896
6897 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6898
6899 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6900 MI command -data-list-register-values.
6901 (gdb-post-prompt): Indent properly.
6902
6903 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6904
6905 * hilit-chg.el (highlight-changes-colors): Rename from
6906 `highlight-changes-colours'.
6907 (highlight-changes-colours): Keep as obsolete alias.
6908 (highlight-changes-face-list): Doc fix.
6909 (hilit-chg-make-list): Use `highlight-changes-colors'.
6910
6911 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6912
6913 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6914 defun-prompt-regexp.
6915
6916 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6917
6918 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6919 and cygwin.
6920
6921 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6922 Don't use an old loaddefs.el, as in Makefile.in.
6923
6924 2005-06-12 Lute Kamstra <lute@gnu.org>
6925
6926 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6927
6928 * man.el (Man-mode-map): Initialize it properly.
6929 (Man-mode): Set mode-class property to special.
6930
6931 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6932
6933 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6934
6935 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6936 A newline is needed in the docstring there.
6937
6938 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6939 Doc fixes.
6940
6941 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6942
6943 * printing.el: Doc fix. The menubar is no more changed when printing
6944 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6945 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6946 (pr-version): New version number (6.8.4).
6947 (pr-menu-bind): New command.
6948 (pr-update-menus): Docstring and code fix.
6949 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6950 Docstring fix.
6951 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6952 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6953
6954 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6955
6956 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6957 "Returns" to "return", document useful return values, etc.
6958
6959 2005-06-11 Alan Mackenzie <acm@muc.de>
6960
6961 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6962 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6963 (adaptive-file-function): Minor amendment to doc-string.
6964
6965 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6966
6967 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6968 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6969 Fix :type--it is `integer', not `string'.
6970
6971 * faces.el (modeline-highlight): Rename from (the erroneous)
6972 `modeline-higilight'.
6973
6974 2005-06-11 Lute Kamstra <lute@gnu.org>
6975
6976 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6977 lisp-interaction-mode-map but make it the parent.
6978 (edebug-eval-mode): Use define-derived-mode.
6979
6980 2005-06-11 Andreas Schwab <schwab@suse.de>
6981
6982 * bindings.el: Add binding of `ESC functionkey' for every
6983 `M-functionkey'.
6984 * hexl.el (hexl-mode-map): Likewise.
6985
6986 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6987
6988 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6989 [msft]: update regexp for newer msft compilers.
6990
6991 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6992
6993 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6994 ATTLIST portions of included DTDs.
6995 (xml-parse-dtd): Eliminate use of inefficient match-data.
6996
6997 2005-06-10 Miles Bader <miles@gnu.org>
6998
6999 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
7000 (mpuz-text): Remove "-face" suffix from face names.
7001 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
7002 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
7003 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
7004
7005 * play/gomoku.el (gomoku-O, gomoku-X):
7006 Remove "-face" suffix from face names.
7007 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
7008 New backward-compatibility aliases for renamed faces.
7009 (gomoku-font-lock-keywords): Use renamed gomoku faces.
7010
7011 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
7012
7013 * thumbs.el: Fixes for changes of 2005-06-09.
7014 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
7015 as a directory.
7016 (thumbs-thumbname): Remove directory separator from format string;
7017 `thumbs-thumbsdir' now returns a valid directory name.
7018 (thumbs-temp-dir): New defsubst.
7019 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
7020 Use it.
7021
7022 * cus-edit.el (minibuffer):
7023 * files.el (make-backup-file-name-function):
7024 * filesets.el (filesets-external-viewers):
7025 * hilit-chg.el (highlight-changes-colours)
7026 (highlight-changes-face-list, highlight-changes-rotate-faces):
7027 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
7028 * kmacro.el (kmacro-call-macro):
7029 * log-edit.el (log-edit-changelog-full-paragraphs):
7030 * mouse.el (mouse-1-click-follows-link):
7031 * skeleton.el (skeleton-autowrap):
7032 * subr.el (insert-for-yank-1):
7033 * tempo.el (tempo-insert-region):
7034 * terminal.el (terminal-emulator):
7035 * time.el (display-time-mail-face):
7036 * vc.el (vc-annotate):
7037 * vcursor.el (vcursor-copy-line):
7038 * woman.el (woman-bold-headings, woman-ignore)
7039 (woman-default-faces, woman-monochrome-faces):
7040 * calendar/todo-mode.el (todo-insert-threshold):
7041 * emulation/pc-select.el (pc-select-selection-keys-only)
7042 (pc-selection-mode):
7043 * emulation/vip.el (vip-find-char-forward):
7044 * emulation/viper-cmd.el (viper-find-char-forward):
7045 * international/mule-cmds.el
7046 (select-safe-coding-system-accept-default-p)
7047 (input-method-exit-on-invalid-key):
7048 * international/mule-diag.el (describe-coding-system):
7049 * international/ucs-tables.el (unify-8859-on-encoding-mode):
7050 * net/browse-url.el (browse-url-xterm-program):
7051 * obsolete/lazy-lock.el (lazy-lock-mode):
7052 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
7053 (cperl-mode):
7054 * progmodes/cpp.el (cpp-face-light-name-list)
7055 (cpp-face-dark-name-list):
7056 * progmodes/delphi.el (delphi-newline-always-indents):
7057 Fix spellings in docstrings.
7058
7059 * ido.el (ido-mode, ido-file-extensions-order)
7060 (ido-default-file-method, ido-default-buffer-method)
7061 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
7062 (ido-decorations, ido-read-file-name-as-directory-commands)
7063 (ido-read-file-name-non-ido, ido-work-directory-list)
7064 (ido-ignore-item-temp-list, ido-current-directory)
7065 (ido-magic-forward-char, ido-enter-find-file)
7066 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
7067 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
7068
7069 2005-06-10 Lute Kamstra <lute@gnu.org>
7070
7071 * play/dunnet.el (dun-mode): Use define-derived-mode.
7072 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
7073 obsolete alias.
7074
7075 * play/doctor.el (doctor-mode-map): Remove defvar.
7076 (doctor-mode): Use define-derived-mode.
7077
7078 * mail/mspools.el (mspools-mode):
7079 * net/eudc-hotlist.el (eudc-hotlist-mode):
7080 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
7081
7082 2005-06-10 Miles Bader <miles@gnu.org>
7083
7084 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7085 Remove "-face" suffix from face names.
7086 (flyspell-incorrect-face, flyspell-duplicate-face):
7087 New backward-compatibility aliases for renamed faces.
7088 (flyspell-mode-on, make-flyspell-overlay)
7089 (flyspell-highlight-incorrect-region)
7090 (flyspell-highlight-duplicate-region)
7091 (flyspell-display-next-corrections)
7092 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
7093
7094 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
7095 from face name.
7096 (texinfo-heading-face): New backward-compatibility alias for
7097 renamed face.
7098 (texinfo-heading-face): Use renamed texinfo-heading face.
7099
7100 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
7101 suffix from face names.
7102 (tex-math-face, tex-verbatim-face):
7103 New backward-compatibility aliases for renamed faces.
7104 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
7105 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
7106 literal face name.
7107
7108 * textmodes/table.el (table-cell): Remove "-face" suffix from face
7109 name.
7110 (table-cell-face): New backward-compatibility alias for renamed face.
7111 (table--put-cell-face-property, table--update-cell-face):
7112 Use renamed table-cell face.
7113
7114 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
7115 from face name.
7116 (sgml-namespace-face): New backward-compatibility alias for
7117 renamed face.
7118 (sgml-namespace-face): Use renamed sgml-namespace face.
7119
7120 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
7121 (org-level-4, org-level-5, org-level-6, org-level-7)
7122 (org-level-8, org-warning, org-headline-done)
7123 (org-deadline-announce, org-scheduled-today)
7124 (org-scheduled-previously, org-link, org-done, org-table)
7125 (org-time-grid): Remove "-face" suffix from face names.
7126 (org-level-1-face, org-level-2-face, org-level-3-face)
7127 (org-level-4-face, org-level-5-face, org-level-6-face)
7128 (org-level-7-face, org-level-8-face, org-warning-face)
7129 (org-headline-done-face, org-deadline-announce-face)
7130 (org-scheduled-today-face, org-scheduled-previously-face)
7131 (org-link-face, org-done-face, org-table-face)
7132 (org-time-grid-face):
7133 New backward-compatibility aliases for renamed faces.
7134 (org-level-faces, org-set-font-lock-defaults, org-timeline)
7135 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
7136 (org-agenda-get-timestamps, org-agenda-get-scheduled)
7137 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
7138
7139 * emulation/viper-init.el (viper-search, viper-replace-overlay)
7140 (viper-minibuffer-emacs, viper-minibuffer-insert)
7141 (viper-minibuffer-vi): Remove "-face" suffix from face names.
7142 (viper-search-face, viper-replace-overlay-face)
7143 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
7144 (viper-minibuffer-vi-face):
7145 New backward-compatibility aliases for renamed faces.
7146 (viper-search-face, viper-replace-overlay-face)
7147 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
7148 (viper-minibuffer-vi-face): Use renamed viper faces.
7149
7150 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
7151 Remove "-face" suffix from face names.
7152 (testcover-nohits-face, testcover-1value-face):
7153 New backward-compatibility aliases for renamed faces.
7154 (testcover-mark): Use renamed testcover faces.
7155
7156 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
7157 face name.
7158 (diary-button-face): New backward-compatibility alias for renamed face.
7159 (diary-entry): Use renamed diary-button face.
7160
7161 * calendar/calendar.el (diary, calendar-today, holiday)
7162 (mark-visible-calendar-date): Remove "-face" suffix from face names.
7163 (diary-face, calendar-today-face, holiday-face):
7164 New backward-compatibility aliases for renamed faces.
7165 (eval-after-load "facemenu", diary-entry-marker)
7166 (calendar-today-marker, calendar-holiday-marker, diary-face):
7167 Use renamed calendar faces.
7168
7169 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
7170 (compare-windows-face): New backward-compatibility alias for
7171 renamed face.
7172 (compare-windows-highlight): Use renamed compare-windows face.
7173
7174 * strokes.el (strokes-char): Remove "-face" suffix from face name.
7175 (strokes-char-face): New backward-compatibility alias for renamed face.
7176 (strokes-encode-buffer): Use renamed strokes-char face.
7177
7178 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
7179 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
7180 Remove "-face" suffix from face names.
7181 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7182 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7183 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
7184 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
7185 Use renamed pcvs faces.
7186 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
7187 * pcvs-defs.el (cvs-mode-map): Likewise.
7188 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
7189
7190 * info.el (info-title-1, info-title-2, info-title-3)
7191 (info-title-4): Remove "-face" suffix from and downcase face names.
7192 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7193 (Info-title-4-face):
7194 New backward-compatibility aliases for renamed faces.
7195 (Info-fontify-node): Use renamed info faces.
7196
7197 * hilit-chg.el (highlight-changes, highlight-changes-delete):
7198 Remove "-face" suffix from face names.
7199 (highlight-changes-face, highlight-changes-delete-face):
7200 New backward-compatibility aliases for renamed faces.
7201 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
7202 (hilit-chg-make-list): Use renamed highlight-changes faces.
7203
7204 * generic-x.el (show-tabs-tab, show-tabs-space):
7205 Remove "-face" suffix from face names.
7206 (show-tabs-tab-face, show-tabs-space-face):
7207 New backward-compatibility aliases for renamed faces.
7208 (show-tabs-generic-mode-font-lock-defaults-1)
7209 (show-tabs-generic-mode-font-lock-defaults-2):
7210 Use renamed show-tabs faces.
7211
7212 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
7213 (smerge-markers): Remove "-face" suffix from face names.
7214 (smerge-mine-face, smerge-other-face, smerge-base-face)
7215 (smerge-markers-face):
7216 New backward-compatibility aliases for renamed faces.
7217 (smerge-mine-face, smerge-other-face, smerge-base-face)
7218 (smerge-markers-face): Use renamed smerge faces.
7219
7220 * log-view.el (log-view-file, log-view-message): Remove "-face"
7221 suffix from face names.
7222 (log-view-file-face, log-view-message-face):
7223 New backward-compatibility aliases for renamed faces.
7224 (log-view-file-face, log-view-message-face): Use renamed log-view
7225 faces.
7226
7227 * paren.el (show-paren-match, show-paren-mismatch):
7228 Remove "-face" suffix from face names.
7229 (show-paren-match-face, show-paren-mismatch-face):
7230 New backward-compatibility aliases for renamed faces.
7231 (show-paren-function): Use renamed show-paren faces.
7232
7233 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
7234 (ruler-mode-margins, ruler-mode-fringes)
7235 (ruler-mode-column-number, ruler-mode-fill-column)
7236 (ruler-mode-comment-column, ruler-mode-goal-column)
7237 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
7238 suffix from face names.
7239 (ruler-mode-default-face, ruler-mode-pad-face)
7240 (ruler-mode-margins-face, ruler-mode-fringes-face)
7241 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
7242 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
7243 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
7244 New backward-compatibility aliases for renamed faces.
7245 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
7246 (ruler-mode-column-number, ruler-mode-fill-column)
7247 (ruler-mode-comment-column, ruler-mode-goal-column)
7248 (ruler-mode-tab-stop, ruler-mode-current-column)
7249 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
7250 faces.
7251
7252 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
7253 face name.
7254 (whitespace-highlight-the-space): Use renamed face.
7255 (whitespace-highlight-face): New backward-compatibility alias for
7256 renamed face.
7257
7258 * woman.el (woman-italic, woman-bold, woman-unknown)
7259 (woman-addition, woman-symbol-face):
7260 Remove "-face" suffix from face names.
7261 (woman-italic-face, woman-bold-face, woman-unknown-face)
7262 (woman-addition-face):
7263 New backward-compatibility aliases for renamed faces.
7264 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
7265 (woman-decode-region, woman-replace-match)
7266 (woman-display-extended-fonts, woman-special-characters)
7267 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
7268 Use renamed woman faces.
7269
7270 * longlines.el (longlines-visible-face): Face removed.
7271
7272 * diff-mode.el (diff-header, diff-file-header, diff-index)
7273 (diff-hunk-header, diff-removed, diff-added, diff-changed)
7274 (diff-function, diff-context, diff-nonexistent): Remove "-face"
7275 suffix from face names.
7276 (diff-header-face, diff-file-header-face, diff-index-face)
7277 (diff-hunk-header-face, diff-removed-face, diff-added-face)
7278 (diff-changed-face, diff-function-face, diff-context-face)
7279 (diff-nonexistent-face): New backward-compatibility aliases for
7280 renamed faces.
7281 (diff-header-face, diff-file-header-face)
7282 (diff-index, diff-index-face, diff-hunk-header)
7283 (diff-hunk-header-face, diff-removed, diff-removed-face)
7284 (diff-added, diff-added-face, diff-changed-face, diff-function)
7285 (diff-function-face, diff-context-face, diff-nonexistent)
7286 (diff-nonexistent-face): Use renamed diff-mode faces.
7287
7288 * progmodes/compile.el (compilation-warning-face)
7289 (compilation-info-face): Remove "-face" suffix from face names.
7290 (compilation-warning-face, compilation-info-face):
7291 New backward-compatibility aliases for renamed faces.
7292 (compilation-warning-face, compilation-info-face):
7293 Use renamed compilation faces.
7294
7295 * add-log.el (change-log-date, change-log-name)
7296 (change-log-email, change-log-file, change-log-list)
7297 (change-log-conditionals, change-log-function)
7298 (change-log-acknowledgement): Remove "-face" suffix from face names.
7299 (change-log-date-face, change-log-name-face)
7300 (change-log-email-face, change-log-file-face)
7301 (change-log-list-face, change-log-conditionals-face)
7302 (change-log-function-face, change-log-acknowledgement-face):
7303 New backward-compatibility aliases for renamed faces.
7304 (change-log-font-lock-keywords): Use renamed change-log faces.
7305
7306 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
7307 (custom-set, custom-changed, custom-saved, custom-button)
7308 (custom-button-pressed, custom-documentation, custom-state)
7309 (custom-comment, custom-comment-tag, custom-variable-tag)
7310 (custom-variable-button, custom-face-tag, custom-group-tag-1)
7311 (custom-group-tag): Remove "-face" suffix from face names.
7312 (custom-magic-alist, custom-magic-value-create)
7313 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
7314 (custom-invalid-face, custom-rogue-face, custom-modified-face)
7315 (custom-set-face, custom-changed-face, custom-saved-face)
7316 (custom-button-face, custom-button-pressed-face)
7317 (custom-documentation-face, custom-state-face)
7318 (custom-comment-face, custom-comment-tag-face)
7319 (custom-variable-tag-face, custom-variable-button-face)
7320 (custom-face-tag-face, custom-group-tag-face-1)
7321 (custom-group-tag-face):
7322 New backward-compatibility aliases for renamed faces.
7323
7324 * wid-edit.el (widget-documentation, widget-button)
7325 (widget-field, widget-single-line-field, widget-inactive)
7326 (widget-button-pressed): "-face" suffix removed from face names.
7327 (widget-documentation-face, widget-button-face)
7328 (widget-field-face, widget-single-line-field-face)
7329 (widget-inactive-face, widget-button-pressed-face):
7330 New backward-compatibility aliases for renamed faces.
7331 (widget-documentation-face, widget-button-face)
7332 (widget-button-pressed-face, widget-specify-field)
7333 (widget-specify-inactive): Use renamed widget faces.
7334
7335 2005-06-10 Kenichi Handa <handa@m17n.org>
7336
7337 * term/x-win.el (x-clipboard-yank): Remove condition-case
7338 wrapping.
7339
7340 2005-06-11 Kenichi Handa <handa@m17n.org>
7341
7342 * add-log.el (change-log-font-lock-keywords): Make the regexp for
7343 date lines stricter.
7344
7345 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
7346
7347 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
7348 of x-get-selection.
7349
7350 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
7351
7352 * comint.el (comint-mode, comint-snapshot-last-prompt):
7353 * frame.el (frame-current-scroll-bars):
7354 * term.el (term-mode, term-check-proc, term-input-sender)
7355 (term-simple-send, term-extract-string, term-word)
7356 (term-match-partial-filename):
7357 * window.el (window-current-scroll-bars):
7358 * emulation/cua-base.el (cua-normal-cursor-color)
7359 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
7360 (cua-global-mark-cursor-color):
7361 * mail/undigest.el (rmail-forward-separator-regex):
7362 Fix typos in docstrings.
7363
7364 * comint.el (comint-check-proc, make-comint-in-buffer)
7365 (comint-source-default): Doc fixes.
7366
7367 * term.el (term-send-string): Improve argument/docstring consistency.
7368
7369 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
7370
7371 * comint.el (comint-send-input): Bind `inhibit-read-only' around
7372 call to `delete-region'.
7373 (comint-mode-hook): Do not enable Font Lock by default.
7374
7375 2005-06-09 Lute Kamstra <lute@gnu.org>
7376
7377 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
7378 could be void.
7379
7380 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7381
7382 * emacs-lisp/debug.el (debugger-will-be-back): New var.
7383 (debug): Use it.
7384 (debugger-step-through, debugger-continue, debugger-jump)
7385 (debugger-return-value): Set it when needed.
7386 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
7387 Use inhibit-read-only.
7388
7389 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
7390
7391 * window.el (shrink-window-if-larger-than-buffer)
7392 (window-size-fixed): Fix typo in docstring.
7393
7394 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
7395 thumbnails directory on loading.
7396 (thumbs-conversion-program): Use `eq' to check the system type,
7397 not `equal'.
7398 (thumbs-temp-dir): Initialize to `temporary-file-directory',
7399 not "/tmp". Fix docstring.
7400 (thumbs-thumbsdir): New function to return the thumbnails
7401 directory, creating it if needed.
7402 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
7403 (thumbs-temp-file): Delete variable and make it into a function.
7404 (thumbs-resize-image, thumbs-modify-image): Use it.
7405 (thumbs-kill-buffer): Simplify.
7406 (thumbs-gensym): Defalias or duplicate CL `gensym'.
7407 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
7408 docstrings.
7409
7410 2005-06-09 Kim F. Storm <storm@cua.dk>
7411
7412 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
7413 set-match-data to free markers in match-data.
7414
7415 * replace.el (replace-match-data): Pass RESEAT arg `t' to
7416 match-data to unchain markers in match-data.
7417
7418 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
7421 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
7422 unnecessary now.
7423
7424 2005-06-08 Richard M. Stallman <rms@gnu.org>
7425
7426 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
7427 give the variable a doc string that doesn't say don't set it directly.
7428
7429 * textmodes/ispell.el (ispell-check-version):
7430 Use match-string-no-properties.
7431 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
7432 (ispell-buffer-local-words): Likewise.
7433
7434 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
7435 except on terminals with enough colors to really display it.
7436 (makefile-dependency-regex): Delete spurious `bb'.
7437
7438 * faces.el (escape-glyph): Use blue once again in last case.
7439 (no-break-space): Redefine so that it isn't invisible on a tty.
7440
7441 2005-06-08 Kim F. Storm <storm@cua.dk>
7442
7443 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
7444 also when reading directory name.
7445
7446 2005-06-08 Lute Kamstra <lute@gnu.org>
7447
7448 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
7449 (flyspell-mode-line-string): Remove autoload cookie.
7450 (flyspell-mode): Remove defvar.
7451
7452 2005-06-07 Lute Kamstra <lute@gnu.org>
7453
7454 * textmodes/org.el (org-run-mode-hooks): New function.
7455 (org-agenda-mode): Use it.
7456
7457 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
7458
7459 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
7460
7461 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
7464
7465 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
7466
7467 * font-lock.el (font-lock-add-keywords): Doc fix.
7468
7469 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
7472 (tex-compile-default): In the absence of any history, use the order in
7473 tex-compile-alist to choose the preferred command.
7474 (tex-compile-commands): Reorder a bit.
7475
7476 * textmodes/flyspell.el (flyspell-auto-correct-binding)
7477 (flyspell-incorrect-face, flyspell-duplicate-face):
7478 Use (X)Emacs-agnostic code.
7479 (flyspell-mode-map): Don't overwrite at each load. Remove code
7480 redundant with the subsequent add-minor-mode. Merge Emacs and
7481 XEmacs code.
7482 (flyspell-word): Minor simplification.
7483 (flyspell-math-tex-command-p): Quieten the byte-compiler.
7484 (flyspell-external-point-words): Remove unused vars `size' and `start'.
7485 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
7486 Merge the corresponding Emacs code.
7487 (flyspell-correct-word, flyspell-xemacs-popup):
7488 Use flyspell-do-correct.
7489
7490 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
7491 a dedicated window.
7492
7493 * international/latexenc.el (latexenc-find-file-coding-system):
7494 Undo part of last patch, to turn off a compiler warning.
7495
7496 2005-06-06 Juri Linkov <juri@jurta.org>
7497
7498 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
7499 Rename `tmm-inactive-face' to `tmm-inactive'.
7500
7501 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
7502
7503 * iswitchb.el: Rename faces.
7504
7505 2005-06-06 Kim F. Storm <storm@cua.dk>
7506
7507 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
7508 (cua-global-mark): Remove -face suffix from face names.
7509
7510 * emulation/cua-gmrk.el (cua--init-global-mark):
7511 Remove cua-global-mark face setup.
7512
7513 2005-06-06 Richard M. Stallman <rms@gnu.org>
7514
7515 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
7516 just like other allowed characters.
7517 (makefile-match-dependency): Exclude leading and training whitespace
7518 from the range of regexp subexp 1.
7519 (makefile-macroassign-regex): Don't try to match the body,
7520 just the name of the macro being defined.
7521
7522 * info.el (Info-read-node-name-2): New function.
7523 (Info-read-node-name-1): Use that.
7524 Add a completion-base-size-function property.
7525
7526 * simple.el (completion-setup-function): Look for
7527 completion-base-size-function property of minibuffer-completion-table.
7528
7529 * files.el (locate-file-completion): Doc fix.
7530
7531 * printing.el: Don't call pr-update-menus; user must do that.
7532
7533 * emacs-lisp/debug.el (debugger-window): New variable.
7534 (debug): Use debugger-window if it is set and still alive.
7535 Record debugger-window for next entry.
7536
7537 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
7538
7539 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
7540
7541 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
7542 (hack-one-local-variable, hack-local-variables)
7543 (hack-local-variables-prop-line): Pass that arg.
7544
7545 2005-06-06 Kim F. Storm <storm@cua.dk>
7546
7547 * ido.el (ido-first-match, ido-only-match, ido-subdir)
7548 (ido-indicator): Remove -face suffix from face names.
7549
7550 2005-06-06 Juri Linkov <juri@jurta.org>
7551
7552 * font-lock.el (font-lock-regexp-backslash)
7553 (font-lock-regexp-backslash-construct): New faces.
7554 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
7555 after `('. Add `while-no-input' to control structures.
7556
7557 * faces.el (no-break-space, shadow): New faces.
7558 (escape-glyph): Use less loud colors pink2 and red4.
7559
7560 * diff-mode.el (diff-context-face)
7561 * dired.el (dired-ignored)
7562 * rfn-eshadow.el (file-name-shadow)
7563 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
7564
7565 * info.el (Info-title-1-face): Use green instead of yellow because
7566 bold yellow is not readable on light backgrounds.
7567
7568 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
7569 before selecting the desired mode to not spend time fontifying
7570 old contents.
7571
7572 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
7573
7574 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
7575 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
7576
7577 * ps-print.el (ps-default-fg, ps-default-bg):
7578 Fix typos in docstrings.
7579
7580 * isearchb.el (isearchb): Don't pass a spurious second argument to
7581 `iswitchb-completions'.
7582
7583 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
7584
7585 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
7586 to preserve point.
7587 (gdb-find-file-hook): Add doc string.
7588
7589 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
7590 C dereferenced pointer expression.
7591 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
7592
7593 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
7594
7595 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
7596 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
7597 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
7598 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
7599 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
7600 Make background transparent.
7601
7602 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7603
7604 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
7605 (font-lock-remove-keywords): Doc fix.
7606 (font-lock-mode-major-mode): Compiler defvar.
7607 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
7608
7609 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
7610 (font-lock-mode): Update `font-lock-mode-major-mode'.
7611 (font-lock-set-defaults): Compiler defvar.
7612 (font-lock-default-function): Take `font-lock-mode-major-mode'
7613 into account.
7614
7615 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
7616 keep track of which major mode it enabled the minor mode for.
7617 Use find-file-hook again. Update docstring.
7618
7619 * simple.el (eval-expression-print-level)
7620 (eval-expression-print-length, eval-expression-debug-on-error):
7621 Doc fixes.
7622
7623 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
7624
7625 * iswitchb.el (iswitchb-single-match-face)
7626 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
7627 (iswitchb-invalid-regexp-face): New faces.
7628 (iswitchb-completions): Use them.
7629 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
7630 now marked as an obsolete alias.
7631 (iswitchb-read-buffer): Remove check for bound font variables.
7632 (iswitchb-invalid-regexp): New free variable.
7633 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
7634 set iswitchb-invalid-regexp.
7635 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
7636 invalid regexps.
7637 (iswitchb-completions): Add check for complete match when entering
7638 a regexp.
7639 (iswitchb-completions): Remove require-match argument.
7640 (iswitchb-exhibit): Fix caller.
7641 (iswitchb-common-match-inserted): New variable.
7642 (iswitchb-complete, iswitchb-completion-help): Use it.
7643
7644 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
7645
7646 * url-http.el (url-http-chunked-encoding-after-change-function):
7647 Use `url-http-debug' instead of `message'.
7648
7649 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
7650
7651 * url-http.el (url-http-parse-headers): Pass redirected URL as a
7652 callback argument.
7653
7654 2005-06-04 Kim F. Storm <storm@cua.dk>
7655
7656 * simple.el (line-move): Only call sit-for when moving backwards.
7657
7658 * ido.el (ido-make-merged-file-list-1): New defun split from
7659 ido-make-merged-file-list.
7660 (ido-make-merged-file-list): Bind throw-on-input around call to
7661 ido-make-merged-file-list-1. Return input-pending-p if
7662 interrupted by more input available.
7663 (ido-read-internal): Handle input-pending-p return value from
7664 ido-make-merged-file-list.
7665
7666 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7667
7668 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
7669 compatibility code.
7670
7671 * international/latexenc.el (latexenc-find-file-coding-system):
7672 Don't inherit the EOL part of the coding-system from the
7673 tex-main buffer. Fit within 80 columns.
7674
7675 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
7676
7677 * tmm.el (tmm-inactive-face): New face.
7678 (tmm-remove-inactive-mouse-face): New function.
7679 (tmm-prompt, tmm-add-one-shortcut)
7680 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
7681 but not selectable.
7682
7683 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
7684
7685 * faces.el (face-equal): Improve argument/docstring consistency.
7686
7687 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
7688
7689 * progmodes/make-mode.el (makefile-targets-face)
7690 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
7691 (makefile-bsdmake-dependency-regex)
7692 (makefile-makepp-rule-action-regex)
7693 (makefile-bsdmake-rule-action-regex): New constants.
7694 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
7695
7696 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7697 Allow (...) within `...' for makepp messages.
7698
7699 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
7700
7701 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
7702
7703 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
7704 "." files are deleted from all file lists before comparison.
7705
7706 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
7707 (viper-ESC-key): Made them customizable.
7708
7709 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
7710
7711 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
7712
7713 * autorevert.el (auto-revert-buffers): Use save-match-data.
7714
7715 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7716
7717 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
7718 menu items with a nil command binding.
7719
7720 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
7721
7722 * emacs-lisp/cl-macs.el (defsetf):
7723 Improve argument/docstring consistency.
7724
7725 * faces.el (list-faces-display): Improve the formatting by
7726 computing the maximum length required for any face-name (reworked
7727 patch of 1999-01-11, accidentally deleted on 1999-07-21).
7728 (internal-find-face): Remove redundant info in docstring.
7729
7730 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
7731
7732 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
7733 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
7734 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
7735 (gdb-assembler-custom): Improve regexps.
7736 (def-gdb-auto-update-handler): Use window point to preserve point.
7737
7738 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
7741
7742 2005-05-31 Jay Belanger <belanger@truman.edu>
7743
7744 * calc/calc-embed.el (calc-embedded-word): Change argument passed
7745 to calc-embedded.
7746 (calc-embedded-make-info): Have plain prefix argument select
7747 entire line.
7748
7749 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
7750
7751 * faces.el (list-faces-display): Signal error if passed a regexp
7752 that matches no face name.
7753
7754 * simple.el (filter-buffer-substring): Fix typo in docstring.
7755
7756 2005-05-31 Richard M. Stallman <rms@gnu.org>
7757
7758 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
7759 (vhdl-emacs-21): Doc fix.
7760 (vhdl-mode): Unconditionally set comment-padding.
7761 (vhdl-fixup-whitespace-region): Insert spaces only where
7762 there are none.
7763 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
7764
7765 2005-05-30 John Wiegley <johnw@newartisans.com>
7766
7767 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7768 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
7769 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
7770 `directory-sep-char' to ?/, and all uses of `string-to-int' to
7771 `string-to-number'.
7772
7773 2005-05-30 Jay Belanger <belanger@truman.edu>
7774
7775 * calc/calc.el (calc-bug-address): Fix docstring.
7776 (calc-window-hook, calc-trail-window-hook): New variables.
7777 (calc-trail-display): Restore use of calc-trail-window-hook.
7778 (calc): Restore use of calc-window-hook.
7779
7780 2005-05-31 Masatake YAMATO <jet@gyve.org>
7781
7782 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
7783
7784 * help-fns.el (help-C-file-name): Add autoload mark for
7785 `find-function-noselect'.
7786
7787 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
7790 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
7791
7792 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7793
7794 * calendar/diary-lib.el (mark-included-diary-files): Only kill
7795 included diary buffer if it was not already being visited.
7796 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
7797
7798 * calendar/icalendar.el (top-level): Do not require 'appt.
7799
7800 * mail/supercite.el (sc-select-attribution): Only use a list
7801 element from sc-attrib-selection-list if it returns a string.
7802 Reported by Davide G. M. Salvetti <salve@debian.org>.
7803
7804 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
7805
7806 * thumbs.el (thumbs-thumbname): The resulting thumbname now
7807 includes a hash value to improve its uniqueness, and has a ".jpg"
7808 extension. Also, it is now a valid filename on all systems.
7809 (thumbs-make-thumb): Use `let', not `let*'.
7810 (thumbs-show-thumbs-list): Check for JPEG availability.
7811
7812 2005-05-30 Richard M. Stallman <rms@gnu.org>
7813
7814 * filesets.el (filesets-menu-ensure-use-cached):
7815 Prevent warning when emacs-version>= is undefined.
7816
7817 * printing.el (pr-interactive-n-up): Use string-to-number.
7818
7819 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7820
7821 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7822 Warn only when name to be defined is quoted.
7823
7824 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
7825
7826 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7827 Make regexp more robust.
7828 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7829 Force regeneration of disassembly.
7830
7831 2005-05-29 Jay Belanger <belanger@truman.edu>
7832
7833 * calc/calc.el (calc-user-invocation): Check if
7834 calc-invocation-macro is non-nil.
7835
7836 2005-05-29 Juri Linkov <juri@jurta.org>
7837
7838 * add-log.el (change-log-font-lock-keywords):
7839 Add `+' to e-mail regexp to accept mail address with keywords.
7840
7841 * man.el (Man-name-regexp): Add `:' to accept qualified names.
7842
7843 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7844
7845 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7846
7847 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7848
7849 2005-05-29 Richard M. Stallman <rms@gnu.org>
7850
7851 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7852 Undo the change that moves to end of the current word.
7853
7854 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7855
7856 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7857 Throw error when count <= 0 to ensure input is a number.
7858 (gdb-read-memory-custom): Pick up address from buffer.
7859 (gdb-memory-mode): Allow user to increment and decrement
7860 memory address from header line.
7861
7862 2005-05-29 Richard M. Stallman <rms@gnu.org>
7863
7864 * flyspell.el (flyspell-version): Function deleted.
7865 (flyspell-auto-correct-previous-hook): Doc fix.
7866
7867 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7868 Do nothing if memory is full.
7869
7870 * font-lock.el (font-lock-fontify-syntactically-region):
7871 Pass t for GREEDY to looking-back.
7872
7873 * saveplace.el (save-place-alist-to-file): Write the file
7874 using write-region.
7875
7876 * subr.el (looking-back): New argument GREEDY.
7877
7878 * progmodes/compile.el (compilation-start): Set the mode
7879 before inserting the initial text.
7880
7881 * progmodes/which-func.el (which-func-update-1): Turn the mode
7882 off in case of error by setting which-func-mode.
7883
7884 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7885
7886 * flyspell.el (flyspell-auto-correct-previous-word):
7887 Narrow down to what's on the screen, and recenter overlays
7888 at the end of the next word.
7889
7890 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7891
7892 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7893 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7894 (flyspell-abbrev-p): Default to nil.
7895 (flyspell-use-global-abbrev-table-p): Doc fix.
7896 (flyspell-large-region): Allow nil as value.
7897 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7898
7899 (mail-mode-flyspell-verify): More robust handling
7900 of `mail-header-separator'. More efficient signature detection.
7901 Allow for regexp metacharacters in message-header-separator.
7902 Adding `To' not to be checked in mail-mode-flyspell-verify.
7903
7904 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7905 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7906 Bind flyspell-auto-correct-binding.
7907 Bind C-. and C-, .
7908 (flyspell-mode-map): Likewise.
7909 (flyspell-mode): Doc fix.
7910 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7911 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7912 (flyspell-word-cache-result): New var, always local.
7913 (flyspell-check-pre-word-p): Doc fix.
7914 (flyspell-check-changed-word-p): Handle spc like newline.
7915 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7916 (flyspell-word-search-backward, flyspell-word-search-forward):
7917 New functions.
7918 (flyspell-word): Return t if nothing to check.
7919 When parsing TeX code, check for after } or \.
7920 Use flyspell-word-search-backward to find previous word.
7921 Return nil if duplicated word.
7922 For word already checked, return same value as last time.
7923 Set flyspell-word-cache-result after checking.
7924 Don't clobber the return value.
7925 (flyspell-get-word): Major rewrite.
7926 (flyspell-external-point-words): New locals pword, pcount.
7927 Fix size used in progress message.
7928 Find the proper corresponding word in flyspell-large-region-buffer.
7929 (flyspell-region): Check for flyspell-large-region = nil.
7930 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7931 (flyspell-auto-correct-word): Check that WORD is a cons.
7932 (flyspell-correct-word): Likewise.
7933
7934 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7935
7936 * progmodes/make-mode.el (makefile-rule-action-regex)
7937 (makefile-macroassign-regex, makefile-makepp-mode)
7938 (makefile-bsdmake-mode): Continuation lines may be empty.
7939 Reported by Joshua Varner.
7940 (makefile-makepp-font-lock-keywords): Add $(stem).
7941
7942 2005-05-28 Karl Berry <karl@gnu.org>
7943
7944 * textmodes/tex-mode.el: Now that tex-send-command calls
7945 shell-quote-argument (2005-03-31 change), remove all calls to
7946 shell-quote-argument; they all end up invoking tex-send-command.
7947 The double quoting loses on filenames with non-safe characters,
7948 such as "@". Reported by Frederik Fouvry.
7949
7950 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7951
7952 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7953 about preserving point.
7954
7955 2005-05-27 Jay Belanger <belanger@truman.edu>
7956
7957 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7958 Info-goto-node.
7959
7960 * calc/calc-embed.el (calc-embed-arg): New variable.
7961 (calc-do-embedded-activate, calc-embedded-activate-formula)
7962 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7963 variable by new variable.
7964 (calc-embedded-make-info): Replace undeclared variable by new
7965 variable. When selecting region with positive prefix
7966 argument, use end of previous line instead of beginning of line.
7967
7968 * calc/calc-aent.el (calc-arg-values): Declare it.
7969
7970 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7971 Declare them.
7972
7973 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7974
7975 * calc/calc.el (calc-alg-map): Declare it.
7976
7977 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7978
7979 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7980
7981 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7982 (gdb-registers-buffer, toggle-gdb-all-registers):
7983 Toggle display of floating point registers.
7984 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7985
7986 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7987 (toggle-gud-tooltip-dereference):
7988 Rename from gud-toggle-tooltip-dereference.
7989
7990 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7993
7994 2005-05-27 Jay Belanger <belanger@truman.edu>
7995
7996 * calc/calc-prog.el (calc-kbd-report): Remove.
7997 (calc-kbd-query): Rewrite.
7998
7999 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
8000
8001 * image.el (image-library-alist): Move to image.c.
8002 (image-type-available-p): Doc fix.
8003
8004 2005-05-27 Lute Kamstra <lute@gnu.org>
8005
8006 * calc/calc.el (calc):
8007 * outline.el (outline-1, outline-2, outline-3, outline-4)
8008 (outline-5, outline-6, outline-7, outline-8):
8009 * textmodes/dns-mode.el (dns-mode):
8010 * textmodes/sgml-mode.el (sgml-namespace-face):
8011 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
8012 (tex-verbatim-face, tex-use-reftex):
8013 * textmodes/texinfo.el (texinfo-heading-face):
8014 Specify customization group.
8015
8016 * longlines.el: Don't require easy-mmode.
8017 (longlines-visible-face): Specify customization group.
8018
8019 2005-05-27 Kenichi Handa <handa@m17n.org>
8020
8021 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
8022 encoding table of windows-1251.
8023
8024 * international/ucs-tables.el (ucs-set-table-for-input):
8025 If translation-table-for-input of a coding system is a symbol, get
8026 its translation-table property.
8027
8028 * international/code-pages.el: Don't register a coding system into
8029 non-iso-charset-alist more than once.
8030 (cp-make-coding-system): Likewise.
8031
8032 2005-05-26 John Wiegley <johnw@newartisans.com>
8033
8034 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
8035 `eshell-resume-eval' is wrapped in a list, it indicates that the
8036 command was run asynchronously. In that case, unwrap the value
8037 before checking the delimiter value.
8038
8039 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
8040 character before a space at the end of a line is \, assume the space
8041 is part of the last argument rather than a final argument separator.
8042
8043 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
8044 is in use, and the target is `t' or `nil' (which are the most common
8045 values), don't assume that the symbol target is a buffer.
8046
8047 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
8048
8049 * calendar/calendar.el (calendar-mode-line-format):
8050 Use mode-line-highlight as mouse-face.
8051
8052 * time.el (display-time-string-forms, display-time-update):
8053 Use mode-line-highlight as mouse-face.
8054
8055 2005-05-26 Jay Belanger <belanger@truman.edu>
8056
8057 * calc/calc.el (calc-language-alist): Remove extra defvar.
8058
8059 2005-05-26 Lute Kamstra <lute@gnu.org>
8060
8061 * arc-mode.el (archive-mode):
8062 * bookmark.el (bookmark-read-annotation-mode)
8063 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
8064 * bs.el (bs-mode):
8065 * calc/calc-yank.el (calc-edit-mode):
8066 * calc/calc.el (calc-mode, calc-trail-mode):
8067 * calculator.el (calculator-mode):
8068 * chistory.el (command-history-mode):
8069 * comint.el:
8070 * cus-edit.el (custom-mode):
8071 * descr-text.el (describe-text-mode):
8072 * ebuff-menu.el (Electric-buffer-menu-mode):
8073 * ediff-util.el (ediff-mode):
8074 * emacs-lisp/re-builder.el (reb-mode):
8075 * emulation/vi.el (vi-mode-setup):
8076 * emulation/ws-mode.el (wordstar-mode):
8077 * eshell/esh-mode.el (eshell-mode):
8078 * forms.el (forms-mode):
8079 * help-mode.el (help-mode):
8080 * hexl.el (hexl-mode):
8081 * ibuffer.el (ibuffer-mode):
8082 * ielm.el (inferior-emacs-lisp-mode):
8083 * info.el (Info-mode, Info-edit-mode):
8084 * international/swedish.el:
8085 * ledit.el (ledit-from-lisp-mode):
8086 * locate.el (locate-mode):
8087 * mail/rmail.el (rmail-mode):
8088 * mail/rmailedit.el (rmail-edit-mode):
8089 * mail/rmailsum.el (rmail-summary-mode):
8090 * mail/supercite.el (sc-electric-mode):
8091 * net/eudc.el (eudc-mode):
8092 * net/quickurl.el (quickurl-list-mode):
8093 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
8094 * obsolete/ooutline.el (outline-mode):
8095 * obsolete/options.el (Edit-options-mode):
8096 * obsolete/rnews.el (news-mode):
8097 * obsolete/rnewspost.el (news-reply-mode):
8098 * play/5x5.el (5x5-mode):
8099 * play/decipher.el (decipher-mode, decipher-stats-mode):
8100 * play/gomoku.el (gomoku-mode):
8101 * play/snake.el (snake-mode):
8102 * play/solitaire.el (solitaire-mode):
8103 * play/tetris.el (tetris-mode):
8104 * progmodes/ada-mode.el (ada-mode):
8105 * progmodes/antlr-mode.el (antlr-mode):
8106 * progmodes/autoconf.el (autoconf-mode):
8107 * progmodes/dcl-mode.el (dcl-mode):
8108 * progmodes/delphi.el (delphi-mode):
8109 * progmodes/ebrowse.el (ebrowse-tree-mode)
8110 (ebrowse-electric-list-mode, ebrowse-member-mode)
8111 (ebrowse-electric-position-mode):
8112 * progmodes/f90.el (f90-mode):
8113 * progmodes/fortran.el (fortran-mode):
8114 * progmodes/icon.el (icon-mode):
8115 * progmodes/idlw-help.el (idlwave-help-mode):
8116 * progmodes/idlw-shell.el (idlwave-shell-mode):
8117 * progmodes/idlwave.el (idlwave-mode):
8118 * progmodes/inf-lisp.el (inferior-lisp-mode):
8119 * progmodes/m4-mode.el (m4-mode):
8120 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
8121 * progmodes/modula2.el (modula-2-mode):
8122 * progmodes/octave-inf.el (inferior-octave-mode):
8123 * progmodes/octave-mod.el (octave-mode):
8124 * progmodes/pascal.el (pascal-mode):
8125 * progmodes/sh-script.el (sh-mode):
8126 * progmodes/sql.el (sql-mode, sql-interactive-mode):
8127 * progmodes/vhdl-mode.el (vhdl-mode):
8128 * progmodes/xscheme.el (scheme-interaction-mode):
8129 * replace.el (occur-mode):
8130 * ses.el (ses-mode):
8131 * simple.el (completion-list-mode):
8132 * skeleton.el:
8133 * speedbar.el (speedbar-mode):
8134 * term.el (term-mode):
8135 * terminal.el (terminal-edit-mode):
8136 * textmodes/reftex-index.el (reftex-index-mode)
8137 (reftex-index-phrases-mode):
8138 * textmodes/reftex-sel.el (reftex-select-label-mode)
8139 (reftex-select-bib-mode):
8140 * textmodes/reftex-toc.el (reftex-toc-mode):
8141 * wdired.el (wdired-change-to-wdired-mode):
8142 * wid-browse.el (widget-browse-mode):
8143 Use run-mode-hooks.
8144
8145 * array.el (array-mode):
8146 * calendar/todo-mode.el (todo-mode):
8147 * man.el (Man-mode):
8148 * play/landmark.el (lm-mode):
8149 * play/mpuz.el (mpuz-mode):
8150 Use kill-all-local-variables and run-mode-hooks.
8151
8152 * subr.el (delay-mode-hooks): Specify indentation.
8153
8154 2005-05-26 Mark A. Hershberger <mah@everybody.org>
8155
8156 * xml.el (xml-substitute-special): Don't die for undefined xml
8157 entities.
8158
8159 2005-05-26 Jay Belanger <belanger@truman.edu>
8160
8161 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
8162 of nil.
8163
8164 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
8165
8166 * progmodes/gdb-ui.el (gdb-frame-address):
8167 Rename from gdb-current-address.
8168 (gdb-previous-frame-address): Rename from gdb-previous-address.
8169 (gdb-selected-frame): Rename from gdb-current-frame.
8170 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
8171 (gdb-frame-number): Rename from gdb-current-stack-level.
8172 (gdb-ann3): Match new mode-name for disassembly buffer.
8173 Extend initialization of variables.
8174 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
8175 (gdb-memory-mode): Use mouse-face in header line.
8176 (gdb-assembler-buffer-name): Call it disassembly and give frame
8177 in mode line.
8178 (gdb-source-spec-regexp, gdb-assembler-custom)
8179 (gdb-invalidate-assembler, gdb-frame-handler):
8180 Make robust to leading zeroes in address format.
8181
8182 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
8183
8184 * textmodes/org.el (org-mode): Use `define-derived-mode' to
8185 define `org-mode'.
8186 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
8187
8188 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8189
8190 * log-edit.el (log-edit-changelog-entries): Distinguish between
8191 filenames like xfns.c and fns.c.
8192
8193 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
8194
8195 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
8196 point after reverting.
8197 (Buffer-menu-make-sort-button): Handle the case where
8198 `Buffer-menu-use-header-line' is nil.
8199
8200 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8201
8202 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
8203 New funcs. In minibuffer-local-completion-map bind `]', `/'
8204 and `:' to them.
8205
8206 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8207
8208 * startup.el (normal-top-level): Allow modification of load-path while
8209 we're iterating over it.
8210
8211 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
8212
8213 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
8214 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
8215 (thumbs-resize-interactive, thumbs-insert-image)
8216 (thumbs-insert-thumb, thumbs-dired-show-marked)
8217 (thumbs-find-image-at-point, thumbs-delete-images)
8218 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
8219 (thumbs-increment-image-size, thumbs-decrement-image-size):
8220 Fix typos in docstrings.
8221
8222 2005-05-24 Andre Spiegel <spiegel@gnu.org>
8223
8224 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
8225 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
8226 (cperl-mode): Use them.
8227
8228 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
8229
8230 * window.el (quit-window, shrink-window-if-larger-than-buffer):
8231 Doc fixes.
8232
8233 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
8234
8235 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
8236 Bind C-d to gdb-inferior-io-eof.
8237
8238 * dired.el (dired-dnd-popup-notice): Use message-box.
8239
8240 2005-05-23 Masatake YAMATO <jet@gyve.org>
8241
8242 * bindings.el (mode-line-major-mode-keymap):
8243 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
8244
8245 * faces.el (mode-line-highlight): New face.
8246
8247 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
8248 as mouse-face.
8249
8250 * bindings.el (top-level, help-echo, mode-line-modified)
8251 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
8252 as mouse-face.
8253
8254 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
8255
8256 * progmodes/cc-engine.el (c-guess-basic-syntax):
8257 Remove spurious call to `zerop'.
8258
8259 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
8260
8261 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
8262
8263 CC Mode update to 5.30.10:
8264
8265 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
8266 could go past the limit in decoration level 2, thereby causing
8267 errors during interactive fontification.
8268
8269 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
8270 the file is evaluated interactively.
8271
8272 * cc-engine.el (c-guess-basic-syntax): Handle operator
8273 declarations somewhat better in C++.
8274
8275 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
8276 make use of `run-mode-hooks' which has been added in Emacs 21.1.
8277 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
8278 (awk-mode): Use it.
8279 (make-local-hook): Suppress warning about obsoleteness.
8280
8281 * cc-engine.el, cc-align.el, cc-cmds.el
8282 (c-append-backslashes-forward, c-delete-backslashes-forward)
8283 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
8284 Compensate for return value from `forward-line' when it has moved
8285 but not to a different line due to eob.
8286
8287 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
8288 `objc-method-intro' and `objc-method-args-cont'.
8289
8290 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
8291
8292 CC Mode update to 5.30.10:
8293
8294 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
8295 in the copyright statement. Incidentally, change "along with GNU
8296 Emacs" to "along with this program" where it occurs.
8297
8298 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
8299 so that it is interactive, hence can be found by M-x awk-mode
8300 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
8301 <gmorris+emacs@ast.cam.ac.uk>.
8302
8303 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
8304 Mode's regexps.
8305
8306 2005-05-23 Kevin Ryde <user42@zip.com.au>
8307
8308 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
8309 c-parse-state, to avoid a lisp error (on bad code).
8310
8311 2005-05-23 Lute Kamstra <lute@gnu.org>
8312
8313 * subr.el (font-lock-defaults): Remove defvar as it's already
8314 defined in font-core.el.
8315
8316 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
8317
8318 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
8319
8320 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
8321 more general and work when GDB variable "print pretty" is on,
8322 as with Emacs, for example.
8323
8324 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
8325
8326 * font-core.el: Update comment.
8327
8328 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
8329 Use `after-change-major-mode-hook' instead of `find-file-hook'.
8330
8331 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
8332
8333 2005-05-22 Eli Zaretskii <eliz@gnu.org>
8334
8335 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
8336 and `yank-handler' in the doc strings.
8337
8338 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
8341
8342 2005-05-22 Richard M. Stallman <rms@gnu.org>
8343
8344 * help.el (describe-key): Move print-help-return-message call
8345 out of conditional.
8346
8347 * progmodes/etags.el (list-tags): Use with-no-warnings.
8348
8349 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
8350 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
8351 (starttls-extra-args, starttls-extra-arguments): Add defvars.
8352
8353 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
8354
8355 * language/viet-util.el (viet-viscii-nonascii-translation-table):
8356 Add defvar.
8357
8358 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
8359 Use defvar, not defconst.
8360
8361 * hexl.el (hexl-follow-line): Use with-no-warnings.
8362
8363 * emulation/tpu-extras.el: Use write-file-functions instead of
8364 write-file-hooks.
8365
8366 * dired.el (dired-font-lock-keywords): Fontify files with junk
8367 extensions even if marked by -F.
8368
8369 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
8370
8371 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
8372 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
8373 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
8374 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
8375 (concatenate, list-length, get*, getf, cl-remprop):
8376 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
8377 (etypecase, progv, lexical-let, lexical-let*)
8378 (multiple-value-bind, multiple-value-setq, shiftf):
8379 Improve argument/docstring consistency.
8380
8381 * subr.el (focus-frame, unfocus-frame):
8382 Revert deletion on 2005-05-01.
8383
8384 2005-05-22 Andre Spiegel <spiegel@gnu.org>
8385
8386 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
8387 doesn't exist.
8388
8389 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
8390 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
8391
8392 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
8393
8394 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
8395 already deleted variables: auto-fill-hook, blink-paren-hook,
8396 lisp-indent-hook, inhibit-local-variables, unread-command-event,
8397 suspend-hooks, comment-indent-hook, meta-flag,
8398 before-change-function, after-change-function,
8399 font-lock-doc-string-face.
8400
8401 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8402
8403 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
8404
8405 2005-05-21 Eli Zaretskii <eliz@gnu.org>
8406
8407 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
8408 rmail-dont-reply-to.
8409
8410 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8411
8412 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
8413 literal blank when splitting new-header-values.
8414
8415 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
8416
8417 * calendar/cal-menu.el (cal-menu-update): Add separator as a
8418 string so that tmm doesn't create a completion entry for it.
8419
8420 * textmodes/table.el (table-disable-menu): Ditto.
8421
8422 2005-05-21 Richard M. Stallman <rms@gnu.org>
8423
8424 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
8425
8426 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
8427
8428 * net/rcompile.el (remote-compile): Use compilation-start.
8429
8430 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
8431
8432 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
8433
8434 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
8435 Default to makefile-bsdmake-mode on BSD systems.
8436
8437 * imenu.el (imenu-generic-expression, imenu--generic-function'):
8438 REGEXP may also be a search function now. The part of doc-string
8439 for describing the structure was 95% identical to that of
8440 `imenu--generic-function'. Unify it there.
8441
8442 * progmodes/make-mode.el (makefile-imenu-generic-expression):
8443 Use function to find dependencies, because regexp alone is so complex,
8444 it easily goes into an endless loop.
8445 (makefile-makepp-mode): Also add submenu for Perl functions
8446 defined in the makefile.
8447 (makefile-bsdmake-mode): Special imenu-generic-expression no
8448 longer needed, due to function call.
8449 (makefile-match-dependency): Take BOUND into account when checking
8450 if we're through.
8451
8452 2005-05-20 Jay Belanger <belanger@truman.edu>
8453
8454 * calc/calc-units.el (calc-invalidate-units-table):
8455 Use inhibit-read-only.
8456 (math-build-units-table-buffer): Use view-mode.
8457
8458 2005-05-20 David Kastrup <dak@gnu.org>
8459
8460 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
8461 easy-menu-add is not a nop on Emacs; and clarify when to call it.
8462
8463 2005-05-20 Lute Kamstra <lute@gnu.org>
8464
8465 * diff-mode.el (diff-header-face, diff-file-header-face)
8466 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8467 (diff-added-face, diff-changed-face, diff-function-face)
8468 (diff-context-face, diff-nonexistent-face): Put them in the
8469 diff-mode customization group.
8470
8471 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8472
8473 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
8474
8475 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
8476
8477 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
8478 Minor regexp-optimization.
8479
8480 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
8481
8482 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
8483 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
8484 (org-agenda-add-time-grid-maybe): New function.
8485 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
8486 (org-table-create): `dotimes' instead of `mapcar'.
8487 (org-xor): Simplify implementation.
8488 (org-agenda): `inhibit-redisplay' turned on.
8489 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
8490 a consistent line after a state change.
8491 (org-agenda-remove-times-when-in-prefix): New option.
8492 (org-prefix-has-time): New variable.
8493 (org-parse-time-string): Optional argument NODEFAULT.
8494 (org-format-agenda-item): Parse items for time-of-day
8495 specifications and move these into the prefix if possible.
8496 (org-agenda-priority): Get current heading, not previous heading
8497 during agenda remote editing.
8498
8499 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
8500
8501 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
8502 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
8503 (remove-duplicates, delete-duplicates, substitute)
8504 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
8505 (nsubstitute-if-not, find, find-if, find-if-not, position)
8506 (position-if, position-if-not, count, count-if, count-if-not)
8507 (mismatch, search, sort*, stable-sort, merge, member*)
8508 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
8509 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
8510 (intersection, nintersection, set-difference, nset-difference)
8511 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
8512 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
8513 (nsublis, tree-equal): Improve argument/docstring consistency.
8514
8515 * subr.el (send-string, send-region):
8516 Remove obsolescence declaration.
8517 (window-dot, set-window-dot, read-input, show-buffer)
8518 (eval-current-buffer, string-to-int):
8519 Add release number to obsolescence declarations.
8520
8521 2005-05-19 Kim F. Storm <storm@cua.dk>
8522
8523 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
8524 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
8525
8526 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
8527
8528 * faces.el (list-faces-display): Make back button respect optional
8529 regexp arg.
8530
8531 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
8532
8533 * calculator.el (calculator-radix-grouping-mode)
8534 (calculator-radix-grouping-digits, calculator-displayer)
8535 (calculator-radix-grouping-separator, calculator-copy-displayer):
8536 * dabbrev.el (dabbrev-search-these-buffers-only):
8537 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
8538 (diff-advance-after-apply-hunk, diff-mode-hook)
8539 (diff-minor-mode-prefix):
8540 * imenu.el (imenu-use-popup-menu):
8541 * jit-lock.el (jit-lock-context-time):
8542 * newcomment.el (comment-fill-column, comment-column)
8543 (comment-style, comment-padding, comment-multi-line)
8544 (comment-empty-lines, comment-auto-fill-only-comments):
8545 * reveal.el (reveal-around-mark):
8546 * uniquify.el (uniquify-buffer-name-style)
8547 (uniquify-after-kill-buffer-p)
8548 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
8549 (uniquify-min-dir-content, uniquify-separator)
8550 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
8551 * w32-vars.el (w32-fixed-font-alist):
8552 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
8553 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
8554 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
8555 * progmodes/perl-mode.el (perl-indent-level)
8556 (perl-continued-statement-offset, perl-continued-brace-offset)
8557 (perl-brace-offset, perl-brace-imaginary-offset)
8558 (perl-label-offset, perl-indent-continued-arguments)
8559 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
8560 * progmodes/tcl.el (tcl-indent-level)
8561 (tcl-continued-indent-level, tcl-auto-newline)
8562 (tcl-tab-always-indent, tcl-electric-hash-style)
8563 (tcl-help-directory-list, tcl-use-smart-word-finder)
8564 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
8565 (inferior-tcl-source-command):
8566 * textmodes/fill.el (enable-kinsoku):
8567 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
8568 * textmodes/table.el (table-yank-handler):
8569 Specify missing group (and type, if simple) in defcustom.
8570
8571 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8572
8573 * progmodes/compile.el (compilation-finish-function): Fix defvar.
8574
8575 2005-05-19 Richard M. Stallman <rms@gnu.org>
8576
8577 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
8578
8579 * subr.el (event-basic-type): Don't get an error.
8580 (left-fringe-p): Function deleted.
8581
8582 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
8583 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
8584
8585 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
8586 in recursive copy.
8587
8588 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
8589
8590 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
8591
8592 * emacs-lisp/bytecomp.el
8593 (byte-compile-file-form-custom-declare-variable): Call
8594 byte-compile-nogroup-warn if appropriate.
8595
8596 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
8597 (compilation-set-window): Don't call left-fringe-p; do it directly.
8598
8599 2005-05-19 Jay Belanger <belanger@truman.edu>
8600
8601 * calc/calc-graph.el (calc-graph-format-data): Make sure
8602 var-PlotRejects is bound before trying to check its value.
8603
8604 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
8605
8606 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
8607 definition of this variable from reftex-global.el to reftex.el,
8608 because it is needed in the menu.
8609
8610 2005-05-19 Lute Kamstra <lute@gnu.org>
8611
8612 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
8613 years are fixed. Don't insert a space after a dash.
8614
8615 2005-05-19 Kim F. Storm <storm@cua.dk>
8616
8617 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
8618
8619 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
8620
8621 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
8622 strings, because (eq ... ?\\) is fairly frequent.
8623
8624 * progmodes/make-mode.el (makefile-add-this-line-targets):
8625 Simplify and integrate into `makefile-pickup-targets'.
8626 (makefile-add-this-line-macro): Simplify and integrate into
8627 `makefile-pickup-macros.
8628 (makefile-pickup-filenames-as-targets): Simplify.
8629 (makefile-previous-dependency, makefile-match-dependency):
8630 Don't stumble over `::'.
8631
8632 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
8633
8634 * subr.el (post-command-idle-hook, post-command-idle-delay):
8635 Remove obsoletion of post-command-idle-hook and
8636 post-command-idle-delay.
8637
8638 * faces.el (list-faces-display): Provide button when describe-face
8639 is called to take user back to the list of faces.
8640
8641 * help-fns.el (describe-variable): Remove hyperlinks in a
8642 variable's value as these are quite frequently inappropriate.
8643
8644 * follow.el (follow-submit-feedback, follow-mode):
8645 Remove references to post-command-idle-hook.
8646
8647 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
8648
8649 * progmodes/make-mode.el (makefile-previous-dependency)
8650 (makefile-match-dependency): Check for := (and in bsd mode also
8651 !=) to give a better result, even when font-lock is not on.
8652
8653 2005-05-18 Jay Belanger <belanger@truman.edu>
8654
8655 * calc/calc-help.el (calc-s-prefix-help):
8656 Add `calc-copy-special-constant' to help string.
8657
8658 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8659
8660 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8661
8662 2005-05-18 Jay Belanger <belanger@truman.edu>
8663
8664 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
8665 in linear factors are in proper order.
8666
8667 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
8668
8669 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8670 Support for jurabib.
8671
8672 * textmodes/reftex.el (featurep): Define aliases for overlay
8673 commands, for XEmacs compatibility, and use these aliases in
8674 overlay initializations.
8675 (reftex-highlight): Use `reftex-move-overlay'.
8676 (reftex-unhighlight): Use `reftex-delete-overlay'.
8677 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
8678 (reftex-access-search-path): Use `reftex-uniquify' instead of
8679 `reftex-uniq'
8680
8681 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
8682 `before-string' property modification enables for Emacs as well.
8683 (reftex-select-item): Use `reftex-delete-overlay'.
8684 (reftex-select-mark): Use `reftex-make-overlay' and
8685 `reftex-overlay-put'.
8686 (reftex-select-unmark): Use `reftex-delete-overlay' and
8687 `reftex-overlay-put'.
8688
8689 2005-05-18 Lute Kamstra <lute@gnu.org>
8690
8691 * emacs-lisp/lisp.el (check-parens): Fix docstring.
8692
8693 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
8694
8695 * add-log.el (add-change-log-entry):
8696 * array.el (array-make-template, array-reconfigure-rows)
8697 (array-init-max-row, array-init-max-column)
8698 (array-init-columns-per-line, array-init-field-width):
8699 * replace.el (replace-match-maybe-edit, perform-replace):
8700 * textmodes/spell.el (spell-region):
8701 Replace `read-input' by `read-string'.
8702
8703 * forms.el (forms-mode):
8704 * finder.el (finder-compile-keywords):
8705 * shadowfile.el (shadow-read-files):
8706 Replace `eval-current-buffer' by `eval-buffer'.
8707
8708 * terminal.el (te-pass-through):
8709 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
8710 (ange-ftp-raw-send-cmd):
8711 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
8712 (send-process-next-char, telnet-initial-filter, telnet):
8713 Replace `send-string' by `process-send-string'.
8714
8715 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
8716 (prolog-consult-region): Replace `send-string' by
8717 `process-send-string'; replace `send-region' by `process-send-region'.
8718
8719 * progmodes/delphi.el (delphi-log-msg):
8720 Replace `set-window-dot' by `set-window-point'.
8721
8722 * subr.el (window-dot, set-window-dot, read-input, send-string)
8723 (send-region, show-buffer, eval-current-buffer):
8724 Make really obsolete, as the comment says.
8725
8726 2005-05-17 Kim F. Storm <storm@cua.dk>
8727
8728 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
8729 (cua--init-keymaps): Bind C-return instead of S-return to set
8730 rectangle mark.
8731
8732 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
8733 instead of S-return to toggle/clear rectangle mark.
8734
8735 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
8736
8737 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8738 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
8739 Also fontify plain strings assigned to variables, mostly so that a
8740 colon has a face and is thus not taken as a dependency separator.
8741 (makefile-previous-dependency): Inline the new matcher, because it
8742 is too complex to work in both directions.
8743 (makefile-match-dependency): Eliminate `backward' arg (see above).
8744 Completely reimplemented so as to not sometimes go into an endless
8745 loop. It should also be more efficient, because first it only
8746 searches for `:', instead of applying the very complex regexp.
8747 (makefile-mode): Cancel `font-lock-support-mode', because blocks
8748 to be fontified in one piece can be too long for JIT.
8749 Makefiles are never *that* big.
8750
8751 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
8752
8753 * dired.el (dired-mode): Simplify.
8754
8755 2005-05-17 Lute Kamstra <lute@gnu.org>
8756
8757 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
8758 defcustom for the mode hook variable.
8759
8760 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
8761 Emacs Lisp Reference Manual.
8762
8763 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
8764
8765 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
8766 (evenp, list*):
8767 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
8768 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8769
8770 * net/tramp-smb.el (tramp-smb-open-connection):
8771 Pass `tramp-chunksize' as fifth (required) argument.
8772
8773 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
8774
8775 * font-lock.el (lisp-font-lock-keywords-1):
8776 Set `font-lock-negation-char-face' for [^...] char group.
8777 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
8778
8779 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
8780 a var, and refine it to mask one more level of nested vars.
8781 (makefile-rule-action-regex): Turn it into a var, and refine it so
8782 it recognizes backslashed continuation lines as belonging to the
8783 same command.
8784 (makefile-macroassign-regex): Refine it so it recognizes
8785 backslashed continuation lines as belonging to the same command.
8786 (makefile-var-use-regex): Don't look at the next char, because it
8787 might be the same one to be skipped by the initial [^$], leading
8788 to an overlooked variable use.
8789 (makefile-make-font-lock-keywords): Remove two parameters, which
8790 are now variables that some of the modes set locally.
8791 Handle dependency and rule action matching through functions, because
8792 regexps alone match too often. Dependency matching now comes
8793 last, so it can check, whether a colon already matched something else.
8794 (makefile-mode): Inform that font-lock improves makefile parsing
8795 capabilities.
8796 (makefile-match-dependency, makefile-match-action): New functions.
8797
8798 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
8799
8800 * emacs-lisp/cl-extra.el (equalp): Doc fix.
8801
8802 * align.el (align-regexp):
8803 * ansi-color.el (ansi-color-get-face):
8804 * array.el (array-reconfigure-rows, array-init-max-row)
8805 (array-init-max-column, array-init-columns-per-line)
8806 (array-init-field-width):
8807 * dired-aux.el (dired-trample-file-versions):
8808 * dired-x.el (dired-mark-sexp):
8809 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
8810 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
8811 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
8812 * faces.el (face-read-integer):
8813 * files.el (backup-extract-version, insert-directory):
8814 * hexl.el (hexl-insert-decimal-char):
8815 * server.el (server-process-filter):
8816 * shell.el (shell-extract-num):
8817 * startup.el (command-line-1):
8818 * term.el (term-command-hook):
8819 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8820 (time-stamp-do-number):
8821 * time.el (display-time-update):
8822 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8823 (timezone-fix-time):
8824 * vms-patch.el (vms-suspend-resume-hook):
8825 * calendar/appt.el (appt-convert-time):
8826 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8827 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8828 * calendar/cal-islam.el (mark-islamic-diary-entries):
8829 * calendar/calendar.el (calendar-cursor-to-date)
8830 (calendar-star-date):
8831 * calendar/diary-lib.el (diary-attrtype-convert)
8832 (mark-diary-entries, diary-entry-time):
8833 * calendar/solar.el (solar-get-number):
8834 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8835 * emacs-lisp/re-builder.el (reb-display-subexp):
8836 * emulation/edt.el (edt-set-scroll-margins):
8837 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8838 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8839 (vip-get-ex-count):
8840 * emulation/viper-ex.el (viper-get-ex-token)
8841 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8842 * international/fontset.el (fontset-plain-name):
8843 * mail/feedmail.el (feedmail-look-at-queue-directory):
8844 * mail/mailalias.el (mail-get-names):
8845 * mail/rmail.el (rmail-convert-to-babyl-format):
8846 * mail/rmailsum.el (rmail-make-basic-summary-line)
8847 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8848 (rmail-summary-goto-msg):
8849 * mail/smtpmail.el (smtpmail-read-response):
8850 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8851 (ange-ftp-vms-add-file-entry):
8852 * play/gametree.el (gametree-looking-at-ply)
8853 (gametree-current-branch-score):
8854 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8855 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8856 * progmodes/cperl-mode.el (condition-case):
8857 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8858 (ebrowse-set-member-buffer-column-width)
8859 (ebrowse-select-1st-to-9nth):
8860 * progmodes/etags.el (etags-snarf-tag):
8861 * progmodes/flymake.el (flymake-parse-line):
8862 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8863 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8864 (idlwave-shell-menu-def):
8865 * progmodes/ps-mode.el (ps-run-goto-error):
8866 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8867 (vhdl-speedbar-contract-level):
8868 * term/mac-win.el (x-handle-numeric-switch):
8869 * term/sun-mouse.el (sun-get-frame-data):
8870 * term/w32-win.el (x-handle-numeric-switch):
8871 * term/x-win.el (x-handle-numeric-switch):
8872 * textmodes/ispell.el (ispell-parse-output):
8873 * textmodes/nroff-mode.el (nroff-outline-level):
8874 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8875 (reftex-bib-sort-year-reverse, reftex-format-citation):
8876 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8877 (reftex-section-number):
8878 * textmodes/texinfmt.el (texinfo-paragraphindent):
8879 Replace `string-to-int' by `string-to-number'.
8880
8881 * international/latexenc.el: Add page marker to force the "Local
8882 Variables:" string out of the last page.
8883
8884 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8885
8886 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8887 tooltip-change-major-mode.
8888 (gud-tooltip-print-command): Remove case where gud-minor-mode
8889 is gdb ("--fullname").
8890 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8891 explain to user.
8892
8893 2005-05-16 Jay Belanger <belanger@truman.edu>
8894
8895 * calc/calc-store.el (calc-copy-special-constant): New function.
8896
8897 * calc/calc-ext.el (calc-init-extensions): Add binding for
8898 `calc-copy-special-constant'.
8899
8900 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8901 for the `calc-copy-special-constant' command.
8902
8903 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8904
8905 * subr.el (left-fringe-p): New function.
8906
8907 * progmodes/compile.el (compilation-setup): Set local value of
8908 overlay-arrow-string to "" always.
8909 (compilation-set-window): Left fringe then don't scroll.
8910 No left fringe then no arrow and scroll message to top.
8911 (compilation-context-lines): Adjust doc string accordingly.
8912
8913 2005-05-16 Kim F. Storm <storm@cua.dk>
8914
8915 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8916 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8917 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8918 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8919 (ido-read-file-name): Handle commands with ido property value
8920 equal to find-file as reading a file name, to allow C-d to enter dired.
8921 (ibuffer-find-file): Add ido property with value find-file.
8922
8923 2005-05-15 Kim F. Storm <storm@cua.dk>
8924
8925 * subr.el (open-network-stream-nowait): Remove.
8926 (open-network-stream-server): Remove.
8927
8928 2005-05-15 Richard M. Stallman <rms@gnu.org>
8929
8930 * faces.el (describe-face): Output a definition link button.
8931
8932 * help-mode.el (help-face-def): New button type.
8933
8934 * emacs-lisp/copyright.el (copyright-fix-years):
8935 Match properly if the first year is 2-digit.
8936 Don't mess up the whitespace after the years by filling.
8937
8938 * dired-aux.el (dired-mark-confirm):
8939 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8940
8941 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8942 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8943 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8944
8945 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8946 Set font-lock-comment-start-skip.
8947
8948 * font-lock.el (font-lock-comment-start-skip): New variable.
8949 (font-lock-comment-end-skip): New variable.
8950 (font-lock-fontify-syntactically-region): Use them if non-nil.
8951
8952 2005-05-15 Jay Belanger <belanger@truman.edu>
8953
8954 * calc/calc-store.el (calc-store-value): Return a string rather
8955 than display it as a message.
8956 Use calc-var-name for variable name.
8957 (calc-store-into): Add the result of calc-store-value to message.
8958 (calc-copy-variable): Add a message.
8959 (calc-store-exchange): Improve error messages.
8960 (calc-store-binary, calc-store-map): Don't reset the values of
8961 special constants.
8962
8963 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8964
8965 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8966 manual to docstring.
8967
8968 * files.el (hack-local-variables-confirm): Add STRING argument.
8969 Make the function handle non file visiting buffers correctly.
8970 (hack-local-variables-prop-line, hack-local-variables)
8971 (hack-one-local-variable): Use STRING arg of
8972 `hack-local-variables-confirm'.
8973
8974 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8975
8976 Sync with Tramp 2.0.49.
8977
8978 * net/tramp.el (tramp-handle-dired-call-process)
8979 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8980 because the contents of the Tramp buffer is changed before
8981 insertion (`expand-file' and alike).
8982 (tramp-handle-insert-directory): If `localname' has an empty
8983 nondirectory name, it must not be quoted.
8984 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8985 variable `tramp-chunksize'. Change callees.
8986 (tramp-open-connection-setup-interactive-shell): Check remote host
8987 for buggy `send-process-string' implementation.
8988 Set `tramp-chunksize' if found. Reported by Michael Kifer
8989 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8990 (tramp-handle-shell-command): `insert-buffer' cannot be used
8991 because the contents of the Tramp buffer is changed before
8992 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8993 <frederic.bothamy@free.fr>.
8994 (tramp-set-auto-save): Actions should be done for Tramp file name
8995 handler only. Ange-FTP has its own auto-save mechanism.
8996 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8997 (tramp-set-auto-save-file-modes): Set file modes of
8998 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8999 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
9000 (tramp-bug): Remove obsolete variable.
9001 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
9002 for presence of `mml-mode'. Make it running for older Emacsen as well.
9003
9004 2005-05-14 John Paul Wallington <jpw@pobox.com>
9005
9006 * ibuf-ext.el (define-ibuffer-filter filename):
9007 If `dired-directory' is a list, use its car.
9008
9009 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
9010
9011 * ibuffer.el (define-ibuffer-column filename):
9012 If `dired-directory' is a list, use its car.
9013
9014 2005-05-14 Richard M. Stallman <rms@gnu.org>
9015
9016 * subr.el (symbol-file): Doc fix.
9017
9018 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
9019 (byte-compile-form): Call byte-compile-nogroup-warn.
9020 (byte-compile-warning-types): Doc fix.
9021
9022 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
9023
9024 * progmodes/cc-engine.el (c-literal-faces):
9025 Add font-lock-comment-delimiter-face.
9026
9027 * net/net-utils.el (dig): Use with-no-warnings.
9028
9029 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
9030 (sc-recite-frame-alist, sc-default-cite-frame)
9031 (sc-default-uncite-frame, sc-default-recite-frame)
9032 (sc-attrib-selection-list, sc-rewrite-header-list):
9033 Mark as risky-local-variable.
9034
9035 * international/ogonek.el (ogonek-jak, ogonek-how):
9036 Don't use beginning-of-buffer.
9037
9038 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
9039
9040 * calendar/solar.el (solar-data-list): Move definition up.
9041
9042 * dnd.el (dnd-protocol-alist): Add autoload.
9043
9044 * progmodes/sh-script.el: Many doc usage fixes.
9045 (sh-indent-after-do): Change default to match common styles.
9046
9047 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
9048
9049 * files.el (interpreter-mode-alist)
9050 (auto-mode-interpreter-regexp): Doc fixes.
9051
9052 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
9053
9054 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
9055
9056 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
9057
9058 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9059
9060 * dired.el (dired-mode): make-variable-buffer-local =>
9061 make-local-variable.
9062
9063 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9064
9065 * term/mac-win.el (mac-select-convert-to-string): Try coding
9066 systems in mac-script-code-coding-systems if specified one cannot
9067 encode string for `com.apple.traditional-mac-plain-text'.
9068
9069 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
9070
9071 * progmodes/make-mode.el (makefile-targets-face)
9072 (makefile-shell-face, makefile-makepp-perl-face): New faces.
9073 (makefile-dependency-regex): Fix it to not make the colon in
9074 $(var:a=b) special.
9075 (makefile-rule-action-regex): New regexp for highlighting embedded
9076 Shell strings.
9077 (makefile-macroassign-regex): Handle != for highlighting as
9078 embedded Shell strings.
9079 (makefile-var-use-regex): New const.
9080 (makefile-statements, makefile-automake-statements)
9081 (makefile-gmake-statements, makefile-makepp-statements)
9082 (makefile-bsdmake-statements): New consts.
9083 (makefile-make-font-lock-keywords): New function.
9084 (makefile-automake-font-lock-keywords)
9085 (makefile-gmake-font-lock-keywords)
9086 (makefile-makepp-font-lock-keywords)
9087 (makefile-bsdmake-font-lock-keywords): New consts.
9088 (makefile-mode-map): Add switchers between the various submodes.
9089 (makefile-mode): Document the availability of the variants.
9090 (makefile-automake-mode, makefile-gmake-mode)
9091 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
9092
9093 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
9094 new variants of makefile-mode.
9095
9096 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9097
9098 * font-lock.el (font-lock-comment-delimiter-face): Fix up
9099 the inheritance.
9100
9101 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
9102
9103 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
9104 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
9105
9106 * files.el (normal-mode): Extend the scope of the
9107 `enable-local-variables' binding to include the `set-auto-mode' call.
9108 (magic-mode-alist): Doc fix.
9109
9110 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9111
9112 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
9113 font-lock-comment-face rather than copying its setting.
9114
9115 2005-05-12 Andreas Schwab <schwab@suse.de>
9116
9117 * eshell/esh-mode.el (eshell-send-input): Doc fix.
9118
9119 2005-05-12 Lute Kamstra <lute@gnu.org>
9120
9121 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
9122 defcustom for the mode hook variable. Delete the last argument.
9123 * generic-x.el: Fix callers of define-generic-mode.
9124 (generic-x-modes): Delete group.
9125 (show-tabs-tab-face, show-tabs-space-face): Put them in the
9126 generic-x customization group.
9127
9128 2005-05-12 Kim F. Storm <storm@cua.dk>
9129
9130 * font-lock.el (font-lock-negation-char-face): Default to "off".
9131
9132 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
9133 font-lock-negation-char-face to ! in !=.
9134
9135 2005-05-12 Masatake YAMATO <jet@gyve.org>
9136
9137 * add-log.el (find-change-log): Fix typos in the docstring
9138 of function.
9139
9140 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9141
9142 * international/latexenc.el (latexenc-find-file-coding-system):
9143 Avoid `re-search-forward' when looking for input encoding because
9144 of speed and safety. Better regular expressions for recognizing
9145 input encoding. Limit a search for TeX-master/tex-main-file to
9146 the local variable section.
9147
9148 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
9149
9150 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
9151 syntax of $ to "'" (quote).
9152
9153 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
9154
9155 * dnd.el (dnd-protocol-alist): Improve custom type.
9156
9157 * dired.el (dired-dnd-protocol-alist): New variable.
9158 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
9159 `dired-mode-hook' to the end.
9160
9161 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
9164 comment-end if comment-start-skip is not set.
9165 Obey the font-lock-comment-delimiter-face variables.
9166
9167 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9168
9169 * files.el (executable-find): Move from executable.el. Use
9170 locate-file.
9171 * progmodes/executable.el (executable-find): Move to files.el.
9172
9173 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
9174 when trying to ensure forward progress.
9175
9176 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
9177
9178 * mouse-sel.el (mouse-sel-follow-link-p): New function.
9179 (mouse-select, mouse-select-internal, mouse-extend-internal):
9180 Use it to implement mouse-1-click-follows-link functionality.
9181
9182 2005-05-11 Richard M. Stallman <rms@gnu.org>
9183
9184 * font-lock.el (font-lock-fontify-syntactically-region):
9185 Use font-lock-comment-delimiter-face for comment delimiters.
9186
9187 2005-05-10 Jay Belanger <belanger@truman.edu>
9188
9189 * calc/calc-help.el (calc-m-prefix-help): Add mention of
9190 preserving embedded modes.
9191
9192 2005-05-10 Richard M. Stallman <rms@gnu.org>
9193
9194 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
9195
9196 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
9197 Move from ada-stmt.el.
9198 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
9199
9200 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
9201 Move to ada-mode.el.
9202 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
9203
9204 * cus-edit.el (custom-file): Call file-chase-links.
9205
9206 * files.el (read-directory-name): Fix previous change.
9207 (hack-local-variables-confirm): New function.
9208 (hack-local-variables-prop-line, hack-local-variables)
9209 (hack-one-local-variable): Use it.
9210
9211 2005-05-10 Lute Kamstra <lute@gnu.org>
9212
9213 * font-lock.el (font-lock-keywords-alist)
9214 (font-lock-removed-keywords-alist): Clarify docstrings.
9215
9216 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
9217
9218 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
9219 (gdb-source-info): Check for preprocessor info.
9220 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
9221 a macro for a function.
9222 (gdb-info-breakpoints-custom): Try to find file again if not already
9223 found (user might have used GDB dir command).
9224 (gdb-get-location): Update gdb-location-alist correctly for change
9225 to gdb-info-breakpoints-custom.
9226
9227 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
9228 (gud-tooltip-print-command): Add gdbmi case.
9229 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
9230 preprocessor info.
9231
9232 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
9233
9234 * startup.el (fancy-splash-insert): Fix typo in doc string.
9235
9236 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
9237
9238 * obsolete/float.el (string-to-float):
9239 * obsolete/hilit19.el (hilit-add-pattern):
9240 * obsolete/rnews.el (news-parse-range, news-select-message)
9241 (news-get-pruned-list-of-files): Replace `string-to-int' by
9242 `string-to-number'.
9243
9244 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
9245 `find-file-not-found-hooks'; use `add-hook'.
9246 (uncompress-while-visiting): Set `write-file-functions', not
9247 `write-file-hooks'; use `add-hook'.
9248
9249 2005-05-09 Kim F. Storm <storm@cua.dk>
9250
9251 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
9252 (cua-paste): Handle clipboard action.
9253 (cua--init-keymaps): Remap clipboard-kill-region and
9254 clipboard-kill-ring-save.
9255
9256 2005-05-08 Eli Zaretskii <eliz@gnu.org>
9257
9258 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9259 Improve commentary.
9260
9261 * simple.el (next-error-overlay-arrow-position): Revert the change
9262 made on 2005-04-30.
9263
9264 2005-05-07 Jay Belanger <belanger@truman.edu>
9265
9266 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
9267 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
9268 `calc-sel-reselect'.
9269
9270 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
9271 Calc is in embedded mode.
9272
9273 2005-05-07 Eli Zaretskii <eliz@gnu.org>
9274
9275 * progmodes/compile.el (compilation-setup):
9276 Set overlay-arrow-string to an empty string on text terminals.
9277
9278 * textmodes/ispell.el (ispell-program-name): Try looking for
9279 "aspell" along exec-path, and if found, use it as the default
9280 speller program.
9281
9282 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
9283
9284 * international/mule.el (sgml-xml-auto-coding-function):
9285 Recognize encoding='FOO' in single quotes as well as in double quotes.
9286
9287 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9288
9289 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
9290 as well as `interactive', so that defmacro* would recognize
9291 `declare' forms.
9292
9293 2005-05-07 Eli Zaretskii <eliz@gnu.org>
9294
9295 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9296 Explain more about the LIGHTER arg's usage in the doc string.
9297 Add commentary to clarify what the code does. Fix the regexp that
9298 strips whitespace from LIGHTER. Quote LIGHTER before using it,
9299 since it could have characters special to regular expressions.
9300
9301 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9302
9303 * replace.el (occur-1): Bind inhibit-read-only so that
9304 erase-buffer doesn't barf on read-only text properties (likewise
9305 for add-text-properties in occur-engine). Mark buffer as unmodified.
9306 (occur-engine): Don't set buffer-read-only here.
9307
9308 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9309
9310 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
9311 list-buffers-directory. This caused the *cvs-commit* buffer to be
9312 sometimes mistakenly reused as a *cvs* buffer.
9313
9314 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
9315
9316 * tooltip.el: Move code for GUD tooltips into gud.el.
9317 (require): CL no longer needed to compile case.
9318 (tooltip-mode): Do not toggle functions for GUD tooltips.
9319 (tooltip-gud-tips-p): Remove. Replace with minor mode
9320 gud-tooltip-mode in gud.el.
9321 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
9322 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
9323 tooltip-gud prefix with gud-tooltip and obsolete.
9324 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
9325 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
9326 (tooltip-mouse-motion): Mouse movement functions/variable.
9327 Rename in gud.el by adding gud prefix.
9328 (tooltip-gud-original-filter, tooltip-gud-dereference)
9329 (tooltip-gud-event, tooltip-toggle-gud-tips)
9330 (tooltip-gud-process-output, tooltip-gud-print-command)
9331 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
9332 gud.el by replacing tooltip-gud prefix with gud-tooltip.
9333 (gdb-tooltip-print): Move to gdb-ui.el.
9334
9335 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
9336 (require): CL needed to compile case.
9337 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
9338 tooltip-gud-tips-p. Make it a minor-mode.
9339 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
9340 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
9341 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
9342 (gud-tooltip-change-major-mode)
9343 (gud-tooltip-activate-mouse-motions-if-enabled)
9344 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
9345 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
9346 (gud-tooltip-original-filter, gud-tooltip-dereference)
9347 (gud-tooltip-event, tooltip-toggle-gud-tips)
9348 (gud-tooltip-process-output, gud-tooltip-print-command)
9349 (gud-tooltip-tips): Move from tooltip.el.
9350
9351 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
9352 (gdb-cpp-define-alist-flags): Doc fix.
9353 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
9354 gud-tooltip-mode is t.
9355
9356 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9357
9358 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
9359 evaporate if their text is deleted.
9360 (goto-address-at-point): Make it work as a mouse binding as well.
9361 (goto-address-at-mouse): Obsolete it. Update users.
9362
9363 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
9364
9365 * calendar/appt.el (top-level): No longer activate on load.
9366
9367 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
9368
9369 * calendar/cal-bahai.el (mark-bahai-diary-entries):
9370 * net/webjump.el (webjump):
9371 * progmodes/idlw-help.el (idlwave-do-context-help1)
9372 (idlwave-highlight-linked-completions):
9373 * textmodes/po.el (po-find-file-coding-system-guts):
9374 Replace `assoc-ignore-case' by `assoc-string'.
9375
9376 2005-05-06 Eli Zaretskii <eliz@gnu.org>
9377
9378 * files.el (locate-file): Doc fix.
9379
9380 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
9381 Remove the redundant test for ms-dos.
9382
9383 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
9384 look for the preprocessor with exec-suffixes. If not found in
9385 standard places, look in exec-path. Remove most of the tests that
9386 used system-type.
9387
9388 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
9389
9390 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
9391
9392 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
9393 file-name clash with jka-compr.el on 8+3 filesystems.
9394
9395 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9396
9397 * term/mac-win.el: Don't define or bind scroll bar functions if
9398 x-toolkit-scroll-bars is t.
9399 (x-select-text, x-get-selection-value): Clear
9400 x-last-selected-text-clipboard if x-select-enable-clipboard is
9401 nil.
9402 (PRIMARY): Put mac-scrap-name property.
9403 (mac-select-convert-to-file-url): New function.
9404 (public.file-url): New selection target type. Add to
9405 selection-converter-alist.
9406 (x-get-selection, x-selection-value): Handle it.
9407 (x-cut-buffer-or-selection-value): New alias.
9408
9409 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9410
9411 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
9412 entry to avoid calling bibtex-find-entry with arg global
9413 being t. Remove arg key.
9414 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
9415 (bibtex-copy-summary-as-kill): Change accordingly.
9416
9417 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9418
9419 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
9420 (org-agenda-date-later): Use with-current-buffer.
9421
9422 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9423
9424 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
9425 (define-obsolete-variable-alias): Doc Fixes.
9426
9427 2005-05-06 Kim F. Storm <storm@cua.dk>
9428
9429 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
9430 vertical-motion when selective-display is active.
9431
9432 * ido.el (ido-setup-hook): New hook.
9433 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
9434 (ido-input-stack): New var.
9435 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
9436 ido-next-work-file binding to M-O.
9437 Bind M-f to ido-wide-find-file-or-pop-dir.
9438 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
9439 (ido-read-internal): Run ido-setup-hook.
9440 Catch quit in read-file-name and read-string to cancel edit.
9441 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
9442 Automatically pop-all when completing a directory name (RET).
9443 (ido-file-internal): Add with-no-warnings around ffap and dired code.
9444 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
9445 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
9446 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
9447 New functions for M-b/M-f to move among the directory components.
9448 (ido-make-merged-file-list): Catch quit to cancel merge.
9449 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
9450 (ido-completion-help): No warnings for ido-completion-buffer-full.
9451
9452 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
9453
9454 * font-lock.el (font-lock-negation-char-face): New face and variable.
9455 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
9456 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
9457 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
9458 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
9459
9460 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
9461
9462 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
9463 Fix typo in docstring.
9464
9465 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
9466 (ebrowse-print-statistics-line)
9467 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
9468
9469 * term/w32-win.el (image-library-alist): Add additional name for
9470 Xpm library.
9471
9472 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
9473
9474 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
9475 use gcc instead of cpp.
9476
9477 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
9478 (gdb-create-define-alist): Use it.
9479 (gdb-cpp-define-alist-program): Update for MS-DOS.
9480
9481 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
9482
9483 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
9484
9485 2005-05-04 Richard M. Stallman <rms@gnu.org>
9486
9487 * help.el (describe-key): No error when UNTRANSLATED is nil.
9488
9489 * simple.el (line-move-1): Fix previous change to signal errors
9490 appropriately.
9491
9492 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
9493
9494 * calendar/icalendar.el (icalendar-version): Now at 0.12.
9495 (icalendar-duration-correction): Remove.
9496 (icalendar--get-event-properties): Split result at commas.
9497 (icalendar--decode-isoduration): New optional argument
9498 DURATION-CORRECTION.
9499 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
9500 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
9501 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
9502 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
9503 (icalendar--convert-anniversary-to-ical): New functions, extracted
9504 from icalendar-export-region, with bug fixes.
9505 (icalendar-export-region): Use the above functions.
9506 (icalendar-import-buffer): Check before saving diary file.
9507 (icalendar--convert-recurring-to-diary)
9508 (icalendar--convert-non-recurring-all-day-to-diary)
9509 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
9510 extracted from icalendar--convert-ical-to-diary, with bug fixes.
9511 (icalendar--convert-ical-to-diary): Use the above functions.
9512
9513 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
9514
9515 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
9516 Remove these recent additions.
9517 (c-mode): Restore to before 2005-04-28.
9518
9519 * progmodes/cc-vars.el (cc-define-list-program): Remove this
9520 recent addition.
9521
9522 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
9523 (gdb-define-alist): New variables.
9524 (gdb-create-define-alist): New function.
9525 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
9526 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
9527 with string-to-number.
9528 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
9529
9530 * progmodes/gud.el: Replace string-to-int with string-to-number.
9531 (gud-find-file): Handle gdb-define-alist.
9532
9533 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
9534
9535 2005-05-02 Jay Belanger <belanger@truman.edu>
9536
9537 * calc/calc-aent.el (math-read-token):
9538 * calc/calc-bin.el (calc-word-size):
9539 * calc/calc-ext.el (calc-read-number-fancy):
9540 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
9541 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
9542 * calc/calc-frac.el (calc-over-notation):
9543 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
9544 (calc-graph-num-points, calc-graph-init):
9545 * calc/calc-prog.el (calc-read-parse-table-part)
9546 (calc-edit-macro-repeats):
9547 * calc/calc-yank.el (calc-do-grab-rectangle):
9548 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
9549 Replace `string-to-int' by `string-to-number'.
9550
9551 2005-05-02 Kim F. Storm <storm@cua.dk>
9552
9553 * kmacro.el: Use executing-kbd-macro-index variable.
9554
9555 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
9556
9557 * net/rlogin.el (rlogin-parse-words): Delete func.
9558 (rlogin): Use split-string, not rlogin-parse-words.
9559 Also, if there are option-like elements in the parsed args,
9560 take the host to be the first arg immediately following them.
9561 Suggested by Michael Mauger.
9562
9563 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9564
9565 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
9566
9567 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
9568
9569 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
9570 (cc-mode-cpp-program): Rename to cc-define-list-program and
9571 move to cc-vars.el.
9572
9573 * progmodes/cc-vars.el (cc-define-list-program):
9574 Change to "gcc -E -dM -". Make customizable.
9575
9576 2005-05-02 Kim F. Storm <storm@cua.dk>
9577
9578 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
9579
9580 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
9581
9582 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
9583
9584 * international/mule-util.el (truncate-string): Remove alias and
9585 obsolete declaration.
9586
9587 * international/mule-cmds.el (update-iso-coding-systems):
9588 Remove alias and obsolete declaration.
9589
9590 * international/mule.el (coding-system-parent): Remove alias and
9591 obsolete declaration.
9592
9593 * subr.el (define-function, sref): Remove aliases and obsolete
9594 declarations.
9595 (chars-in-region): Remove obsolete declaration.
9596
9597 2005-05-01 Richard M. Stallman <rms@gnu.org>
9598
9599 * info.el (Info-mode): Set widen-automatically to nil, locally.
9600
9601 * simple.el (widen-automatically): New variable.
9602 (pop-global-mark): Obey widen-automatically.
9603
9604 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
9605
9606 * term/xterm.el (function-key-map): Call substitute-key-definition
9607 before the keymap size is increased by a lot of define-key calls.
9608
9609 2005-05-01 Richard M. Stallman <rms@gnu.org>
9610
9611 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
9612 Rename ARG to ELEMENT. Doc fix.
9613
9614 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
9615
9616 * allout.el (allout-exposure): Remove macro and obsolete declaration.
9617 Remove references to allout-exposure/change to allout-new-exposure.
9618
9619 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
9620 bytecode symbols.
9621
9622 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
9623 (compiled-function-p, focus-frame, unfocus-frame):
9624 Remove aliases and obsolete declarations.
9625 Back out inadvertent changes from previous commit.
9626
9627 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9628
9629 * files.el (require-final-newline): Make Custom tags consistent
9630 with mode-require-final-newline.
9631 (mode-require-final-newline): Doc fix.
9632
9633 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * international/latexenc.el (latexenc-find-file-coding-system):
9636 Fix regular expressions.
9637
9638 2005-05-01 David Kastrup <dak@gnu.org>
9639
9640 * international/latexenc.el (latexenc-find-file-coding-system):
9641 Fix regular expressions.
9642
9643 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
9644
9645 * subr.el (string-to-int): Make obsolete.
9646
9647 2005-04-30 Richard M. Stallman <rms@gnu.org>
9648
9649 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
9650
9651 * loadup.el: load jka-comp-hook.
9652
9653 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
9654 (jka-compr-handler): Add autoload. `put' calls moved
9655 to jka-comp-hook.el.
9656 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
9657 (jka-compr-inhibit): Autoload.
9658
9659 * jka-comp-hook.el: New file.
9660 Enable the mode by default.
9661
9662 * files.el (backup-buffer-copy): Use copy-file instead
9663 of write-region, and put back the 'excl.
9664
9665 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
9666
9667 * progmodes/flymake.el (flymake-split-string)
9668 (flymake-split-string, flymake-log, flymake-pid-to-names)
9669 (flymake-reg-names, flymake-get-source-buffer-name)
9670 (flymake-unreg-names, flymake-add-line-err-info)
9671 (flymake-add-err-info): Clarify docstrings.
9672 (flymake-popup-menu, flymake-make-emacs-menu)
9673 (flymake-make-xemacs-menu): Add docstrings.
9674 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
9675 Set variables directly throughout.
9676
9677 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
9678
9679 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
9680 exists. Initialize cc-define-alist.
9681 (c-mode): Add cc-create-define-alist locally to after-save-hook.
9682 If there is no file (Macroexpansion) don't create an alist.
9683
9684 2005-04-29 Sam Steingold <sds@gnu.org>
9685
9686 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
9687 (cc-create-define-alist): Use it instead of the hard-coded string.
9688
9689 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9690
9691 * international/mule-conf.el (file-coding-system-alist): Fix regexp
9692 for latexenc.
9693
9694 2005-04-29 Lute Kamstra <lute@gnu.org>
9695
9696 * emacs-lisp/generic.el: Improve commentary section.
9697 (define-generic-mode): Improve docstring.
9698
9699 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9700
9701 * textmodes/org.el (many places): Change to quiet the byte compiler.
9702 (org-prefix-format-compiled): New variable.
9703 (org-compile-prefix-format): New function.
9704 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
9705 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
9706 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
9707 (org-get-entries-from-diary): Use `org-get-time-of-day' for
9708 consistency with entries from `org-mode' files.
9709 (org-get-time-of-day): Fix bug with partial matches early in a line.
9710 (org-non-link-chars): New constant.
9711 (org-link-regexp): Respect `org-non-link-chars'.
9712 (org-agenda-day-view): Remove command.
9713 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
9714 (org-follow-bbdb-link, org-store-link): Search also company field.
9715 (org-highlight-overlay): New variable.
9716 (org-highlight, org-unhighlight): New functions.
9717 (org-agenda-mode): Add pre-command-hook to remove highlight.
9718 (org-evaluate-time-range): Behavior depends upon whether time stamp
9719 contains a time or not.
9720 (org-show-subtree, org-show-entry): New functions.
9721 (org-agenda-cleanup-fancy-diary): Remove empty lines.
9722
9723 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
9724
9725 * comint.el (comint-output-filter-functions): Add autoload cookie.
9726
9727 2005-04-28 Kim F. Storm <storm@cua.dk>
9728
9729 * ido.el (ido-everywhere): Fix last change.
9730
9731 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9732
9733 * international/latexenc.el: New file.
9734 * international/mule-conf.el (file-coding-system-alist): For .tex,
9735 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
9736
9737 2005-04-28 Lute Kamstra <lute@gnu.org>
9738
9739 * font-lock.el (font-lock-add-keywords)
9740 (font-lock-remove-keywords): Clarify docstring.
9741 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
9742 Don't start docstrings with a `*'.
9743 (font-lock-update-removed-keyword-alist): Give it a docstring.
9744
9745 * generic-x.el: Update commentary section.
9746 Only require font-lock when compiling.
9747 Define all modes conditionally.
9748 Place all generic modes in the generic-x-modes customization group.
9749 (generic-x-modes): New customization group.
9750 (generic-default-modes, generic-mswindows-modes)
9751 (generic-unix-modes, generic-other-modes): New constants.
9752 (generic-define-mswindows-modes, generic-define-unix-modes):
9753 Update docstrings. Make them obsolete.
9754 (generic-extras-enable-list): New default value. Update docstring.
9755 Improve :type. Change :set function.
9756 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
9757 Fix docstring.
9758
9759 * emacs-lisp/generic.el (generic-mode-internal):
9760 Simplify font-lock-defaults.
9761 (define-generic-mode): Fix docstring.
9762
9763 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9764
9765 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
9766 font-lock-face property to highlight matches.
9767
9768 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
9769
9770 * progmodes/cc-mode.el (cc-create-define-alist): New function.
9771 (cc-define-alist): New variable.
9772 (c-mode): Make it local and initialize it.
9773
9774 * progmodes/gdb-ui.el (gdb-active-process): New variable.
9775 (gdb-exited): New function.
9776 (gdb-annotation-rules): Use it.
9777 (gdb-starting): Set gdb-active-process to t.
9778 (gdb-stopping): Amend doc string.
9779 (gdb-reset): Set gdb-active-process to nil.
9780
9781 * tooltip.el (tooltip-gud-tips): Show the associated #define
9782 directives when a C program under GDB is not executing.
9783
9784 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
9787 font-lock-fontify-syntactic-keywords.
9788
9789 * font-lock.el (font-lock-default-fontify-region): Don't force
9790 parse-sexp-lookup-properties to nil.
9791
9792 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9793
9794 * man.el (man-mode-syntax-table): Set up `:' to have
9795 word-constituent syntax.
9796
9797 2005-04-27 Lute Kamstra <lute@gnu.org>
9798
9799 * novice.el (disable-command): Don't add spurious newlines to the
9800 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
9801
9802 2005-04-26 Jay Belanger <belanger@truman.edu>
9803
9804 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
9805 than one window before deleting window.
9806
9807 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
9808
9809 * shell.el (shell-prompt-pattern): Doc fix.
9810 (shell-mode): Set paragraph-separate buffer locally to "\\'".
9811
9812 * comint.el (comint-prompt-regexp, comint-get-old-input)
9813 (comint-use-prompt-regexp)
9814 (comint-use-prompt-regexp-instead-of-fields)
9815 (comint-replace-by-expanded-history, comint-send-input)
9816 (comint-output-filter, comint-get-old-input-default)
9817 (comint-line-beginning-position, comint-bol, comint-show-output)
9818 (comint-backward-matching-input, comint-forward-matching-input)
9819 (comint-next-prompt, comint-previous-prompt):
9820 Rename `comint-use-prompt-regexp-instead-of-fields' to
9821 `comint-use-prompt-regexp'. Keep old name as alias and declare
9822 obsolete.
9823 (comint-use-prompt-regexp): Shorten first line of doc string.
9824
9825 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9826 Set paragraph-separate buffer locally to "\\'".
9827
9828 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9829 Adapt to above name change.
9830
9831 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9832 (smbclient-prompt-regexp): Ditto.
9833
9834 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9835
9836 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
9837
9838 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9839 gdb-location-list.
9840 Break lines that are over 80 characters wide.
9841
9842 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9845 New fun and var, to preserve compatibility.
9846
9847 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9848
9849 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9850
9851 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9852 name to file-newer-than-file-p.
9853
9854 2005-04-26 Richard M. Stallman <rms@gnu.org>
9855
9856 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9857
9858 * progmodes/python.el (python-mode):
9859 Use new name eldoc-documentation-function.
9860
9861 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9862
9863 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9864 (eldoc-documentation-function):
9865 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9866
9867 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9868
9869 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9870
9871 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9872
9873 * term/xterm.el (function-key-map): Fix strings for
9874 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9875 {C,S,A,C-S}-{f1-f12}.
9876
9877 2005-04-26 Kenichi Handa <handa@m17n.org>
9878
9879 * international/mule-cmds.el (select-safe-coding-system):
9880 Fix previous change.
9881
9882 2005-04-26 Lute Kamstra <lute@gnu.org>
9883
9884 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9885
9886 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9887 (font-lock-comment-delimiter-face): Ditto.
9888
9889 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9890
9891 2005-04-25 Jay Belanger <belanger@truman.edu>
9892
9893 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9894 to t while inserting information; use help-mode.
9895
9896 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9897
9898 * term.el (ansi-term-color-vector): Use the xterm colors.
9899 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9900
9901 2005-04-25 Lute Kamstra <lute@gnu.org>
9902
9903 * font-core.el (font-lock-defaults): Fix docstring.
9904
9905 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9906
9907 2005-04-25 Kenichi Handa <handa@m17n.org>
9908
9909 * international/mule-cmds.el (select-safe-coding-system):
9910 Don't check consistency with coding: spec, etc if raw-text or
9911 no-conversion was found to be safe.
9912
9913 2005-04-24 Richard M. Stallman <rms@gnu.org>
9914
9915 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9916 citation markers at start of each line.
9917
9918 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9919 citation markers at start of each line.
9920
9921 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9922
9923 * files.el (mode-require-final-newline): Fix previous change.
9924 (require-final-newline): Fix type label.
9925
9926 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9927
9928 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9929 statement in buffer (broken by 2004-11-24 change).
9930
9931 2005-04-24 Kim F. Storm <storm@cua.dk>
9932
9933 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9934 and read-file-name-function values. Don't overwrite existing
9935 non-nil values if ido-mode is enabled without ido-everywhere.
9936
9937 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9938
9939 * files.el (mode-require-final-newline): Minor doc fix.
9940
9941 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9942
9943 * subr.el (syntax-after): Doc fix.
9944 (syntax-class): If argument is nil, return nil. Mask off upper 16
9945 bits, not 8 bits.
9946
9947 * files.el (mode-require-final-newline): Doc fix.
9948 (backup-buffer-copy): Fix last change.
9949
9950 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9951
9952 * term/mac-win.el: Require select. Set selection-coding-system to
9953 mac-system-coding-system. Call menu-bar-enable-clipboard.
9954 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9955 (x-select-enable-clipboard): New variables.
9956 (x-select-text, x-get-selection, x-selection-value)
9957 (x-get-selection-value, mac-select-convert-to-string)
9958 (mac-services-open-file, mac-services-open-selection)
9959 (mac-services-insert-text): New functions.
9960 (CLIPBOARD, FIND): Put mac-scrap-name property.
9961 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9962 (public.tiff): Put mac-ostype property.
9963 (selection-converter-alist): Add entries for them.
9964 (mac-application-menu-map): New keymap.
9965 (interprogram-cut-function, interprogram-paste-function): Set to
9966 x-select-text and x-get-selection-value, respectively.
9967 (split-window-keep-point): Set to t.
9968
9969 2005-04-23 Richard M. Stallman <rms@gnu.org>
9970
9971 * files.el (read-directory-name): Always pass non-nil
9972 DEFAULT-FILENAME arg to read-file-name.
9973 (backup-buffer-copy, basic-save-buffer-2): Take care against
9974 writing thru an unexpected existing symlink.
9975 (revert-buffer): In indirect buffer, revert the base buffer.
9976 (magic-mode-alist): Doc fix.
9977 (buffer-stale-function): Doc fix.
9978 (minibuffer-with-setup-hook): Avoid warning.
9979 (mode-require-final-newline): Doc and custom fix.
9980
9981 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9982
9983 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9984 use the default appearance.
9985 (font-lock-comment-delimiter-face): New face, new variable.
9986
9987 * imenu.el (imenu--generic-function): The official position of a
9988 definition is the start of the line that BEG is in.
9989
9990 * midnight.el (midnight-timer): Move defvar up.
9991
9992 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9993
9994 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9995
9996 * startup.el (command-line): Use with-no-warnings.
9997
9998 * window.el (window-size-fixed): New defvar.
9999
10000 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
10001
10002 * mail/rmail.el (rmail-font-lock-keywords):
10003 Use font-lock-comment-delimiter-face.
10004
10005 * mail/sendmail.el (mail-font-lock-keywords):
10006 Use font-lock-comment-delimiter-face.
10007
10008 * progmodes/compile.el (next-error-highlight-timer): New defvar.
10009
10010 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
10011
10012 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10013 Specify t for LAXMATCH when matching directories.
10014 Save match data around compilation-compat-error-properties form.
10015
10016 2005-04-23 David Kastrup <dak@gnu.org>
10017
10018 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
10019 Mention that the autoloaded aliases should be kept for AUCTeX.
10020
10021 2005-04-23 Andreas Schwab <schwab@suse.de>
10022
10023 * isearch.el (isearch-forward): Doc fix.
10024
10025 2005-04-23 Eli Zaretskii <eliz@gnu.org>
10026
10027 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
10028 (jit-lock-stealth-nice): Change default value to 0.5.
10029
10030 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
10031
10032 * abbrev.el (write-abbrev-file): Write table entries in
10033 alphabetical order by table name.
10034
10035 2005-04-22 Kim F. Storm <storm@cua.dk>
10036
10037 * ido.el (ido-read-internal): Fix `list' completion.
10038
10039 2005-04-22 Kenichi Handa <handa@m17n.org>
10040
10041 * recentf.el (recentf-save-file-coding-system): New variable.
10042 (recentf-save-list): Encode the file by
10043 recentf-save-file-coding-system and add coding: tag.
10044
10045 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10046
10047 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
10048
10049 2005-04-21 Lute Kamstra <lute@gnu.org>
10050
10051 * loadhist.el (unload-feature): Don't remove a function from hooks
10052 if it is about to be restored to an autoload . Remove functions
10053 that will become unbound from auto-mode-alist. Simplify the code.
10054
10055 * subr.el (assq-delete-all): New implementation that is linear,
10056 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
10057 (rassq-delete-all): New function.
10058
10059 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
10060 Add size-indication-mode.
10061
10062 2005-04-21 Kenichi Handa <handa@m17n.org>
10063
10064 * international/mule-cmds.el: Add autoload for widget-value in
10065 eval-when-compile.
10066
10067 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
10068
10069 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
10070 Add tooltip-mode.
10071
10072 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
10073
10074 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
10075
10076 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
10077 (inferior-lisp-filter-regexp, inferior-lisp-program)
10078 (inferior-lisp-load-command, inferior-lisp-prompt)
10079 (inferior-lisp-mode-hook, lisp-source-modes)
10080 (inferior-lisp-load-hook): defvar->defcustom.
10081 (inferior-lisp-program, inferior-lisp-prompt)
10082 (inferior-lisp-load-hook): Doc fixes.
10083 (inferior-lisp-install-letter-bindings): Small change in
10084 introductory comment.
10085
10086 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10087
10088 * vc.el (vc-annotate-color-map): Change some colors so that text
10089 using them as foreground is readable on both white and black
10090 backgrounds.
10091
10092 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 * international/mule-conf.el (translation-table-for-input):
10095 Remove redundant declaration.
10096
10097 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
10098
10099 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
10100
10101 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
10102 (tooltip-toggle-gud-tips): New function.
10103
10104 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10105
10106 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
10107 right angle brackets.
10108
10109 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
10110
10111 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
10112
10113 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10114
10115 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
10116 Remove. Update callers to use expand-file-name instead.
10117
10118 * subr.el (syntax-class): New function.
10119
10120 * simple.el (blink-matching-open): Use it.
10121
10122 * paren.el (show-paren-function): Use it to recognize parens that are
10123 also used in 2-char comment markers.
10124
10125 2005-04-19 Lute Kamstra <lute@gnu.org>
10126
10127 * loadhist.el (unload-feature): Update for new format of
10128 load-history. Simplify the code.
10129
10130 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10131
10132 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
10133 (mac-add-charset-info): New function. Initialize variable
10134 mac-charset-info-alist using it.
10135 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
10136 for translation.
10137 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
10138 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
10139 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
10140 New CCL programs.
10141
10142 2005-04-19 Kim F. Storm <storm@cua.dk>
10143
10144 * simple.el (next-buffer, prev-buffer, next-error)
10145 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
10146 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
10147
10148 * bindings.el (next-buffer, prev-buffer, next-error)
10149 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
10150 (clone-indirect-buffer-other-window): Move bindings from simple.el.
10151 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
10152 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
10153
10154 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * isearch.el (isearch-edit-string): Make the search-ring available for
10157 minibuffer history commands.
10158 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
10159 the default history commands now work just as well.
10160 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
10161
10162 2005-04-18 Kim F. Storm <storm@cua.dk>
10163
10164 * emulation/cua-base.el (cua--pre-command-handler): Add more
10165 elaborate check for shift modifier on non-window systems.
10166
10167 2005-04-18 Lars Hansen <larsh@math.ku.dk>
10168
10169 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
10170
10171 2005-04-18 Kim F. Storm <storm@cua.dk>
10172
10173 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
10174 and make it optional. Don't test tooltip-gud-echo-area here.
10175 (tooltip-gud-process-output, gdb-tooltip-print):
10176 Pass tooltip-gud-echo-area to tooltip-show.
10177 (tooltip-help-tips): Remove second optional arg to tooltip-show.
10178
10179 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10180
10181 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
10182 `display-graphic-p' may not be bound yet.
10183
10184 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
10185
10186 * startup.el (command-line): No longer enable Xterm Mouse mode by
10187 default in terminals compatible with xterm.
10188
10189 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
10190
10191 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10192
10193 * tooltip.el (tooltip-gud-echo-area): Rename from
10194 tooltip-use-echo-area.
10195 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
10196 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
10197 area independently of where help tooltips are displayed.
10198
10199 2005-04-17 David Kastrup <dak@gnu.org>
10200
10201 * cus-theme.el (custom-theme-write-variables): Quote variables
10202 where necessary.
10203
10204 2005-04-17 Richard M. Stallman <rms@gnu.org>
10205
10206 * simple.el (yank-excluded-properties): Add follow-link to value.
10207
10208 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
10209
10210 * startup.el (fancy-splash-max-time): Just 30 seconds.
10211 (fancy-splash-delay): Just 7.
10212 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
10213
10214 * loadhist.el (unload-feature): Update for new format of load-history.
10215 Simplify the code.
10216
10217 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
10218 (rmail-font-lock-keywords): Don't fontify the text of a citation.
10219
10220 * mail/sendmail.el (mail-font-lock-keywords):
10221 Don't fontify subject text.
10222 Don't fontify the text of a citation.
10223
10224 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
10225
10226 * comint.el (comint-output-filter): Run comint-output-filter-functions
10227 with point where the user had it.
10228
10229 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10230
10231 * international/ucs-tables.el (ucs-set-table-for-input):
10232 Disable when using unify-on-decoding.
10233
10234 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
10235
10236 * emulation/cua-base.el (cua-global-mark-face): Add special case
10237 for displays supporting a high number of colors.
10238
10239 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10240
10241 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
10242
10243 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
10244
10245 * filesets.el (filesets-add-buffer): If user supplies a name of a
10246 non-existing fileset, create a new fileset.
10247
10248 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
10249
10250 * textmodes/org.el (org-up-heading-all): Fix bug with
10251 `outline-up-heading-all'.
10252
10253 2005-04-16 Andreas Schwab <schwab@suse.de>
10254
10255 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
10256 /etc/permissions.d/* and /etc/aliases.d/*.
10257
10258 2005-04-16 Kenichi Handa <handa@m17n.org>
10259
10260 * international/code-pages.el (cp-make-coding-system):
10261 Set `translation-table-for-input' property value to the symbol
10262 ucs-mule-to-mule-unicode, not to that value.
10263 (pt154): Escape guillemet by `\'.
10264
10265 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
10266
10267 * loadup.el: Load tooltip if x-show-tip is fboundp.
10268
10269 * startup.el (command-line): Add comment.
10270
10271 * tooltip.el (tooltip-mode): Specify correct standard value for
10272 Custom in init-value.
10273
10274 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
10275
10276 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
10277 possible.
10278
10279 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
10280
10281 * textmodes/org.el (org-agenda-date-prompt): Rename from
10282 `org-agenda-date-today'.
10283 (org-evaluate-time-range): Insert at point instead of directly
10284 after time range.
10285 (org-first-headline-recenter, org-subtree-end-visible-p)
10286 (org-optimize-window-after-visibility-change): New functions
10287 (org-agenda-post-command-hook): Don't allow point at end of line,
10288 to make sure it always hits the text properties.
10289 (org-agenda-next-date-line, org-agenda-previous-date-line):
10290 New commands.
10291 (org-set-regexps-and-options): Category may contain white space.
10292 (org-agenda-get-deadlines, org-agenda-get-scheduled):
10293 Improve marker positions.
10294 (org-agenda-new-marker): Argument POS made optional.
10295 (org-agenda-get-timestamps): Deadlines which are done are listed
10296 in org-done-face now.
10297 (org-agenda-get-todos, org-agenda-get-timestamps)
10298 (org-agenda-get-deadlines, org-agenda-get-scheduled):
10299 Set `undone-face' and `done-face' properties.
10300 (org-last-todo-state-is-todo): New variable.
10301 (org-todo): Set `org-last-todo-state-is-todo'.
10302 (org-agenda-todo): Change face according to
10303 `org-last-todo-state-is-todo'. And change other lines referring to
10304 the same entry.
10305 (org-calendar-goto-agenda): New command.
10306 (org-calendar-to-agenda-key): New option.
10307 (org-startup-folded): New allowed value `content'.
10308 (org-set-regexps-and-options): Accept new value `content' for
10309 `org-startup-folded'.
10310 (org-get-current-options): Handle new value `content' for
10311 `org-startup-folded'.
10312 (org-insert-todo-heading): New command.
10313 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
10314 interactively in empty file and option
10315 `org-insert-mode-line-in-empty-file' has been set.
10316 (org-agenda-todo,org-agenda-priority): Modify to use
10317 `org-agenda-change-all-lines'.
10318 (org-warning-face): Change color on dark background
10319
10320 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10321
10322 * international/mule-cmds.el (set-locale-environment): On Mac OS,
10323 use preferences AppleLocale and AppleLanguages, and variable
10324 mac-system-locale for default locale. On Mac OS Classic, use
10325 mac-system-coding-system for default coding systems.
10326
10327 * term/mac-win.el: Don't set file-name-coding-system.
10328 Decode variables system-name, emacs-build-system, user-login-name, and
10329 user-full-name by mac-system-coding-system on Mac OS Classic.
10330 (mac-system-coding-system): New variable.
10331
10332 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
10333
10334 * startup.el (command-line): Handle `xterm-mouse-mode' before
10335 reading init file.
10336
10337 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
10338
10339 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
10340
10341 * progmodes/sh-script.el (sh-here-document-word): Make it a
10342 defcustom. Doc fix.
10343 (sh-add): Bash uses $(( )) for arithmetic.
10344 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
10345 (sh-maybe-here-document): Remove quotes and leading whitespace
10346 from heredoc word when closing. Indent heredoc with tabs if word
10347 starts with "-".
10348
10349 2005-04-13 Richard M. Stallman <rms@gnu.org>
10350
10351 * simple.el (undo): Fix previous change.
10352
10353 * custom.el (defface): Doc fix.
10354
10355 2005-04-13 Lute Kamstra <lute@gnu.org>
10356
10357 * Makefile.in (DONTCOMPILE): Remove list.
10358 (compile, compile-always): Don't use DONTCOMPILE.
10359 (update-authors): Load the library in which batch-update-authors
10360 is defined.
10361 * makefile.w32-in (DONTCOMPILE): Remove list.
10362 (compile, compile-always): Fix comments.
10363 (update-authors): Load the library in which batch-update-authors
10364 is defined.
10365
10366 * generic-x.el (generic-mode-ini-file-find-file-hook):
10367 Rename to ini-generic-mode-find-file-hook.
10368 Keep generic-mode-ini-file-find-file-hook as an alias.
10369 (ini-generic-mode-find-file-hook): Rename from
10370 generic-mode-ini-file-find-file-hook. Fix docstring.
10371 (ini-generic-mode): Docstring change.
10372 (bat-generic-mode-run-as-comint): Silence the byte compiler.
10373
10374 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
10375 called from lisp.
10376
10377 * generic.el: Move to the emacs-lisp subdir.
10378
10379 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
10380
10381 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
10382 and C-S- function and cursor motion keys.
10383
10384 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
10385
10386 * startup.el (command-line): Enable Xterm Mouse mode by default.
10387 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
10388 for Custom. No longer show "Mouse" in mode line when enabled.
10389 Doc fix.
10390
10391 2005-04-12 Kim F. Storm <storm@cua.dk>
10392
10393 * emulation/cua-base.el (cua-rectangle-face)
10394 (cua-rectangle-noselect-face): Define face attributes here.
10395
10396 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
10397
10398 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10399
10400 * startup.el (command-line): Turn off blinking cursor if
10401 cursorBlink in resources is off or false.
10402
10403 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10404
10405 * term/mac-win.el (dnd): Require dnd.
10406 (mac-drag-n-drop): Call dnd-handle-one-url.
10407 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
10408 (kTextEncodingISOLatin2): Remove constants.
10409 (mac-script-code-coding-systems): New constant.
10410 (mac-handle-language-change): New function.
10411 (special-event-map): Bind it to `language-change' event.
10412 (mac-centraleurroman, mac-cyrillic): New coding systems.
10413 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
10414 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
10415 and mac-cyrillic-encoder to encode-mac-centraleurroman and
10416 encode-mac-cyrillic, respectively.
10417
10418 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
10419
10420 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
10421 Don't set overlay-arrow-string to "=>" as this is done
10422 globally in C now.
10423
10424 2005-04-12 Lute Kamstra <lute@gnu.org>
10425
10426 * generic-x.el (rc-generic-mode, rul-generic-mode):
10427 Fix auto-mode-alist entries.
10428 (etc-fstab-generic-mode): Tweak fontification.
10429
10430 * generic.el (generic-make-keywords-list): Fix docstring.
10431 (generic-mode-internal): Simplify generic-font-lock-keywords.
10432
10433 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
10434
10435 * whitespace.el (whitespace-buffer-leading)
10436 (whitespace-buffer-trailing): Revert the incorrect test inversion.
10437 However, fix the highlight area for the leading and
10438 trailing whitespaces to show space.
10439
10440 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
10441
10442 * whitespace.el (whitespace-version): Bump to 3.5
10443
10444 (whitespace-buffer-leading, whitespace-buffer-trailing):
10445 Invert sense of the test to highlight the whitespace.
10446
10447 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
10448
10449 * progmodes/gud.el (gud-display-line): GUD uses its own
10450 overlay arrow now so don't set overlay-arrow-string.
10451 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
10452
10453 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
10454
10455 * term.el (term-ansi-current-bold, term-ansi-current-underline)
10456 (term-ansi-current-reverse, term-ansi-current-invisible)
10457 (term-ansi-face-already-done): Change to boolean.
10458 (term-reset-terminal, term-handle-colors-array): Handle the above
10459 vars accordingly.
10460 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
10461 (term-emulate-terminal): Use the new name.
10462
10463 * faces.el (secondary-selection): Use yellow1, not yellow.
10464 (trailing-whitespace): Use red1, not red.
10465
10466 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10467
10468 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
10469 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
10470 (dired-dnd-handle-file): Call dnd-get-local-file-uri
10471
10472 * cus-edit.el (dnd): New group.
10473
10474 * term/w32-win.el (dnd): Require dnd
10475 (w32-drag-n-drop): Call dnd-handle-one-url.
10476
10477 * x-dnd.el: Require dnd.
10478 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
10479 Call dnd-handle-one-url.
10480 (x-dnd-types-alist, x-dnd-insert-utf8-text)
10481 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
10482 to dnd-insert-text.
10483 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
10484 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
10485 (x-dnd-get-local-file-name, x-dnd-open-local-file)
10486 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
10487
10488 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
10489
10490 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10491
10492 * wdired.el: Doc fixes.
10493 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
10494 (wdired-use-dired-vertical-movement): Rename from
10495 wdired-always-move-to-filename-beginning.
10496 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
10497 (wdired-change-to-wdired-mode): Change mode name.
10498 (wdired-newline): Delete.
10499
10500 2005-04-11 Richard M. Stallman <rms@gnu.org>
10501
10502 * whitespace.el (whitespace-highlight-the-space):
10503 Don't call whitespace-unhighlight-the-space here.
10504
10505 * simple.el (undo): Record t in undo-equiv-table
10506 for the redo record made by an undo-in-region.
10507
10508 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
10509
10510 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
10511 (gdb-frame-inferior-io-buffer): New Functions to control
10512 display of separate IO buffer.
10513 (menu): Add them to menu-bar.
10514 (gdb-display-buffer): Check for buffer another frame.
10515 Protect GUD buffer.
10516 (gdb-setup-windows): Create IO buffer if not already there.
10517 (gdb-memory-mode): Remove purecopy noops.
10518
10519 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10520
10521 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
10522 and pass to self-insert-command.
10523
10524 2005-04-11 Lute Kamstra <lute@gnu.org>
10525
10526 * generic.el: Commentary section cleanup.
10527 (generic): Delete.
10528 (generic-use-find-file-hook, generic-lines-to-scan)
10529 (generic-find-file-regexp, generic-ignore-files-regexp)
10530 (default-generic-mode, generic-mode-find-file-hook)
10531 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
10532 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
10533 (generic-use-find-file-hook, generic-lines-to-scan)
10534 (generic-find-file-regexp, generic-ignore-files-regexp)
10535 (default-generic-mode, generic-mode-find-file-hook)
10536 (generic-mode-ini-file-find-file-hook): Move from generic.el.
10537
10538 2005-04-10 Karl Fogel <kfogel@red-bean.com>
10539
10540 * bookmark.el (bookmark-write-file): Catch errors writing file.
10541 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
10542
10543 2005-04-10 Richard M. Stallman <rms@gnu.org>
10544
10545 * startup.el (fancy-splash-tail): Update copyright year.
10546 (command-line): Split part of -Q into -D.
10547 (emacs-basic-display): New defvar.
10548 (fancy-splash-text): Correct name of menu item.
10549
10550 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
10551
10552 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
10553 lines in one node.
10554
10555 * comint.el (comint-send-input): New arg ARTIFICIAL.
10556 Callers in this file changed.
10557
10558 * abbrev.el (define-abbrevs): Read system abbrevs properly.
10559
10560 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
10561
10562 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
10563
10564 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
10565 `ldap-search-internal'.
10566
10567 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10568
10569 * files.el (set-auto-mode-1): Use line-end-position.
10570
10571 * international/latin-1.el:
10572 * international/latin-2.el:
10573 * international/latin-3.el:
10574 * international/latin-4.el:
10575 * international/latin-5.el:
10576 * international/latin-8.el:
10577 * international/latin-9.el: Give punctuation syntax to NBSP.
10578
10579 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
10580 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
10581 Use char-classes to accept non-ascii letters, accepted in some recent
10582 bibtex implementations.
10583
10584 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
10585
10586 * custom.el (custom-set-minor-mode): Any non-nil value for the
10587 variable should enable the mode when set through Custom.
10588
10589 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10590
10591 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
10592 TAB binding so tab-always-indent is obeyed.
10593 (vhdl-minibuffer-local-map): Move initialization into declaration.
10594 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
10595 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
10596 (vhdl-hooked-abbrev): Avoid test for XEmacs.
10597 (vhdl-current-line): Use line-beginning-position.
10598 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
10599 with-output-to-temp-buffer, so the current position can be recorded.
10600
10601 2005-04-10 Masatake YAMATO <jet@gyve.org>
10602
10603 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10604 Add regexp for gcov.
10605
10606 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10607
10608 * calendar/time-date.el (time-to-seconds, seconds-to-time)
10609 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
10610 syntax which Emacs 20 doesn't support.
10611
10612 2005-04-09 Richard M. Stallman <rms@gnu.org>
10613
10614 * help.el (describe-key-briefly, describe-key):
10615 Replace strings as event types with "(any string)".
10616
10617 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10618
10619 * arc-mode.el (archive-mode-map): Move initialization into
10620 the declaration. Override *all* bindings of `undo'.
10621 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
10622
10623 2005-04-09 Jay Belanger <belanger@truman.edu>
10624
10625 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
10626
10627 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10628
10629 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
10630 (xterm-register-default-colors): Update color values computation
10631 to match xterm-200.
10632
10633 2005-04-09 Kenichi Handa <handa@m17n.org>
10634
10635 * international/code-pages.el (iso-latin-7): Fix the map.
10636
10637 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
10638
10639 * emacs-lisp/lisp.el (defun-prompt-regexp)
10640 (parens-require-spaces, buffer-end, end-of-defun)
10641 (insert-parentheses): Doc fixes.
10642
10643 2005-04-08 Kim F. Storm <storm@cua.dk>
10644
10645 * comint.el (comint-highlight-prompt): Fix face spec.
10646 * hi-lock.el (hi-green): Likewise.
10647
10648 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10649
10650 * cus-edit.el (custom-modified-face):
10651 * comint.el (comint-highlight-input): Fix previous changes.
10652 * term.el (term-handle-ansi-escape): Add a comment.
10653
10654 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10655
10656 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
10657 in the buffer and in whitespace-highlighted-space.
10658 (whitespace-unhighlight-the-space): Simplify.
10659 (whitespace-buffer): Simplify.
10660
10661 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10662
10663 * textmodes/table.el (table-cell-face): Add special case for
10664 displays supporting a high number of colors.
10665 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10666 (vhdl-font-lock-reserved-words-face)
10667 (vhdl-speedbar-architecture-face)
10668 (vhdl-speedbar-instantiation-face)
10669 (vhdl-speedbar-architecture-selected-face)
10670 (vhdl-speedbar-instantiation-selected-face): Likewise.
10671 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
10672 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
10673 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10674 (ebrowse-root-class-face, ebrowse-member-attribute-face)
10675 (ebrowse-progress-face): Likewise.
10676 * progmodes/compile.el (compilation-info-face): Likewise.
10677 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
10678 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
10679 * calendar/calendar.el (diary-face): Likewise.
10680 * woman.el (woman-italic-face, woman-bold-face)
10681 (woman-unknown-face): Likewise.
10682 * wid-edit.el (widget-button-pressed-face): Likewise.
10683 * whitespace.el (whitespace-highlight-face): Likewise.
10684 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
10685 * pcvs-info.el (cvs-marked-face): Likewise.
10686 * info.el (info-xref): Likewise.
10687 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
10688 * hilit-chg.el (highlight-changes-face)
10689 (highlight-changes-delete-face): Likewise.
10690 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
10691 (hi-red-b): Likewise.
10692 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
10693 * font-lock.el (font-lock-keyword-face)
10694 (font-lock-function-name-face, font-lock-warning-face): Likewise.
10695 * cus-edit.el (custom-invalid-face, custom-modified-face)
10696 (custom-set-face, custom-changed-face, custom-variable-tag-face)
10697 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
10698 * comint.el (comint-highlight-prompt): Likewise.
10699
10700 2005-04-08 Lute Kamstra <lute@gnu.org>
10701
10702 * font-lock.el (font-lock-keywords): Docstring fixes.
10703
10704 2005-04-08 Kenichi Handa <handa@m17n.org>
10705
10706 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
10707 chars are more than a limit, print " and more..." at the tail.
10708
10709 2005-04-08 Kim F. Storm <storm@cua.dk>
10710
10711 * emacs-lisp/authors.el (authors-aliases): Update list.
10712 (authors-ignored-files): New list.
10713 (authors-fixed-entries): Fix typo.
10714 (authors-renamed-files-alist): Update list.
10715 (authors-add): Check authors-ignored-files.
10716
10717 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
10718
10719 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
10720 optional, to ensure backward compatibility.
10721
10722 2005-04-08 Stephen Eglen <stephen@gnu.org>
10723
10724 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
10725
10726 2005-04-08 Kim F. Storm <storm@cua.dk>
10727
10728 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
10729
10730 * mouse.el (mouse-on-link-p): Doc fix.
10731
10732 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
10733
10734 * ielm.el (ielm-prompt-read-only): Doc fix.
10735
10736 * comint.el (comint-prompt-read-only): Doc fix.
10737
10738 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
10739
10740 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10741 ensure dired always handles wildcards passed to ffap.
10742 (find-file-at-point): Use it.
10743 (ffap-dired-wildcards): Doc fix.
10744
10745 2005-04-07 Juri Linkov <juri@jurta.org>
10746
10747 * simple.el (next-error-overlay-arrow-position): New defvar.
10748 Put "=>" on its property `overlay-arrow-string'. Add it to
10749 `overlay-arrow-variable-list'.
10750
10751 * progmodes/compile.el (compilation-setup):
10752 Set `next-error-overlay-arrow-position' to nil. Also set it to
10753 nil in the local hook `kill-buffer-hook'. Make local variable
10754 `overlay-arrow-string' and set it to "=>".
10755 (compilation-goto-locus): Set BOL position to
10756 `next-error-overlay-arrow-position' instead of
10757 `overlay-arrow-position'.
10758
10759 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
10760 locally instead of adding it to the global hook.
10761 (Info-kill-buffer): Move up.
10762
10763 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10764
10765 * term/xterm.el (xterm-standard-colors): Update color values from
10766 xterm-200.
10767
10768 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10769
10770 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
10771
10772 * fast-lock.el:
10773 * lazy-lock.el: Move them to the obsolete subdir.
10774
10775 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10776
10777 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
10778 (wdired-add-replace-advice): Remove.
10779 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
10780
10781 2005-04-06 Kim F. Storm <storm@cua.dk>
10782
10783 * startup.el (command-line): Add --bare-bones alias for -Q.
10784
10785 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10786
10787 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
10788 create the startup fontset if a font specification ends with
10789 `mac-roman'.
10790
10791 2005-04-06 Lute Kamstra <lute@gnu.org>
10792
10793 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
10794 change.
10795
10796 * emacs-lisp/copyright.el (copyright-update-year): Replace the
10797 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
10798
10799 2005-04-05 Lute Kamstra <lute@gnu.org>
10800
10801 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
10802 (define-generic-mode): Ditto. Fix debug declaration.
10803
10804 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10805 Put them in the generic-x group.
10806
10807 * calendar/timeclock.el (timeclock): Doc fix.
10808
10809 * generic.el (define-generic-mode): Don't use custom-current-group.
10810 Document default :group value.
10811 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
10812 (define-global-minor-mode): Don't use custom-current-group.
10813
10814 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10815
10816 * startup.el (command-line-1): Display startup-echo-area-message
10817 when fancy splash screen is in use.
10818
10819 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10820 (sh-escaped-newline): New face.
10821 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10822 newline, and use sh-escaped-newline face.
10823
10824 * progmodes/tcl.el (tcl-escaped-newline): New face.
10825 (tcl-builtin-list): New variable.
10826 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10827 newlines. Fix keywords subexpression number.
10828
10829 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
10830
10831 * textmodes/org.el (org-diary-default-entry): Fix call to
10832 `add-to-diary-entry'.
10833
10834 2005-04-05 Kim F. Storm <storm@cua.dk>
10835
10836 * ediff-init.el: Use (featurep 'xemacs).
10837
10838 2005-04-05 David Ponce <david@dponce.com>
10839
10840 * cus-edit.el (face): Derive from symbol widget. Display sample
10841 of the current face on the fly.
10842 (widget-face-sample-face-get, widget-face-notify): New functions.
10843 (widget-face-value-create): Remove.
10844
10845 * wid-edit.el (widget-field-end): Temporarily remove field
10846 narrowing before to call `get-char-property'.
10847
10848 2005-04-04 Jay Belanger <belanger@truman.edu>
10849
10850 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10851 (math-read-subscripts): New variable.
10852 (math-read-preprocess-string): Process subscripts.
10853
10854 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10855
10856 * comint.el (comint-prompt-read-only): Doc fix.
10857
10858 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10859 `-1'. Doc fix.
10860
10861 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10862
10863 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10864 Change default value to nil.
10865
10866 2005-04-04 Lute Kamstra <lute@gnu.org>
10867
10868 * autorevert.el (auto-revert-mode): Specify :group.
10869 * battery.el (display-battery-mode): Specify :group.
10870 * diff-mode.el (diff-minor-mode): Specify :group.
10871 * font-core.el (font-lock-mode): Specify :group.
10872 * hl-line.el (hl-line-mode): Specify :group.
10873 * iimage.el (iimage): New customization group.
10874 (iimage-mode): Specify :group.
10875 * longlines.el (longlines-mode): Specify :group.
10876 * master.el: Don't require easy-mmode.
10877 (master): New customization group.
10878 (master-mode): Specify :group.
10879 * msb.el (msb-mode): Specify :group.
10880 * reveal.el (reveal-mode): Specify :group.
10881 * simple.el (next-error-follow-minor-mode): Specify :group.
10882 * smerge-mode.el (smerge-mode): Specify :group.
10883 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10884 * emulation/cua-base.el (cua-mode): Specify :group.
10885 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10886 * language/thai-util.el (thai-auto-composition-mode)
10887 (thai-word-mode): Specify :group.
10888 * mail/supercite.el (sc-minor-mode): Specify :group.
10889 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10890 * progmodes/flymake.el (flymake-mode): Specify :group.
10891 * progmodes/glasses.el (glasses-mode): Specify :group.
10892 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10893 * textmodes/enriched.el (enriched-mode): Specify :group.
10894 * textmodes/refill.el (refill-mode): Specify :group.
10895
10896 * add-log.el (change-log-font-lock-keywords): Names in
10897 parenthesized lists can contain spaces.
10898
10899 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10900
10901 * startup.el (fancy-splash-text): Shorten default text of
10902 "Emacs Tutorial" line. Also, if the current language env
10903 indicates an available tutorial file other than TUTORIAL,
10904 extract its title and append it to the line in parentheses.
10905 (fancy-splash-insert): If arg is a thunk, funcall it.
10906
10907 2005-04-04 Jay Belanger <belanger@truman.edu>
10908
10909 * calc.el (calc-language-alist): Add tags to customization type.
10910
10911 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10912
10913 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10914 Doc fix.
10915
10916 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10917
10918 * add-log.el (change-log-font-lock-keywords): The manual
10919 describing a Change Log entry, says: (...) "Aside from these
10920 header lines, every line in the change log starts with a space or
10921 a tab.". The font-lock was not highlighting lines started with
10922 spaces, added support for it.
10923
10924 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10925
10926 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10927 (bibtex-generate-url-list): Update docstring accordingly. Put the
10928 complex example in the docstring.
10929 (bibtex-font-lock-url): Use pop.
10930
10931 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10934
10935 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10936
10937 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10938
10939 * filesets.el (filesets-set-default): Doc fix.
10940
10941 2005-04-03 Lute Kamstra <lute@gnu.org>
10942
10943 * generic.el (define-generic-mode): Add argument to specify
10944 keywords for defcustom.
10945 (default-generic-mode): Specify :group.
10946
10947 * generic-x.el: Specify :group for all generic modes.
10948
10949 * desktop.el (desktop-no-desktop-file-hook)
10950 (desktop-after-read-hook): Doc fix.
10951
10952 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10953
10954 * simple.el (visible-mode): Use explicit :group keyword.
10955 This changes the group of `visible-mode-hook' from paren-blinking
10956 to editing-basics.
10957
10958 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10959
10960 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10961 mailbox specifications as well as URLs.
10962 (rmail-insert-inbox-text): Remove unused conditional branches.
10963
10964 2005-04-01 Jay Belanger <belanger@truman.edu>
10965
10966 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10967 (calc-gnuplot-print-command): Move definitions to calc.el.
10968
10969 * calc/calc-embed.el (calc-embedded-announce-formula)
10970 (calc-embedded-open-formula, calc-embedded-close-formula)
10971 (calc-embedded-open-word, calc-embedded-close-word)
10972 (calc-embedded-open-plain, calc-embedded-close-plain)
10973 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10974 (calc-embedded-open-mode, calc-embedded-close-mode):
10975 Move definitions to calc.el.
10976
10977 * calc/calc.el (calc-settings-file, calc-language-alist):
10978 Make customizable.
10979 (calc-embedded-announce-formula, calc-embedded-open-formula)
10980 (calc-embedded-close-formula, calc-embedded-open-word)
10981 (calc-embedded-close-word, calc-embedded-open-plain)
10982 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10983 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10984 (calc-embedded-close-mode, calc-gnuplot-name)
10985 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10986 from other files and make customizable.
10987
10988 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10989
10990 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10991 Use buffer-live-p.
10992 (cvs-mode-run): Don't call cvs-update-header here.
10993 (cvs-run-process): Call cvs-update-header.
10994 Use process properties for cvs-postprocess and cvs-buffer so that
10995 the sentinel can behave better if the temp buffer is killed.
10996 Use a pipe rather than a tty, to better handle unexpected prompts.
10997 (cvs-sentinel): Rewrite. Call cvs-update-header.
10998
10999 2005-04-01 Andre Spiegel <spiegel@gnu.org>
11000
11001 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
11002 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
11003
11004 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11005
11006 * generic.el (define-generic-mode): Add indentation rule.
11007
11008 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
11009
11010 * files.el (mode-require-final-newline): Make Custom correctly
11011 report a nil value and allow to set it to nil via Custom.
11012 Doc fix.
11013
11014 2005-04-01 Kenichi Handa <handa@m17n.org>
11015
11016 * international/characters.el: Enable the correct case setting for
11017 dotless-i and dotted-I.
11018
11019 2005-04-01 Kim F. Storm <storm@cua.dk>
11020
11021 * ido.el (ido-file-internal): Fall back to non-ido command if
11022 initial directory is on slow ftp (or tramp) host.
11023
11024 2005-03-31 Richard M. Stallman <rms@gnu.org>
11025
11026 * emacs-lisp/autoload.el (make-autoload):
11027 Handle define-global-minor-mode.
11028
11029 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
11030 Rename from easy-mmode-define-global-mode.
11031 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
11032
11033 * progmodes/scheme.el (scheme-mode-syntax-table):
11034 Update syntax of | and # for two-character comment syntax.
11035
11036 2005-03-31 Lute Kamstra <lute@gnu.org>
11037
11038 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
11039 (define-minor-mode): Call custom-current-group at load-time.
11040
11041 * generic.el (define-generic-mode): Add debug declaration.
11042 Add defcustom for the mode hook.
11043 (generic-mode-internal): Use run-mode-hooks.
11044
11045 2005-03-31 Kim F. Storm <storm@cua.dk>
11046
11047 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
11048 (mouse-fixup-help-message): New defun called by show_help_echo
11049 to fixup mouse-2 prefix in help messages when applicable.
11050
11051 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
11052
11053 2005-03-31 Kenichi Handa <handa@m17n.org>
11054
11055 * language/thai-word.el (thai-find-word-ends): Pay attention to
11056 the case that we reach the end of buffer.
11057
11058 * textmodes/fill.el (fill-text-properties-at): New function.
11059 (fill-newline): Use fill-text-properties-at instead of
11060 text-properties-at.
11061
11062 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
11063
11064 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
11065 not comint-quote-filename.
11066
11067 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
11068
11069 * help-fns.el (help-with-tutorial): Revert last change.
11070
11071 2005-03-31 Kim F. Storm <storm@cua.dk>
11072
11073 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
11074
11075 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
11076
11077 * calendar/cal-china.el: Update reference to "Calendrical
11078 Calculations" book; there's a new edition.
11079 * calendar/cal-coptic.el: Likewise.
11080 * calendar/cal-french.el: Likewise.
11081 * calendar/cal-hebrew.el: Likewise.
11082 * calendar/cal-islam.el: Likewise.
11083 * calendar/cal-iso.el: Likewise.
11084 * calendar/cal-julian.el: Likewise.
11085 * calendar/cal-mayan.el: Likewise.
11086 * calendar/cal-persia.el: Likewise.
11087 * calendar/calendar.el: Likewise.
11088 * calendar/holidays.el: Likewise.
11089 * calendar/lunar.el: Likewise.
11090 * calendar/solar.el: Likewise.
11091
11092 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
11093 white space from doc string.
11094
11095 2005-03-30 Jay Belanger <belanger@truman.edu>
11096
11097 * calc/calc-help.el (calc-full-help): Remove email address.
11098
11099 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
11100
11101 * help-fns.el (help-with-tutorial): Delete title line.
11102
11103 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11104
11105 * calendar/cal-x.el (calendar-one-frame-setup)
11106 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
11107 rather than 'symbol for set-window-dedicated-p.
11108
11109 * calendar/appt.el (appt-buffer-name): Make it a constant.
11110 (appt-add): Doc fix.
11111
11112 * filesets.el (filesets-menu-path, filesets-menu-before)
11113 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
11114 (filesets-menu-cache-file): Use directory ~/.emacs.d.
11115 (filesets-add-submenu): Delete and use add-submenu instead.
11116
11117 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
11118
11119 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
11120 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
11121 (org-diary-default-entry): New function.
11122 (org-get-entries-from-diary): Better parsing of diary entries.
11123 (org-agenda-check-no-diary): New function.
11124 ("diary-lib"): Advice to function `add-to-diary-list', to allow
11125 linking to diary entries.
11126 (org-agenda-execute-calendar-command): New function.
11127 (org-agenda): Improve visible section in window.
11128 Use `org-fit-agenda-window'.
11129 (org-fit-agenda-window): New option.
11130 (org-move-subtree-down): Better handling of empty lines
11131 at end of subtree.
11132 (org-cycle): Numeric prefix is interpreted now as show-subtree N
11133 levels up.
11134 (org-fontify-done-headline): New option.
11135 (org-headline-done-face): New face.
11136 (org-set-font-lock-defaults): Use `org-headline-done-face'.
11137 (org-table-copy-down): Rename from `org-table-copy-from-above'.
11138 When current field is non-empty, it is copied to next row.
11139 (org-table-copy-from-above): Fix bug which made it
11140 impossible to copy fields containing only a single non-white character.
11141
11142 2005-03-30 Kim F. Storm <storm@cua.dk>
11143
11144 * kmacro.el (kmacro-end-macro): Isearch may store this command
11145 into the macro -- so ignore it when executing keyboard macro.
11146
11147 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
11148
11149 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
11150
11151 2005-03-29 Kenichi Handa <handa@m17n.org>
11152
11153 * language/thai.el ("Thai"): Set setup-function and exit-function
11154 for Thai language environment.
11155
11156 * language/thai-util.el: Require thai-word.
11157 (thai-word-mode-map): New variable.
11158 (thai-word-mode): New minor mode.
11159 (setup-thai-language-environment-internal): New function.
11160 (exit-thai-language-environment-internal): New function.
11161
11162 * language/thai-word.el (thai-word-table): Declare it by defvar,
11163 use dolist to initialize it.
11164 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
11165 (thai-fill-find-break-point): New functions.
11166
11167 2005-03-29 Richard M. Stallman <rms@gnu.org>
11168
11169 * simple.el (idle-update-delay): Move definition up.
11170 (set-mark): Doc fix.
11171
11172 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
11173
11174 * longlines.el: New file.
11175
11176 * simple.el (buffer-substring-filters): New variable.
11177 (filter-buffer-substring): New function.
11178 (kill-region, copy-region-as-kill): Use it.
11179
11180 * register.el (copy-to-register, append-to-register)
11181 (prepend-to-register): Use filter-buffer-substring.
11182
11183 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
11184
11185 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
11186 (gud-filter-pending-text): Move in front of gdb.
11187 (gud-overlay-arrow-position): New variable.
11188 (gud-sentinel, gud-display-line): Use it in place of
11189 overlay-arrow-position.
11190
11191 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
11192
11193 * progmodes/fortran.el (fortran-if-indent): Doc fix.
11194 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
11195 (fortran-font-lock-keywords-4): New variable.
11196 (fortran-blocks-re, fortran-end-block-re)
11197 (fortran-start-block-re): New constants, for hideshow.
11198 (hs-special-modes-alist): Add a Fortran entry.
11199 (fortran-mode-map): Bind fortran-end-of-block,
11200 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
11201 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
11202 (fortran-looking-at-if-then, fortran-end-of-block)
11203 (fortran-beginning-of-block): New functions, for hideshow.
11204
11205 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
11206 Doc fix. Tweak regexp.
11207 (f90-beginning-of-block): Push mark first.
11208
11209 2005-03-29 Jay Belanger <belanger@truman.edu>
11210
11211 * calc/calc.el: Update copyright date.
11212 (calc-version): Increase to 2.1.
11213 (calc-version-date): Remove.
11214
11215 * calc/calc-help.el: Update copyright date.
11216 (calc-full-help): Remove reference to calc-version-date.
11217 Update copyright date.
11218
11219 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11220
11221 * vc.el (vc-do-command): Use a pipe for async processes, so password
11222 prompts don't show up at places where the user can't reply.
11223
11224 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
11225
11226 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
11227 on the file name we pass to the inferior shell.
11228
11229 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11230
11231 * progmodes/which-func.el (which-function): Be robust in the face of an
11232 imenu--make-index-alist failure.
11233
11234 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11235
11236 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
11237
11238 * progmodes/python.el (python-preoutput-filter): Fix last change.
11239
11240 2005-03-29 Lute Kamstra <lute@gnu.org>
11241
11242 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
11243 functions and compiled macros.
11244 (debug-convert-byte-code): Handle macros too.
11245 (debug-on-entry-1): Don't signal an error when trying to clear a
11246 function that is not set to debug on entry.
11247
11248 2005-03-29 Jay Belanger <belanger@truman.edu>
11249
11250 * calc/calc-lang.el: Add functions to math-function-table
11251 properties of tex and math.
11252
11253 2005-03-29 Kenichi Handa <handa@m17n.org>
11254
11255 * ps-mule.el (ps-mule-plot-string): Translate characters by
11256 ps-print-translation-table.
11257 (ps-mule-begin-job): Call find-charset-region/string with
11258 ps-print-translation-table.
11259 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
11260
11261 * ps-print.el (ps-print-translation-table): New variable.
11262 (ps-plot-region): Translate characters by ps-print-translation-table.
11263
11264 2005-03-29 Juri Linkov <juri@jurta.org>
11265
11266 * simple.el (next-error-highlight-timer): New variable.
11267
11268 * progmodes/compile.el (compilation-goto-locus):
11269 Use `next-error-highlight-timer' instead of `sit-for'.
11270
11271 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 * mail/supercite.el (sc-mail-field): Use assoc-string.
11274 (sc-get-address): Simplify regexps.
11275
11276 * files.el (minibuffer-with-setup-hook): New macro.
11277 (find-file-read-args): Use it to avoid let-binding
11278 minibuffer-with-setup-hook (which breaks turning on/off
11279 file-name-shadow-mode while in the prompt).
11280
11281 * complete.el (PC-read-include-file-name-internal):
11282 Use test-completion.
11283
11284 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
11285
11286 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
11287
11288 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11289
11290 * window.el (window-buffer-height): Use count-screen-lines.
11291
11292 * progmodes/python.el (python-preoutput-leftover): New var.
11293 (python-preoutput-filter): Use it.
11294 (python-send-receive): Loop until all the result has been received.
11295
11296 2005-03-28 Juri Linkov <juri@jurta.org>
11297
11298 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
11299
11300 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
11301 "Recover Crashed Session".
11302 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
11303 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
11304 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
11305 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
11306 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
11307 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
11308 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
11309 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
11310
11311 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
11312 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
11313 Ediff Sessions", "Toggle use of separate control buffer frame",
11314 "Use separate frame for Ediff control buffer".
11315
11316 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
11317 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
11318 "Rename Bookmark", "Delete Bookmark".
11319
11320 * info.el (Info-mode-menu): Remove ellipsis from "Index".
11321 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
11322 Add `:active Info-index-alternatives' to "Next Matching Item".
11323
11324 * wdired.el (wdired-change-to-wdired-mode):
11325 Mention `wdired-abort-changes' key in the initial message.
11326
11327 * international/mule.el (auto-coding-alist): Associate non-ascii
11328 image filename extensions with `no-conversion'.
11329
11330 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11331
11332 * international/iso-acc.el:
11333 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
11334
11335 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
11336
11337 * textmodes/sgml-mode.el (html-mode): Doc update.
11338
11339 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
11340
11341 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
11342
11343 * term.el (term-move-columns): Fix face after extending a line.
11344 (term-insert-spaces): Likewise.
11345 (term-reset-terminal): Fix off by one error.
11346
11347 2005-03-26 Eli Zaretskii <eliz@gnu.org>
11348
11349 * international/mule.el (auto-coding-alist): Add .xpi files.
11350
11351 * files.el (auto-mode-alist): Add .xpi files.
11352
11353 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
11354
11355 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
11356
11357 2005-03-26 Eli Zaretskii <eliz@gnu.org>
11358
11359 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
11360
11361 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
11362
11363 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
11364 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
11365
11366 * calendar/cal-move.el (calendar-beginning-of-year): Move the
11367 cursor to Jan 1 when needed.
11368 (calendar-end-of-year): Fix -/+ typo.
11369 Reported by Chong Yidong <cyd@stupidchicken.com>.
11370
11371 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
11374
11375 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
11376 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
11377
11378 2005-03-25 Richard M. Stallman <rms@gnu.org>
11379
11380 * filesets.el (filesets-init): Add autoload.
11381
11382 * mail/mailalias.el (mail-directory): Doc fix.
11383
11384 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11385
11386 * mail/mailalias.el (mail-directory-process): Do nothing if
11387 mail-directory-process is an atom.
11388 (mail-get-names): Ignore mail-directory-names if it is an atom.
11389 (mail-directory-process defvar): Doc fix.
11390 (mail-names): Doc fix.
11391
11392 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
11393
11394 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
11395
11396 2005-03-26 Kenichi Handa <handa@m17n.org>
11397
11398 * international/mule-util.el (detect-coding-with-priority):
11399 Call update-coding-systems-internal before detect-coding-region.
11400
11401 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
11402
11403 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11404 (gdb-frames-mode-map): Add follow-link property.
11405
11406 2005-03-25 Jay Belanger <belanger@truman.edu>
11407
11408 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
11409 for variables.
11410
11411 2005-03-25 Juri Linkov <juri@jurta.org>
11412
11413 * image-mode.el: Optimize image filename extension regexps in
11414 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
11415 in `auto-mode-alist'.
11416 (image-mode): Add `image-toggle-display-text' to local hook
11417 `change-major-mode-hook'. Display the image as an image by
11418 default. Set `cursor-type' and `truncate-lines' if the image
11419 is already displayed. Take into account the current mode (image
11420 or text) in message.
11421 (image-minor-mode): New minor mode.
11422 (image-mode-maybe, image-toggle-display-text): New functions.
11423 (image-toggle-display): Use called-interactively-p.
11424 Let-bind `inhibit-read-only' to t.
11425
11426 * image-mode.el (image-minor-mode): Set `cursor-type' and
11427 `truncate-lines' if the image is already displayed. Add turning
11428 image-minor-mode off to `change-major-mode-hook'. Add message.
11429 Call `image-toggle-display-text' after turning image-minor-mode off.
11430
11431 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11432
11433 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
11434 Terminal.app, use utf-8.
11435 (set-display-table-and-terminal-coding-system): Add coding-system arg.
11436 (set-locale-environment): Use it.
11437
11438 * term/xterm.el: Undo last change, better done in mule-cmds.el.
11439
11440 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
11441
11442 * progmodes/python.el (python-close-block-statement-p)
11443 (python-outdent-p, python-current-defun): Use symbol-end.
11444
11445 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
11446
11447 * files.el (save-some-buffers): Doc fix.
11448
11449 2005-03-25 Werner Lemberg <wl@gnu.org>
11450
11451 * complete.el, thumbs.el: Replace `legal' with `valid'.
11452 * calendar/calendar.el: Replace `legal' with `valid'.
11453 * emacs-lisp/advice.el: Replace `legal' with `valid'.
11454 * mail/supercite.el: Replace `legal' with `valid'.
11455 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
11456 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
11457 Replace `legal' with `valid'.
11458 * textmodes/reftex-vars.el, textmodes/reftex.el:
11459 Replace `legal' with `valid'.
11460
11461 2005-03-25 Werner Lemberg <wl@gnu.org>
11462
11463 * calc/calc-forms.el, calc/calc-sel.el:
11464 * midnight.el, vc-cvs.el:
11465 * emacs-lisp/cl-macs.el:
11466 * emulation/vip.el:
11467 * eshell/esh-io.el, eshell/esh-var.el:
11468 * mail/supercite.el:
11469 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
11470 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
11471 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
11472 * progmodes/sh-script.el, progmodes/xscheme.el:
11473 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
11474 * textmodes/reftex-index.el, textmodes/reftex-parse.el
11475 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
11476 * textmodes/reftex.el, textmodes/org.el:
11477 Replace `illegal' with `invalid'.
11478
11479 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11480
11481 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
11482 (flymake-find-buildfile, flymake-find-possible-master-files)
11483 (flymake-check-include, flymake-parse-line): Replace loops over the
11484 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
11485
11486 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
11487 Substitute file-name-as-directory in the rest of the file.
11488 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
11489 (flymake-replace-region): Remove unused arg `buffer'.
11490 (flymake-check-patch-master-file-buffer): Update calls to it.
11491 (flymake-add-err-info): Remove unused var `count'.
11492 (flymake-mode): Use define-minor-mode.
11493
11494 * progmodes/flymake.el: Use with-current-buffer.
11495 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
11496 flymake-replace-regexp-in-string, flymake-line-beginning-position)
11497 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
11498 Avoid testing for `xemacs'.
11499 (flymake-nop): Move.
11500 (flymake-region-has-flymake-overlays): Return the computed value.
11501 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
11502 Remove unused var `endline'.
11503 (flymake-get-line-count): Remove unused function.
11504 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
11505
11506 * emulation/vi.el:
11507 * generic.el:
11508 * hilit-chg.el (global-highlight-changes):
11509 * hi-lock.el (hi-lock-mode):
11510 * follow.el: find-file-hooks -> find-file-hook.
11511
11512 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
11513
11514 2005-03-24 Juri Linkov <juri@jurta.org>
11515
11516 * dired.el (dired-mode-map): Add menu item "Compare directories"
11517 for dired-compare-directories.
11518
11519 * dired-aux.el (dired-compare-directories): Add autoload cookie.
11520 Doc fix. Replace `read-file-name' with `read-directory-name'.
11521
11522 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
11525
11526 2005-03-24 Jay Belanger <belanger@truman.edu>
11527
11528 * calc/calc-embed.el (calc-embedded-mode-change): Save all
11529 relevant mode settings in calc-embedded-original-modes when modes
11530 are permanently changed.
11531
11532 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11533
11534 * autoinsert.el: find-file-hooks -> find-file-hook.
11535
11536 2005-03-24 Lute Kamstra <lute@gnu.org>
11537
11538 * generic.el (generic-font-lock-defaults): Make it obsolete.
11539 (generic-font-lock-keywords): New variable to replace
11540 generic-font-lock-defaults.
11541 (generic-mode-set-font-lock): Delete it.
11542 (generic-mode-internal): Don't call generic-mode-set-font-lock.
11543 (generic-bracket-support): Add docstring.
11544
11545 * generic-x.el: Rename generic-font-lock-defaults to
11546 generic-font-lock-keywords throughout.
11547 (mailagent-rules-setup-function): Delete it.
11548 (mailagent-rules-generic-mode): Use anonymous function instead.
11549 (show-tabs-generic-mode-font-lock-defaults-1)
11550 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
11551 Quote faces.
11552 (show-tabs-tab-face, show-tabs-space-face): Specify background,
11553 not foreground.
11554
11555 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11556 Recognize define-generic-mode.
11557
11558 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11559
11560 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
11561 if there's no completion table.
11562
11563 2005-03-23 Miles Bader <miles@gnu.org>
11564
11565 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11566 Remove tty-specific variants, as they're no longer needed.
11567
11568 2005-03-23 Lute Kamstra <lute@gnu.org>
11569
11570 * generic-x.el: Code cleanup: make args constant whenever possible.
11571 (installshield-statement-keyword-list)
11572 (installshield-system-functions-list)
11573 (installshield-system-variables-list, installshield-types-list)
11574 (installshield-funarg-constants-list): Make them constants.
11575
11576 * generic.el (generic-make-keywords-list): Add autoload cookie.
11577
11578 * calendar/time-date.el: Add comment on time value formats.
11579 Don't require parse-time.
11580 (with-decoded-time-value): New macro.
11581 (encode-time-value): New function.
11582 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11583 (days-to-time): Return a valid time value when arg is huge.
11584 (time-since): Use time-subtract.
11585 (time-to-number-of-days): Use time-to-seconds.
11586
11587 2005-03-23 David Ponce <david@dponce.com>
11588
11589 * recentf.el: (recentf-keep): New option.
11590 (recentf-menu-action): Default to `find-file'.
11591 (recentf-keep-non-readable-files-flag)
11592 (recentf-keep-non-readable-files-p)
11593 (recentf-file-readable-p, recentf-find-file)
11594 (recentf-cleanup-remote): Remove.
11595 (recentf-include-p): More robust.
11596 (recentf-keep-p): New function.
11597 (recentf-remove-if-non-kept): Rename from
11598 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
11599 All callers updated.
11600 (recentf-menu-items-for-commands): Fix help string.
11601 (recentf-track-closed-file): Update. Doc fix.
11602 (recentf-cleanup): Update. Count removed files. Doc fix.
11603
11604 2005-03-23 Kim F. Storm <storm@cua.dk>
11605
11606 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11607 Don't inherit from fringe face (now happens automatically).
11608
11609 2005-03-22 Kim F. Storm <storm@cua.dk>
11610
11611 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
11612 position values.
11613
11614 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11615
11616 * menu-bar.el (showhide-date-time): Remove.
11617 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
11618 (menu-bar-make-mm-toggle): Simplify.
11619
11620 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11621
11622 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
11623 Accept qualified variable and function names.
11624
11625 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
11626
11627 * bindings.el (completion-ignored-extensions):
11628 Remove ".lis" for `vax-vms'.
11629
11630 2005-03-22 Andreas Schwab <schwab@suse.de>
11631
11632 * generic-x.el: Revert last change.
11633 * ldefs-boot.el: Update.
11634
11635 2005-03-22 Jay Belanger <belanger@truman.edu>
11636
11637 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
11638 (calc-embedded-save-original-modes)
11639 (calc-embedded-restore-original-modes): New functions.
11640 (calc-do-embedded): Save original modes when entering embedded mode
11641 and restore when leaving embedded mode.
11642 (calc-embedded-modes-change): Change the value of
11643 calc-embedded-original-modes to reflect permanent changes.
11644
11645 2005-03-22 Lute Kamstra <lute@gnu.org>
11646
11647 * generic-x.el: Require generic again.
11648
11649 2005-03-22 Miles Bader <miles@gnu.org>
11650
11651 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11652 Tweak details to look good on both ttys and bitmap displays, light
11653 or dark background, etc.
11654
11655 2005-03-21 Kim F. Storm <storm@cua.dk>
11656
11657 * tooltip.el (tooltip-show-help-function): Check car and cdr of
11658 mouse position.
11659
11660 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11661
11662 * icomplete.el: Don't forcibly turn on the mode upon load.
11663 (icomplete-mode): Use define-minor-mode.
11664 (icomplete-eoinput): Default to nil.
11665 (icomplete-minibuffer-setup): Remove autoload.
11666 (icomplete-tidy): Simplify.
11667 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
11668 in the initial state or if the user has modified the field.
11669 Fix handling of icomplete-max-delay-chars.
11670 Remove code that handles the oddball case where
11671 minibuffer-completion-table is an integer.
11672 Wrap icomplete-completions in while-no-input in case building
11673 completions takes more time than expected.
11674 (icomplete-completions): Simplify.
11675
11676 2005-03-21 Richard M. Stallman <rms@gnu.org>
11677
11678 * jka-compr.el (jka-compr-really-do-compress):
11679 Make variable buffer-local.
11680
11681 * image-mode.el: Handle .xpm files too.
11682 (image-toggle-display): Preserve modification flag.
11683
11684 * help.el (where-is): Don't mention aliases with no key bindings.
11685
11686 2005-03-21 Lute Kamstra <lute@gnu.org>
11687
11688 * generic.el: Fix commentary section. Don't require cl for
11689 compilation.
11690 (generic-mode-list): Add autoload cookie.
11691 (generic-use-find-file-hook, generic-lines-to-scan)
11692 (generic-find-file-regexp, generic-ignore-files-regexp)
11693 (generic-mode, generic-mode-find-file-hook)
11694 (generic-mode-ini-file-find-file-hook): Fix docstrings.
11695 (define-generic-mode): Make it a defmacro. Fix docstring.
11696 (generic-mode-internal): Code cleanup. Add autoload cookie.
11697 (generic-mode-set-comments): Code cleanup.
11698 * generic-x.el: Don't prevent compilation. Don't require generic.
11699 Follow coding conventions. Minor code cleanup.
11700 (etc-fstab-generic-mode): Add some keywords.
11701 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
11702 define-generic-mode like a function declaration.
11703
11704 2005-03-21 Jay Belanger <belanger@truman.edu>
11705
11706 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
11707 changing modes.
11708
11709 2005-03-21 Sam Steingold <sds@gnu.org>
11710
11711 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
11712
11713 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
11714
11715 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
11716 Add underscore to "f$ lexicals" regexp.
11717
11718 2005-03-20 Juri Linkov <juri@jurta.org>
11719
11720 * subr.el (progress-reporter-do-update): When `min-value' is equal
11721 to `max-value', set `percentage' to 0 and prevent division by zero.
11722
11723 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
11724
11725 Sync with Tramp 2.0.48.
11726
11727 * net/tramp.el (all): Change all addresses to .gnu.org.
11728 (tramp-append-tramp-buffers): New defun.
11729 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
11730 Catch `dont-send' signal.
11731 (tramp-set-auto-save-file-modes): Set always permissions, because
11732 there might be an old auto-saved file belonging to another
11733 original file. This could be a security threat. Reported by
11734 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
11735 Check for Emacs 21.3.50 removed.
11736
11737 * net/tramp-smb.el (all): Remove debug construct for
11738 `with-parsed-tramp-file-name'.
11739 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
11740 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
11741 No error message if DIRECTORY or FILENAME doesn't exist.
11742 (tramp-smb-open-connection): Check existence of
11743 `tramp-smb-program'.
11744
11745 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11746
11747 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
11748 Properly handle the case where the `m' or `s' command's argument is not
11749 yet terminated.
11750 (perl-indent-new-calculate): New function.
11751 (perl-indent-line): Use it.
11752
11753 2005-03-20 Miles Bader <miles@gnu.org>
11754
11755 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
11756 in text-mode too. Change to new face names.
11757 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
11758 Add `:weight bold' attribute.
11759 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
11760
11761 2005-03-19 Juri Linkov <juri@jurta.org>
11762
11763 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
11764
11765 * international/mule.el (auto-coding-alist): Sync with
11766 `auto-mode-alist' by adding upper case archive file extensions
11767 and adding ear/war to jar extension.
11768
11769 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
11770
11771 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
11772 running, restart it.
11773
11774 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
11775
11776 * finder.el (finder-current-item): Throw an error on an empty line.
11777
11778 * man.el (Man-follow-manual-reference): If current-word returns
11779 nil, use "".
11780
11781 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
11782
11783 * simple.el (goto-line): Doc fix.
11784
11785 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
11786
11787 * files.el (save-buffer): Doc fix.
11788
11789 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
11790
11791 * recentf.el (recentf-cleanup-remote): New variable.
11792 (recentf-cleanup): Use it to conditionally check availability of
11793 remote files.
11794
11795 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
11796
11797 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
11798 function names.
11799
11800 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11801
11802 * language/thai-word.el: New file.
11803
11804 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11805
11806 * files.el (backup-buffer): If the file's directory is not
11807 writable, use copy instead of move to backup the file.
11808
11809 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11810
11811 * obsolete/keyswap.el: Moved to obsolete/ from term/.
11812
11813 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11814
11815 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
11816 Use functionp instead of symbolp and fboundp. Reported by Drkm
11817 <darkman_spam@yahoo.fr>.
11818 (ps-print-version): New version 6.6.6.
11819
11820 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
11821
11822 * textmodes/table.el (table--line-column-position): New idiom.
11823 (table--row-column-insertion-point-p): New function to test
11824 validity of row and column insertion operation at a location.
11825 (table-global-menu, table-cell-menu): Use above functions for
11826 deterministic test operation.
11827 (table--editable-cell-p): Behave in deterministic fashion.
11828
11829 2005-03-18 Juri Linkov <juri@jurta.org>
11830
11831 * isearch.el (isearch-lazy-highlight-new-loop):
11832 Make arguments beg and end optional.
11833 (isearch-update): Remove optional arguments nil from
11834 isearch-lazy-highlight-new-loop.
11835 (isearch-lazy-highlight-search): Let-bind case-fold-search to
11836 isearch-lazy-highlight-case-fold-search instead of
11837 isearch-case-fold-search, and let-bind isearch-regexp to
11838 isearch-lazy-highlight-regexp.
11839 Use isearch-lazy-highlight-last-string instead of isearch-string.
11840
11841 * replace.el (perform-replace): Remove bindings of global
11842 variables isearch-string, isearch-regexp, isearch-case-fold-search.
11843 Add three new arguments to `replace-highlight'.
11844 (replace-highlight): Add arguments string, regexp, case-fold.
11845 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11846 to allow isearch-lazy-highlight-new-loop to use these values
11847 to set corresponding isearch-lazy-highlight-* internal
11848 variables whose values lazy highlighting will use regardless of
11849 changes to global variables isearch-string, isearch-regexp,
11850 isearch-case-fold-search during lazy highlighting loop.
11851 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11852 to `lazy-highlight-cleanup'.
11853
11854 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11855 (ispell-highlight-face): Set default face to `isearch' when
11856 lazy highlighting is enabled.
11857 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11858 priority to 1. Add lazy highlighting.
11859 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11860 from `isearch-dehighlight'.
11861
11862 2005-03-18 David Ponce <david@dponce.com>
11863
11864 * files.el (hack-local-variables): Do a case-insensitive search
11865 for End.
11866
11867 2005-03-18 Juri Linkov <juri@jurta.org>
11868
11869 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11870 `isearch-lazy-highlight-cleanup', add alias to old name and
11871 declare obsolete. Add release numbers to other obsolete vars.
11872 (isearch-done, isearch-lazy-highlight-new-loop):
11873 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11874 (lazy-highlight-cleanup) <variable>: Doc fix.
11875 (isearch-lazy-highlight-update): Rename obsolete
11876 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11877
11878 2005-03-18 Kenichi Handa <handa@m17n.org>
11879
11880 * language/thai-util.el: Fix categorization of Thai characters in
11881 thai-category-table.
11882 (thai-composition-pattern): Adjust it for the above change.
11883 (thai-self-insert-command, thai-compose-syllable): New functions.
11884 (thai-compose-region): Use thai-compose-syllable.
11885 (thai-compose-string): Likewise.
11886 (thai-composition-function): Likewise.
11887 (thai-auto-composition): New function.
11888 (thai-auto-composition-mode): New minor mode.
11889
11890 * language/thai.el: Fix patterns to be registered in
11891 composition-function-table.
11892
11893 * international/quail.el (quail-input-method): Locally bind
11894 inhibit-modification-hooks to t.
11895
11896 2005-03-17 Richard M. Stallman <rms@gnu.org>
11897
11898 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11899 (perl-mode): Use run-mode-hooks.
11900
11901 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11902 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11903 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11904
11905 * mail/sendmail.el (sendmail-send-it): Reenable the code
11906 to compute resend-to-address and use it.
11907
11908 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11909
11910 * image-mode.el: New file.
11911
11912 * image.el (insert-sliced-image): Add autoload cookie.
11913
11914 * font-lock.el (font-lock-lines-before): New user option.
11915 (font-lock-after-change-function): Obey it.
11916
11917 * bindings.el (esc-map): Make M-g a prefix.
11918 Bind M-g g and M-g M-g to goto-line.
11919
11920 * faces.el (face-id): Doc fix.
11921
11922 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11923
11924 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11925 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11926 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11927
11928 * mail/sendmail.el (mail-yank-ignored-headers)
11929 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11930 Add Mail-Followup-To and Mail-Reply-To headers.
11931 (mail-citation-hook): Add autoload cookie.
11932 (mail-mode): Doc fix.
11933 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11934 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11935 (mail-mode-fill-paragraph): Handle those headers.
11936 (mail-mailing-lists): New variable.
11937 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11938
11939 2005-03-17 Juri Linkov <juri@jurta.org>
11940
11941 * isearch.el (isearch-fallback): Check for `(car previous)'
11942 before calling `isearch-other-end-state'.
11943
11944 2005-03-17 Kim F. Storm <storm@cua.dk>
11945
11946 * simple.el (move-beginning-of-line): Move to beginning of buffer
11947 line, as well as beginning of screen line.
11948
11949 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11950
11951 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11952 argument REDRAW rather than calendar-redrawing variable.
11953 * calendar/calendar.el (calendar-redrawing): Delete.
11954 (redraw-calendar): Do not bind calendar-redrawing.
11955
11956 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11957
11958 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11959 diary-file buffer.
11960
11961 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11962
11963 * help.el (describe-mode): Allow a :minor-mode-function property to
11964 specify a different minor mode toggle function than the variable.
11965 * simple.el (auto-fill-function):
11966 * subr.el (add-minor-mode): Use it.
11967
11968 2005-03-16 Kenichi Handa <handa@m17n.org>
11969
11970 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11971 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11972 (ethio-fidel-to-sera-buffer): Likewise.
11973
11974 2005-03-16 Juri Linkov <juri@jurta.org>
11975
11976 * emacs-lisp/find-func.el (find-function-regexp):
11977 Add defun-emitting macro `menu-bar-make-toggle'.
11978
11979 * isearch.el: Put `isearch-scroll' property to
11980 `split-window-horizontally'.
11981
11982 * info.el: Update error messages for `debug-ignored-errors'.
11983 (Info-isearch-search): Doc fix.
11984 (Info-find-node): Move up code to go into info buffer before
11985 recording the node to the history.
11986 (Info-fontify-node): Fontify titles only if the next line
11987 has two or more `*', `=', `-', `.'.
11988 Display "go to this node" for empty (match-string 3).
11989
11990 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11991
11992 * term/mac-win.el: Add mouse pointer shape constants.
11993
11994 2005-03-15 Kim F. Storm <storm@cua.dk>
11995
11996 * simple.el (move-beginning-of-line): Use vertical-motion.
11997
11998 2005-03-15 Juri Linkov <juri@jurta.org>
11999
12000 * isearch.el (isearch-error): New variable.
12001 (isearch-invalid-regexp, isearch-within-brackets): Remove.
12002 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
12003 (isearch-within-brackets-state): Remove.
12004 (isearch-case-fold-search-state, isearch-pop-fun-state):
12005 Decrease frame index.
12006 (isearch-mode, isearch-top-state, isearch-push-state)
12007 (isearch-edit-string, isearch-abort, isearch-search-and-update)
12008 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
12009 (isearch-search, isearch-lazy-highlight-new-loop):
12010 Replace `isearch-invalid-regexp' with `isearch-error'.
12011 Remove `isearch-within-brackets'.
12012 (isearch-search): Add `search-failed' handler to `condition-case'.
12013 (isearch-lazy-highlight-search): Add `condition-case' to catch
12014 errors and allow `isearch-lazy-highlight-update' to try
12015 highlighting from the beginning of the window.
12016 (isearch-repeat): Move up code to set isearch-wrapped to t
12017 before calling isearch-wrap-function.
12018
12019 * info.el (Info-isearch-initial-node): New internal variable.
12020 (Info-search): Signal an error in isearch mode when search leaves
12021 the initial node. Signal an error when `bound' is non-nil and
12022 nothing was found in the current subfile.
12023 (Info-isearch-search): Remove `condition-case'.
12024 (Info-isearch-wrap): Don't wrap when search failed during leaving
12025 the initial node. If `Info-isearch-search' is nil, wrap around
12026 the current node.
12027 (Info-isearch-start): New fun.
12028 (Info-mode): Add buffer-local hook `Info-isearch-start' to
12029 `isearch-mode-hook'.
12030
12031 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12032
12033 * simple.el (normal-erase-is-backspace): Set default to t if
12034 running on Mac.
12035
12036 * term/mac-win.el (function-key-map): Sync with x-win.el.
12037
12038 2005-03-15 Kenichi Handa <handa@m17n.org>
12039
12040 * international/mule-cmds.el (locale-language-names): Modify the
12041 format of elements and add more entries.
12042 (locale-preferred-coding-systems): Add more entries.
12043 (set-locale-environment): Adjust for the change of
12044 locale-language-names.
12045
12046 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
12047
12048 * pcvs.el (smerge-ediff): Remove bogus autoload.
12049
12050 2005-03-14 Lute Kamstra <lute@gnu.org>
12051
12052 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
12053 Ignore a `*' at the beginning of a line.
12054
12055 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
12056 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
12057 subr.el.
12058 (dont-compile, eval-when-compile, eval-and-compile): Use declare
12059 to specify indentation.
12060
12061 * generic.el (define-generic-mode): Let generic-mode-list be a
12062 list of strings; test membership with equal.
12063
12064 2005-03-14 Kim F. Storm <storm@cua.dk>
12065
12066 * simple.el (next-line, previous-line): Add optional try-vscroll
12067 arg to recognize interactive use. Pass it on to line-move.
12068 (line-move): Don't perform auto-window-vscroll when defining or
12069 executing keyboard macro to ensure consistent behavior.
12070
12071 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12072
12073 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
12074
12075 2005-03-13 Lute Kamstra <lute@gnu.org>
12076
12077 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
12078 debugger-setup-buffer so that backtrace marks the frames set to
12079 debug-on-exit and we don't have to do it manually. Set an extra
12080 debug-on-exit for macro's.
12081 (debugger-setup-buffer): Don't mark the top frame manually.
12082
12083 2005-03-12 Lute Kamstra <lute@gnu.org>
12084
12085 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
12086 lisp-indent-function throughout.
12087 (with-no-warnings): Set lisp-indent-function property.
12088
12089 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
12090
12091 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
12092 Add entry for backslash.
12093
12094 2005-03-12 Juri Linkov <juri@jurta.org>
12095
12096 * info.el (Info-search): Four fixes for backward search.
12097
12098 2005-03-11 Jay Belanger <belanger@truman.edu>
12099
12100 * calc/calc.el (calc-language-alist): New variable.
12101 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
12102 (calc-embedded-find-modes): Use calc-language-alist instead of
12103 calc-embedded-language-alist.
12104
12105 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12106
12107 * calendar/calendar.el (calendar-redrawing): New internal
12108 variable.
12109 (redraw-calendar): Remove bogus save-excursion from previous
12110 change. Bind calendar-redrawing to t for mark-diary-entries.
12111 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
12112 calendar if that is why we were called.
12113
12114 2005-03-11 Kenichi Handa <handa@m17n.org>
12115
12116 * international/mule.el (make-coding-system): Set property
12117 coding-system-define-form to nil.
12118 (define-coding-system-alias): Likewise.
12119
12120 2005-03-11 Kenichi Handa <handa@m17n.org>
12121
12122 These changes are suggested by Dave Love <fx@gnu.org>.
12123
12124 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
12125 coding: tag.
12126 (adaptive-fill-regexp): Add more bullets.
12127 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
12128 regexps.
12129
12130 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12131
12132 * help.el (describe-mode): Properly handle non-trivial lighters.
12133 Don't ignore minor modes that are not listed in minor-mode-list.
12134
12135 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
12136 feature ON when the user requests to turn it OFF.
12137
12138 2005-03-10 Lute Kamstra <lute@gnu.org>
12139
12140 * emacs-lisp/debug.el (debug-entry-code): Delete it.
12141 (implement-debug-on-entry): New function to replace debug-entry-code.
12142 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
12143 second argument as the 2005-03-07 change makes it obsolete.
12144 (debug-on-entry, cancel-debug-on-entry): Update call to
12145 debug-on-entry-1.
12146 (debug, debugger-setup-buffer): Comment update.
12147 (debugger-frame-number): Update to work with implement-debug-on-entry.
12148
12149 2005-03-10 Jay Belanger <belanger@truman.edu>
12150
12151 * calc/calc-embed.el (math-ms-args): Declare it.
12152 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
12153 math-ms-args.
12154 (calc-embedded-subst): Use math-multi-subst-rec to substitute
12155 variables.
12156
12157 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
12158
12159 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
12160 Use message-box.
12161
12162 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
12163 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
12164 (tooltip-gud-tips): Simplify.
12165 (tooltip-gud-tips-p): Remove superfluous :set.
12166 (tooltip-gud-modes): Add fortran-mode.
12167 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
12168
12169 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
12170
12171 2005-03-09 Kim F. Storm <storm@cua.dk>
12172
12173 * play/animate.el (animate-place-char): Use forward-line instead
12174 of next-line to improve performance.
12175
12176 2005-03-09 Simon Josefsson <jas@extundo.com>
12177
12178 * net/browse-url.el (browse-url-default-browser): Doc fix.
12179
12180 2005-03-09 Miles Bader <miles@gnu.org>
12181
12182 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
12183 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
12184
12185 2005-03-09 Kenichi Handa <handa@m17n.org>
12186
12187 * international/latin-1.el: Set case and syntax for 255 only if
12188 set-case-syntax-set-multibyte is nil.
12189
12190 * textmodes/ispell.el (ispell-insert-word): New function.
12191 (ispell-word): Use ispell-insert-word to insert a new word.
12192 (ispell-process-line): Likewise.
12193 (ispell-complete-word): Likewise.
12194
12195 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
12196
12197 * calendar/calendar.el (redraw-calendar): Preserve point.
12198 Reported by Matt Hodges <MPHodges@member.fsf.org>.
12199 (calendar-week-start-day): Move after definition of
12200 redraw-calendar. Delete buffer test, since redraw-calendar has
12201 that now.
12202
12203 * calendar/diary-lib.el (mark-diary-entries): Only call
12204 redraw-calendar in the first of any recursive calls.
12205 Reported by Alan Shutko <ats@acm.org>.
12206
12207 2005-03-08 Juri Linkov <juri@jurta.org>
12208
12209 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
12210 (html-horizontal-rule, html-line, html-image, html-checkboxes)
12211 (html-radio-buttons): Add a space before the trailing `/>' where
12212 sgml-xml-mode is non-nil.
12213 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
12214 the subsequent tag of the empty XML tag.
12215 (html-href-anchor): Don't set initial input to "http:".
12216 (html-image): Ask for the image URL and set point inside alt="".
12217 (html-name-anchor): Duplicate the name in the `id' attribute when
12218 sgml-xml-mode is non-nil.
12219 (html-paragraph): Remove \n before <p>.
12220 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
12221 instead of `checked' when sgml-xml-mode is non-nil.
12222
12223 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
12224 Remove 1 space before #RRGGBB to not truncate it on terminal
12225 windows w/o fringes. Remove 1 space between bg and fg examples
12226 to get more space.
12227 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
12228 avoid byte-compile warnings.
12229
12230 * image-file.el (image-file-handler): Put `safe-magic' property to
12231 `image-file-handler'.
12232
12233 * info.el (Info-isearch-search): Emulate word search in
12234 isearching through multiple Info nodes with Info-search.
12235 (Info-isearch-wrap): Allow isearch-word.
12236
12237 2005-03-08 Lute Kamstra <lute@gnu.org>
12238
12239 * emacs-lisp/debug.el (debugger-step-through): Make sure that
12240 stepping into the debugger's code is not possible.
12241 (debugger-jumping-flag): Docstring update.
12242
12243 2005-03-08 Jay Belanger <belanger@truman.edu>
12244
12245 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
12246 embedded mode begins.
12247 (calc-embedded-language-alist): New variable.
12248 (calc-embedded-find-modes): Use calc-embedded-language-alist to
12249 set default language mode.
12250
12251 2005-03-08 Kenichi Handa <handa@m17n.org>
12252
12253 * international/ccl.el (define-ccl-program): Fix docstring about
12254 extra 256 bytes assured for the output buffer.
12255
12256 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
12257 Fix BUFFER_MAGNIFICATION to 2.
12258 (ccl-encode-mule-utf-16be-with-signature): Likewise.
12259
12260 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
12261
12262 * align.el (align-rules-list): Added an alignment rule for CSS
12263 declarations (applies to css-mode and html-mode buffers).
12264
12265 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
12266
12267 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
12268
12269 2005-03-07 Kim F. Storm <storm@cua.dk>
12270
12271 * simple.el (move-beginning-of-line): New command.
12272
12273 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
12274
12275 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
12276
12277 * emulation/cua-base.el: Put CUA move property on move-end-of-line
12278 and move-beginning-of-line.
12279
12280 * apropos.el (apropos-print): Omit command from M-x ... RET.
12281
12282 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
12283
12284 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
12285 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
12286
12287 2005-03-06 Richard M. Stallman <rms@gnu.org>
12288
12289 * bindings.el (esc-map): Bind M-g to goto-line.
12290
12291 * facemenu.el (global-map): Bind M-o, not M-g.
12292
12293 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12294
12295 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
12296 "Open Directory" as for "Open File".
12297
12298 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
12299
12300 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
12301 (push-mark-command): Run activate-mark-hook.
12302
12303 2005-03-06 Richard M. Stallman <rms@gnu.org>
12304
12305 * help-mode.el (help-mode-finish): Don't alter the element
12306 in view-return-to-alist if there already is one.
12307
12308 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
12309 make sure the current buffer is the expected one.
12310
12311 * novice.el (disabled-command-function): Output in *Disabled Command*.
12312 Explicitly ignore non-keyboard events, and explicitly handle C-g.
12313
12314 * textmodes/flyspell.el (flyspell-large-region):
12315 Pass args differently for aspell.
12316
12317 * files.el (mode-require-final-newline): Doc fix.
12318
12319 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12320
12321 * progmodes/which-func.el (which-function):
12322 Specify NOERROR when calling imenu--make-index-alist.
12323
12324 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * simple.el (normal-erase-is-backspace): Define default value.
12327
12328 * custom.el (custom-theme-set-variables): Remove unused var
12329 `immediate'.
12330 (custom-reevaluate-setting): Simple function to handle variables
12331 that are defined before their default value can really be
12332 computed.
12333
12334 * startup.el (command-line): Use it for temporary-file-directory,
12335 small-emporary-file-directory, auto-save-file-name-transforms,
12336 blink-cursor-mode, and normal-erase-is-backspace.
12337
12338 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
12339 progress, even with buggy anchored keywords.
12340
12341 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
12342
12343 * simple.el (goto-line): Remove unbalanced final parenthesis.
12344
12345 2005-03-05 Richard M. Stallman <rms@gnu.org>
12346
12347 * simple.el (goto-line): Use a number at point as the default.
12348 With C-u as arg, switch buffers.
12349
12350 2005-03-05 Juri Linkov <juri@jurta.org>
12351
12352 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
12353 with `no-blinking-cursor'.
12354
12355 * startup.el (no-blinking-cursor): New defvar.
12356 (command-line): Add `--no-blinking-cursor' to longopts.
12357 Set `no-blinking-cursor' to t for command line arguments
12358 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
12359 with `no-blinking-cursor' in the condition for calling
12360 `blink-cursor-mode'.
12361
12362 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
12363
12364 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
12365 (menu-bar-options-save): Add blink-cursor-mode.
12366 (menu-bar-options-menu): Add blink-cursor-mode.
12367
12368 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
12369
12370 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
12371 (icalendar-export-file, icalendar-export-region)
12372 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
12373 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
12374
12375 2005-03-04 Lute Kamstra <lute@gnu.org>
12376
12377 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
12378 (debug-function-list): Ditto.
12379
12380 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
12381
12382 * textmodes/texinfmt.el (texinfo-append-refill):
12383 Redefine the types of line to which @refill
12384 is not appended by replacing a search for `@refill\\|@bye' with
12385 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
12386 itemize@refill' bug and the unfilled long lines bug.
12387 (texinfmt-version): Update number and date.
12388
12389 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12390
12391 * international/code-pages.el (windows-1250, windows-125[2-8])
12392 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
12393
12394 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12395
12396 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
12397 bound yet.
12398
12399 2005-03-02 Romain Francoise <romain@orebokech.com>
12400
12401 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
12402 buffer after removing limits.
12403 (ibuffer-pop-filter): Ditto.
12404 Update copyright.
12405
12406 2005-03-02 Miles Bader <miles@gnu.org>
12407
12408 * button.el (make-text-button): If the user doesn't specify a
12409 type, use the default. Rewrite to use `add-text-properties' and
12410 plist functions.
12411
12412 2005-03-01 Lute Kamstra <lute@gnu.org>
12413
12414 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
12415 (debugger-jumping-flag): New var.
12416 (debug-entry-code): Use it.
12417 (debugger-jump): Use debugger-jumping-flag and add
12418 debugger-reenable to post-command-hook.
12419 (debugger-reenable): Use debugger-jumping-flag and remove itself
12420 from post-command-hook.
12421 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
12422 debugger-reenable.
12423
12424 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
12425
12426 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
12427 inclusion of "itemize\\|", which may be unnecessary, is certainly
12428 inelegant, and stops refilling in itemize lists when formatting
12429 Japanese Texinfo files to Info.
12430 Update copyright to 2005.
12431
12432 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
12433
12434 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
12435 of an error if GDB can't find the source file.
12436
12437 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
12438
12439 * calendar/calendar.el (redraw-calendar): Work from any buffer,
12440 not just the calendar.
12441
12442 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
12443 first.
12444 (diary-redraw-calendar): New function.
12445 (make-diary-entry): Add diary-redraw-calendar to local
12446 write-contents-functions. Turn off selective display before
12447 inserting in diary.
12448
12449 2005-03-01 Kim F. Storm <storm@cua.dk>
12450
12451 * emacs-lisp/copyright.el (copyright-fix-years): New command.
12452
12453 2005-03-01 Lute Kamstra <lute@gnu.org>
12454
12455 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
12456 that debug-entry-code can be safely removed from a function while
12457 this code is being evaluated. Revert the 2005-02-27 change as the
12458 new implementation no longer requires it. Make sure that a
12459 function body containing just a string is not mistaken for a docstring.
12460 (debug): Skip one more frame in case of debug on entry.
12461 (debugger-setup-buffer): Delete one more frame line in case of
12462 debug on entry.
12463 (debugger-frame-number): Update to use the new text introduced by
12464 the 1999-11-03 change. Skip one more frame in case of debug on entry.
12465
12466 2005-02-28 Kim F. Storm <storm@cua.dk>
12467
12468 * double.el (double-translate-key): Call force-window-update after
12469 read-event to avoid crash in redisplay.
12470
12471 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
12472
12473 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
12474 (debug): Use it. Move the inhibit-trace earlier.
12475 (debug-entry-code): New const.
12476 (debug-on-entry-1): Use it.
12477
12478 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
12479
12480 * international/utf-16.el (ccl-encode-mule-utf-16le):
12481 Fix BUFFER_MAGNIFICATION to 2.
12482 (ccl-encode-mule-utf-16be): Likewise.
12483
12484 2005-02-28 Kenichi Handa <handa@m17n.org>
12485
12486 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
12487 Fix BUFFER_MAGNIFICATION to 4.
12488 (ccl-encode-mule-utf-16be-with-signature): Likewise.
12489
12490 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
12491
12492 * speedbar.el (speedbar-update-flag): Doc fix.
12493 (speedbar-show-info-under-mouse): Give set-mouse-position the right
12494 argument.
12495
12496 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12497
12498 * reveal.el (reveal-post-command): Don't try to reveal overlays which
12499 have a non-nil `invisible' property but are actually visible.
12500
12501 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
12502 for perldoc sections.
12503 (perl-outline-regexp, perl-outline-level): New var and function.
12504 (perl-mode): Use them.
12505
12506 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
12507
12508 * calendar/diary-lib.el (diary-remind): Discard any mark portion
12509 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
12510
12511 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
12512
12513 * cus-edit.el: Comment change.
12514 (custom-buffer-create-internal): Slightly reword text at top of
12515 Custom buffers. Mention there that saving an option edits the
12516 init file. Add link to Emacs manual node on `custom-file'.
12517 (custom-magic-alist): Rewrite individual State messages to use
12518 capitalized keywords. Doc fix.
12519
12520 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
12521
12522 * calendar/calendar.el (calendar-buffer): Move above
12523 calendar-week-start-day.
12524 (calendar-week-start-day): Doc fix. Add :set function.
12525 (calendar-minimum-window-height): New variable.
12526 (generate-calendar-window): Only resize window if selected-window
12527 is displaying the calendar buffer. Use new variable
12528 calendar-minimum-window-height.
12529 (generate-calendar): Reword error message.
12530 (calendar-mode-map): Bind DEL to scroll-other-window-down.
12531
12532 2005-02-27 Andreas Schwab <schwab@suse.de>
12533
12534 * vc.el (vc-do-command): Don't run command asynchronously when
12535 operating in a remote directory.
12536
12537 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
12538 change from sync with Tramp 2.0.47.
12539
12540 2005-02-27 Richard M. Stallman <rms@gnu.org>
12541
12542 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
12543
12544 * textmodes/flyspell.el (flyspell-mode-on):
12545 Call ispell-change-dictionary only if necessary.
12546
12547 * emacs-lisp/re-builder.el (regexp-builder): New function.
12548
12549 * register.el (describe-register-1): Explicitly handle
12550 yank-excluded-properties = t.
12551
12552 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
12553 (custom-magic-alist): Change the status descriptions again.
12554 (face widget-type): Total rewrite based on `restricted-sexp'
12555 to eliminate the confusing double hiding levels.
12556
12557 * emacs-lisp/debug.el (debug-on-entry-1):
12558 If function body is empty, add nil as body form.
12559
12560 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * emacs-lisp/trace.el (inhibit-trace): New var.
12563 (trace-make-advice): Use it.
12564
12565 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
12566
12567 2005-02-26 Kim F. Storm <storm@cua.dk>
12568
12569 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
12570 (mouse-on-link-p, mouse-drag-region-1): Use it.
12571
12572 2005-02-25 Lute Kamstra <lute@gnu.org>
12573
12574 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
12575
12576 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
12577
12578 * frame.el (blink-cursor-mode): Add :group keyword.
12579
12580 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
12581
12582 * calendar/icalendar.el (icalendar--decode-isodatetime):
12583 New optional argument DAY-SHIFT.
12584 (icalendar-export-region): Fix coding-system-for-write.
12585 (icalendar--convert-ical-to-diary): Shift end-day of all-day
12586 events by one.
12587
12588 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
12591
12592 2005-02-24 Kim F. Storm <storm@cua.dk>
12593
12594 * international/iso-acc.el (iso-accents-compose): Fix crash
12595 during redisplay. Call force-window-update after read-event
12596 and delete-region to signal that window is not accurate.
12597
12598 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12599
12600 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
12601 Remove unused and inexistent var `inhibit-trace'.
12602 (debugger-mode): Use run-mode-hooks.
12603 (debugger-list-functions): Add buttons; setup xref stack.
12604
12605 2005-02-23 Richard M. Stallman <rms@gnu.org>
12606
12607 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
12608 appointment says it was explicitly made.
12609 (appt-add): Set the 3rd element.
12610 (appt-make-list): Preserve explicit appointments.
12611
12612 * subr.el (find-tag-default): Catch errors in forward-sexp.
12613
12614 2005-02-23 Juri Linkov <juri@jurta.org>
12615
12616 * info.el (Info-isearch-search): New defcustom.
12617 (Info-isearch-search): Call the default isearch function
12618 when Info-isearch-search is nil.
12619 (Info-isearch-wrap): Use variable Info-isearch-search.
12620
12621 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
12622
12623 * cus-edit.el: Comment change.
12624
12625 2005-02-22 Kim F. Storm <storm@cua.dk>
12626
12627 * progmodes/hideif.el (hide-ifdef-use-define-alist):
12628 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
12629
12630 2005-02-22 Simon Josefsson <jas@extundo.com>
12631
12632 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
12633 New variable.
12634 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
12635 Oskarsson" <myrkraverk@users.sourceforget.net>.
12636
12637 2005-02-22 Kim F. Storm <storm@cua.dk>
12638
12639 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
12640 check that window of that event is the selected window.
12641 (mouse-drag-region-1): Compare mouse event window to selected
12642 window before setting point.
12643
12644 * tooltip.el (tooltip-show-help-function): Pass event to
12645 mouse-on-link-p so it can check selected window.
12646
12647 2005-02-22 Kenichi Handa <handa@m17n.org>
12648
12649 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
12650 (ps-mule-show-warning): New function.
12651 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
12652 characters are found.
12653
12654 * ps-print.el (ps-header-footer-string): Return a list of header
12655 and footer strings.
12656
12657 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12658
12659 * pcvs.el (cvs-retrieve-revision): Fix thinko.
12660
12661 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12662
12663 * frame.el (blink-cursor-mode): Use define-minor-mode.
12664
12665 * term/mac-win.el (function-key-map): Use char-names more consistently.
12666 (file-name-coding-system): Only set it for MacOS-9. The other case is
12667 already handled in mule-cmds.el (where it also works when mac-win.el
12668 is not used).
12669
12670 2005-02-21 Kenichi Handa <handa@m17n.org>
12671
12672 * international/mule.el (ctext-pre-write-conversion): Always use
12673 " *code-converting-work*" buffer for work.
12674
12675 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
12676
12677 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
12678
12679 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
12680
12681 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
12682
12683 * ses.el (undo-more): Restore defadvice, but only the part that
12684 allows changes outside the restricted area of the buffer.
12685
12686 2005-02-20 Kim F. Storm <storm@cua.dk>
12687
12688 * simple.el (line-move): Add fourth optional arg try-vscroll which
12689 must be set to perform auto-window-vscroll.
12690 When moving backwards and doing auto-window-vscroll, automatically
12691 vscroll to the last part of lines which are taller than the window.
12692 (next-line, previous-line): Set try-vscroll arg on line-move.
12693
12694 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12695
12696 * replace.el (query-replace, query-replace-regexp)
12697 (replace-string, replace-regexp): When operating on region, make
12698 the minibuffer prompt say so.
12699
12700 * isearch.el (isearch-forward): Document isearch-query-replace and
12701 isearch-query-replace-regexp keybindings.
12702
12703 2005-02-19 Jay Belanger <belanger@truman.edu>
12704
12705 * calc/calc-aent.el (math-read-token): Add local variable.
12706
12707 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
12708 (calc-edit-top): Move declaration to earlier in file.
12709 (calc-edit-macro-repeats): Add local variables.
12710
12711 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
12712 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
12713 calcFunc-tanh.
12714 Adjust integration rule for calcFunc-tan.
12715
12716 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12717
12718 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
12719 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
12720 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
12721 (viper-skip-separators): Bug fix.
12722 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
12723 particular major mode.
12724 (viper-del-backward-char-in-replace): Don't put deleted char on the
12725 kill ring.
12726
12727 * viper-ex.el (viper-color-display-p): New function.
12728 (viper-has-face-support-p): Use viper-color-display-p.
12729
12730 * viper-keym.el (viper-gnus-modifier-map): New keymap.
12731
12732 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
12733
12734 * viper-util.el (viper-glob-unix-files): Fix shell status check.
12735 (viper-file-remote-p): Make equivalent to file-remote-p.
12736
12737 * viper.el (viper-major-mode-modifier-list):
12738 Use viper-gnus-modifier-map.
12739
12740 2005-02-19 David Kastrup <dak@gnu.org>
12741
12742 * subr.el (subregexp-context-p): Fix garbled doc string by adding
12743 quoting.
12744
12745 2005-02-19 Jay Belanger <belanger@truman.edu>
12746
12747 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
12748 Remove extra definitions.
12749 (calc-coth): New function.
12750 (calcFunc-cot): Fix `let'.
12751
12752 2005-02-19 Eli Zaretskii <eliz@gnu.org>
12753
12754 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
12755 the reasons we use "type pc" in these faces.
12756
12757 * button.el (button): Ditto.
12758
12759 2005-02-19 Michael Mauger <mmaug@yahoo.com>
12760
12761 * replace.el (query-replace-read-from): Set the value of
12762 query-replace-from-history-variable to handle the case of an empty
12763 string entered to accept the suggested default.
12764
12765 * net/tramp.el (tramp-file-name-for-operation):
12766 Use dired-call-process instead of dired-call-process-command.
12767
12768 2005-02-19 Jay Belanger <belanger@truman.edu>
12769
12770 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
12771 (math-div-non-trig): New variables.
12772 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
12773 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
12774 (math-combine-prod, math-div-symb-fancy): Add simplifications for
12775 trig expressions.
12776
12777 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
12778
12779 * progmodes/gdb-ui.el (gdb-var-update-handler)
12780 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
12781 for watch expressions,
12782 (gdb-var-create-handler): Don't set speedbar-update-flag.
12783 (gdb-post-prompt): Simplify test for speedbar.
12784
12785 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12786
12787 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
12788 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
12789 we use the syntax table of the correct buffer.
12790 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
12791 Felix Gatzemeier.
12792
12793 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
12794 (ediff-file-remote-p): Make synonymous with file-remote-p.
12795 In all deffaces ediff-*-face-*, use min-colors.
12796
12797 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
12798 ediff-recurse-to-subdirectories.
12799 (ediff-mark-if-equal): Check that the arguments are strings, use
12800 ediff-same-contents (after to Felix Gatzemeier).
12801
12802 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
12803 nil.
12804
12805 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 * log-view.el (log-view-message-re): Fix up Subversion regexp.
12808
12809 2005-02-18 David Kastrup <dak@gnu.org>
12810
12811 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
12812 use `mark-active' when defined.
12813
12814 2005-02-18 Kenichi Handa <handa@m17n.org>
12815
12816 * ps-print.el (ps-font-info-database): New entry
12817 ZapfChancery-MediumItalic with correct font name. Fix font name
12818 of the entry Zapf-Chancery-MediumItalic.
12819
12820 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
12821
12822 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12823
12824 2005-02-16 Kim F. Storm <storm@cua.dk>
12825
12826 * ido.el (ido-fallback-command): Pass user input to fallback command.
12827
12828 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
12829
12830 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12831 (gdb-find-file-hook): Add server prefix.
12832
12833 2005-02-16 Richard M. Stallman <rms@gnu.org>
12834
12835 * replace.el (perform-replace): Pass new args to replace-highlight.
12836 (replace-highlight): Take region args,
12837 and pass them to isearch-lazy-highlight-new-loop.
12838
12839 * novice.el (disabled-command-hook): Autoload the defalias
12840 and the make-obsolete-variable call.
12841
12842 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12843
12844 * isearch.el (isearch-lazy-highlight-start-limit)
12845 (isearch-lazy-highlight-end-limit): New variables limit
12846 the region for highlighting.
12847 (isearch-lazy-highlight-new-loop): New args BEG and END.
12848 (isearch-lazy-highlight-search): Use the new vars.
12849 (isearch-lazy-highlight-update): Likewise.
12850
12851 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12852
12853 * cus-start.el (all): Use default-boundp.
12854
12855 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12856
12857 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12858
12859 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12860
12861 * autorevert.el (auto-revert-stop-on-user-input)
12862 (auto-revert-verbose): Doc fixes.
12863
12864 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12865
12866 * international/mule-cmds.el (set-locale-environment): Remove call
12867 to set-selection-coding-system on Windows.
12868
12869 2005-02-15 Jay Belanger <belanger@truman.edu>
12870
12871 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12872 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12873 calcFunc-coth.
12874 (math-simplify-sqrt): Add simplifications.
12875
12876 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12877 to list.
12878
12879 * calc/calc-ext.el: Add functions to autoloads.
12880
12881 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12882 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12883 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12884 (math-csc-raw, math-cot-raw): New functions.
12885
12886 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12887
12888 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12889 the variable name in a message.
12890
12891 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12892 calcFunc-csc, calcFunc-cot.
12893
12894 * calc/calcalg2.el: Add derivative and integration rules for
12895 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12896 calcFunc-csch, calcFunc-coth.
12897 (math-do-integral-methods): Add to checks for when to use
12898 substitutions.
12899
12900 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12901
12902 2005-02-15 Lute Kamstra <lute@gnu.org>
12903
12904 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12905 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12906 <monnier@iro.umontreal.ca>
12907 (lisp-outline-level): Improve efficiency. Suggested by David
12908 Kastrup <dak@gnu.org>.
12909
12910 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12911
12912 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12913 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12914 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12915 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12916 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12917
12918 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12919
12920 * cus-start.el (all): Comment change.
12921
12922 2005-02-14 Lute Kamstra <lute@gnu.org>
12923
12924 * cus-start.el (all): Check if symbol is void.
12925
12926 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12927
12928 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12929 optional argument to \cite.
12930
12931 2005-02-14 Richard M. Stallman <rms@gnu.org>
12932
12933 * cus-edit.el (custom-buffer-create-internal): Update help message.
12934 (custom-magic-alist): Update help messages.
12935
12936 * cus-start.el (all): Allow a var to specify a standard value.
12937
12938 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12939
12940 * custom.el (custom-theme-set-variables): Handle variable aliases.
12941
12942 * frame.el (blink-cursor-timer): Doc fix.
12943 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12944 declare obsolete.
12945 (blink-cursor-mode): Define with defcustom and use correct
12946 standard expression in that defcustom.
12947 * startup.el (command-line): Adapt to above changes in frame.el.
12948
12949 2005-02-11 Lute Kamstra <lute@gnu.org>
12950
12951 * apropos.el (apropos-score-doc): Prevent division by zero.
12952
12953 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12954
12955 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12956 (icalendar--get-event-property-attributes)
12957 (icalendar--get-event-properties)
12958 (icalendar--datetime-to-diary-date): New functions.
12959 (icalendar--split-value): Doc fix.
12960 (icalendar--datetime-to-noneuropean-date)
12961 (icalendar--datetime-to-european-date): New optional argument
12962 SEPARATOR. Return result as a string instead of a list.
12963 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12964 (icalendar--convert-string-for-export): Rename arg S to STRING.
12965 (icalendar-export-region): Doc fix. Change name of error buffer.
12966 Save output buffer.
12967 (icalendar-import-file): Add blank at end of prompt.
12968 (icalendar-import-buffer): Doc fix. Do not switch to error
12969 buffer. Indicate status in return value.
12970 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12971 buffer. Save output buffer. Handle exception from recurrence
12972 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12973 events. Fix problems with weekly all-day events.
12974
12975 2005-02-10 Richard M. Stallman <rms@gnu.org>
12976
12977 * simple.el (eval-expression-print-format):
12978 Avoid warning about edebug-active.
12979
12980 * help.el (help-for-help-internal): Rename from help-for-help.
12981 (help-for-help): Define with defalias.
12982
12983 * font-core.el (font-lock-default-function): Use with-no-warnings.
12984
12985 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12986
12987 * custom.el (defface): Doc fix.
12988
12989 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12990
12991 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12992 width 0" to prevent word wrapping problems.
12993
12994 2005-02-09 Kim F. Storm <storm@cua.dk>
12995
12996 * ido.el (ido-file-extensions-order): New defcustom.
12997 (ido-file-extension-lessp, ido-file-extension-aux)
12998 (ido-file-extension-order): New advanced file ordering.
12999 (ido-file-lessp): New simple file ordering.
13000 (ido-sort-list): Remove.
13001 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
13002 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
13003
13004 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
13005
13006 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
13007 that some versions of grep produce.
13008 (grep-mode-font-lock-keywords): Likewise.
13009
13010 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
13011
13012 * progmodes/gdb-ui.el (gdb-location-list): New variable.
13013 (gdb-cdir): Delete.
13014 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
13015 (gdb-source-info): Treat case when source file is in another
13016 directory properly.
13017 (gdb-get-location): New function.
13018
13019 2005-02-07 Jay Belanger <belanger@truman.edu>
13020
13021 * calc/calc-prog.el (calc-write-parse-table-part)
13022 (calc-fix-token-name): Fix a check for language type.
13023
13024 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
13025
13026 2005-02-07 Andre Spiegel <spiegel@gnu.org>
13027
13028 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
13029 as directory not writable.
13030
13031 2005-02-07 Kim F. Storm <storm@cua.dk>
13032
13033 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
13034 (cua--standard-movement-commands): Remove list.
13035 Instead, set CUA property value to move for movement commands.
13036 (cua-movement-commands): Remove. Users must set CUA prop instead.
13037 (cua--pre-command-handler): Check CUA property.
13038 (cua--init-keymaps): Don't remap undo commands.
13039 (cua-mode): Don't call cua--rectangle-on-off.
13040
13041 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
13042 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
13043 (cua--rect-undo-set-point): New var.
13044 (cua--rectangle-undo-boundary): Setup undo apply entry.
13045 (cua--rect-undo-handler): New function for rectangle undo.
13046 (cua--rect-start-position, cua--rect-end-position): Add.
13047 (cua--rectangle-post-command): Call cua--rectangle-set-corners
13048 for restored rectangle. Set point if cua--rect-undo-set-point.
13049
13050 2005-02-06 Jay Belanger <belanger@truman.edu>
13051
13052 * calc/calc-lang.el (calc-tex-language): Display more information
13053 in messages.
13054
13055 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
13056 in TeX mode.
13057
13058 2005-02-06 Richard M. Stallman <rms@gnu.org>
13059
13060 * emacs-lisp/lisp.el (buffer-end): Doc fix.
13061
13062 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
13063
13064 * net/ldap.el (ldap-search-internal): Support attributes with
13065 optional descriptions separated by a semi-colon, as in
13066 "userCertificate;binary".
13067
13068 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13069
13070 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
13071 isn't a cons (i.e. the version is 0).
13072
13073 2005-02-05 Eli Zaretskii <eliz@gnu.org>
13074
13075 * help.el (help-for-help): Doc fix.
13076
13077 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
13078
13079 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
13080 GDB-Windows on the menu-bar as this works better.
13081
13082 2005-02-04 Jay Belanger <belanger@truman.edu>
13083
13084 * calc/calc-embed.el (calc-embedded-update): Don't put in
13085 unnecessary newlines. Adjust the end of formula marker.
13086
13087 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
13088 (math-latex-parse-two-args): New function.
13089
13090 2005-02-03 Lute Kamstra <lute@gnu.org>
13091
13092 * help-fns.el (help-with-tutorial): Make sure that users cannot
13093 remove the entire text of the tutorial by means of `undo'.
13094
13095 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13096
13097 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
13098 in recent changes, where the ispell process was repeatedly
13099 killed & restarted.
13100
13101 * international/mule-cmds.el (set-locale-environment): Set file-name
13102 coding system to utf-8 on Darwin systems.
13103 (set-default-coding-systems): Don't set default-file-name-coding-system
13104 on Darwin systems.
13105
13106 2005-02-03 Richard M. Stallman <rms@gnu.org>
13107
13108 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
13109
13110 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
13111
13112 * faces.el (list-faces-display): Add optional argument.
13113
13114 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13115
13116 * font-core.el (font-lock-default-function): Handle the rare case where
13117 only font-lock-keywords is set.
13118
13119 2005-02-02 Kenichi Handa <handa@m17n.org>
13120
13121 * international/characters.el: Cancel previous change for
13122 I-WITH-DOT-ABOVE and DOTLESS-i.
13123
13124 * international/latin-5.el: Cancel previous change.
13125
13126 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
13127
13128 * progmodes/gud.el: Correction to syntax in gud-menu-map.
13129
13130 2005-02-02 Kenichi Handa <handa@m17n.org>
13131
13132 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
13133 DOTLESS-i.
13134
13135 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
13136 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
13137
13138 * case-table.el (get-upcase-table): New function.
13139 (copy-case-table): Copy upcaes table too if non-nil.
13140 (set-case-syntax-delims): Maintain upcase table too.
13141 (set-case-syntax-pair): Likewise.
13142 (set-upcase-syntax, set-downcase-syntax): New functions.
13143 (set-case-syntax): Maintain upcase table too.
13144
13145 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
13146
13147 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
13148
13149 * progmodes/gud.el (gud-goto-info): New function.
13150 (gud-tool-bar-map): Use correct icon.
13151
13152 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
13153
13154 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
13155 When delegating, order args in the funcall correctly.
13156
13157 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
13158
13159 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
13160
13161 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
13162
13163 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
13164 buffer not visiting a file.
13165
13166 2005-01-31 Jay Belanger <belanger@truman.edu>
13167
13168 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
13169 bound on the line with the formula.
13170
13171 2005-01-31 Kim F. Storm <storm@cua.dk>
13172
13173 * ses.el (ses-create-cell-variable-range)
13174 (ses-destroy-cell-variable-range, ses-reset-header-string)
13175 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
13176 (ses-insert-row): Fix format of apply undo entries.
13177
13178 2005-01-31 Jay Belanger <belanger@truman.edu>
13179
13180 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
13181 parts.
13182
13183 * calc/calc-embed.el (calc-embedded-open-formula)
13184 (calc-embedded-close-formula): Ignore matrix environments.
13185
13186 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
13187 TeX mode.
13188
13189 * calc/calc-lang.el (math-function-table, math-oper-table)
13190 (math-variable-table): Adjust the LaTeX portions.
13191
13192 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
13193 (math-latex-ignore-words): New constant.
13194
13195 2005-01-31 Richard M. Stallman <rms@gnu.org>
13196
13197 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
13198 (ispell-local-dictionary): Doc fix.
13199 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
13200 Don't reinitialize at run time. Don't defcustom.
13201 All uses changed to append ispell-local-dictionary-alist,
13202 or check it first.
13203 (ispell-current-dictionary): New variable for dictionary in use.
13204 (ispell-dictionary): Now used only for global default.
13205 (ispell-start-process): Set ispell-current-dictionary,
13206 not ispell-dictionary.
13207 (ispell-change-dictionary): Use this only for setting
13208 user preferences.
13209 (ispell-internal-change-dictionary): New function
13210 to change the current dictionary in use.
13211 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
13212 Use ispell-current-dictionary.
13213 Handle ispell-local-dictionary-overridden.
13214 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
13215
13216 2005-01-31 Jay Belanger <belanger@truman.edu>
13217
13218 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
13219
13220 * calc/calc-ext.el: Add calc-latex-language to autoloads.
13221 (calc-mode-map): Add calc-latex-language.
13222
13223 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
13224 (math-latex-print-frac): New functions.
13225 (math-oper-table, math-function-table, math-variable-table)
13226 (math-complex-format, math-input-filter): Add latex properties.
13227 (calc-set-language): Set math-expr-special-function-mapping.
13228
13229 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
13230 (calc-write-parse-table-part): Add LaTeX support.
13231
13232 * calc/calc.el (calc-language): Adjust docstring.
13233 (calc-set-mode-line): Add LaTeX support.
13234 (math-expr-special-function-mapping): New variable.
13235 (math-tex-ignore-words): Add to list.
13236
13237 * calc/calccomp.el (math-compose-expr, math-compose-rows):
13238 Add LaTeX support.
13239 (math-compose-expr): Add support for special functions.
13240
13241 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
13242
13243 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
13244
13245 * progmodes/gdb-ui.el (gdb-memory-address)
13246 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
13247 (gdb-memory-mode-map, gdb-memory-format-keymap)
13248 (gdb-memory-format-menu, gdb-memory-unit-keymap)
13249 (gdb-memory-unit-menu): New variables for a buffer
13250 that lets the user examine program memory.
13251 (gdb-memory-set-address, gdb-memory-set-repeat-count)
13252 (gdb-memory-format-binary, gdb-memory-format-octal)
13253 (gdb-memory-format-unsigned, gdb-memory-format-signed)
13254 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
13255 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
13256 (gdb-memory-unit-word, gdb-memory-unit-halfword)
13257 (gdb-memory-unit-byte, gdb-memory-unit-menu)
13258 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
13259 (gdb-memory-mode, gdb-memory-buffer-name)
13260 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
13261 New functions for above buffer.
13262
13263 2005-01-30 Richard M. Stallman <rms@gnu.org>
13264
13265 * cus-edit.el (custom-bury-buffer): Function deleted.
13266 (custom-buffer-done-function): Option deleted.
13267 (custom-buffer-done-kill): New (replacement option.
13268 (Custom-buffer-done): Call quit-window.
13269 (custom-buffer-create-internal): Update for above changes.
13270
13271 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
13272
13273 * simple.el (undo-ask-before-discard): New var.
13274 (undo-outer-limit-truncate): Implement it.
13275 (undo-extra-outer-limit): Doc update.
13276
13277 2005-01-29 Richard M. Stallman <rms@gnu.org>
13278
13279 * ses.el (undo-more): Delete defadvice.
13280 (ses-begin-change): Doc fix.
13281
13282 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
13283 instead of rebinding C-x u and C-_.
13284
13285 * files.el (normal-backup-enable-predicate): Return nil for files
13286 in /tmp, regardless of temporary-file-directory.
13287
13288 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
13289
13290 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
13291 (open-rectangle, delete-whitespace-rectangle-line)
13292 (clear-rectangle-line): If FILL, pass t instead of FILL
13293 for move-to-column's 2nd arg.
13294
13295 * simple.el (undo): Fix the test for continuing a series of undos.
13296 (undo-more): Set pending-undo-list to t when we reach end.
13297 (pending-undo-list): Move up defvar.
13298
13299 * wid-edit.el (widget-button-click):
13300 Shorten the range of the track-mouse binding.
13301
13302 * comint.el (comint-insert-input): Undo previous changes;
13303 use last-input-event in interactive spec.
13304
13305 2005-01-29 Eli Zaretskii <eliz@gnu.org>
13306
13307 * progmodes/compile.el (compilation-start): Bind buffer-read-only
13308 to nil before invoking call-process. Reset buffer's modified flag
13309 after fontifying it in the no-async branch.
13310
13311 * wid-edit.el (widget-specify-button): If mouse pointer shape
13312 cannot be changed, use mouse face instead.
13313
13314 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
13315
13316 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
13317 (gdb-goto-breakpoint): Make breakpoint handling work on template
13318 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
13319 (gdb-assembler-custom): Update to recognize breakpoint information
13320 added on 2005-01-19.
13321
13322 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
13323
13324 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
13325 (dsssl-mode): Use define-derived-mode.
13326 (scheme-mode-initialize): Remove.
13327 (scheme-mode): Use run-mode-hooks.
13328
13329 * cus-edit.el (customize-group-other-window)
13330 (custom-buffer-create-other-window): Don't override special-display-*.
13331 (custom-mode-map): Make it dense.
13332
13333 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
13334 sets the default value.
13335
13336 2005-01-28 Eli Zaretskii <eliz@gnu.org>
13337
13338 * descr-text.el: Add more keywords.
13339
13340 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 * speedbar.el: Avoid unnecessary use of locate-library.
13343
13344 * international/mule-cmds.el (standard-display-european-internal):
13345 Don't fiddle with latin-1 non-break space any more since it's now
13346 special cased in the C code.
13347 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
13348
13349 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
13350
13351 * cus-start.el (all): Add `undo-outer-limit'.
13352
13353 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13354
13355 * textmodes/bibtex.el (bibtex-format-entry):
13356 Use `bibtex-empty-field-re' only on the text of fields, not on entire
13357 field lines.
13358 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
13359 not on part of a buffer.
13360
13361 2005-01-25 Lute Kamstra <lute@gnu.org>
13362
13363 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
13364 nonempty field text strings like "{letters\\macro{}more letters}".
13365 Clarify docstring.
13366 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
13367 (bibtex-entry-offset, bibtex-parse-association)
13368 (bibtex-parse-field-name): Fix typos in docstrings.
13369 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
13370
13371 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
13372
13373 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
13374 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
13375 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
13376 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
13377
13378 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
13379 isearch minor mode.
13380
13381 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
13382
13383 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
13384
13385 2005-01-24 Lute Kamstra <lute@gnu.org>
13386
13387 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
13388 CASECHARS and NOT-CASECHARS regular expressions of the
13389 "nederlands" and "nederlands8" dictionaries to prevent a "Range
13390 striding over charsets" error.
13391
13392 2005-01-24 Jay Belanger <belanger@truman.edu>
13393
13394 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
13395 display variable name.
13396
13397 2005-01-24 Kenichi Handa <handa@m17n.org>
13398
13399 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
13400 Fix setting of the element of encoded-kbd-iso2022-invocations.
13401
13402 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
13403
13404 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
13405 (gdb-threads-select): Change to also accept mouse events.
13406 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
13407 (gdb-threads-mouse-select): Delete.
13408
13409 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
13410
13411 * files.el (insert-directory): Take care of empty directory,
13412 listed without -a switch.
13413
13414 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13415
13416 * textmodes/refill.el (refill-post-command-function):
13417 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
13418 to the list of functions that we should be careful not to undo.
13419 (refill-late-fill-paragraph-function): Remove.
13420 (refill-saved-state): New var.
13421 (refill-mode): Use it to save fill-paragraph-function.
13422 Save also the value of auto-fill-function.
13423
13424 * term/w32-win.el: Simplify code.
13425
13426 2005-01-23 Kim F. Storm <storm@cua.dk>
13427
13428 * simple.el (line-move): Adapt to new return value from
13429 pos-visible-in-window-p.
13430
13431 * simple.el (line-move): Fix last change. Check partial
13432 visibility at point rather than at window-start.
13433
13434 2005-01-22 Jason Rumney <jasonr@gnu.org>
13435
13436 * term/w32-win.el (xw-defined-colors): Remove debug-message.
13437
13438 2005-01-22 David Kastrup <dak@gnu.org>
13439
13440 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
13441
13442 2005-01-22 Eli Zaretskii <eliz@gnu.org>
13443
13444 * type-break.el (type-break-mode): Add a test for
13445 type-break-file-name being non-nil.
13446
13447 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
13448
13449 * net/eudc.el (top level): Call (message "") via progn, so that
13450 eudc-options-file is loaded.
13451
13452 2005-01-22 Kim F. Storm <storm@cua.dk>
13453
13454 * simple.el (line-move-1): Rename from line-move.
13455 (line-move): New function that adjusts vscroll for partially
13456 visible rows, and calls line-move-1 otherwise.
13457
13458 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
13459
13460 * pcomplete.el: Define pcomplete-read-event instead of read-event,
13461 since it's not a complete read-event implementation
13462
13463 2005-01-20 Jay Belanger <belanger@truman.edu>
13464
13465 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
13466 for called function.
13467
13468 2005-01-20 Steven Tamm <steventamm@mac.com>
13469
13470 * term/mac-win.el (process-connection-type): Remove.
13471 Controlled now by s/darwin.h:PTY_ITERATION.
13472
13473 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13474
13475 * window.el (handle-select-window): Don't switch window when we're
13476 in the minibuffer.
13477
13478 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
13479
13480 * subr.el (dotimes-with-progress-reporter): New macro.
13481
13482 * ses.el (ses-dotimes-msg): Remove macro.
13483 Use `dotimes-with-progress-reporter' instead.
13484
13485 2005-01-19 Steven Tamm <steventamm@mac.com>
13486
13487 * term/mac-win.el (process-connection-type): Use new
13488 operating-system-release variable to use ptys on Darwin 7 (OS X
13489 10.3) when using carbon build.
13490
13491 2005-01-19 Jay Belanger <belanger@truman.edu>
13492
13493 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
13494 flags if the last command was a tab or M-tab.
13495
13496 * calc/calc-prog.el (calc-user-define-edit): Put original formula
13497 in formula editing buffer.
13498
13499 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
13500
13501 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
13502 breakpoint image symbol in margin.
13503
13504 2005-01-19 Jay Belanger <belanger@truman.edu>
13505
13506 * calc/calc-prog.el (calc-execute-kbd-macro):
13507 Ignore calc-keep-arg-flag.
13508
13509 2005-01-19 Kenichi Handa <handa@m17n.org>
13510
13511 * textmodes/ispell.el (ispell-looking-at): New function.
13512 (ispell-process-line): Use ispell-looking-at to compare the ispell
13513 output and the buffer contents.
13514
13515 2005-01-18 Jay Belanger <belanger@truman.edu>
13516
13517 * calc/calc.el (calc-display-raw): Fix docstring.
13518
13519 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * simple.el (blink-matching-open): Strip extra info from syntax.
13522
13523 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
13524 funny chars in the end-of-here-doc marker.
13525
13526 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
13527
13528 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
13529 that enable/disabled state of breakpoints is shown correctly in
13530 fringe and on ttys.
13531 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
13532 Add breakpoint information as text properties.
13533 (gdb-mouse-toggle-breakpoint):
13534 Rename to gdb-mouse-set-clear-breakpoint.
13535 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
13536 breakpoints in the margin.
13537 (gdb-remove-strings): Simplify.
13538
13539 2005-01-17 Jay Belanger <belanger@truman.edu>
13540
13541 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
13542 erasing buffer.
13543
13544 2005-01-17 Richard M. Stallman <rms@gnu.org>
13545
13546 * progmodes/grep.el (grep-find): Copy from `grep' the condition
13547 for calling grep-compute-defaults.
13548
13549 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
13550 if buffer is empty.
13551
13552 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
13553
13554 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
13555
13556 * hilit-chg.el (highlight-changes-mode): Don't autoload.
13557
13558 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
13559 non-preloaded variables.
13560
13561 2005-01-17 Steven Tamm <steventamm@mac.com>
13562
13563 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
13564 tex-shell cause to force interactivity when using pipes.
13565
13566 2005-01-17 Kim F. Storm <storm@cua.dk>
13567
13568 * simple.el (just-one-space): Make arg optional.
13569
13570 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
13571
13572 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
13573 posn-at-x-y to t to access left-margin.
13574
13575 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
13576
13577 Sync with Tramp 2.0.47.
13578
13579 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
13580 catching keep-date problems in cp/scp operations.
13581 (tramp-handle-copy-file): Don't call `set-file-modes'
13582 unconditionally. Specialized functions should know better what is
13583 necessary. This improves performance a little bit, and the
13584 functions could catch errors with `cp -p' and `scp -p'.
13585 (tramp-do-copy-or-rename-file-via-buffer)
13586 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
13587 when appropriate.
13588 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
13589 Call `set-file-modes' when appropriate.
13590 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
13591 Johnsson <isak@hypergene.com>
13592 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
13593 of both Tramp buffer and debug buffer. Reported by Joakim Verona
13594 <joakim@verona.se>
13595 (tramp-file-name-for-operation): Mark `shell-command' as magic for
13596 Emacs only.
13597
13598 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
13599 `find-file-hooks' and `dired-mode-hook'.
13600 (tramp-minor-mode-map): Respective map. Add remapping for
13601 `compile' and `recompile'.
13602 (tramp-remap-command, tramp-recompile): New defuns.
13603 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
13604 in buffer "*Compilation*". Call the commands asynchronously.
13605
13606 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
13607 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
13608 `shell-command', because it isn't magic in XEmacs. Reported by
13609 Adrian Aichner <adrian@xemacs.org>.
13610
13611 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13612 `substitute-in-file-name.
13613 (tramp-smb-handle-substitute-in-file-name): New defun.
13614 (tramp-smb-advice-PC-do-completion): Delete advice.
13615
13616 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
13617
13618 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
13619 Fix error in deleting region.
13620
13621 2005-01-15 Richard M. Stallman <rms@gnu.org>
13622
13623 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
13624 In non-temp buffer, switch syntax table temporarily.
13625
13626 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
13627
13628 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
13629
13630 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
13631
13632 * imenu.el (imenu--split-menu): Copy menulist before sorting.
13633 (imenu--generic-function): Use START, not BEG, as pos of definition.
13634
13635 * simple.el (just-one-space): Argument specifies number of spaces.
13636
13637 * simple.el (eval-expression-print-format): Avoid warning
13638 about edebug-active.
13639
13640 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
13641
13642 * progmodes/sh-script.el: Code copied from make-mode.el
13643 with small changes,
13644 (sh-mode-map): Bind C-c C-\.
13645 (sh-backslash-column, sh-backslash-align): New variables.
13646 (sh-backslash-region, sh-append-backslash): New functions.
13647
13648 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
13649
13650 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
13651 (rmail-pop-password, rmail-pop-password-required): Move to
13652 rmail-obsolete group.
13653 (rmail-set-pop-password): Rename to rmail-set-remote-password.
13654 All callers updated.
13655 (rmail-get-pop-password): Rename to rmail-get-remote-password.
13656 Take an argument specifying whether it is POP or IMAP mailbox we
13657 are using. All callers updated.
13658 (rmail-pop-password-error): Rename to
13659 rmail-remote-password-error. Added mailutils-specific error message.
13660 (rmail-movemail-search-path)
13661 (rmail-movemail-variant-in-use): New variables.
13662 (rmail-remote-password, rmail-remote-password-required):
13663 New customization variables.
13664 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
13665 (rmail-parse-url): New function.
13666 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
13667 with GNU mailutils movemail.
13668
13669 2005-01-15 Kevin Ryde <user42@zip.com.au>
13670
13671 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
13672 suffix to space, $ or '$, to correctly position point when going
13673 to @table style constants like DBL_MAX.
13674
13675 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
13676
13677 * type-break.el (type-break-mode, type-break-file-time)
13678 (type-break-file-keystroke-count, type-break-choose-file):
13679 Don't store data in or load data from the file if type-break-file-name
13680 is nil.
13681 (type-break-file-name): Doc update as per the above.
13682
13683 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
13684
13685 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
13686 lookup-key might return nil; handle that.
13687
13688 2005-01-15 Alan Mackenzie <acm@muc.de>
13689
13690 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
13691 rather than the element found, thus enabling the tree to be setcar'd.
13692
13693 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13694
13695 * textmodes/org.el (org-show-following-heading): New option.
13696 (org-show-hierarchy-above): Use `org-show-following-heading'.
13697 (org-cycle): Documentation fix.
13698
13699 * textmodes/org.el (orgtbl-optimized): New option
13700 (orgtbl-mode): New command, a minor mode.
13701 (orgtbl-mode-map): New variable.
13702 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
13703 (orgtbl-error, orgtbl-self-insert-command)
13704 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
13705
13706 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
13707 a local variable in each org-mode buffer.
13708
13709 * textmodes/org.el (org-set-regexps-and-options): Rename from
13710 `org-set-regexps'. Added checking for STARTUP keyword.
13711 (org-get-current-options): Add STARTUP options.
13712 (org-table-insert-row): Make mode intelligent about when
13713 realignment is needed.
13714 (org-self-insert-command, org-delete-backward-char, org-delete-char):
13715 New commands.
13716 (org-enable-table-editor): New default value `optimized'.
13717 (org-table-blank-field): Support blanking regions if active.
13718
13719 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13720
13721 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
13722 if the year is not given.
13723
13724 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
13725 Add new escapes %m and %M, fixed bug with %F by adding
13726 save-match-data.
13727 (reftex-reference): Remove ?. from list of spaces.
13728 (reftex-label-info): Add automatic label prefix recognition.
13729
13730 * textmodes/reftex-index.el (reftex-index-next-phrase):
13731 Add slave parameter to call of `reftex-index-this-phrase'.
13732 (reftex-index-this-phrase): New optional argument.
13733 (reftex-index-region-phrases): Add slave parameter to call of
13734 `reftex-index-this-phrase'.
13735 (reftex-display-index): New argument redo.
13736 (reftex-index-rescan): Add 'redo to arguments of
13737 `reftex-display-index'.
13738 (reftex-index-Rescan, reftex-index-revert)
13739 (reftex-index-switch-index-tag): Add 'redo to arguments of
13740 `reftex-display-index'.
13741 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
13742 indexing. Fix bug with matching is there is a quote before or
13743 after the word.
13744
13745 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13746 Fix bug when collecting citation keys in lines with comments.
13747 (reftex-citation): Prefix argument no longer rescans the document,
13748 but forces prompting for optional arguments of cite macros.
13749 (reftex-do-citation): Prompting for optional arguments implemented.
13750
13751 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13752 Add optional arguments to most cite commands.
13753 (reftex-cite-cleanup-optional-args): New option
13754 (reftex-cite-prompt-optional-args): New option.
13755 (reftex-trust-label-prefix): New option.
13756
13757 * textmodes/reftex-toc.el (reftex-toc-find-section):
13758 Add push-mark before changing the position in the buffer.
13759
13760 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
13761 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
13762
13763 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
13764
13765 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
13766 more carefully.
13767
13768 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13769
13770 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
13771 (sgml-mode): Use it.
13772 (sgml-get-context): Better keep track of implicitly closed tags.
13773
13774 2005-01-13 Kenichi Handa <handa@m17n.org>
13775
13776 * textmodes/ispell.el: These changes are to fix misalignment error
13777 caused by equivalent characters of different Emacs charsets.
13778 (ispell-unified-chars-table): New variable.
13779 (ispell-get-decoded-string): New function.
13780 (ispell-get-casechars, ispell-get-not-casechars)
13781 (ispell-get-otherchars): Call ispell-get-decoded-string.
13782
13783 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13784
13785 * custom.el (custom-declare-variable): Just put symbol instead
13786 of (defvar . symbol) in `current-load-list'.
13787
13788 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13789
13790 * emacs-lisp/elint.el: Fixed typo in Commentary section.
13791
13792 2005-01-12 Jay Belanger <belanger@truman.edu>
13793
13794 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13795 to create a Calc summary.
13796
13797 2005-01-12 Kim F. Storm <storm@cua.dk>
13798
13799 * mouse.el (mouse-on-link-p): Change functionality and doc
13800 string to comply with latest description in lisp ref.
13801
13802 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
13803
13804 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
13805 Enable mouse clicks on mode-line, header-line and margin.
13806 (event-type): Give mouse event symbols an 'event-kind property
13807 with value 'mouse-click.
13808
13809 2005-01-12 Juri Linkov <juri@jurta.org>
13810
13811 * facemenu.el (list-colors-display): Add new arg buffer-name.
13812 Use it. Fix docstring. Replace code for identifying duplicate
13813 colors by the name with call to `list-colors-duplicates' which
13814 identifies duplicate colors by the value unless the color
13815 is one of special Windows colors. Set truncate-lines to t.
13816 Print sorted duplicate color names on each line. Indent to 22
13817 \(the longest color name in rgb.txt) instead of 20. Optimize.
13818 (list-colors-duplicates): New function.
13819 (facemenu-color-name-equal): Delete function.
13820
13821 * facemenu.el (list-colors-print): New function created from code
13822 in list-colors-display. Print #RRGGBB at the window right edge.
13823 (list-colors-display): When temp-buffer-show-function is not
13824 defined, call list-colors-print from temp-buffer-show-hook
13825 to get the right value of window-width in list-colors-print
13826 after the buffer is displayed.
13827
13828 * simple.el (pop-mark): Move deactivate-mark out of conditional
13829 part to deactivate the active mark regardless of the state of the
13830 mark ring.
13831
13832 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13833 variables line in desktop files.
13834
13835 2005-01-12 Juri Linkov <juri@jurta.org>
13836
13837 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13838 Bring together isearch highlight related options.
13839 (lazy-highlight): Replace group `replace' by `matching'.
13840 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13841 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13842 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13843 and declare them obsolete.
13844 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13845 (isearch-faces): Remove defgroup.
13846 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13847 Move isearch highlighting code closer to lazy highlighting code.
13848
13849 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13850 (query-replace-highlight, query-replace-lazy-highlight)
13851 (query-replace): Move definitions to the beginning of the file.
13852
13853 2005-01-11 Juri Linkov <juri@jurta.org>
13854
13855 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13856 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13857 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13858
13859 * info.el (Info-history-forward): New variable.
13860 (Info-select-node): Reset Info-history-forward to nil.
13861 (Info-last): Turn into defalias.
13862 (Info-history-back): Rename from Info-last.
13863 Add current node to Info-history-forward.
13864 (Info-history-forward): New fun.
13865 (Info-mode-map): Replace Info-last by Info-history-back.
13866 Bind Info-history-forward to "r".
13867 (Info-mode-menu): Replace Info-last by Info-history-back.
13868 Fix menu item text. Add menu item for Info-history-forward.
13869 (info-tool-bar-map): Replace Info-last by Info-history-back.
13870 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13871 for Info-history-forward.
13872 (Info-mode): Replace Info-last by Info-history-back in docstring.
13873 Add local variable Info-history-forward.
13874 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13875
13876 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13877
13878 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13879 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13880 Ignore select-window events rather than fiddle with
13881 mouse-autoselect-window.
13882
13883 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13884
13885 * type-break.el (type-break-mode): Fix previous change.
13886
13887 2005-01-10 Jay Belanger <belanger@truman.edu>
13888
13889 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13890 calculator; only reset when point is inside a calculator.
13891 Don't adjust the window height if the window takes up the whole height
13892 of the frame.
13893
13894 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13895
13896 * ebuff-menu.el (Electric-buffer-menu-mode):
13897 Preserve value of buffer-local var header-line-format.
13898
13899 2005-01-09 Jay Belanger <belanger@truman.edu>
13900
13901 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13902 Make sure settings file exists before accessing it.
13903
13904 * calc/calc-embed.el (calc-embedded-subst):
13905 Replace math-multi-subst-rec, which is only supposed to be called
13906 by math-multi-subst, by math-multi-subst.
13907
13908 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13909
13910 * vc.el (vc-allow-async-revert): New user option.
13911 (vc-disable-async-diff): New internal variable.
13912 (vc-revert-buffer): Use them to disable asynchronous diff.
13913
13914 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13915 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13916 asynchronously if vc-disable-async-diff is t.
13917
13918 2005-01-09 Jay Belanger <belanger@truman.edu>
13919
13920 * calc/calc.el (defcalcmodevar): New macro.
13921 (calc-mode-var-list-restore-default-values)
13922 (calc-mode-var-list-restore-saved-values): New functions.
13923 (calc-mode-var-list): Use defcalcmodevar to define it.
13924 (calc-always-load-extensions, calc-line-numbering)
13925 (calc-line-breaking, calc-display-just, calc-display-origin)
13926 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13927 (calc-group-char, calc-point-char, calc-frac-format)
13928 (calc-prefer-frac, calc-hms-format, calc-date-format)
13929 (calc-float-format, calc-full-float-format, calc-complex-format)
13930 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13931 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13932 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13933 (calc-matrix-brackets, calc-language, calc-language-option)
13934 (calc-left-label, calc-right-label, calc-word-size)
13935 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13936 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13937 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13938 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13939 (calc-window-height, calc-display-trail, calc-show-selections)
13940 (calc-use-selections, calc-assoc-selections)
13941 (calc-display-working-message, calc-auto-why, calc-timing)
13942 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13943 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13944 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13945 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13946 (calc-gnuplot-geometry, calc-graph-default-resolution)
13947 (calc-graph-default-resolution-3d, calc-invocation-macro)
13948 (calc-show-banner): Use defcalcmodevar to declare them and set
13949 their default values.
13950
13951 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13952 instead of default values (but restore default values if there is
13953 an argument of 0).
13954
13955 2005-01-09 David Kastrup <dak@gnu.org>
13956
13957 * desktop.el (desktop-restore-eager): Fix typo in type.
13958
13959 2005-01-08 Richard M. Stallman <rms@gnu.org>
13960
13961 * cus-edit.el (customize): Delete :link.
13962
13963 2005-01-08 Jay Belanger <belanger@truman.edu>
13964
13965 * calc/calc.el (calc-mode): Remove the extension from the
13966 `calc-settings-file' file name when loading it.
13967
13968 2005-01-08 Kim F. Storm <storm@cua.dk>
13969
13970 * info.el (Info-mode-map, Info-next-link-keymap)
13971 (Info-prev-link-keymap, Info-up-link-keymap):
13972 Map follow-link to mouse-face.
13973 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13974
13975 2005-01-08 Jay Belanger <belanger@truman.edu>
13976
13977 * calc/calc.el (calc-settings-file): Change default value.
13978 Suggested by cgw in a comment in calc-mode.el.
13979
13980 * calc/calc-mode.el (calc-settings-file-name):
13981 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13982 Replace ~/.emacs in a prompt by calc-settings-file.
13983
13984 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13985
13986 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13987 (desktop-lazy-idle-delay): New customizable variables.
13988 (desktop-buffer-args-list): New variable.
13989 (desktop-append-buffer-args): New function.
13990 (desktop-save): Call desktop-append-buffer-args for some buffers.
13991 (desktop-lazy-create-buffer): New function.
13992 (desktop-idle-create-buffers): New function.
13993 (desktop-read): Add message about buffers to restore lazily.
13994 (desktop-lazy-abort): New command.
13995 (desktop-clear): Call desktop-lazy-abort.
13996 (desktop-lazy-complete): New command.
13997
13998 2005-01-06 Richard M. Stallman <rms@gnu.org>
13999
14000 * emacs-lisp/find-func.el (find-face-definition):
14001 Rename from find-face.
14002
14003 2005-01-06 Kim F. Storm <storm@cua.dk>
14004
14005 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
14006
14007 * man.el (Man-xref-man-page, Man-xref-header-file)
14008 (Man-xref-normal-file): Add follow-link property.
14009
14010 2005-01-06 Jay Belanger <belanger@truman.edu>
14011
14012 * calc/calc-units.el: Make sure the proper macro definitions are
14013 available when compiling.
14014
14015 2005-01-06 Juri Linkov <juri@jurta.org>
14016
14017 * isearch.el (isearch-lazy-highlight-update):
14018 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
14019
14020 2005-01-06 Miles Bader <miles@gnu.org>
14021
14022 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
14023 (isearch-lazy-highlight-face): Use new name.
14024
14025 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14026
14027 * uniquify.el (uniquify-rationalize-file-buffer-names):
14028 Re-add an interactive spec.
14029 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
14030 to the same name.
14031
14032 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
14033 (isearch-update, isearch-done): Adjust calls accordingly.
14034
14035 2005-01-05 Richard M. Stallman <rms@gnu.org>
14036
14037 * custom.el (custom-set-variables, custom-theme-set-variables):
14038 Clarify documentation.
14039
14040 * emacs-lisp/find-func.el (find-variable)
14041 (find-variable-other-window, find-variable-other-frame):
14042 Fix the TYPE args to find-function-read and find-function-do-it.
14043 (find-function): Doc fix.
14044 (find-function-at-point): Replace function-at-point alias.
14045
14046 2005-01-04 Richard M. Stallman <rms@gnu.org>
14047
14048 * cus-face.el (custom-declare-face):
14049 Record defface in current-load-list.
14050
14051 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
14052
14053 * emacs-lisp/find-func.el: Doc fixes.
14054 (find-face-regexp): New variable.
14055 (find-function-regexp-alist): New variable.
14056 (find-function-C-source): Third arg is now TYPE.
14057 (find-function-search-for-symbol): Handle general TYPE.
14058 (find-function-read, find-function-do-it): Handle general TYPE.
14059 (find-definition-noselect, find-face): New functions.
14060 (function-at-point): Alias deleted.
14061
14062 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
14063
14064 * battery.el (display-battery-mode): Rename from display-battery.
14065 Handle the case where it gets turned off.
14066
14067 2005-01-04 Richard M. Stallman <rms@gnu.org>
14068
14069 * cus-edit.el (customize): Make :link point to user doc.
14070
14071 * man.el (Man-fontify-manpage): Turn off undo generation.
14072
14073 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
14074
14075 2005-01-04 Andreas Schwab <schwab@suse.de>
14076
14077 * files.el (insert-directory): Only look for error lines in
14078 inserted text. Don't move too far after processing --dired markers.
14079
14080 2005-01-04 Richard M. Stallman <rms@gnu.org>
14081
14082 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
14083 Don't expand if the character is @, period, dash, etc.
14084 (define-mail-abbrev): Quote names that contain problem characters.
14085
14086 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
14087
14088 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
14089
14090 2005-01-03 Richard M. Stallman <rms@gnu.org>
14091
14092 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
14093 (query-replace-highlight, query-replace-lazy-highlight)
14094 (query-replace): Definitions moved up. Doc fix.
14095
14096 2005-01-03 Richard M. Stallman <rms@gnu.org>
14097
14098 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
14099 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
14100 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
14101 (lazy-highlight-face): Rename from isearch-lazy-...
14102 Change all references to them.
14103
14104 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
14105
14106 * cus-edit.el (custom-file): Doc fix for defcustom.
14107 (custom-file): The function no longer sets the variable
14108 `custom-file' to its return value.
14109
14110 * startup.el (command-line): No longer load `custom-file'.
14111
14112 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14113
14114 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
14115
14116 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
14117 Don't confuse module-prefixed identifiers for labels.
14118 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
14119
14120 2005-01-02 Richard M. Stallman <rms@gnu.org>
14121
14122 * files.el (basic-save-buffer-1): Fix previous change.
14123
14124 * loadhist.el (file-loadhist-lookup): New function.
14125 (file-provides, file-requires): Use it.
14126
14127 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
14128 instead of calculating the right size.
14129
14130 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
14131
14132 * vc-svn.el (vc-svn-diff): Stay local if possible.
14133
14134 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
14135
14136 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
14137
14138 * files.el (hack-local-variables): Fix last change.
14139
14140 2005-01-02 Jay Belanger <belanger@truman.edu>
14141
14142 * calc/calc-yank.el (calc-edit-top): New variable.
14143 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
14144 object. Change header properties.
14145 (calc-edit-finish, calc-edit-finish-stack-object)
14146 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
14147 edited object.
14148 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
14149 for the beginning of the edited object.
14150 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
14151 for the beginning of the edited object.
14152 * calc/calc-prog.el (calc-edit-macro-finish-edit)
14153 (calc-finish-formula-edit, calc-macro-repeats)
14154 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
14155 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
14156 beginning of the edited object.
14157 (calc-user-define-edit): Change the header for editing macros.
14158 Remove unnecessary variable.
14159
14160 2005-01-01 Jay Belanger <belanger@truman.edu>
14161
14162 * calc/calc-yank.el (calc-edit-mode): Change default header.
14163 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
14164 * calc/calc-store.el (calc-edit-variable): Change title to match new
14165 header.
14166 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
14167 mode to match new header.
14168 (calc-user-define-edit): Change titles to include names of commands.
14169 (calc-finish-formula-edit): Adjust to handle new header.
14170 (calc-finish-macro-edit): Remove.
14171 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
14172 (calc-edit-macro-command, calc-edit-macro-command-type)
14173 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
14174 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
14175 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
14176 (calc-edit-macro-finish-edit): New functions.
14177 (calc-user-define-edit): Use new functions to edit named calc macros.
14178
14179 2005-01-01 Stefan <monnier@iro.umontreal.ca>
14180
14181 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
14182
14183 * ses.el (copy-region-as-kill): Deactivate mark.
14184
14185 2005-01-01 Richard M. Stallman <rms@gnu.org>
14186
14187 * replace.el (occur-1): If the output buffer is also an input,
14188 don't kill it, rename it.
14189
14190 * faces.el (set-face-background, set-face-foreground): Doc fix.
14191
14192 * cus-face.el (custom-face-attributes): Fix :help-echo strings
14193 for :foreground and :background.
14194
14195 * dired.el (dired-view-command-alist): Variable deleted.
14196 (dired-view-file, dired-mouse-find-file-other-window):
14197 Delete the code to use it.
14198
14199 2005-01-01 Kim F. Storm <storm@cua.dk>
14200
14201 * image.el (insert-sliced-image): Use t for line-height property.
14202
14203 See ChangeLog.11 for earlier changes.
14204
14205 ;; Local Variables:
14206 ;; coding: iso-2022-7bit
14207 ;; End:
14208
14209 Copyright (C) 2005 Free Software Foundation, Inc.
14210 Copying and distribution of this file, with or without modification,
14211 are permitted provided the copyright notice and this notice are preserved.
14212
14213 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1