]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-10-30 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/flyspell.el (flyspell-external-point-words):
4 Detect when WORD can't be checked properly because
5 flyspell-get-word finds just part of it, and move on.
6
7 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8 boundarychar for Polish.
9 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11
12 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13
14 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
15 (gdb-registers-font-lock-keywords): Delete.
16 (gdb-registers-mode): Don't fontify.
17 (gdb-info-registers-custom): Use text properties instead as, in
18 future, changed register values will use font-lock-warning-face.
19 (gdb-local-font-lock-keywords): Rename to...
20 (gdb-locals-font-lock-keywords): ...for consistency.
21
22 2005-10-30 Andre Spiegel <spiegel@gnu.org>
23
24 * vc.el (vc-switch-backend): Better error message if the buffer is
25 not visiting a file under version control.
26
27 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
28
29 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
30
31 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
32 ~/.emacs.d/.emacs.
33
34 2005-10-29 Richard M. Stallman <rms@gnu.org>
35
36 * replace.el (occur-mode-mouse-goto): Always go to other window.
37 (occur-mode-goto-occurrence): Always switch in same window.
38
39 * simple.el (undo): Display message at end, not at start.
40
41 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
42 New arg REUSE-CELL.
43 (cancel-timer-internal): New function.
44 (timer-event-handler): Use cancel-timer-internal,
45 and pass the cell it returns to timer-activate...
46
47 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
48 (jit-lock-deferred-fontify, jit-lock-context-fontify)
49 (jit-lock-after-change): Test memory-full.
50
51 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
52
53 * textmodes/conf-mode.el (conf-assignment-sign)
54 (conf-assignment-regexp): Fix docstrings.
55 (conf-mode-initialize): New function.
56 (conf-mode): Remove optional args. Use delay-mode-hooks to
57 recognize recursive calls.
58 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
59 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
60 (conf-xdefaults-mode): Use define-derived-mode and
61 conf-mode-initialize.
62
63 2005-10-29 Romain Francoise <romain@orebokech.com>
64
65 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
66
67 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
68
69 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
70 part of the decoded armor to find the key-identifier.
71 (pgg-gpg-lookup-key-owner): New function to return the
72 human-readable identifier of a key owner.
73 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
74 key itself.
75 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
76 the key value) if we have a key and can match it against a secret
77 key. Also, added a note pointing out fact that the prompt only
78 indicates the first matching key.
79
80 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
81 pgg-decrypt-region.
82 (pgg-pending-timers): A new hash for tracking the passphrase cache
83 timers, so that new ones supercede old ones.
84 (pgg-add-passphrase-to-cache): Rename from
85 `pgg-add-passphrase-cache' to reduce confusion (all callers
86 changed). Modified to cancel old timers when new ones are added.
87 (pgg-remove-passphrase-from-cache): Rename from
88 `pgg-remove-passphrase-cache' to reduce confusion (all callers
89 changed). Modified to cancel old timers when their keys are
90 removed from the cache.
91 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
92 XEmacs, an indirection to delete-itimer.
93 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
94 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
95 users can only check cache without risk of prompting. Correct bug in
96 notruncate behavior.
97 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
98 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
99 Add informative docstrings.
100 (pgg-decrypt): Convey provided passphrase in subordinate call to
101 pgg-decrypt-region.
102
103 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
104
105 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
106 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
107 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
108 'passphrase' argument, so the passphrase can be managed externally
109 and then passed in to the system.
110
111 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
112 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
113 so the passphrase cache can be used reliably with identifiers
114 besides a pgp packet's key id.
115
116 * pgg-gpg.el (pgg-pgp-encrypt-region)
117 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
118 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
120 argument to all these routines, so the passphrase can be managed
121 externally and passed in to the system.
122
123 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
124 'notruncate' argument, so the passphrase cache can be used
125 reliably with identifiers besides a pgp packet's key id.
126
127 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
128
129 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
130 symmetric encryption.
131 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
132 encrypted session key.
133 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
134 message ask for the passphrase in a proper way.
135
136 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
137 New user commands for symmetric encryption.
138
139 2005-10-28 Bill Wohler <wohler@newt.com>
140
141 * help-mode.el (help-url): New button type. Calls browse-url.
142 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
143 Similar to Info nodes: URL `url'.
144 (help-make-xrefs): Create help-url buttons for
145 help-xref-url-regexp matches.
146
147 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
148
149 * tool-bar.el (tool-bar-add-item-from-menu)
150 (tool-bar-local-item-from-menu): Fix doc strings.
151
152 2005-10-28 Romain Francoise <romain@orebokech.com>
153
154 * ldefs-boot.el: Update.
155
156 * subr.el (locate-library): Move from help-fns.el.
157 * help-fns.el (locate-library): Move to subr.el.
158
159 2005-10-28 Richard M. Stallman <rms@gnu.org>
160
161 * net/tramp.el (tramp-completion-mode): defvar moved up.
162
163 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
164
165 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
166
167 * files.el (find-file-noselect): Use %d to format large file size.
168
169 * bindings.el (mode-line-format): Add %e.
170
171 * loadup.el ("facemenu"): Load unconditionally.
172 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
173 ("x-dnd"): Load, when appropriate.
174
175 * startup.el (command-line): Call before-init-hook earlier.
176 Warn about some bad characters in -u user name.
177
178 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
179 (flyspell-external-point-words): Error if misspelled word is not found.
180 Set flyspell-large-region-beg at end of word.
181
182 2005-10-28 Andreas Schwab <schwab@suse.de>
183
184 * view.el (View-revert-buffer-scroll-page-forward):
185 Use view-page-size-default.
186
187 2005-10-28 Juri Linkov <juri@jurta.org>
188
189 * international/quail.el (quail-get-current-str): Translate last
190 raw character for deterministic input methods.
191
192 2005-10-27 Jay Belanger <belanger@truman.edu>
193
194 * calc/calc-ext.el: Add functions to autoloads.
195 (math-identity-matrix-p, math-ident-row-p): New functions.
196
197 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
198 multiplication by an identity matrix; don't turn multiplication by
199 an inverse matrix into division.
200 (math-div-symbol-fancy): Replace division by matrices with
201 multiplication by inverse.
202
203 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
204
205 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
206 (calc-writeoutpower): New functions.
207
208 2005-10-27 Romain Francoise <romain@orebokech.com>
209
210 * replace.el (occur-engine): Include colon in mouse-face highlight.
211
212 * dired-x.el: Change Maintainer field.
213
214 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
215
216 * longlines.el (longlines-mode): Bind after-change-functions to
217 nil during initial decoding and final encoding.
218
219 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
220
221 * term.el (term-emulate-terminal, term-handle-colors-array)
222 (term-handle-ansi-escape): Specify the terminfo capabilities
223 implemented.
224
225 2005-10-26 Richard M. Stallman <rms@gnu.org>
226
227 * info.el (Info-fontify-node): Fix detection of sentence-break
228 before *Note.
229
230 2005-10-26 Romain Francoise <romain@orebokech.com>
231
232 * smerge-mode.el: Add `tools' to file keywords.
233
234 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
235
236 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
237 when the fringe is not available.
238
239 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
240 (def-gdb-auto-update-trigger): Simplify construction.
241 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
242 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
243 defined explicitly.
244 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
245 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
246 defined explicitly.
247 (gdb-info-locals-custom): Remove as it's a no-op.
248
249 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
250
251 * longlines.el (longlines-mode): Remove narrowing before
252 performing the initial decoding or final encoding.
253
254 2005-10-25 Romain Francoise <romain@orebokech.com>
255
256 * emacs-lisp/find-func.el (find-library-name): Also strip
257 extension if library name ends in .el, to take advantage of
258 `find-library-suffixes'.
259
260 2005-10-25 Richard M. Stallman <rms@gnu.org>
261
262 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
263
264 2005-10-25 Juri Linkov <juri@jurta.org>
265
266 * textmodes/texinfo.el (texinfo-mode): Change charset of one
267 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
268
269 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
272 (blackbox-redefine-key): Add argument `map'.
273
274 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
275 regions when moving the jit-lock-context-unfontify-pos boundary.
276
277 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
278
279 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
280
281 2005-10-25 Masatake YAMATO <jet@gyve.org>
282
283 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
284
285 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
286
287 * play/blackbox.el (blackbox-redefine-key): New function.
288 (blackbox-mode-map): Use it to remap existing bindings for cursor
289 motion instead of binding literal keys.
290
291 2005-10-25 Glenn Morris <rgm@gnu.org>
292
293 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
294 diary does not end in a newline. Do not assume a blank line at
295 the start of the diary file.
296
297 2005-10-25 Kenichi Handa <handa@m17n.org>
298
299 * international/quail.el (quail-translate-key): If the input
300 method is deterministic and failed to handle the last key, restart
301 the key handling loop from an appropriate key.
302
303 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
304
305 * vc.el (vc-dired-mode): Extend comment for binding of
306 `directory-listing-before-filename-regexp'.
307
308 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * textmodes/texinfo.el (texinfo-mode):
311 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
312 not to unnecessarily expose emacs-mule's internal char codes.
313
314 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
315
316 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
317 Display hand pointer and help-echo on disabled icon too.
318 (gdb-mouse-until): New function.
319 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
320
321 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
322
323 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
324 with 2005-10-23 change to doctor.el.
325
326 * finder.el (finder-mode-map): Add follow-link binding.
327
328 2005-10-25 Kim F. Storm <storm@cua.dk>
329
330 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
331 to gdb-mouse-toggle-breakpoint-fringe.
332 (gdb-mouse-toggle-breakpoint-margin): Rename from
333 gdb-mouse-toggle-breakpoint. Fix doc.
334 (gdb-mouse-toggle-breakpoint-fringe): New defun.
335 (gdb-put-string): Add optional SPROPS arg. Add props to string.
336 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
337 string properties also for fringe breakpoint bitmaps.
338
339 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
340
341 * textmodes/org.el (org-start-icalendar-file): Fix format form.
342
343 2005-10-25 Masatake YAMATO <jet@gyve.org>
344
345 * simple.el (completion-common-substring):
346 Use `completion-common-substring' prior to `completion-base-size'.
347
348 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
349
350 * savehist.el: Require CL while compiling.
351 (savehist-history-variables): Remove.
352 (savehist-save-minibuffer-history, savehist-additional-variables)
353 (savehist-minibuffer-history-variables): New vars.
354 (savehist-save): Use them.
355 (savehist-uninstall, savehist-minibuffer-hook): New funs.
356 (savehist-install): New fun, extracted from savehist-load.
357 (savehist-load): Use them.
358
359 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
362 a dummy doc-string-elt property.
363 (defalias, defvaralias, define-category): Add a docstring property.
364
365 * image.el (defimage):
366 * widget.el (define-widget):
367 * custom.el (defface, defcustom): Add `doc-string' declaration.
368
369 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
370 (defadvice): Add `doc-string' declaration.
371
372 * emacs-lisp/byte-run.el (macro-declaration-function):
373 Handle `doc-string' declarations.
374 (define-obsolete-function-alias, define-obsolete-variable-alias):
375 Add `doc-string' declaration.
376
377 2005-10-24 Kenichi Handa <handa@m17n.org>
378
379 * international/utf-7.el (utf-7): Add autoload cookie.
380
381 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
382
383 2005-10-24 Eli Zaretskii <eliz@gnu.org>
384
385 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
386 list of directories passed to batch-update-autoloads. Add "." to
387 the list of the echoed directories.
388
389 * pgg-def.el:
390 * pgg-gpg.el:
391 * pgg-parse.el:
392 * pgg-pgp.el:
393 * pgg-pgp5.el:
394 * pgg.el: Moved here from the gnus subdirectory.
395
396 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
397
398 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
399 in case comint-prompt-read-only is set to t.
400
401 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
402 in case comint-prompt-read-only is set to t.
403
404 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
405
406 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
407 Now a string.
408 (icalendar-import-format): Handle CLASS, STATUS, URL.
409 Rename `subject' to `summary'.
410 (icalendar-import-format-summary): Rename from
411 `icalendar-import-format-subject'.
412 (icalendar-import-format-url, icalendar-import-format-status)
413 (icalendar-import-format-class): New variables.
414 (icalendar--rris): Take variable argument list.
415 (icalendar--datestring-to-isodate): Remove unnecessary
416 calendar-style check when converting dates with explicit month names.
417 (icalendar-export-region): Change return type of conversion
418 subroutines. Bury current buffer unless error occurred.
419 (icalendar--convert-to-ical)
420 (icalendar--parse-summary-and-rest): New functions.
421 (icalendar--convert-ordinary-to-ical)
422 (icalendar--convert-weekly-to-ical)
423 (icalendar--convert-yearly-to-ical)
424 (icalendar--convert-block-to-ical)
425 (icalendar--convert-cyclic-to-ical)
426 (icalendar--convert-anniversary-to-ical): Change return type.
427 Strip trailing blanks from subject.
428 (icalendar--convert-sexp-to-ical): Change return type.
429 Strip trailing blanks from subject. Handle simple sexp
430 entries as generated by icalendar.el.
431 (icalendar--convert-float-to-ical)
432 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
433 (icalendar-import-file): Doc fix.
434 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
435 Correct call to icalendar--rris.
436 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
437 `summary'.
438 (icalendar--add-diary-entry): Rename `subject' to `summary'.
439
440 2005-10-24 Romain Francoise <romain@orebokech.com>
441
442 * server.el (server-sentinel): Set query-on-exit flag to nil on
443 new client processes (it isn't inherited from the server process).
444
445 * replace.el (occur-engine): Rearrange text properties.
446
447 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
450 case-fold-search is nil.
451 (debug-help-follow): Use help-xref-interned directly.
452
453 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
454
455 * thumbs.el (thumbs-image-type): Add .pbm.
456
457 2005-10-23 Richard M. Stallman <rms@gnu.org>
458
459 * faces.el (inhibit-face-set-after-frame-default): New variable.
460 (set-face-attribute): Bind it.
461 (face-set-after-frame-default): Test it.
462
463 * help-fns.el (describe-simplify-lib-file-name): New function.
464 (describe-function-1, describe-variable): Use it.
465
466 * faces.el (describe-face): Use describe-simplify-lib-file-name.
467
468 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
469 Eliminate nil as possible value.
470 (tooltip-hide-delay): Reduce internal-border-width.
471
472 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
473 (menu-bar-file-menu) <new-file>: Likewise.
474
475 * simple.el (line-move-finish): Ignore fields computing LINE-END.
476
477 * international/mule.el (load-with-code-conversion):
478 Pass full file name to `eval-buffer' unless preloading.
479
480 * textmodes/flyspell.el (flyspell-large-region):
481 Call ispell-check-version.
482
483 * textmodes/ispell.el (ispell-local-dictionary-overridden):
484 Fix the make-variable-buffer-local call that was supposed
485 to be for this variable.
486 (ispell-aspell-supports-utf8): Doc fix.
487 (ispell-find-aspell-dictionaries): Preserve elements of
488 ispell-dictionary-alist for dictionaries that aspell doesn't report.
489 (ispell-aspell-find-dictionary): Return nil on error.
490
491 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
492 (doctor-symptoms): Likewise.
493
494 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
495
496 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
497
498 * cus-edit.el (custom-button, custom-button-pressed): New vars.
499 (custom-raised-buttons): Add :set spec.
500 (custom-button-unraised, custom-button-pressed-unraised):
501 New faces, so that custom-raised-buttons actually does something.
502 (custom-mode): Use custom-button and custom-button-pressed.
503
504 * wid-edit.el (widget-specify-button): Don't ignore
505 widget-mouse-face on graphic terminals.
506 (widget-move-and-invoke): Cleanup.
507
508 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
509
510 * whitespace.el (whitespace-cleanup): Doc fix.
511
512 2005-10-23 Romain Francoise <romain@orebokech.com>
513
514 * emulation/viper.el (viper-set-hooks): Quote forms passed to
515 `eval-after-load' to avoid evaluating their result.
516
517 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
518
519 * files.el (directory-listing-before-filename-regexp):
520 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
521
522 * dired.el (dired-move-to-filename-regexp): Remove.
523 All occurences replaced by `directory-listing-before-filename-regexp'.
524
525 * dired-x.el, locate.el, vc.el:
526 Replace `dired-move-to-filename-regexp' by
527 `directory-listing-before-filename-regexp'. In vc.el it is
528 overwritten locally; maybe this can be handled in files.el too.
529
530 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
531 replaced by `directory-listing-before-filename-regexp'.
532
533 2005-10-23 Andreas Schwab <schwab@suse.de>
534
535 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
536 and eval-next-after-load.
537
538 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
539
540 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
541 exist, create it.
542
543 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
544
545 * allout.el: Remove autoloads for mailcrypt and crypt++.
546 Require pgg, pgg-gpg during compilation.
547 (allout-version): Increment version number to 2.1, and use a literal
548 rather than RCS Id.
549 (allout-default-encryption-scheme): Remove.
550 (allout-passphrase-verifier-handling)
551 (allout-passphrase-verifier-string)
552 (allout-file-passphrase-verifier-string)
553 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
554 (allout-passphrase-hint-handling): Rename and simplify.
555 (allout-init): Use `find-file-hook' if available, otherwise
556 `find-file-hooks'.
557 (allout-mode): Use `write-file-functions' if available, otherwise
558 `local-write-file-hooks' and, instead of making auto-save-hook
559 buffer local, make the write-file-hook activity contingent to
560 allout-mode.
561 (allout-mode): Use key-binding substitution in the docstring.
562 (allout-kill-line): Spell-out kill ring data structure mutation
563 instead of using byte-compiler-complaint-provoking `pop'.
564 (allout-insert-listified): Use `insert' rather than `insert-string'
565 (allout-toggle-current-subtree-encryption): Update docstring, adjust
566 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
567 (allout-encrypt-string): Totally revamped vis new underlying
568 encryption facilities.
569 (allout-mc-activate-passwd): Remove.
570 (allout-obtain-passphrase): New, more or less replaces
571 allout-mc-activate-passwd.
572 (allout-encrypted-key-info): More or less replaces
573 allout-encrypted-text-type.
574 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
575 (my-mark-marker): Use `(featurep 'xemacs)'.
576
577 2005-10-23 Lars Hansen <larsh@soem.dk>
578
579 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
580 (byte-compile-file-form-defmumble, byte-compile-defun)
581 (byte-compile-defmacro): Use it.
582 (byte-compile-form): Don't call byte-compile-set-symbol-position
583 when a byte-compile handler is called.
584
585 2005-10-22 Romain Francoise <romain@orebokech.com>
586
587 * savehist.el (savehist-history-variables): Add `grep-find-history'.
588
589 * subr.el (eval-after-load): Convert library name to an absolute
590 file name using locate-library, since load-history no longer has
591 library names in it.
592
593 2005-10-22 Richard M. Stallman <rms@gnu.org>
594
595 * files.el (make-temp-file): Move from subr.el.
596 * subr.el (make-temp-file): Move to files.el.
597
598 * window.el (get-buffer-window-list): Move from subr.el.
599 * subr.el (get-buffer-window-list): Move to window.el.
600
601 * image.el (image-load-path): Use eval-at-startup to initialize.
602
603 * subr.el (eval-at-startup): New macro.
604
605 * subr.el: Much rearrangement of functions and division
606 into pages. No code changes.
607
608 2005-10-22 Kenichi Handa <handa@m17n.org>
609
610 * tar-mode.el (tar-extract): Be sure to call
611 find-operation-coding-system if set-auto-coding doesn't find a
612 coding system.
613
614 2005-10-22 Kim F. Storm <storm@cua.dk>
615
616 * image.el (image-type-header-regexps): Rename from image-type-regexps.
617 Change users.
618 (image-type-file-name-regexps): New defconst.
619 (image-type-from-data): Simplify loop.
620 (image-type-from-buffer): New defun.
621 (image-type-from-file-header): Use it instead of image-type-from-data.
622 Use image-search-load-path instead of only looking in data-directory.
623 (image-type-from-file-name): New defun.
624 (image-search-load-path): Change `pathname' to `filename'.
625 Make PATH arg optional, default to image-load-path.
626
627 2005-10-21 Richard M. Stallman <rms@gnu.org>
628
629 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
630
631 * textmodes/paragraphs.el (sentence-end-base): New variable.
632 (sentence-end): Use sentence-end-base.
633
634 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * font-lock.el (font-lock-default-fontify-region): Check the multiline
637 property independently from the font-lock-multiline variable.
638
639 2005-10-21 Richard M. Stallman <rms@gnu.org>
640
641 * emacs-lisp/find-func.el (find-library-name): Doc fix.
642
643 * startup.el (command-line): Convert library names
644 in `load-history' to absolute file names.
645
646 * subr.el (symbol-file): Doc fix.
647
648 * loadhist.el (file-loadhist-lookup): Call locate-library
649 instead of find-library-name. Don't try converting
650 abs file names to library names, since load-history no longer
651 has library names in it.
652 (file-dependents, file-provides, file-requires): Doc fixes.
653
654 2005-10-21 Juri Linkov <juri@jurta.org>
655
656 * progmodes/etags.el (tags-table-mode): New function.
657 (tags-verify-table): Replace initialize-new-tags-table with
658 tags-table-mode.
659
660 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
661 default value.
662 (desktop-modes-not-to-save): Add tags-table-mode to the
663 default value.
664
665 * info.el (Info-index-next): Add total number of index
666 alternatives to the message.
667
668 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
669 backward only space (instead of space and period) before looking
670 at sentence end.
671
672 * simple.el (set-variable): Use user-variable-p instead of symbolp.
673 Add the old variable value as 4th default-value arg of read-string.
674
675 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
676
677 * cus-face.el (custom-declare-face): Make face from X resources
678 also on Mac.
679
680 * disp-table.el (standard-display-g1, standard-display-graphic):
681 Refuse to use string glyphs also on Mac.
682 (standard-display-european): Don't set terminal coding system also
683 on Mac.
684
685 * frame.el (display-screens): Use x-display-screens also on Mac.
686
687 2005-10-21 Romain Francoise <romain@orebokech.com>
688
689 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
690
691 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
694 and $? into sexps.
695
696 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
697 warning face on open-paren-in-column-0.
698
699 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
700 boundary case. Fix typo.
701 Suggested by Martin Rudalics <rudalics@gmx.at>.
702
703 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
704
705 * textmodes/org.el: (org-combined-agenda-icalendar-file)
706 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
707 (org-export-icalendar-this-file)
708 (org-export-icalendar-all-agenda-files)
709 (org-export-icalendar-combine-agenda-files): New commands.
710 (org-export-icalendar, org-print-icalendar-entries)
711 (org-start-icalendar-file, org-finish-icalendar-file)
712 (org-ical-ts-to-string): New functions.
713 (org-read-date, org-goto-calendar)
714 (org-agenda-goto-calendar): Inhibit displaying diary entries by
715 call to `calendar'.
716 (orgtbl-setup): Remove the :keys arguments from the menu description.
717 (org-after-save-iCalendar-file-hook): New variable.
718
719 2005-10-21 Kenichi Handa <handa@m17n.org>
720
721 * language/vietnamese.el (tcvn-5712): Make it an alias of
722 vietnamese-tcvn coding-system.
723
724 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
725
726 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
727 group id is given.
728
729 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
730
731 * progmodes/sh-script.el (sh-escaped-line-re): New var.
732 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
733 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
734 whose line is either continued or ends with a comment.
735
736 2005-10-20 Romain Francoise <romain@orebokech.com>
737
738 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
739
740 * replace.el (occur-engine): Add follow-link property.
741
742 * font-core.el (font-lock-mode): Doc fix.
743
744 2005-10-20 Richard M. Stallman <rms@gnu.org>
745
746 * net/rcirc.el: New file.
747
748 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
749
750 * term.el (term-term-name): Initialize to "eterm-color".
751
752 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
753
754 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
755 for encryption functionality.
756 Move allout customization subgroup from `editing' to `outlines' group.
757 Fix commentary 'keywords' to legitimate ones.
758 Update author info (using my current email address, obscurified).
759 (allout-encrypt-string, allout-encryption-produce-work-buffer)
760 (allout-encrypted-topic-p, allout-encrypted-text-type)
761 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
762 (allout-situate-encryption-key-verifier)
763 (allout-get-encryption-key-verifier, allout-verify-key)
764 (allout-next-topic-pending-encryption)
765 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
766 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
767 (outline-key-verifier-handling, outline-key-hint-handling)
768 (outline-encrypt-unencrypted-on-saves): New defcustoms.
769 (allout-file-key-verifier-string, allout-encryption-scheme)
770 (allout-key-verifier-string, allout-key-hint-string)
771 (allout-after-save-decrypt): New variables.
772 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
773 (allout-after-saves-handler): New hook functions.
774 (allout-post-command-business): Do allout-after-save-decrypt.
775 (allout-enable-file-variable-adjustment): Custom var to enable
776 mechanism for adding and adjusting settings of Emacs file variables.
777 (allout-adjust-file-variable, allout-file-vars-section-data):
778 New functions, implement the mechanism.
779 (outlineify-sticky): Use the file vars mechanism.
780 (allout-inhibit-protection, allout-during-write-cue)
781 (allout-override-protect, allout-before-change-protect): Remove.
782 (allout-flag-region, allout-open-topic): Adjust read-only text.
783 (allout-open-line-not-read-only): Add to facilitate read-only
784 text based protection.
785 (allout-kill-line): Revise to adjust read-only text, clue the
786 user about the inhibition.
787 (allout-unprotected): Use unwind-protect.
788 (allout-shift-in, allout-shift-out): Disallow manually shifting a
789 topic deeper than the offspring depth of the previous topic -
790 avoiding confusing "containment discontinuities".
791 (allout-reindent-bodies): Fix retention of body relative hanging
792 indent during promotion of collapsed bodies.
793 (allout-open-topic): Make it easy to open new topic with same
794 bullet as current topic - topic creation functions provided with
795 any universal argument provokes now prompt for bullet, defaulting
796 to the bullet of the previous topic.
797 (allout-plain-bullets-string, allout-distinctive-bullets-string):
798 Plain bullet alternates '.' period and ',' comma only. All other
799 bullets are relegated to special status (but customizable).
800 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
801 since it actually operates w.r.t. most immediately containing
802 entry, visible or not.
803 (allout-hide-current-entry, allout-show-current-entry): Use the
804 revised version.
805 (allout-old-expose-topic): Solidify deprecation.
806 (allout-end-of-subtree): Add so we can span concealed as well
807 as visible topics.
808 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
809 (allout-end-of-current-heading): Tweak to just respect the first line.
810 (allout-get-body-text): Add.
811 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
812 when invoked interactively.
813 (allout-up-current-level): Use `interactive-p'.
814 (allout-mode, allout-init): Miscellaneous docstring and
815 operational refinements, as well as hookups of new encryption stuff.
816 (allout-beginning-of-current-entry): Now works as advertised.
817 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
818 (allout-isearch-rectification): Refine condition for isearching.
819 (allout-isearch-abort, allout-enwrap-isearch)
820 (allout-flag-region, my-region-active-p): Relocate some macros.
821 (allout-title): Fallback title is '(buffer-name)', not
822 non-existing '(current-buffer-name)'.
823 (subst-char-in-string): Define if absent (for some XEmacs versions).
824
825 2005-10-20 Jari Aalto <jari.aalto@cante.net>
826
827 * mail/sendmail.el (mail-setup-hook, mail-aliases)
828 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
829 (mail-citation-prefix-regexp, mail-signature-file)
830 (mail-default-headers, mail-bury-selects-summary)
831 (mail-send-nonascii): Add autoload cookies.
832
833 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
834
835 * frame.el (blink-cursor-mode): Add `mac' to the list of
836 window-system's that support blinking cursor.
837
838 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
839
840 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
841
842 2005-10-20 Eli Zaretskii <eliz@gnu.org>
843
844 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
845 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
846 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
847
848 2005-10-20 Kim F. Storm <storm@cua.dk>
849
850 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
851 (ido-set-current-directory): Don't add / after final @.
852 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
853 Explicitly handle ange-ftp completion oddities.
854 (ido-make-file-list): Don't rotate list at tramp root to avoid
855 triggering tramp file handler for expand-file-name via get-file-buffer.
856
857 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
858
859 * simple.el (eval-expression-print-format): Put the char-string
860 inside the parenthesis, like the other alternative notations.
861 (kill-new): Use push.
862 (copy-to-buffer): Use with-current-buffer.
863 (completion-setup-function): Simplify.
864 (minibuffer-local-must-match-map): Don't add redundant bindings which
865 are already present in its parent (minibuffer-local-completion-map).
866
867 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
868
869 2005-10-19 Jay Belanger <belanger@truman.edu>
870
871 * calc/calc-units.el (math-standard-units): Add units, adjust
872 symbols and update values.
873 (math-unit-prefixes): Add more prefixes.
874
875 2005-10-19 Romain Francoise <romain@orebokech.com>
876
877 * bookmark.el (bookmark-menu-heading): New face.
878 (bookmark-bmenu-list): Use it.
879 Don't fiddle with `baud-rate' at top-level.
880
881 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
882
883 * image.el (create-image, find-image): Mention max-image-size in
884 docstring.
885
886 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 * savehist.el (savehist-load): Revert to checking XEmacs.
889
890 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
891 Various docstring and line-width fixups.
892 (conf-mode): Use cond.
893 Set font-lock-defaults. Don't set comment-use-syntax.
894
895 2005-10-18 David Ponce <david@dponce.com>
896
897 * tree-widget.el (tree-widget-button-click): New function.
898 (tree-widget-button-keymap): Use it.
899
900 2005-10-18 Romain Francoise <romain@orebokech.com>
901
902 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
903 (bookmark-bmenu-hide-filenames): Add follow-link property.
904 Improve help-echo text.
905
906 * ffap.el (find-file-at-point): Doc fix.
907
908 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
909
910 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
911
912 2005-10-18 Masatake YAMATO <jet@gyve.org>
913
914 Install to the CVS repository what I forgot to install in my
915 2005-10-16 changes.
916
917 * progmodes/python.el (python-complete-symbol): Pass the common
918 prefix substring of completion to `display-completion-list'.
919
920 * textmodes/org.el (org-complete): Ditto.
921
922 2005-10-18 Masatake YAMATO <jet@gyve.org>
923
924 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
925
926 * woman.el (WoMan-xref-man-page): New button type derived
927 from `Man-abstract-xref-man-page'.
928 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
929
930 * man.el (Man-abstract-xref-man-page): New button type.
931 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
932 (Man-highlight-references): Add new optional argument `xref-man-type'.
933
934 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
935
936 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
937
938 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
939
940 * cus-edit.el (Custom-move-and-invoke): Delete.
941 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
942
943 * wid-edit.el (widget-move-and-invoke): New function, from
944 Custom-move-and-invoke.
945
946 2005-10-17 Bill Wohler <wohler@newt.com>
947
948 Move all remaining images from lisp/toolbar to etc/images, move
949 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
950 the low resolution images in their own directory (low-color).
951
952 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
953 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
954 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
955 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
956 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
957 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
958 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
959
960 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
961 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
962 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
963 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
964 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
965 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
966 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
967 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
968 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
969 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
970 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
971 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
972 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
973 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
974 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
975
976 To conform with convention, replace the underscore (_) in the
977 following image names with dash (-) or (/) as appropriate.
978
979 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
980 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
981 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
982 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
983 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
984 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
985 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
986 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
987 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
988 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
989 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
990 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
991 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
992 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
993 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
994
995 * info.el (info-tool-bar-map): Replace underscores in image names
996 with dashes.
997
998 * makefile.w32-in (WINS): Remove toolbar.
999
1000 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
1001
1002 * tool-bar.el: Move to lisp from toolbar. Now that
1003 toolbar is empty, it should be deleted when folks run "cvs up -P".
1004
1005 2005-10-18 Jay Belanger <belanger@truman.edu>
1006
1007 * calc/calc-store.el (calc-store-into): Get the proper variable name
1008 to display in message.
1009
1010 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
1011
1012 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
1013 expressions display in speedbar for all buffers when debugging.
1014 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
1015
1016 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
1017 (speedbar-insert-button, speedbar-make-button):
1018 Use add-text-properties.
1019 (speedbar-update-localized-contents)
1020 (speedbar-update-directory-contents)
1021 (speedbar-update-special-contents): Use dolist.
1022 (speedbar-buffer-easymenu-definition): Add a menu separator.
1023
1024 2005-10-17 Jason Rumney <jasonr@gnu.org>
1025
1026 * makefile.w32-in: Use $(lisp) consistently.
1027 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
1028 for shell specific generation of mh-autoloads.
1029
1030 2005-10-17 Richard M. Stallman <rms@gnu.org>
1031
1032 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
1033
1034 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * jit-lock.el (jit-lock-fontify-now):
1037 Move jit-lock-context-unfontify-pos to avoid wasted work.
1038
1039 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
1040
1041 * net/tramp.el (tramp-completion-mode): New defvar. Used in
1042 `tramp-completion-mode' for checking if we are in completion mode.
1043 (tramp-completion-handle-file-name-all-completions): Reorder code
1044 in order to complete for file names only in case there are no
1045 method/user/host completions. This is necessary for cooperation
1046 with ido. Reported by Kim F. Storm <storm@cua.dk>.
1047
1048 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
1049
1050 * longlines.el (longlines-search-forward)
1051 (longlines-search-backward): Match any number of spaces.
1052
1053 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
1054
1055 * diff-mode.el (diff-mode): Doc fix.
1056
1057 2005-10-16 David Reitter <david.reitter@gmail.com>
1058
1059 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
1060 as default on darwin and windows systems.
1061
1062 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
1063
1064 * arc-mode.el (archive-zip-extract): Doc fix.
1065
1066 2005-10-16 Romain Francoise <romain@orebokech.com>
1067
1068 * mouse.el (mouse-1-click-follows-link): Doc fix.
1069
1070 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * savehist.el: Don't require CL at runtime.
1073 (savehist-xemacs): Remove.
1074 (savehist-coding-system): Use utf-8 if present, regardless of religion.
1075 (savehist-no-conversion): Use (featurep 'xemacs).
1076 (savehist-load): Check existence of start-itimer rather than XEmacs.
1077 Use an idle timer.
1078 (savehist-process-for-saving): Replace use of CL funs `subseq' and
1079 `delete-if-not'.
1080
1081 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
1082
1083 * savehist.el: Newer version.
1084 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
1085 (savehist-last-checksum, savehist-no-conversion): New vars.
1086 (savehist-autosave, savehist-process-for-saving, savehist-printable):
1087 New functions.
1088 (savehist-load, savehist-save): Use them.
1089 (savehist-delimit): Remove.
1090
1091 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * progmodes/compile.el (compilation-goto-locus): Display the
1094 compilation buffer first and the source buffer second, in case they're
1095 in overlapping frames. Don't raise the compilation frame if it was the
1096 selected window upon entry. Pass the `other-window' arg to
1097 pop-to-buffer.
1098
1099 * info.el (Info-fontify-node): Use dolist.
1100 Change add-text-properties to put-text-property.
1101
1102 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1103
1104 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
1105 bound of search.
1106
1107 2005-10-16 Masatake YAMATO <jet@gyve.org>
1108
1109 * dabbrev.el (dabbrev-completion): Pass the common
1110 prefix substring of completion to `display-completion-list'.
1111
1112 * filecache.el (file-cache-minibuffer-complete)
1113 (file-cache-complete): Ditto.
1114
1115 * tempo.el (tempo-display-completions): Ditto.
1116
1117 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
1118
1119 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
1120
1121 * eshell/em-hist.el (eshell-list-history): Ditto.
1122
1123 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
1124
1125 * mail/mailalias.el (mail-complete): Ditto.
1126
1127 * progmodes/etags.el (complete-tag): Ditto.
1128
1129 * progmodes/make-mode.el (makefile-complete): Ditto.
1130
1131 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
1132
1133 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
1134
1135 * progmodes/pascal.el (pascal-complete-word)
1136 (pascal-show-completions): Ditto.
1137
1138 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
1139
1140 * simple.el (completion-common-substring): New variable.
1141 (completion-setup-function): Use `completion-common-substring'
1142 to put faces.
1143
1144 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1145
1146 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
1147 (x-get-selection, mac-select-convert-to-string): Convert from/to
1148 UTF-16 clipboard data as in native byte order, no BOM.
1149
1150 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
1151
1152 * progmodes/gud.el (gud-tool-bar-map): Rename the images
1153 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
1154 (gud-sentinel): Use speedbar-frame to check for speedbar.
1155
1156 2005-10-15 Richard M. Stallman <rms@gnu.org>
1157
1158 * savehist.el: New file.
1159
1160 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
1161
1162 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
1163 Fix bug in \bf fontification.
1164
1165 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * pcvs.el (cvs-edit-log-files): New var.
1168 (cvs-mode-edit-log): New arg `file'.
1169 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
1170 Instead force the use of the original file and nothing else.
1171 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
1172 the cvs-minor-wrap-function is set.
1173 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
1174
1175 2005-10-14 Bill Wohler <wohler@newt.com>
1176
1177 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
1178 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
1179 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
1180 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
1181 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
1182 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
1183 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
1184 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
1185 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
1186 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
1187 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
1188 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
1189 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
1190 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
1191 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
1192
1193 * progmodes/gud.el (gud-tool-bar-map): Rename the images
1194 appropriately (for example, gud-break to gud/break).
1195
1196 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
1197
1198 * longlines.el (longlinges-search-function)
1199 (longlines-search-forward, longlines-search-backward): New functions.
1200 (longlines-mode): Set isearch-search-fun-function to
1201 longlinges-search-function.
1202
1203 * mouse.el (mouse-drag-region-1): Handle the case where a
1204 double-click event is bound to an arbitrary function.
1205
1206 2005-10-14 David Ponce <david@dponce.com>
1207
1208 * recentf.el (recentf-track-opened-file)
1209 (recentf-track-closed-file, recentf-update-menu)
1210 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
1211 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
1212 mouse-1-click-follows-link.
1213
1214 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1215
1216 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
1217 Gnome file-manager.png. Suggested by
1218 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
1219
1220 * toolbar/README: Add diropen.xpm.
1221
1222 2005-10-13 Bill Wohler <wohler@newt.com>
1223
1224 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
1225 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
1226
1227 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1230 Don't waste the byte-compiler's time on constant data.
1231
1232 2005-10-13 Kenichi Handa <handa@m17n.org>
1233
1234 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
1235 byte with `escape-glyph' face.
1236
1237 * international/fontset.el (ccl-encode-unicode-font):
1238 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
1239 Handle the case that ucs-mule-to-mule-unicode translates a character to
1240 ASCII (usually for IPA characters).
1241
1242 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
1245 Don't hide the underline of titles if font-lock-mode is disabled.
1246
1247 2005-10-12 Bill Wohler <wohler@newt.com>
1248
1249 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
1250 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
1251 files in MH-E-SRC have been updated.
1252 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
1253
1254 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1255
1256 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
1257 (mixal-mode-syntax-table): Add \n as end-comment.
1258 (mixal-operation-codes-alist): Immediately initialize to full value.
1259 (mixal-add-operation-code): Remove.
1260 (mixal-describe-operation-code): Make the arg non-optional.
1261 Use the interactive spec instead.
1262 Use mixal-operation-codes-alist rather than mixal-operation-codes.
1263 (mixal-font-lock-keywords): Don't highlight comments here any more.
1264 (mixal-font-lock-syntactic-keywords): New var.
1265 (mixal-mode): Use it. Fix comment-start-skip.
1266
1267 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1268
1269 * startup.el (command-line-x-option-alist): -nb => -nbi
1270
1271 2005-10-12 Kim F. Storm <storm@cua.dk>
1272
1273 * startup.el (fancy-splash-default-action): Discard mouse click in
1274 the spash screen window, as it has no sensible meaning in the
1275 next window to be selected. Fixes error reported by Jan D.
1276
1277 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
1278
1279 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
1280
1281 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
1284 Try to fix up minor layout issues like indentation, line break, etc...
1285 (mixal-mode-syntax-table): Don't try to specify comment syntax,
1286 because it doesn't work.
1287 (mixal-operation-codes): Add some more codes.
1288 (mixal-font-lock-keywords): Process comments here.
1289 (mixal-mode): mixasm no longer needs -g option.
1290
1291 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
1292
1293 * progmodes/sh-script.el (sh-tmp-file):
1294 Use mktemp -t. Finish support for es and rc shells.
1295
1296 2005-10-11 Jay Belanger <belanger@truman.edu>
1297
1298 * calc/calcalg2.el (calc-integral): With an argument, compute the
1299 definite integral.
1300
1301 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
1302
1303 * mouse.el (mouse-drag-region-1): Don't try to catch a
1304 double-click when doing follow-link (it's overridden anyway).
1305
1306 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
1307
1308 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
1309 (autoload-print-form-outbuf): Add docstring.
1310
1311 2005-10-11 Juri Linkov <juri@jurta.org>
1312
1313 * info.el (Info-mode-menu): Delete menu item "Edit".
1314 (Info-mode): Delete description of Info-edit from docstring,
1315 and rearrange descriptions of Info commands in the order
1316 they are documented in the Info manual.
1317
1318 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1319
1320 * calendar/appt.el (appt-check): Use diary-selective-display var.
1321
1322 2005-10-10 Richard M. Stallman <rms@gnu.org>
1323
1324 * net/newsticker.el (newsticker-start, newsticker-show-news):
1325 Add autoload cookies.
1326
1327 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
1328
1329 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
1330
1331 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
1332
1333 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
1334
1335 2005-10-10 Jay Belanger <belanger@truman.edu>
1336
1337 * calc/calc-arith.el (math-check-known-scalarp)
1338 (math-check-known-matrixp): Check the values of arguments that are
1339 variables.
1340 (math-check-known-square-matrixp): New function.
1341 (math-known-square-matrixp): Use math-check-known-square-matrixp.
1342 (math-super-types): Add sqmatrix type.
1343
1344 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
1345 mode name `square' to 'sqmatrix'.
1346
1347 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
1348 mode name `square' to 'sqmatrix'.
1349
1350 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * progmodes/etags.el (select-tags-table-mode): Don't use
1353 selective-display.
1354 (tags-select-tags-table): Pass `button' to the action function.
1355 (select-tags-table): Place the side-info on button properties rather
1356 than in hidden text. Abbreviate file names.
1357 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
1358 (select-tags-table-select): Add `button' argument.
1359 Get side-info from the button property rather than from hidden text.
1360
1361 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
1362
1363 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
1364 (gud-speedbar-buttons): Preserve point if possible.
1365 (gud-sentinel): Restore previous speedbar display type.
1366
1367 * progmodes/gdb-ui.el (gdba): Improve diagram.
1368 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1369 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
1370 Call get-buffer-window once.
1371
1372 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1373
1374 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
1375 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
1376 (pascal-indent-command): Remove unused var `ind'.
1377 (pascal-indent-case): Remove unused var `oldpos'.
1378 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
1379 since it's now used as a proper minor mode map.
1380 (pascal-outline): Rename to pascal-outline-mode.
1381 (pascal-outline-mode): Use define-minor-mode.
1382 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
1383 selective-display.
1384
1385 2005-10-10 Andreas Schwab <schwab@suse.de>
1386
1387 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
1388 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
1389
1390 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
1391 outside source directory.
1392
1393 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
1394
1395 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
1396 C-x' as a prefix.
1397 (orgtbl-mode-map): Full keymap instead of sparse, because all
1398 `self-insert-command' keys are redefined in this map.
1399 (org-export-as-html): Specify charset for HTML file, by taking it
1400 from the coding system.
1401
1402 2005-10-10 Kenichi Handa <handa@m17n.org>
1403
1404 * textmodes/flyspell.el (flyspell-check-word-p):
1405 If unread-command-events is non-empty, don't call sit-for.
1406
1407 2005-10-09 Richard M. Stallman <rms@gnu.org>
1408
1409 * font-lock.el (font-lock-syntactic-keywords)
1410 (font-lock-keywords): Doc fixes.
1411
1412 * textmodes/flyspell.el (flyspell-external-point-words):
1413 Simplify logic, and don't try to check for consecutive appearances
1414 of one incorrect word.
1415
1416 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
1417
1418 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
1419 separator.
1420
1421 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
1422 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
1423 (gud-expansion-speedbar-buttons): New function.
1424 (gud-speedbar-buttons): Check for gud-comint-buffer.
1425
1426 2005-10-09 Bill Wohler <wohler@newt.com>
1427
1428 * Makefile.in (updates): Add mh-loaddefs dependency.
1429
1430 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * speedbar.el (speedbar-file-key-map): Fix typo.
1433
1434 2005-10-09 Daniel Brockman <daniel@brockman.se>
1435
1436 * cus-start.el (line-spacing): Add custom spec.
1437
1438 2005-10-09 Romain Francoise <romain@orebokech.com>
1439
1440 * textmodes/ispell.el (ispell-check-version): Fix last change.
1441
1442 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1443
1444 * term/x-win.el: Remove -i, --icon-type from comment.
1445
1446 * startup.el (command-line-x-option-alist): Remove options -i,
1447 -itype, --icon-type, added -nb, --no-bitmap-icon
1448
1449 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
1450
1451 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
1452 instead of :active.
1453
1454 2005-10-08 Eric Hanchrow <offby1@blarg.net>
1455
1456 * textmodes/ispell.el (ispell-check-version):
1457 Ignore hyphen, and all that follows, in aspell's version text.
1458
1459 2005-10-08 Jay Belanger <belanger@truman.edu>
1460
1461 * calc/calc-arith.el (math-known-square-matrixp): New function.
1462 (math-pow-fancy): Check for matrices before distributing exponent
1463 across products.
1464
1465 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
1466 fullscreen keypad. Suggested by Luc Teirlinck.
1467 (calc-keypad-show-input): Add space for formatting.
1468
1469 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
1470 Add square matrix option.
1471
1472 * calc/calc-poly.el (math-expand-term): Check for matrices instead
1473 of checking calc-matrix-mode when deciding how to expand.
1474
1475 * calc/calc.el (calc-set-mode-line): Add square matrix option.
1476
1477 2005-10-08 Lars Hansen <larsh@soem.dk>
1478
1479 * net/tramp.el (tramp-perl-directory-files-and-attributes):
1480 Add error handling.
1481 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
1482
1483 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
1484
1485 Sync with Tramp 2.0.51.
1486
1487 * net/tramp.el (tramp-handle-set-visited-file-modtime)
1488 (tramp-handle-insert-file-contents, tramp-handle-write-region):
1489 Insert special handling for `last-coding-system-used', again
1490 it still seems to be necessary (unlike stated before).
1491 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
1492 (tramp-password-prompt-regexp): There might be other words before
1493 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
1494 (tramp-chunksize): Improve docstring.
1495 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
1496 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
1497 Christian Joergensen <bugs@razor.dk>.
1498
1499 2005-10-07 Glenn Morris <rgm@gnu.org>
1500
1501 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
1502 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
1503 precision'.
1504
1505 2005-10-07 Romain Francoise <romain@orebokech.com>
1506
1507 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
1508 (ibuffer-do-shell-command-pipe-replace)
1509 (ibuffer-do-shell-command-file, ibuffer-do-eval)
1510 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
1511 (ibuffer-do-revert, ibuffer-do-replace-regexp)
1512 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
1513 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1514 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
1515 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
1516 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
1517 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
1518 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
1519 Autoload file sans suffix.
1520
1521 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
1522
1523 2005-10-07 David Ponce <david@dponce.com>
1524
1525 * recentf.el (recentf-menu-open-all-flag): New option.
1526 (recentf-digit-shortcut-command-name): New function.
1527 (recentf--shortcuts-keymap): New variable.
1528 (recentf-menu-shortcuts): New variable.
1529 (recentf-make-menu-items): Initialize it. Replace the "More..."
1530 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
1531 (recentf-menu-value-shortcut): New function.
1532 (recentf-make-menu-item): Use it. No more in-lined.
1533 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
1534 (recentf-open-most-recent-file): Rename from
1535 `recentf-open-file-with-key'. Don't depend on key binding.
1536 (recentf-mode-map): New variable.
1537 (recentf-mode): Use it.
1538
1539 2005-10-06 Bill Wohler <wohler@newt.com>
1540
1541 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
1542
1543 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
1544 (MH-E-SRC): New. Used by mh-autoloads.
1545 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
1546 files in MH-E-SRC have been updated.
1547 (compile, recompile, bootstrap): Depend on mh-autoloads.
1548
1549 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
1550
1551 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
1552 gud-break and gud-remove icons when the fringe is not available.
1553
1554 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
1555 Typo.
1556
1557 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1558
1559 * play/zone.el (zone): Wrap body with save-window-excursion.
1560
1561 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1562
1563 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
1564 Use the new `list-only' arg to diary-list-entries.
1565
1566 * calendar/diary-lib.el: Use overlays rather than selective-display.
1567 (diary-selective-display): New var.
1568 (diary-header-line-format): Use it.
1569 (diary-list-entries): Add argument `list-only'.
1570 Put the buffer in diary-mode. Don't add \^M at beg and end.
1571 Replace \^M by invisible overlays.
1572 (diary-unhide-everything): Replace \^M by invisible overlays.
1573 (print-diary-entries): Look for overlays rather than \^M.
1574 Add a space to the temp buffer name.
1575 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
1576 Put the buffer in diary-mode.
1577 (list-sexp-diary-entries): Replace \^M by invisible overlays.
1578 (diary-anniversary): Make the year arg optional.
1579 (diary-time-regexp): New const.
1580 (diary-font-lock-keywords): Use it to accept a few more time formats.
1581
1582 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
1583
1584 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
1585
1586 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
1587 Fix bug introduced 2005-07-03: Use (car (last ...))
1588 to faithfully reproduce replaced artist-last.
1589 (artist-set-arrow-points-for-poly): Likewise.
1590 Suggested by Johan Bockg\e,Ae\e(Brd.
1591
1592 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
1593
1594 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
1595 * wid-edit.el (widget):
1596 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
1597 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
1598
1599 2005-10-06 Kenichi Handa <handa@m17n.org>
1600
1601 * international/mule-cmds.el (set-language-environment):
1602 Fix setting up of case-table for unibyte mode.
1603
1604 * simple.el (what-cursor-position): If the character is displayed
1605 by some `display' text property, show that. Don't use
1606 single-key-description for eight-bit characters in multibyte mode.
1607
1608 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
1609
1610 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
1611 (gdb-ann3): Set it.
1612 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
1613 (gdb-info-frames-custom): Use inverse-video for first five
1614 characters of selected frame only.
1615 (gdb-get-frame-number): Select frame even when point is on frame
1616 number.
1617
1618 2005-10-06 Masatake YAMATO <jet@gyve.org>
1619
1620 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1621 Put `font-lock-function-name-face'.
1622 (gdb-info-frames-custom): Put `font-lock-function-name-face'
1623 and `font-lock-variable-name-face'
1624 (gdb-registers-font-lock-keywords): New font lock keywords definition.
1625 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
1626 (gdb-memory-font-lock-keywords): New font lock keywords definition.
1627 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
1628 (gdb-local-font-lock-keywords): New font lock keywords definition.
1629 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
1630 (gdb-threads-font-lock-keywords): New font lock keywords definition.
1631 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
1632
1633 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
1634
1635 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
1636 (ediff-merge-region-is-non-clash-to-skip): Previously called
1637 ediff-merge-region-is-non-clash.
1638
1639 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
1640 Use insert-buffer-substring.
1641
1642 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
1643 selecting files to patch. Also bug fixes.
1644
1645 * ediff-util.el (ediff-setup): Bug fix.
1646 (ediff-next-difference): Never skip clashes that differ in white
1647 space only.
1648
1649 * ediff-wind.el (ediff-setup-control-frame)
1650 (ediff-destroy-control-frame): Check the menubar feature.
1651
1652 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
1653 (viper-refresh-mode-line): Use make-local-variable to localize
1654 some vars instead of make-variable-buffer-local. Suggested by
1655 Stefan Monnier.
1656
1657 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
1658 (viper-restore-cursor-type, viper-set-insert-cursor-type):
1659 Use make-local-variable instead of make-variable-buffer-local.
1660 Suggested by Stefan Monnier.
1661
1662 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
1663 (viper-comint-mode-hook): Use make-local-variable on
1664 require-final-newline.
1665 (viper-non-hook-settings): Don't use make-variable-buffer-local.
1666
1667 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
1670 also the second char of a comment-start sequence.
1671 (scheme-sexp-comment-syntax-table): New var.
1672 (lambda, define): Set their scheme-doc-string-elt property.
1673 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
1674 Use lisp-font-lock-syntactic-face-function now that it properly
1675 handles |...| symbols.
1676 (scheme-mode-variables): Set lisp-doc-string-elt-property,
1677 parse-sexp-lookup-properties and font-lock-extra-managed-props.
1678
1679 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
1680 bit from # to |.
1681 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
1682
1683 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
1684 (lisp-doc-string-elt-property): New var.
1685 (lisp-font-lock-syntactic-face-function): Use it.
1686 Rewrite to recognize docstrings even for forms not at toplevel.
1687
1688 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
1689 annotation on the | part of #| rather than on the # part.
1690 (scheme-font-lock-syntactic-face-function): New function, to
1691 distinguish strings from |...| symbols.
1692 (scheme-mode-variables): Use it. Also fix up the font-lock-time
1693 syntax-table so that #|...|# is properly highlighted.
1694
1695 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
1696 Don't mark as docstring the 3rd elem of an unknown toplevel form.
1697
1698 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
1701 and C-e.
1702
1703 * emacs-lisp/eldoc.el: Move comments into docstrings.
1704 (eldoc-message-commands): Initialize in its declaration.
1705 Add move-beginning-of-line and move-end-of-line.
1706 (eldoc-add-command, eldoc-add-command-completions)
1707 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
1708
1709 * outline.el (outline-mark-subtree): Activate the mark.
1710
1711 * calendar/appt.el (appt-time-regexp): New var.
1712 (appt-add, appt-make-list): Use it.
1713 (appt-convert-time): Clean up.
1714
1715 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
1716 Don't set any syntax-table property here.
1717 (tex-font-lock-verb): New function. Do it here.
1718 (tex-font-lock-syntactic-keywords): Use it.
1719
1720 2005-10-04 Richard M. Stallman <rms@gnu.org>
1721
1722 * wid-edit.el (widget-file-complete): Get the widget start point
1723 the right way. Default directory to `/' if file has none.
1724
1725 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
1726
1727 * textmodes/flyspell.el (flyspell-mode-on):
1728 Call ispell-maybe-find-aspell-dictionaries.
1729
1730 * textmodes/ispell.el (ispell-word, ispell-region):
1731 Call ispell-maybe-find-aspell-dictionaries.
1732 (ispell-accept-buffer-local-defs):
1733 Don't call ispell-maybe-find-aspell-dictionaries
1734
1735 2005-10-04 Richard M. Stallman <rms@gnu.org>
1736
1737 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
1738
1739 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
1740
1741 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
1742 instead of `fboundp' in order to allow for anonymous functions.
1743
1744 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
1745
1746 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
1747 case the user clicks on the link while another window is selected.
1748 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
1749
1750 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
1751 functionality.
1752 (dframe-help-echo): Save point in case mouse tracking is off.
1753
1754 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
1755
1756 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
1757
1758 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1759
1760 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
1761 not change the global value of those vars.
1762
1763 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
1764 make-local-variable which we do not need any more.
1765
1766 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
1769 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
1770 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
1771 (speedbar-path-line): Define obsolete aliases.
1772 (speedbar-line-directory): Doc fix.
1773
1774 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
1775 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
1776 instead of speedbar-line-path.
1777
1778 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1779
1780 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
1781 to nil if dropping on a window. Handle dropping on a minibuffer window
1782 like dropping on a non-window part of Emacs.
1783
1784 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * net/ange-ftp.el: Use with-current-buffer.
1787 (ange-ftp-insert-directory): Do not follow symlinks any more.
1788
1789 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1790 Remove interactive spec.
1791
1792 2005-10-03 Kim F. Storm <storm@cua.dk>
1793
1794 * ido.el (ido-mode): Use custom-initialize-set.
1795
1796 2005-10-02 Richard M. Stallman <rms@gnu.org>
1797
1798 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
1799 Use insert-buffer-substring.
1800
1801 * net/tramp.el: Pacify byte compiler warnings in pacification code.
1802 (tramp-handle-file-local-copy): Use insert-buffer-substring.
1803
1804 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
1807 in last change.
1808 (ange-ftp-insert-directory): Fix up the search for the case where
1809 `file' is absolute.
1810
1811 2005-10-02 Romain Francoise <romain@orebokech.com>
1812
1813 * progmodes/compile.el (compile-goto-error): Delete extra paren.
1814
1815 2005-10-02 Andreas Schwab <schwab@suse.de>
1816
1817 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
1818 directory component in the session info.
1819
1820 2005-10-01 Richard M. Stallman <rms@gnu.org>
1821
1822 * comint.el (comint-redirect-subvert-readonly): Doc fix.
1823
1824 * simple.el (next-error-internal): New function.
1825
1826 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
1827 (compilation-start): Pass new arg to compilation-buffer-name.
1828 (compile-goto-error): Use next-error-internal.
1829
1830 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1831
1832 * speedbar.el: Remove RCS tag.
1833 (speedbar-check-read-only): Handle non-existent files.
1834
1835 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1836
1837 * info.el (Info-speedbar-hierarchy-buttons)
1838 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1839
1840 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1841
1842 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1843 Do not match newline.
1844 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1845 (bibtex-summary): Remove unnecessary save-excursion.
1846 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1847
1848 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1849
1850 * term/mac-win.el: Add charset info for "iso10646-1".
1851 Modify default fontset to use ATSUI-compatible fonts for some charsets
1852 if available.
1853
1854 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1855
1856 * speedbar.el: Re-apply arch tag.
1857 (speedbar-version): Rename to version 1.0. Suggested by Eric
1858 M. Ludlam.
1859 Reapply two changes from Emacs CVS' version of speedbar lost
1860 during the merge:
1861 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1862 (speedbar-frame-parameters): Improve customize type.
1863
1864 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1867 (ange-ftp-file-directory-p): Fix the symlink case.
1868 (ange-ftp-insert-directory): When listing a single file, get a list of
1869 the parent buffer and extract the relevant line. Inspired from a patch
1870 by Katsumi Yamaoka <yamaoka@jpl.org>.
1871 (ange-ftp-file-name-sans-versions): Simplify.
1872
1873 2005-09-30 Bill Wohler <wohler@newt.com>
1874
1875 Move MH-E image files from toolbar and mail directories into
1876 etc/images.
1877
1878 * mail/reply2.*: Move to etc/images/mail/reply*.
1879
1880 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1881 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1882 etc/images.
1883
1884 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1885 * toolbar/reply*: Move to etc/images/mail.
1886
1887 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1888
1889 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1890
1891 * speedbar.el: New version 1.0pre3.
1892
1893 Frame management code (including timer, and mouse click specifics)
1894 moved to dframe.el:
1895 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1896 (speedbar-timer): Removed. Use dframe-timer.
1897 (speedbar-close-frame): Removed. Use dframe-close-frame.
1898 (speedbar-activity-change-focus-flag): Removed. Use
1899 dframe-activity-change-focus-flag.
1900 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1901 dframe-update-speed.
1902
1903 (speedbar-current-frame): New macro. Use this instead of the
1904 variable speedbar-frame.
1905
1906 (speedbar-use-images, speedbar-expand-image-button-alist)
1907 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1908
1909 (speedbar-find-image-on-load-path): Removed. Replaced by
1910 defezimage in ezimage.el.
1911 (speedbar-expand-image-button-alist): Removed. Replaced by
1912 ezimage-expand-image-button-alist in ezimage.el.
1913
1914 (speedbar-ignored-directory-regexp)
1915 (speedbar-add-ignored-directory-regexp)
1916 (speedbar-ignored-directory-expressions)
1917 (speedbar-line-directory, speedbar-buffers-line-directory)
1918 (speedbar-directory-line, speedbar-buffers-line-directory):
1919 Renamed, replacing `path' with `directory'.
1920
1921 (speedbar-create-directory, speedbar-expand-line-descendants)
1922 (speedbar-toggle-line-expansion)
1923 (speedbar-contract-line-descendants): New commands.
1924
1925 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1926 (speedbar-use-tool-tips-flag): New options.
1927
1928 (speedbar-check-read-only, speedbar-require-version)
1929 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1930 (speedbar-handle-delete-frame, speedbar-try-completion)
1931 (speedbar-update-localized-contents): New functions.
1932
1933 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1934 (speedbar-object-read-only-indicator): New variables.
1935
1936 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1937 New hooks.
1938
1939 (speedbar-separator-face): New face.
1940
1941 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1942 (speedbar-ignored-modes): Add fundamental-mode.
1943 (speedbar-directory-unshown-regexp): Add . directories.
1944
1945 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1946 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1947 `]' for full expand/close.
1948 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1949
1950 (speedbar-check-vc): Support hidden files.
1951 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1952 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1953 state is nil, it is not checked out.
1954
1955 (speedbar-line-text, speedbar-line-token): Support expand buttons
1956 with no text.
1957 (speedbar-refresh): Universal argument acts as power-click.
1958 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1959 that buffer to get variable values.
1960
1961 And many other bugfixes.
1962
1963 * dframe.el, ezimage.el, sb-image.el: New files.
1964
1965 * sb-*.xpm: Remove files. New image files installed into
1966 etc/images/ezimage.
1967
1968 2005-09-30 Kenichi Handa <handa@m17n.org>
1969
1970 * ps-mule.el (ps-mule-show-warning): If a character is in
1971 ps-print-translation-table, don't treat it as non-printable.
1972
1973 2005-09-30 David Ponce <david@dponce.com>
1974
1975 * tree-widget.el (tree-widget-themes-load-path): New variable.
1976 (tree-widget-themes-directory): Doc fix.
1977 (tree-widget-image-formats) [Emacs]: Doc fix.
1978 (tree-widget--locate-sub-directory): New function.
1979 (tree-widget-themes-directory): Use it.
1980
1981 * recentf.el (recentf-filename-handlers): Rename from
1982 `recentf-filename-handler'. Allow a list of functions.
1983 (recentf-menu-items-for-commands): Fix :help strings.
1984 (recentf-apply-filename-handlers): New function.
1985 (recentf-expand-file-name): Use it.
1986 (recentf-cleanup): Remove duplicates too.
1987
1988 2005-09-29 Juri Linkov <juri@jurta.org>
1989
1990 * faces.el: Rearrange face definitions to be in the same order as
1991 their face descriptions in "(emacs)Standard Faces".
1992
1993 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1994
1995 * tooltip.el (tooltip): Add group `basic-faces'.
1996
1997 * buff-menu.el (Buffer-menu-buffer): Remove group
1998 `font-lock-highlighting-faces'.
1999
2000 * progmodes/compile.el (compilation-error, compilation-warning)
2001 (compilation-info, compilation-line-number, compilation-column-number):
2002 Change group from `font-lock-highlighting-faces' to `compilation'.
2003
2004 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
2005 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
2006 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
2007 (vhdl-font-lock-reserved-words-face)
2008 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
2009 `font-lock-highlighting-faces'.
2010
2011 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
2012
2013 2005-09-28 Kim F. Storm <storm@cua.dk>
2014
2015 * emulation/cua-base.el: Set CUA move property on additional commands:
2016 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
2017 forward-sexp, backward-sexp, forward-list, backward-list.
2018
2019 2005-09-28 Romain Francoise <romain@orebokech.com>
2020
2021 * comint.el (comint-show-output): Really set point at the
2022 beginning of the output when not using `comint-use-prompt-regexp'.
2023
2024 2005-09-27 Jay Belanger <belanger@truman.edu>
2025
2026 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
2027 in TeX mode.
2028
2029 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
2030
2031 * textmodes/org.el (org-table-sum): Fix format string.
2032
2033 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
2034 Quote face names.
2035
2036 2005-09-26 Romain Francoise <romain@orebokech.com>
2037
2038 * isearch.el (isearch-forward-regexp): Close doc string.
2039
2040 2005-09-25 Richard M. Stallman <rms@gnu.org>
2041
2042 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
2043
2044 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
2045
2046 * progmodes/compile.el (compilation-error-properties):
2047 When getting the file from the previous error message,
2048 correctly decode the new data format.
2049
2050 * progmodes/cc-cmds.el (c-electric-paren):
2051 Call old-blink-paren only for close-paren.
2052
2053 2005-09-24 Andreas Schwab <schwab@suse.de>
2054
2055 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
2056 condition.
2057
2058 2005-09-25 Romain Francoise <romain@orebokech.com>
2059
2060 * dired-aux.el (dired-copy-file-recursive):
2061 * dired.el (dired-delete-file):
2062 * ediff-mult.el (ediff-dir-diff-copy-file):
2063 * ediff-util.el (ediff-test-save-region):
2064 * forms.el (forms-mode):
2065 * ido.el (ido-file-internal, ido-delete-file-at-head):
2066 * log-edit.el (log-edit-done):
2067 * ses.el (ses-yank-resize):
2068 * play/gomoku.el (gomoku-human-plays, gomoku)
2069 (gomoku-human-resigns, gomoku-prompt-for-other-game)
2070 (gomoku-offer-a-draw):
2071 * play/landmark.el (lm-human-resigns, lm):
2072 * net/eudcb-ldap.el (eudc-ldap-check-base):
2073 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
2074 * progmodes/ebrowse.el (ebrowse-find-pattern):
2075 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
2076 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
2077 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
2078
2079 * vc.el (vc-delete-file):
2080 * play/gomoku.el (gomoku-terminate-game, gomoku)
2081 (gomoku-prompt-for-move, gomoku-human-takes-back):
2082 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
2083 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
2084
2085 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
2086
2087 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
2088 color rxvt terminals by using the code xterm.el used to use before
2089 2005-04-09 in order to match the colors used by rxvt.
2090
2091 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2092
2093 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
2094 colors rxvt-unicode terminals by using the same code as xterm.el.
2095
2096 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * textmodes/tex-mode.el (tex-font-lock-append-prop)
2099 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
2100 new symbol used for the tex-verbatim face.
2101
2102 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
2103
2104 * woman.el (woman-file-name):
2105 * wid-edit.el (widget-file-prompt-value)
2106 (widget-coding-system-prompt-value):
2107 * w32-fns.el (set-w32-system-coding-system):
2108 * vc.el (vc-version-diff, vc-annotate):
2109 * textmodes/reftex-auc.el (reftex-arg-cite)
2110 (reftex-arg-index-tag):
2111 * textmodes/refer.el (refer-get-bib-files):
2112 * textmodes/artist.el (artist-figlet-choose-font):
2113 * terminal.el (terminal-emulator):
2114 * replace.el (occur-read-primary-args):
2115 * rect.el (string-rectangle, string-insert-rectangle):
2116 * ps-print.el (ps-print-preprint):
2117 * progmodes/pascal.el (pascal-goto-defun):
2118 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
2119 * progmodes/compile.el (compilation-find-file):
2120 * printing.el (pr-interactive-n-up):
2121 * play/animate.el (animate-birthday-present):
2122 * net/rcompile.el (remote-compile):
2123 * man.el (man, Man-goto-section, Man-follow-manual-reference):
2124 * mail/rmailsum.el (rmail-summary-search-backward)
2125 (rmail-summary-search):
2126 * mail/rmailout.el (rmail-output-read-rmail-file-name)
2127 (rmail-output-read-file-name):
2128 * mail/rmail.el (rmail-search, rmail-search-backwards):
2129 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
2130 * locate.el (locate):
2131 * international/quail.el (quail-show-keyboard-layout):
2132 * international/mule.el (set-buffer-file-coding-system)
2133 (revert-buffer-with-coding-system, set-file-name-coding-system)
2134 (set-terminal-coding-system, set-keyboard-coding-system)
2135 (set-next-selection-coding-system):
2136 * international/mule-diag.el (describe-coding-system)
2137 (describe-font, describe-fontset):
2138 * international/mule-cmds.el (universal-coding-system-argument)
2139 (search-unencodable-char, describe-input-method)
2140 (set-language-environment, describe-language-environment):
2141 * international/codepage.el (codepage-setup):
2142 * international/code-pages.el (codepage-setup):
2143 * info.el (Info-search, Info-follow-reference)
2144 (Info-search-backward):
2145 * emacs-lisp/advice.el (ad-read-advised-function)
2146 (ad-read-advice-class, ad-clear-cache, ad-activate)
2147 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
2148 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
2149 (ad-read-regexp):
2150 * ediff-util.el (ediff-toggle-regexp-match):
2151 * ediff-ptch.el (ediff-prompt-for-patch-file):
2152 * dired-aux.el (dired-diff):
2153 * diff.el (diff):
2154 * cus-edit.el (custom-variable-prompt):
2155 * calendar/timeclock.el (timeclock-ask-for-project):
2156 * calc/calcalg3.el (calc-get-fit-variables):
2157 * calc/calc-store.el (calc-edit-variable)
2158 (calc-permanent-variable):
2159 * vc-mcvs.el (vc-mcvs-register):
2160 * shadowfile.el (shadow-define-literal-group):
2161 * woman.el (woman-file-name):
2162 * vc.el (vc-version-diff, vc-merge):
2163 * textmodes/reftex-index.el (reftex-index-complete-tag):
2164 * format.el (format-decode-buffer, format-decode-region):
2165 * emulation/viper-cmd.el (viper-read-string-with-history):
2166 * emacs-lisp/debug.el (cancel-debug-on-entry):
2167 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2168 * ediff.el (ediff-merge-revisions)
2169 (ediff-merge-revisions-with-ancestor, ediff-revision):
2170 * completion.el (interactive-completion-string-reader):
2171 * calc/calc-prog.el (calc-user-define-formula):
2172 Follow convention for reading with the minibuffer.
2173
2174 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
2175
2176 * progmodes/python.el (python-describe-symbol): Add globals() and
2177 locals() to the arguments of emacs.ehelp.
2178
2179 2005-09-24 Magnus Henoch <mange@freemail.hu>
2180
2181 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
2182 New function, code extracted from ispell-valid-dictionary-list.
2183 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
2184 Call it.
2185
2186 2005-09-24 Eli Zaretskii <eliz@gnu.org>
2187
2188 * subr.el (version-regexp-alist): Extend valid syntax for version
2189 strings: allow any of the characters -,_,+ to separate the
2190 alpha/beta/rc part from the version part. Doc fix.
2191 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
2192
2193 2005-09-23 David Reitter <david.reitter@gmail.com>
2194
2195 * mail/mailclient.el: New file.
2196
2197 2005-09-23 Richard M. Stallman <rms@gnu.org>
2198
2199 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
2200 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
2201 Doc fixes.
2202
2203 * progmodes/cc-mode.el (c-font-lock-init):
2204 Specify font-lock-lines-before.
2205
2206 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
2209 whole conflict.
2210
2211 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
2212
2213 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
2214 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
2215 of `remap' feature when available. Additional key bindings for
2216 better tty support.
2217 (org-mode-restart, org-force-self-insert): New commands.
2218 (org-time-stamp-inactive): New command.
2219 (org-remap): New function.
2220 (org-table-auto-blank-field, org-level-color-stars-only): New options.
2221 (org-enable-fixed-width-editor): Move to `org-structure'
2222 customization group.
2223 (org-self-insert-command, orgtbl-self-insert-command): Modify to
2224 blank field after field motion commands.
2225
2226 2005-09-23 Kenichi Handa <handa@m17n.org>
2227
2228 * international/mule-cmds.el (set-language-environment):
2229 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
2230 have to call utf-translate-cjk-load-tables.
2231
2232 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * mouse.el (mouse-move-drag-overlay): Fix last change.
2235
2236 2005-09-22 David Ponce <david@dponce.com>
2237
2238 * tree-widget.el (tree-widget-value-create): Fix previous change.
2239
2240 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2241
2242 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
2243
2244 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2246 * mouse.el (mouse-move-drag-overlay): New function.
2247 (mouse-drag-region-1): Use it.
2248 Try to simplify a bit the state handling. Handle clicks on links
2249 inside intangible areas.
2250 (mouse-save-then-kill): Minor simplification.
2251 (mouse-secondary-overlay): Make it always non-nil instead of
2252 recreating it each time.
2253 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
2254 (mouse-kill-secondary, mouse-secondary-save-then-kill):
2255 Simplify accordingly.
2256
2257 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2258
2259 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
2260
2261 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
2262
2263 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
2264 (ediff-file-name-sans-prefix): Treat nil as an empty string.
2265 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
2266 to patch.
2267
2268 * ediff-util.el: Use insert-buffer-substring.
2269
2270 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
2271
2272 * emulation/viper-cmd.el (viper-change-state): Don't move over the
2273 field boundaries in the minibuffer.
2274 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
2275 (viper-minibuffer-post-command-hook): New hook.
2276 (viper-line): Don't move cursor at bolp.
2277
2278 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
2279
2280 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
2281 avoid compiler warnings.
2282
2283 * emulation/viper-macs.el (ex-map): Better messages.
2284
2285 * emulation/viper-utils.el (viper-beginning-of-field): New function.
2286
2287 * emulation/viper.el: Replace make-variable-buffer-local with
2288 viper-make-variable-buffer-local everywhere, to avoid warnings.
2289
2290 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2293 Delete unused var `old-selected-window'.
2294 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
2295 (mouse-drag-secondary): Delete unused var `start-frame'.
2296
2297 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2298
2299 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
2300
2301 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2302
2303 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
2304 Re-indent within 80 columns. Use inhibit-read-only.
2305
2306 2005-09-19 Romain Francoise <romain@orebokech.com>
2307
2308 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
2309
2310 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * font-lock.el (font-lock-default-fontify-region): Don't add a line
2313 unconditionally, since the after-change-function already did it.
2314
2315 2005-09-19 Miles Bader <miles@gnu.org>
2316
2317 * net/newsticker.el: Get rid of CVS keyword.
2318
2319 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
2320
2321 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
2322 The prompt is formatted later.
2323
2324 2005-09-19 David Ponce <david@dponce.com>
2325
2326 * tree-widget.el (tree-widget-value-create): Save the converted
2327 tree :node widget.
2328
2329 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
2330
2331 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
2332 variable `message'.
2333
2334 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
2335
2336 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
2337 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
2338 <slawomir.nowaczyk.847@student.lu.se>.
2339
2340 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * image.el (image-load-path): Use symbol `data-directory' instead
2343 of its value, for backward compatibility with packages that bind
2344 it during `find-image'. Suggested by Katsumi Yamaoka.
2345 (image-search-load-path): Handle symbols whose values are strings.
2346
2347 2005-09-18 Romain Francoise <romain@orebokech.com>
2348
2349 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
2350 with-current-buffer form in save-excursion.
2351
2352 2005-09-18 D Goel <deego@gnufans.org>
2353
2354 * apropos.el (apropos-command): Fix `message' call: first arg
2355 should be a format spec. In this and all other cases that appear
2356 below and elsewhere in the source code, I made a change only when
2357 two conditions were satisfied: [1] I can think of a possibility
2358 that the arguments would cause an error, for example, the code in
2359 question relies on external variables such as filenames. [2] I
2360 was sure that the arg to `message' could not have been nil in the code.
2361
2362 * textmodes/tildify.el (tildify-region): Ditto.
2363
2364 * textmodes/reftex-index.el (reftex-index-change-entry)
2365 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
2366 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
2367 * textmodes/org.el (org-complete, org-deadline, org-schedule)
2368 (org-priority, org-table-sum):
2369 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
2370 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
2371 (flyspell-word, flyspell-display-next-corrections):
2372 * textmodes/bibtex.el (bibtex-print-help-message):
2373 * textmodes/artist.el (artist-key-set-point-poly):
2374 * term/mac-win.el (mac-services-insert-text):
2375 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
2376 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
2377 (vhdl-port-paste-testbench, vhdl-compose-new-component)
2378 (vhdl-compose-configuration):
2379 * progmodes/sh-script.el (sh-blink, sh-show-indent)
2380 (sh-set-indent, sh-learn-line-indent):
2381 * progmodes/ps-mode.el (ps-mode-target-column):
2382 * progmodes/idlwave.el (idlwave-make-tags)
2383 (idlwave-scan-library-catalogs):
2384 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
2385 * progmodes/gud.el (gud-jdb-analyze-source):
2386 * progmodes/flymake.el (flymake-log):
2387 * progmodes/ebnf2ps.el (ebnf-generate-region):
2388 * progmodes/cmacexp.el (c-macro-expansion):
2389 * progmodes/ada-xref.el (ada-treat-cmd-string):
2390 * progmodes/ada-mode.el (ada-create-case-exception-substring)
2391 (ada-justified-indent-current, ada-batch-reformat):
2392 * play/zone.el (zone):
2393 * play/landmark.el (lm-move):
2394 * play/decipher.el (decipher-show-alphabet):
2395 * net/newsticker.el (newsticker--display-jump)
2396 (newsticker--display-scroll):
2397 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
2398 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
2399 * mail/feedmail.el (feedmail-dump-message-to-queue):
2400 * eshell/esh-proc.el (eshell-remove-process-entry):
2401 * emulation/ws-mode.el (ws-last-error):
2402 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
2403 (viper-record-kbd-macro):
2404 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
2405 * emacs-lisp/lisp-mnt.el (lm-report-bug):
2406 * emacs-lisp/find-func.el (find-function-noselect):
2407 * calendar/timeclock.el (timeclock-status-string)
2408 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
2409 (timeclock-when-to-leave-string):
2410 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
2411 * calc/calc-units.el (calc-enter-units-table):
2412 * calc/calc-mode.el (calc-mode-record-mode):
2413 * woman.el (woman-mini-help):
2414 * wdired.el (wdired-change-to-wdired-mode):
2415 * vc.el (vc-retrieve-snapshot):
2416 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
2417 * startup.el (display-startup-echo-area-message):
2418 * simple.el (set-goal-column):
2419 * ses.el (ses-command-hook, ses-recalculate-cell):
2420 * server.el (server-process-filter):
2421 * printing.el (pr-interface-txt-print, pr-interface-printify)
2422 (pr-interface-ps):
2423 * pcvs.el (cvs-help):
2424 * log-edit.el (log-edit, log-edit-mode-help):
2425 * iswitchb.el (iswitchb-possible-new-buffer):
2426 * isearch.el (isearch-edit-string):
2427 * image-mode.el (image-mode, image-minor-mode):
2428 * ibuf-macs.el (define-ibuffer-filter):
2429 * hi-lock.el (hi-lock-find-patterns):
2430 * files.el (toggle-read-only):
2431 * ediff-util.el (ediff-copy-diff)
2432 (ediff-write-merge-buffer-and-maybe-kill):
2433 * echistory.el (Electric-history-undefined):
2434 * dnd.el (dnd-insert-text):
2435 * dired-aux.el (dired-query):
2436 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
2437 * bookmark.el (bookmark-bmenu-locate):
2438 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
2439 Fix `message' calls to ensure first arg is a format string.
2440 The change was made only when these two conditions were satisfied:
2441 [1] when there is a possibility that the arguments would cause an error
2442 for example, if the code in question relies on external variables
2443 such as filenames, and
2444 [2] if the arg to `message' could not have been nil in the code.
2445
2446 * pcomplete.el (pcomplete--help): Fix `message' format spec.
2447 Not having a %s would be weird, though not technically wrong.
2448
2449 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2450
2451 * term/mac-win.el (mac-add-charset-info): Doc fix.
2452
2453 2005-09-17 Romain Francoise <romain@orebokech.com>
2454
2455 * shell.el (shell-resync-dirs): Handle echoing processes more
2456 reliably. Don't insert resync command if `comint-process-echoes'
2457 is non-nil.
2458
2459 2005-09-17 Magnus Henoch <mange@freemail.hu>
2460
2461 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
2462 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
2463 aspell versions >= 0.60.
2464 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
2465 only if ispell-aspell-supports-utf8 is non-nil.
2466
2467 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2468
2469 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
2470 buffer-local value to lisp-indent-function.
2471
2472 2005-09-17 Milan Zamazal <pdm@zamazal.org>
2473
2474 * progmodes/glasses.el (glasses-make-readable): If
2475 glasses-separator differs from underscore, put appropriate
2476 overlays over underscore characters.
2477 (glasses-convert-to-unreadable): If glasses-separator differs from
2478 underscore, try to convert glasses-separator characters to
2479 underscores.
2480
2481 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
2484 Use with-syntax-table and dolist.
2485
2486 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
2487
2488 * textmodes/reftex-auc.el:
2489 * textmodes/reftex-cite.el:
2490 * textmodes/reftex-dcr.el:
2491 * textmodes/reftex-global.el:
2492 * textmodes/reftex-parse.el:
2493 * textmodes/reftex-ref.el:
2494 * textmodes/reftex-sel.el:
2495 * textmodes/reftex-toc.el:
2496 * textmodes/reftex-vars.el:
2497 * textmodes/reftex.el: Small changes to remove compiler warnings.
2498
2499 * textmodes/reftex-index.el: Likewise.
2500 (reftex-query-index-phrase): More efficient use of markers.
2501
2502 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
2503
2504 * image.el (image-load-path): New variable.
2505 (image-search-load-path): New function.
2506 (find-image): Search for images in `image-load-path'.
2507
2508 2005-09-15 Richard M. Stallman <rms@gnu.org>
2509
2510 * follow.el: Change Maintainer field.
2511
2512 2005-09-15 David Ponce <david@dponce.com>
2513
2514 * recentf.el (recentf-save-file-modes): New option.
2515 (recentf-save-list): Use it.
2516
2517 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
2518
2519 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
2520 (mode-line-mule-info, mode-line-modified): Move bindings from
2521 mouse-3 to mouse-1.
2522
2523 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
2524
2525 * simple.el (sendmail-user-agent-compose): Revert last change.
2526
2527 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
2530 Use with-current-buffer.
2531 (ange-ftp-gwp-start): Remove unused var `gw-user'.
2532 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
2533 (ange-ftp-insert-directory): Remove unused var `short'.
2534 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
2535
2536 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
2537 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
2538
2539 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
2540 (check-calendar-holidays, diary-list-entries): Autoload.
2541 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
2542 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
2543
2544 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
2545 which mistakenly removed a call to display-buffer.
2546
2547 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
2548
2549 * obsolete/iso-insert.el: Move to obsolete/ from international/.
2550
2551 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
2552
2553 * progmodes/hideshow.el
2554 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
2555 (hs-allow-nesting): New user var.
2556 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
2557 (hs-hide-block-at-point): When nesting allowed,
2558 if there is already an overlay in place, delete it.
2559 (hs-safety-is-job-n): Delete func; remove call sites.
2560 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
2561 (hs-overlay-at): New func.
2562 (hs-already-hidden-p, hs-show-block): Use it.
2563 (hs-hide-all): Don't pre-clean if nesting allowed.
2564 (hs-show-all): Temporarily disallow
2565 nesting around call to `hs-discard-overlays'.
2566
2567 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
2568
2569 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
2570 Delete unused local var.
2571
2572 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
2573
2574 * help-fns.el (describe-categories): "?\ " -> "?\s".
2575 (help-do-arg-highlight): Recognize also ARG-n, as in
2576 `move-to-left-margin' (ARG+n is already recognized). Simplify.
2577
2578 * international/codepage.el (dos-unsupported-char-glyph):
2579 * net/newsticker.el (tool-bar-map, w3-mode-map)
2580 (w3m-minor-mode-map):
2581 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
2582 (ent-alist):
2583 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
2584
2585 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
2586
2587 * custom.el (custom-push-theme): Handle the case where a symbol is
2588 bound but face properties have not yet been assigned.
2589
2590 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
2591 Fix behavior if noerase is `t' and there is no mail buffer.
2592
2593 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
2594 if `continue' is nil, rather than signal an error.
2595
2596 2005-09-12 Richard M. Stallman <rms@gnu.org>
2597
2598 * font-lock.el (font-lock-keywords): Add autoload.
2599
2600 * help-fns.el (describe-variable): Rearrange to put source link
2601 in a predictable place.
2602
2603 * net/newsticker.el: New file.
2604
2605 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 * calendar/calendar.el (calendar-for-loop): Add edebug info.
2608 (calendar-basic-setup): Use the new nil arg.
2609 (number-of-diary-entries): Move to diary-lib.el.
2610
2611 * calendar/diary-lib.el: Use with-current-buffer, match-string.
2612 (diary-list-entries): Use with-syntax-table and dolist.
2613 Rename from list-diary-entries.
2614 Use number-of-diary-entries if `number' is nil.
2615 (diary, diary-view-entries): Use this new name and new nil arg value.
2616 (number-of-diary-entries): Move from calendar.el.
2617 (diary-unhide-everything): New function.
2618 (include-other-diary-files, fancy-diary-display)
2619 (diary-show-all-entries, make-diary-entry): Use it.
2620 (diary-mail-entries): Use buffer-string.
2621 (mark-diary-entries): Fix long standing paren typo.
2622 (diary-sexp-entry): Use count-lines.
2623 (make-diary-entry): Avoid `previous-line'.
2624 (diary-mode-map): New var.
2625 (diary-mode): Redraw cal after saving. Setup header-line.
2626 (fancy-diary-display-mode): Use local-set-key.
2627
2628 * startup.el (command-line): Try calling various terminal-init-foo-bar
2629 functions by stripping hyphenated suffixes from $TERM.
2630
2631 * files.el (normal-mode): Check boundness of font-lock-keywords.
2632
2633 2005-09-12 Richard M. Stallman <rms@gnu.org>
2634
2635 * progmodes/compile.el: Don't decide a file's directory
2636 until the user actually tries to go there.
2637 (compilation-next-error-function):
2638 Pass compilation-find-file the directory from the file-struct.
2639 (compilation-internal-error-properties): Separate local FILE-STRUCT
2640 from FILE. Doc the args better. Rename arg FMT to FMTS.
2641 (compilation-find-file): Arg DIR renamed to DIRECTORY.
2642 Expand it, and if nil, use default-directory.
2643 (compilation-get-file-structure): Don't mix specified directory
2644 with default directory. Put specified directory into
2645 file-struct. Don't make the file name absolute.
2646
2647 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2648 (compile-command): Add autoload.
2649 (compilation-disable-input): Add autoload.
2650
2651 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
2652
2653 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
2654 strings of the variables it can override.
2655 (time-stamp): New (as yet undocumented) time-stamp-format escapes
2656 %Q and %q, for fully-qualified domain name and unqualified host name.
2657
2658 2005-09-11 Kim F. Storm <storm@cua.dk>
2659
2660 * emacs-lisp/authors.el (authors-aliases): Update list.
2661 (authors-fixed-entries): Update mldrag.el entry.
2662
2663 2005-09-10 Alan Mackenzie <acm@muc.de>
2664
2665 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
2666 from the region narrowed to.
2667
2668 2005-09-10 Magnus Henoch <mange@freemail.hu>
2669
2670 * textmodes/ispell.el (ispell-check-version): Signal an error if
2671 aspell version is less than 0.60.
2672
2673 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
2674
2675 * progmodes/octave-inf.el (inferior-octave-startup):
2676 Resync current dir at the end.
2677
2678 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
2679
2680 * woman.el (woman-topic-at-point-default):
2681 Rename to woman-use-topic-at-point-default.
2682 (woman-topic-at-point): Rename to woman-use-topic-at-point.
2683 (woman-file-name): Reflect renames above. Automatically use the
2684 word at point as topic if woman-use-topic-at-point is non-nil.
2685 Otherwise offer it as default but don't insert it in the
2686 minibuffer. Also use `test-completion' instead of `assoc' as
2687 suggested by Stefan Monnier.
2688
2689 2005-09-10 Andre Spiegel <spiegel@gnu.org>
2690
2691 * vc.el (vc-directory, vc-update-change-log): Throw an error on
2692 the attempt to do it over Tramp. This is not yet supported.
2693
2694 2005-09-10 Eli Zaretskii <eliz@gnu.org>
2695
2696 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2697 (menu-bar-non-minibuffer-window-p): New functions.
2698 ("Split Window", "Save As..."): Use them.
2699 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
2700 ("Print Buffer", "Truncate Long Lines in this Buffer"):
2701 Use menu-bar-menu-frame-live-and-visible-p.
2702 ("Save Buffer", "Insert File", "Open Directory...")
2703 ("Open File...", "Visit New File..."):
2704 Use menu-bar-non-minibuffer-window-p.
2705 (kill-this-buffer-enabled-p, dired <menu-enable>):
2706 Use menu-bar-non-minibuffer-window-p.
2707
2708 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2709
2710 * cus-start.el (all): Don't complain about fringe-related
2711 built-ins if fringes are not supported. Ditto about
2712 selection-related built-ins. Fix the test for GTK-related built-ins.
2713
2714 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
2715 ("Postscript Print Buffer", "Print Region", "Save As...")
2716 ("Save", "Insert File...", "Open Directory...")
2717 ("Open File...", "Visit New File..."")
2718 ("Truncate Long Lines in this Buffer"): Don't look at
2719 menu-updating-frame if this display does not support multiple frames.
2720
2721 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2722
2723 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
2724
2725 2005-09-09 Emilio Lopes <eclig@gmx.net>
2726
2727 * woman.el: Format- and whitespace-related changes.
2728
2729 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2730
2731 * woman.el: Fix my email address.
2732
2733 2005-09-08 Richard M. Stallman <rms@gnu.org>
2734
2735 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
2736 (sh-mode): Locally set skeleton-pair-default-alist.
2737
2738 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
2739
2740 * progmodes/flymake.el: Require `compile' unconditionally.
2741
2742 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
2743
2744 * woman.el (woman-file-name): Provide a default, not initial input.
2745
2746 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
2747
2748 * font-lock.el (font-lock-support-mode): Doc fix.
2749
2750 * descr-text.el (describe-property-list): Handle non-symbol prop names.
2751
2752 2005-09-08 Richard M. Stallman <rms@gnu.org>
2753
2754 * simple.el (blink-matching-open): Get rid of text props from
2755 the string shown in echo area. Don't permanently set point.
2756 Some rearrangements.
2757
2758 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
2759
2760 * recentf.el (recentf-filename-handler): Add custom choice
2761 `abbreviate-file-name'.
2762
2763 * msb.el (msb--very-many-menus): Fix typo.
2764
2765 * disp-table.el (standard-display-european): Don't set
2766 enable-multibyte-characters to nil.
2767
2768 2005-09-08 David Ponce <david@dponce.com>
2769
2770 * recentf.el (recentf-show-file-shortcuts-flag): New option.
2771 (recentf-expand-file-name): Doc fix.
2772 (recentf-dialog-mode-map): Define digit shortcuts.
2773 (recentf--files-with-key): New variable.
2774 (recentf-show-digit-shortcut-filter): New function.
2775 (recentf-open-files-items): New function.
2776 (recentf-open-files): Use it.
2777 (recentf-open-file-with-key): New command.
2778
2779 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
2780
2781 * buff-menu.el (Buffer-menu-sort-by-column): New function.
2782 Suggested by Kim F. Storm.
2783 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
2784 (Buffer-menu-make-sort-button): Use global keymap.
2785
2786 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
2787
2788 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
2789 (Man-getpage-in-background-advice): Remove defadvice; it isn't
2790 necessary any longer with the remapped command.
2791 (Man-bgproc-sentinel-advice): Remove defadvice which counts
2792 formatting time only.
2793
2794 * net/tramp.el (tramp-action-password)
2795 (tramp-multi-action-password): Compile the password prompt from
2796 `method', `user' and `host'. Sometimes it isn't obvious which
2797 password to enter, for example with remote files offered by
2798 recentf.el, or with multiple steps. Suggested by Robert Marshall
2799 <robert@chezmarshall.freeserve.co.uk>.
2800
2801 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2802
2803 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2804 Fix regexp for when "s///" is at the beginning of line.
2805
2806 2005-09-07 Jay Belanger <belanger@truman.edu>
2807
2808 * calc/calc-poly.el (math-expand-term): Multiply out any powers
2809 when in matrix mode.
2810
2811 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2812
2813 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
2814 non-anonymous functions.
2815
2816 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
2819 when using a header line. Otherwise, use mouse-1-click-follows-link.
2820
2821 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
2822 can't be moved; don't signal an error.
2823
2824 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
2825
2826 * cus-theme.el (custom-theme-write-faces): Save the current face
2827 spec, not the defface spec.
2828
2829 * custom.el (custom-known-themes): Clarify meaning of "standard".
2830 (custom-push-theme): Save old values in the standard theme.
2831 (disable-theme): Correct typo.
2832 (custom-face-theme-value) Deleted unused function.
2833 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2834
2835 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2836
2837 * progmodes/compile.el (compilation-goto-locus): Take into account
2838 iconified frames when determining whether the buffer is
2839 already visible.
2840 Don't reset window height if the window already existed.
2841
2842 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
2843
2844 * custom.el (load-theme): Rename from require-theme.
2845 Add interactive spec.
2846 (enable-theme): Rename from custom-enable-theme.
2847 Add interactive spec.
2848 (disable-theme): Rename from custom-disable-theme.
2849 Add interactive spec.
2850 (custom-make-theme-feature): Doc fix.
2851 (custom-theme-directory): Doc fix.
2852 (provide-theme): Call enable-theme.
2853
2854 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2855
2856 * obsolete/lazy-lock.el (lazy-lock-mode):
2857 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2858 font-lock-mode if it's off. Print a warning instead.
2859
2860 * progmodes/compile.el (compilation-start): Ignore errors if the
2861 process died before we get to send-eof.
2862
2863 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2864 Undo last change. Enclosing the result in quotes broke things on Unix
2865 since tex-send-command passes it through shell-quote-argument.
2866 (tex-send-command): Pass `file' through convert-standard-filename
2867 when possible.
2868 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2869 info in a transcript.
2870
2871 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2872
2873 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2874 fix compilation warning. Reorder the key definitions to group
2875 together keys emitted by the current version of xterm.
2876
2877 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2878 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2879 Reorder predicates to correct min-color usage.
2880
2881 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2882
2883 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2884 Kill local variables when longlines-mode is turned off.
2885
2886 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2889
2890 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2891
2892 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2893
2894 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2895 (font-lock-lines-before): Change default to being inactive.
2896 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2897 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2898
2899 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2900
2901 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2902 Deactivate temporarily advice if active (not needed for Emacs 22,
2903 but for backwards compatibility).
2904 (tramp-exists-file-name-handler): Rewrite. First implementation
2905 was too simple.
2906 (tramp-advice-make-auto-save-file-name):
2907 Call `tramp-handle-make-auto-save-file-name' (again, just for
2908 backwards compatibility).
2909
2910 2005-08-31 Reto Zimmermann <reto@gnu.org>
2911
2912 * progmodes/vhdl-mode.el
2913 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2914 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2915 (vhdl-set-default-project): New function (easier setting of default).
2916 (vhdl-port-copy): Handle extended identifiers for generics.
2917 (vhdl-compiler-alist): Better description for error message regexp.
2918 (vhdl-make): Query for target, use previous as default.
2919 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2920 (vhdl-font-lock-keywords-2): Fix fontification for record
2921 el. assign.
2922 (vhdl-speedbar-make-subpack-line): Add package body link.
2923 (vhdl-generate-makefile-1): Not include itself as dependency.
2924 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2925 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2926 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2927 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2928 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2929 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2930 (vhdl-import-project): Add string argument for `error'.
2931 (vhdl-compose-configuration)
2932 (vhdl-compose-configuration-architecture): Add configuration
2933 declaration generation.
2934 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2935 (vhdl-trailer-re): Add "record" keyword (better indentation).
2936 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2937 "[^ \t-\"]+".
2938 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2939 (vhdl-testbench-entity-file-name)
2940 (vhdl-testbench-architecture-file-name): Allow separate
2941 customization of testbench file names.
2942 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2943 (vhdl-get-visible-signals): Allow newline within alias declaration.
2944 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2945 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2946 (member-ignore-case): Alias for missing function in XEmacs.
2947 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2948 (vhdl-update-sensitivity-list): Ignore case on read signals.
2949 (vhdl-replace-string): Adjust case only for file names.
2950 (vhdl-update-sensitivity-list): Fix search for read signals.
2951 (vhdl-update-sensitivity-list): Exclude formal parameters.
2952 (vhdl-get-visible-signals): Include aliases of signals.
2953 (vhdl-get-visible-signals): Fix signal name searching.
2954 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2955 (vhdl-fixup-whitespace-region): Fix for character
2956 literals (e.g. ':').
2957
2958 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2959
2960 * ansi-color.el (comint-last-output-start):
2961 * bs.el (font-lock-verbose):
2962 * diff-mode.el (add-log-buffer-file-name-function):
2963 * dired-x.el (vm-folder-directory):
2964 * faces.el (help-xref-stack-item):
2965 * files.el (font-lock-keywords):
2966 * find-lisp.el (dired-buffers, dired-subdir-alist):
2967 * ido.el (cua-inhibit-cua-keys):
2968 * log-view.el (cvs-minor-wrap-function):
2969 * outline.el (font-lock-warning-face):
2970 * simple.el (compilation-current-error):
2971 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2972 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2973 * tooltip.el (comint-prompt-regexp):
2974 * w32-fns.el (explicit-shell-file-name):
2975 * term/mac-win.el (mac-charset-info-alist)
2976 (mac-services-selection, mac-system-script-code):
2977 * term/tty-colors.el (msdos-color-values):
2978 * term/w32-win.el (xlfd-regexp-registry-subnum):
2979 * term/x-win.el (x-keysym-table, x-selection-timeout)
2980 (x-session-id, x-session-previous-id):
2981 * textmodes/ispell.el (mail-yank-prefix):
2982 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2983 * textmodes/org.el (calc-embedded-close-formula)
2984 (calc-embedded-open-formula)
2985 (font-lock-unfontify-region-function):
2986 * textmodes/reftex-global.el (isearch-next-buffer-function)
2987 (TeX-master):
2988 * textmodes/reftex.el (font-lock-keywords):
2989 * textmodes/tex-mode.el (font-lock-comment-face)
2990 (font-lock-doc-face):
2991 * textmodes/texinfo.el (outline-heading-alist):
2992 Add defvars.
2993
2994 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2995 (artist-spray-chars, artist-mode-init, artist-replace-string)
2996 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2997 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2998 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2999
3000 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
3001 (conf-align-assignments): "?\ " -> "?\s".
3002
3003 * textmodes/reftex-index.el (TeX-master): Add defvar.
3004 (reftex-index-phrases-marker): Move up defvar.
3005
3006 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
3007 (reftex-toc-include-labels-indicator)
3008 (reftex-toc-include-index-indicator)
3009 (reftex-toc-max-level-indicator): Move up declarations.
3010
3011 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
3012 of args to `tramp-run-real-handler', even if it's empty in this case.
3013
3014 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3015
3016 * dired.el (dired-move-to-filename-regexp): Add date format for
3017 Mac OS X 10.3 in East Asian locales.
3018
3019 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
3020
3021 * files.el (make-auto-save-file-name): Add file name handler call
3022 if applicable.
3023
3024 * net/tramp.el (tramp-file-name-handler-alist)
3025 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
3026 (tramp-handle-make-auto-save-file-name): Rename from
3027 `tramp-make-auto-save-file-name'.
3028 (tramp-exists-file-name-handler): New defun.
3029 (tramp-advice-make-auto-save-file-name): Make defadvice only when
3030 `make-auto-save-file-name' is not a magic file name operation.
3031
3032 2005-08-30 Richard M. Stallman <rms@gnu.org>
3033
3034 * files.el (risky-local-variable-p):
3035 Match `-predicates' and `-commands.
3036
3037 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
3038 (custom-save-all): Visit the file if necessary;
3039 kill the buffer if we created it.
3040 (custom-save-delete): Don't visit file or kill buffer here.
3041
3042 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
3043
3044 * textmodes/org.el (org-special-keyword): New face.
3045 (org-table-copy-down, org-table-eval-formula)
3046 (org-table-recalculate, org-init-section-numbers):
3047 Use `string-to-number' instead of `string-to-int'.
3048 (org-get-location): Use `insert-buffer-substring' instead of
3049 `insert-buffer'.
3050 (org-modify-diary-entry-string): New function.
3051 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
3052 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
3053 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
3054 active region.
3055 (org-export-as-html): Handle QUOTE keyword.
3056 (org-quote-string): New option.
3057 (org-bookmark-jump-unhide): New function, used for
3058 `bookmark-after-jump-hook'.
3059 (org-diary-default-entry): Apply only when not called through
3060 `org-agenda'.
3061
3062 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
3063
3064 * net/eudc.el (mode-popup-menu):
3065 * play/handwrite.el (ps-printer-name, ps-lpr-command):
3066 * progmodes/ada-mode.el (compile-auto-highlight)
3067 (skeleton-further-elements):
3068 * progmodes/autoconf.el (font-lock-syntactic-keywords):
3069 * progmodes/cmacexp.el (msdos-shells):
3070 * progmodes/compile.el (font-lock-extra-managed-props)
3071 (font-lock-keywords, font-lock-maximum-size)
3072 (font-lock-support-mode):
3073 * progmodes/grep.el (font-lock-lines-before):
3074 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
3075 * progmodes/mixal-mode.el (compile-command):
3076 * progmodes/perl-mode.el (font-lock-comment-face)
3077 (font-lock-doc-face, font-lock-string-face):
3078 * progmodes/prolog.el (comint-prompt-regexp):
3079 * progmodes/sh-script.el (font-lock-comment-face)
3080 (font-lock-set-defaults, font-lock-string-face):
3081 * progmodes/sql.el (font-lock-keyword-face)
3082 (font-lock-set-defaults, font-lock-string-face):
3083 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
3084 (itimer-version, lazy-lock-defer-contextually)
3085 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
3086 Add defvars.
3087
3088 * progmodes/cperl-mode.el (cperl-electric-lbrace)
3089 (cperl-electric-keyword, cperl-electric-pod)
3090 (cperl-electric-backspace, cperl-forward-re)
3091 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
3092 (vc-rcs-header, vc-sccs-header): Add defvars.
3093
3094 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
3095 (font-lock-syntactic-keywords, gud-find-expr-function):
3096 Add defvars.
3097
3098 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
3099 (gdb-frame-parameters): Declare before use.
3100
3101 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
3102 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
3103 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
3104 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
3105
3106 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
3107 (idlwave-help-with-source): Use `insert-buffer-substring', not
3108 `insert-buffer'.
3109
3110 2005-08-29 Juri Linkov <juri@jurta.org>
3111
3112 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
3113 Put outline-back-to-heading function call inside save-excursion.
3114
3115 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
3116
3117 * man.el (Man-init-defvars, Man-translate-references)
3118 (Man-support-local-filenames, Man-highlight-references):
3119 * progmodes/sql.el (sql-interactive-mode):
3120 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
3121
3122 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
3123 (compilation-mode-font-lock-keywords): Add defvars.
3124 (checkdoc-interactive-loop): "?\ " -> "?\s".
3125
3126 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
3127 (font-lock-doc-face, font-lock-string-face)
3128 (font-lock-keywords-case-fold-search): Add defvars.
3129 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
3130
3131 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
3132 Don't pass X and Y (they are ignored anyway).
3133 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
3134 (mouse-delete-window): Make arguments optional.
3135
3136 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
3137 (caesar-translate-table, minor-modes, news-buffer-save)
3138 (news-group-name, news-minor-modes): Add defvars.
3139
3140 * emacs-lisp/lselect.el (mouse-highlight-priority)
3141 (x-lost-selection-functions, zmacs-regions):
3142 * emacs-lisp/pp.el (font-lock-verbose):
3143 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
3144 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
3145 (ses-mode-map):
3146 * emacs-lisp/tcover-unsafep.el (safe-functions):
3147 * international/mule-cmds.el (mac-system-coding-system)
3148 (mac-system-locale):
3149 * language/ethio-util.el (rmail-current-message)
3150 (rmail-message-vector):
3151 * language/thai-util.el (thai-auto-composition-mode):
3152 * mail/metamail.el (rmail-current-message, rmail-message-vector):
3153 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
3154 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
3155 (vm-primary-inbox, vm-spool-files):
3156 * mail/rmail.el (deleted-head, font-lock-fontified)
3157 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
3158 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
3159 (total-messages):
3160 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
3161 (rmail-summary-mode-map):
3162 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
3163 (rmail-last-label, rmail-last-multi-labels)
3164 (rmail-summary-vector, rmail-total-messages):
3165 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
3166 * mail/rmailsum.el (msgnum):
3167 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
3168 (rmail-current-message):
3169 * obsolete/fast-lock.el (font-lock-face-list):
3170 * obsolete/rnewspost.el (mail-reply-buffer):
3171 * obsolete/scribe.el (compile-command):
3172 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
3173
3174 2005-08-28 John Paul Wallington <jpw@gnu.org>
3175
3176 * ibuf-ext.el (ibuffer-auto-update-changed):
3177 Use `frame-or-buffer-changed-p' to check whether we need to update.
3178 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
3179 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
3180 as a `frame-or-buffer-changed-p' state vector instead.
3181
3182 2005-08-27 Romain Francoise <romain@orebokech.com>
3183
3184 * textmodes/makeinfo.el (makeinfo-compile):
3185 Use `compilation-start'. Set `next-error-function' according to
3186 `disable-errors'.
3187 (makeinfo-next-error): New function.
3188 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
3189 (makeinfo-buffer): Likewise.
3190
3191 * progmodes/compile.el (compilation-start): Add autoload cookie.
3192
3193 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
3194 * textmodes/sgml-mode.el: Likewise.
3195 * progmodes/python.el: Likewise.
3196
3197 2005-08-27 Eli Zaretskii <eliz@gnu.org>
3198
3199 * simple.el (blink-matching-paren-distance): Document the meaning
3200 of nil value, and allow to customize to nil.
3201
3202 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
3203 command.com, not command.exe.
3204
3205 2005-08-26 John Wiegley <johnw@newartisans.com>
3206
3207 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
3208 code around a bit so that an extraneous nil argument is not added
3209 to a command when no args are given.
3210
3211 * eshell/esh-arg.el (eshell-parse-double-quote): If a
3212 double-quoted argument resolves to nil, return it as an empty
3213 string rather than as nil. This made it impossible to pass "" to
3214 a shell script as a null string argument.
3215
3216 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * outline.el (outline-invent-heading): New fun.
3219 (outline-promote, outline-demote): Use it.
3220 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
3221 (outline-end-of-subtree): Remove unused var `opoint'.
3222
3223 2005-08-26 David Reitter <david.reitter@gmail.com>
3224
3225 * menu-bar.el (truncate-lines, write-file, print-buffer)
3226 (ps-print-buffer-faces, ps-print-buffer, split-window):
3227 Disable menu items when the frame they refer to is invisible, or when
3228 they refer to a buffer and the minibuffer is selected.
3229
3230 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
3231
3232 * progmodes/flymake.el (flymake-highlight-err-lines):
3233 Use save-excursion around flymake-highlight-line to preserve point.
3234
3235 2005-08-26 Eli Zaretskii <eliz@gnu.org>
3236
3237 * progmodes/octave-mod.el: Change Author and Maintainer address.
3238 (octave-maintainer-address): Change Kurt's email address.
3239 * progmodes/octave-inf.el: Change Author and Maintainer address.
3240 * progmodes/octave-hlp.el: Change Author and Maintainer address.
3241
3242 2005-08-26 Kim F. Storm <storm@cua.dk>
3243
3244 * subr.el (version-list-<, version-list-<=, version-list-=):
3245 Renamed from integer-list-*.
3246 (version-list-not-zero): Likewise. Fix while loop.
3247 (version=): Use version-list-= instead of string-equal.
3248
3249 2005-08-26 Richard M. Stallman <rms@gnu.org>
3250
3251 * outline.el (outline-promote): Try shortening the heading.
3252 As last resort, read the heading to use.
3253 (outline-demote): As last resort, read the heading to use.
3254
3255 2005-08-26 Romain Francoise <romain@orebokech.com>
3256
3257 * progmodes/compile.el (compilation-start): Doc fix.
3258
3259 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
3260 (antlr-font-lock-additional-keywords): Fix reference to
3261 `antlr-font-lock-literal-regexp' erroneously changed during the
3262 mass face rename.
3263 (antlr-run-tool): Use `compilation-start'.
3264
3265 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
3266 instead of the obsolete `compile-internal'.
3267
3268 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
3269
3270 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
3271 (number, original-date):
3272 * calendar/cal-china.el (date):
3273 * calendar/cal-coptic.el (date):
3274 * calendar/cal-french.el (date):
3275 * calendar/cal-hebrew.el (date, entry, number, original-date):
3276 * calendar/cal-islam.el (date, number, original-date):
3277 * calendar/cal-iso.el (date):
3278 * calendar/cal-julian.el (date):
3279 * calendar/cal-mayan.el (date):
3280 * calendar/cal-menu.el (date, event):
3281 * calendar/cal-persia.el (date):
3282 * calendar/lunar.el (date):
3283 * calendar/solar.el (date): Add defvars.
3284
3285 * emerge.el:
3286 * ibuffer.el:
3287 * info-xref.el:
3288 * obsolete/bg-mouse.el:
3289 * obsolete/sun-curs.el:
3290 * obsolete/swedish.el: Move the `defvar's to the top level.
3291
3292 * smerge-mode.el (smerge-refined-change): Add :group.
3293
3294 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
3297 (smerge-keep-n): Remove props.
3298 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3299 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
3300 now that it's done in smerge-keep-n.
3301 (smerge-refined-change): New face.
3302 (smerge-refine-chopup-region, smerge-refine-highlight-change)
3303 (smerge-refine): New funs.
3304 (smerge-basic-map): Bind smerge-refine.
3305
3306 2005-08-25 Juri Linkov <juri@jurta.org>
3307
3308 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
3309 compilation-process-setup-function and compilation-disable-input
3310 in grep-mode instead of let-bindings in grep.
3311
3312 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
3313 Delete "Automatic File De/compression" (auto-compression-mode).
3314
3315 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
3316
3317 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
3318 Silence warning about non-existent variable.
3319
3320 2005-08-25 Richard M. Stallman <rms@gnu.org>
3321
3322 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
3323 Rename "Describe Key" to "Describe Key or Mouse Operation".
3324
3325 * mail/mailalias.el (build-mail-aliases): Delete comments
3326 from the contents before processing them.
3327
3328 * isearch.el (isearch-edit-string): Erase the Search prompt
3329 if user enters an empty string and there is no default.
3330
3331 * comint.el (comint-file-name-prefix): Add autoload.
3332
3333 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
3334
3335 * subr.el (play-sound): Rearrange to avoid warning.
3336
3337 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
3338
3339 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
3340 New hook.
3341 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
3342
3343 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3344
3345 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
3346
3347 * custom.el (custom-theme-set-variables): Sort minor modes last.
3348
3349 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3350
3351 * subr.el (version-separator, version-regexp-alist): New vars used by
3352 version comparison funs.
3353 (integer-list-<, integer-list-=, integer-list-<=)
3354 (integer-list-not-zero): New funs for integer list comparison.
3355 (version-to-list, version=, version<, version<=): New funs for version
3356 comparison.
3357
3358 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
3359
3360 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
3361 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
3362 time to silence the byte-compiler.
3363
3364 * ibuffer.el (ibuffer-compile-make-eliding-form)
3365 (ibuffer-check-formats): Use `with-no-warnings' to hide references
3366 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
3367 so it's silly to get warnings for it).
3368 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
3369 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
3370 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
3371 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
3372 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
3373 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
3374 Defvar at compile time.
3375 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
3376 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
3377 Declare them before use.
3378
3379 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
3380 (info-xref-good, info-xref-bad): Defvar at compile time.
3381
3382 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
3383 Use `let*' instead of `let'.
3384
3385 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
3386 (*mouse-y*, menu, char): Defvar at compile time.
3387 (sc::menu): Declare it before use.
3388 (sc::pack-one-line): Use `let', not `let*'.
3389
3390 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
3391 (mail-send-hook): Defvar at compile time.
3392
3393 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
3394 Defvar at compile time.
3395
3396 * term/sun-mouse.el (current-global-mousemap)
3397 (current-local-mousemap): Declare them before use.
3398
3399 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
3400
3401 * bookmark.el (bookmark-after-jump-hook): New hook.
3402 (bookmark-jump): Run `bookmark-after-jump-hook'.
3403
3404 2005-08-23 Juri Linkov <juri@jurta.org>
3405
3406 * faces.el (minibuffer-prompt): Doc fix.
3407
3408 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
3409
3410 * progmodes/xscheme.el: Trivial changes to silence warnings.
3411 (xscheme-previous-mode, xscheme-previous-process-state):
3412 Add defvars.
3413 (xscheme-last-input-end, xscheme-process-command-line)
3414 (xscheme-process-name, xscheme-buffer-name)
3415 (xscheme-expressions-ring-max, xscheme-expressions-ring)
3416 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
3417 (xscheme-control-g-synchronization-p)
3418 (xscheme-control-g-disabled-p, xscheme-string-receiver)
3419 (default-xscheme-runlight, xscheme-runlight)
3420 (xscheme-runlight-string, xscheme-process-filter-state)
3421 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
3422 Move to beginning of file.
3423 (scheme-interaction-mode-commands-alist)
3424 (scheme-interaction-mode-map, scheme-debugger-mode-map):
3425 Declare them before use. Note: the initialization code for the variables
3426 has not been moved because it uses functions that reference the variables.
3427 (xscheme-control-g-message-string, xscheme-process-filter-alist)
3428 (xscheme-prompt-for-expression-map): Declare them before use.
3429 (scheme-debugger-mode-commands): "?\ " -> "?\s".
3430
3431 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
3432
3433 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
3434
3435 2005-08-22 Juri Linkov <juri@jurta.org>
3436
3437 * faces.el (set-face-underline): Delete this duplicate function
3438 and make an obsolete alias to set-face-underline-p.
3439 (set-face-underline-p): Use docstring of set-face-underline.
3440 (describe-face): Create hyperlink to parent face.
3441
3442 * info.el (Info-insert-dir): Use save-excursion around
3443 insert-buffer-substring.
3444 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
3445 (Info-escape-percent): Delete function.
3446 (Info-fontify-node): Replace Info-escape-percent by
3447 replace-regexp-in-string with REP arg set to lambda that
3448 duplicates `%' and preserves text properties.
3449
3450 * progmodes/compile.el (compilation-disable-input): Doc fix.
3451 (define-compilation-mode): Doc fix and refill.
3452 (kill-compilation): Use `mode-name' in the error message.
3453 (compilation-find-file): Use `compilation-error' in the
3454 read-file-name's prompt.
3455
3456 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
3459 (smerge-auto-leave): Make undo re-enable the mode.
3460 (debug-ignored-errors): Add the user-error of impossible resolution.
3461 (smerge-resolve): Move things around a bit, in preparation for later.
3462 (smerge-diff): Don't fail if the buffer has no associated file.
3463 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
3464 (smerge-conflict-overlay): New function.
3465 (smerge-match-conflict): Don't add text properties here.
3466 (smerge-find-conflict): Instead, add an overlay here.
3467 Also check for the case where we're inside a conflict already, so as to
3468 obviate the need for font-lock-multiline, which is unbearably slow with
3469 large conflicts and ciomplex font-lock patterns.
3470 (smerge-remove-props): Remove overlay rather than text-properties.
3471 (smerge-mode): Don't set font-lock-multiline.
3472 Remove overlays when turned off.
3473
3474 2005-08-21 Kim F. Storm <storm@cua.dk>
3475
3476 * ido.el (ido-ignore-item-p): Use save-match-data.
3477 Bind case-fold-search to ido-case-fold locally.
3478
3479 2005-08-20 Richard M. Stallman <rms@gnu.org>
3480
3481 * files.el (normal-mode): If font lock is on, turn it off and on.
3482
3483 * subr.el (replace-regexp-in-string): Doc fix.
3484
3485 * startup.el (command-line-1): Don't suppress startup screen
3486 due to existing processes.
3487
3488 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
3489
3490 * progmodes/compile.el (compilation-disable-input): Default to nil.
3491
3492 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
3493
3494 * progmodes/compile.el (compilation-disable-input): New defcustom.
3495 (compilation-start): If compilation-disable-input is non-nil, send
3496 EOF to the compilation process.
3497
3498 2005-08-20 Eli Zaretskii <eliz@gnu.org>
3499
3500 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
3501 Run the argument of tex-shell-cd-command through
3502 convert-standard-filename, to get the correct style of slashes on
3503 Windows, and enclose the result in quotes, in case the file name
3504 includes whitespace or other special characters.
3505
3506 2005-08-19 Andreas Schwab <schwab@suse.de>
3507
3508 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
3509 process.
3510
3511 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
3512
3513 * cus-start.el (minibuffer-prompt-properties): Correct typo.
3514
3515 2005-08-18 Kim F. Storm <storm@cua.dk>
3516
3517 * scroll-lock.el: Fix errors due to incorrect line wrapping.
3518
3519 2005-08-18 Richard M. Stallman <rms@gnu.org>
3520
3521 * scroll-lock.el: New file.
3522
3523 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
3524
3525 * dired.el (dired-move-to-end-of-filename):
3526 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
3527
3528 2005-08-18 Kim F. Storm <storm@cua.dk>
3529
3530 * ido.el (ido-everywhere): Fix defcustom :set function to disable
3531 rather than toggle mode when custom value is nil.
3532 (ido-everywhere): Fix defun doc string.
3533
3534 2005-08-17 Richard M. Stallman <rms@gnu.org>
3535
3536 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
3537 as tag instead of "Inviolable".
3538
3539 2005-08-17 Kim F. Storm <storm@cua.dk>
3540
3541 * windmove.el (windmove-coordinates-of-position): Remove.
3542 (windmove-coordinates-of-window-position): Remove.
3543 (windmove-reference-loc): Use posn-at-point instead.
3544
3545 * subr.el (insert-for-yank-1): Doc fix.
3546
3547 * ido.el (ido-enter-matching-directory): Rename from
3548 ido-enter-single-matching-directory. Change 'slash choice to
3549 'only. Add 'first choice.
3550 (ido-exhibit): Adapt to above changes.
3551
3552 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
3553
3554 * Makefile.in: Expand comment about building loaddefs.el.
3555
3556 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
3557
3558 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
3559 Comment use of defadvice.
3560
3561 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
3562
3563 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
3564
3565 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
3566 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
3567 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
3568 * progmodes/idlw-shell.el, progmodes/ld-script.el,
3569 * progmodes/which-func.el, ruler-mode.el, strokes.el,
3570 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
3571 for backward compatibility for faces that did not appear in the
3572 previous Emacs release.
3573
3574 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
3575
3576 2005-08-15 Kim F. Storm <storm@cua.dk>
3577
3578 * emulation/cua-base.el (cua-delete-region): Return t if
3579 deleted region was non-empty.
3580 (cua-replace-region): Inhibit overwrite-mode for
3581 self-insert-command if replaced region was non-empty.
3582 (cua--explicit-region-start, cua--status-string): Make them
3583 buffer-local at top-level...
3584 (cua-mode): ...rather than when mode is enabled.
3585
3586 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
3587
3588 * progmodes/vhdl-mode.el (vhdl-emacs-21):
3589 Set t for Emacs 21, 22, and so on.
3590
3591 2005-08-15 David Ponce <david@dponce.com>
3592
3593 * tree-widget.el: Update Commentary header.
3594 (tree-widget-theme): Doc fix.
3595 (tree-widget-space-width): New option.
3596 (tree-widget-image-properties): Look up in the default theme too.
3597 (tree-widget--cursors): Only for images with arrow pointer shape.
3598 (tree-widget-lookup-image): Pointer shape is hand by default.
3599 (tree-widget-icon): Rename generic icon widget from
3600 `tree-widget-control'.
3601 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
3602 derive from `tree-widget-icon'.
3603 (tree-widget-handle): Improve default look and feel of the text
3604 representation.
3605 (tree-widget): Rename :*-control properties to :*-icon properties.
3606 Add :action and :help-echo properties.
3607 (tree-widget-after-toggle-functions): Move.
3608 (tree-widget-close-node, tree-widget-open-node): Remove.
3609 (tree-widget-before-create-icon-functions): New hook.
3610 (tree-widget-value-create): Update to allow customization of icons
3611 and nodes at run-time via that new hook.
3612 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
3613 (tree-widget-icon-action, tree-widget-icon-help-echo)
3614 (tree-widget-action, tree-widget-help-echo): New functions.
3615
3616 2005-08-15 Kim F. Storm <storm@cua.dk>
3617
3618 * ido.el (ido-buffer-internal): Use with-no-warnings.
3619 (ido-make-merged-file-list): Use while-no-input.
3620
3621 2005-08-15 Richard M. Stallman <rms@gnu.org>
3622
3623 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
3624 (flyspell-large-region): Fix doc and custom type.
3625
3626 2005-08-14 Richard M. Stallman <rms@gnu.org>
3627
3628 * files.el (interpreter-mode-alist): Doc fix.
3629
3630 * mail/rmail.el (rmail-nonignored-headers): New variable.
3631 (rmail-clear-headers): Use it.
3632 (rmail-reply): Better handling of mail-followup-to header.
3633
3634 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3635 Rename variable from sh-font-lock-keywords. In the `shell' entry,
3636 don't try to refer to executable-font-lock-keywords.
3637 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
3638 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
3639 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
3640 (sh-mode): Set comment-start-skip, local-abbrev-table,
3641 imenu-case-fold-search.
3642 (sh-set-shell): Don't set them here.
3643 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
3644 Don't cache the results in the original alist; don't ever modify
3645 that alist.
3646
3647 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
3648
3649 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
3650 empty.
3651
3652 2005-08-15 Andreas Schwab <schwab@suse.de>
3653
3654 * desktop.el: Put autoload cookie at risky-local-variable declarations.
3655
3656 * dired.el, info.el, mail/rmail.el: Revert last change.
3657
3658 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
3659
3660 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
3661 modification in `eval-after-load' form.
3662 * info.el: Likewise.
3663 * mail/rmail.el: Likewise.
3664
3665 2005-08-14 Juri Linkov <juri@jurta.org>
3666
3667 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3668 Remove highlighting of "Compilation started". Highlight only
3669 the word "finished" in "Compilation finished". Add highlighting
3670 of "interrupt", "killed", "terminated" and the exit code.
3671 (compilation-start): Add newline after header. Use exactly the
3672 same time stamp format as the finishing message.
3673 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
3674
3675 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
3676 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
3677 Add highlighting of "interrupt", "killed", "terminated".
3678
3679 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
3680 enabled and the current command is self-insert-command, call it
3681 explicitly with overwrite-mode bound to nil, to not allow it
3682 to delete the character after the selected region.
3683
3684 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
3685
3686 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
3687 move-end-of-line, end-of-line, and beginning-of-line to the list
3688 of commands after which the echo area is updated.
3689
3690 2005-08-12 Eli Zaretskii <eliz@gnu.org>
3691
3692 * cus-edit.el (custom-save-all, custom-save-delete):
3693 Bind recentf-exclude to exclude custom-file.
3694
3695 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
3696
3697 * mail/rmailsum.el (rmail-summary-end-of-message): New command
3698 to go to the bottom of the mail message. Added to
3699 `rmail-summary-mode-map' with key "/".
3700 (rmail-summary-show-message): New (internal) function for use by
3701 both `rmail-summary-beginning/end-of-message'.
3702 (rmail-summary-beginning-of-message): Change to use
3703 rmail-summary-show-message.
3704
3705 * mail/rmail.el (rmail-end-of-message): New command to go to the
3706 end of the current message. Added to `rmail-mode-map' with key "/".
3707 (rmail-beginning-of-message): Fix to work as documented.
3708 (rmail-mode): Change documentation.
3709
3710 * progmodes/compile.el (compilation-start): Add the line
3711 "Compilation started" with compilation start time.
3712 (compilation-mode-font-lock-keywords): Add `started' to keywords.
3713
3714 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
3715
3716 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
3717 of menu items.
3718
3719 2005-08-11 Richard M. Stallman <rms@gnu.org>
3720
3721 * simple.el (pop-global-mark): Reverse test of widen-automatically.
3722
3723 * battery.el (battery-status-function): Don't use ignore-errors.
3724
3725 2005-08-11 Lute Kamstra <lute@gnu.org>
3726
3727 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
3728 define-obsolete-variable-alias.
3729
3730 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
3733 (ange-ftp-send-cmd): Revert last change, and expand
3734 the comment explaining the problem.
3735
3736 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
3737
3738 * ldefs-boot.el: Update.
3739
3740 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
3741 item to "Time, Load and Mail". Change help echo text.
3742
3743 * time.el (display-time-use-mail-icon, display-time-format)
3744 (display-time-string-forms): Shorten first line of docstrings.
3745
3746 2005-08-10 Lars Hansen <larsh@soem.dk>
3747
3748 * desktop.el (desktop-buffer-mode-handlers):
3749 Make non-customizable. Add autoload cookie. Change initial value to
3750 nil; add elements in respective modules instead. Fix doc string.
3751 (desktop-load-file): New function.
3752 (desktop-minor-mode-handlers): New autoloaded variable.
3753 (desktop-create-buffer): Call minor mode handlers.
3754 Use desktop-load-file to load major and minor mode modules prior to
3755 checking for a handler.
3756 (desktop-save): Don't add nil to desktop-minor-modes for minor
3757 modes with nil function in desktop-minor-mode-table. Don't delete
3758 desktop file before rewriting it.
3759 (desktop-locals-to-save): Add autoload cookie. Don't make
3760 automatically buffer-local. Add variables column-number-mode,
3761 size-indication-mode, indent-tabs-mode,
3762 indicate-buffer-boundaries, indicate-empty-lines and
3763 show-trailing-whitespace.
3764 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
3765 regexps. Don't use desktop-clear-preserve-buffers-regexp.
3766 (desktop-clear-preserve-buffers-regexp): Delete.
3767 (desktop-clear-preserve-buffers): Update initial value and docstring.
3768 (desktop-save-buffer): Fix doc string.
3769
3770 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
3771 (hilit-chg-desktop-restore): New function.
3772 (highlight-changes-mode): Add highlight-changes-mode to
3773 desktop-locals-to-save.
3774
3775 * dired.el: Add handler to desktop-buffer-mode-handlers.
3776 (dired-restore-desktop-buffer): Remove autoload cookie.
3777 (dired-mode): Add autoload cookie.
3778
3779 * info.el: Add handler to desktop-buffer-mode-handlers.
3780 (Info-restore-desktop-buffer): Remove autoload cookie.
3781 (Info-mode): Add autoload cookie.
3782
3783 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
3784 (mh-restore-desktop-buffer): Remove autoload cookie.
3785 (mh-folder-mode): Add autoload cookie.
3786
3787 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
3788 (rmail-restore-desktop-buffer): Remove autoload cookie.
3789
3790 2005-08-11 Masatake YAMATO <jet@gyve.org>
3791
3792 * hexl.el (hexl-address-region):
3793 (hexl-ascii-region, hexl-font-lock-keywords):
3794 (hexl-highlight-line-range): Use the term "region"
3795 instead of "area" for consistency with the other symbols
3796 defined in hexl.el.
3797
3798 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3799
3800 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
3801 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
3802 out by Juri Linkov). Add `display-battery-mode'.
3803
3804 2005-08-09 Juri Linkov <juri@jurta.org>
3805
3806 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3807 Remove `-text' from face variable names.
3808 (compilation-error-file-name, compilation-warning-file-name)
3809 (compilation-info-file-name): Delete faces.
3810 (compilation-line-number, compilation-column-number):
3811 Remove face underlining.
3812 (compilation-message-face): Set to `underline' value by default.
3813 (compilation-error-face, compilation-warning-face)
3814 (compilation-info-face): Remove `-file-name' from face names.
3815 (compilation-error-text-face, compilation-warning-text-face)
3816 (compilation-info-text-face): Delete face variables.
3817 (compilation-text-face): Delete function.
3818
3819 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
3820 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
3821 (grep-error-face): Set to `compilation-error' instead of
3822 `compilation-error-face' (which is redefined to `grep-hit-face' in
3823 grep buffers).
3824 (grep-mode-font-lock-keywords): Remove `-text' from face variable
3825 names. Use `grep-error-face' instead of `compilation-error-text-face'.
3826
3827 * dired-aux.el (dired-do-query-replace-regexp):
3828 Use `query-replace-read-args'.
3829
3830 * replace.el (query-replace-read-from, query-replace-read-to)
3831 (query-replace-read-args): Rename arg `string' to `prompt'.
3832
3833 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3834
3835 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3836
3837 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3838 uploading files.
3839 (ange-ftp-canonize-filename): Handle file names beginning with ~
3840 correctly.
3841
3842 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3843
3844 * textmodes/fill.el (canonically-space-region)
3845 (fill-context-prefix, fill-french-nobreak-p)
3846 (fill-delete-newlines, fill-comment-paragraph)
3847 (justify-current-line): "?\ " -> "?\s".
3848
3849 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
3850
3851 * textmodes/fill.el (fill-nonuniform-paragraphs):
3852 Improve argument/docstring consistency.
3853
3854 2005-08-09 Richard M. Stallman <rms@gnu.org>
3855
3856 * textmodes/ispell.el (ispell-word): More fboundp checks.
3857
3858 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3859 (find-file-noselect-1): Call it here, only if RAWFILE.
3860 (normal-mode): Always set some major mode.
3861 (save-some-buffers-action-alist): Change some explanation strings.
3862 (file-name-non-special): In the `quote' method, use unwind-protect.
3863
3864 2005-08-09 Magnus Henoch <mange@freemail.hu>
3865
3866 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3867 (ispell-have-aspell-dictionaries): New variable.
3868 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3869 (ispell-get-aspell-config-value): New function.
3870 (ispell-aspell-find-dictionary): New function.
3871 (ispell-aspell-add-aliases): New function.
3872 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3873 appropriate. Don't look for ispell dictionaries if we use aspell.
3874 (ispell-menu-map): Don't build a submenu of dictionaries.
3875
3876 2005-08-09 Richard M. Stallman <rms@gnu.org>
3877
3878 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3879 (sql-read-passwd): Use read-passwd.
3880
3881 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3882 (idlwave-toolbar-is-possible): Add defvars.
3883
3884 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3885 Avoid warnings.
3886
3887 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3888 (idlwave-system-class-info, idlwave-executive-commands-alist):
3889 Use defvar.
3890
3891 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3892
3893 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3894 Avoid warnings.
3895
3896 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3897 and content-type: headers.
3898
3899 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3900
3901 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3902 and rename some of them to be more self-explanatory.
3903
3904 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3905
3906 * startup.el (command-line-1): Implement -scriptload.
3907
3908 * replace.el (occur-engine): Initial *Occur* output not undoable.
3909
3910 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3911 and improve help strings.
3912
3913 * isearch.el (isearch-repeat): When changing direction,
3914 mark search successful.
3915
3916 * ediff-init.el: Use (featurep 'xemacs).
3917
3918 * comint.el (send-invisible): Identify buffer, if not selected.
3919
3920 * align.el: Delete autoload for c-guess-basic-syntax.
3921
3922 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3923
3924 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3925 Improve argument/docstring consistency. Doc fixes.
3926 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3927 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3928 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3929 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3930 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3931 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3932 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3933 Defvar at compile time.
3934
3935 2005-08-09 Juri Linkov <juri@jurta.org>
3936
3937 * info.el: Replace `info' with upper-case `Info' where appropriate.
3938 (info-title-1, info-title-2, info-title-3, info-title-4)
3939 (info-menu-header): Move up face definitions.
3940 (info-menu-star): Rename from `info-menu-5'.
3941 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3942 (Info-fontify-visited-nodes): Fix docstring.
3943 (Info-hide-note-references): Fix docstring.
3944 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3945 menu items in the same way as on cross-references.
3946 (info-apropos): Fix sorting order and formatting to be like in the
3947 stand-alone Info browser. Display error messages for 1 sec.
3948 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3949 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3950 from the menu bar.
3951 (Info-insert-dir): Restore point after calling
3952 `insert-buffer-substring'.
3953
3954 2005-08-08 Richard M. Stallman <rms@gnu.org>
3955
3956 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3957 (recompute-lucid-menubar): Add defvars.
3958
3959 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3960
3961 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3962
3963 * net/net-utils.el (run-dig): Rename from `dig'.
3964
3965 * play/gametree.el (gametree-mode): Use make-local-variable,
3966 not make-variable-buffer-local.
3967
3968 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3969
3970 * ansi-color.el (ansi-color-make-extent)
3971 (ansi-color-set-extent-face): Use fboundp, not functionp.
3972
3973 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3974 not make-variable-buffer-local.
3975
3976 * bookmark.el (Info-current-file): Add defvar.
3977 (bookmark-jump-noselect): Use with-no-warnings.
3978
3979 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3980
3981 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3982
3983 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3984
3985 * find-file.el (ada-procedure-start-regexp)
3986 (ada-package-start-regexp): Add defvars.
3987
3988 * info.el (Info-insert-dir): Use insert-buffer-substring.
3989
3990 * xml.el (xml-att-def-re): Add defvar.
3991
3992 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3993 calling convention.
3994
3995 * subr.el (while-no-input): Return t if there is input.
3996
3997 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3998
3999 * cus-start.el (all): Add `overflow-newline-into-fringe'.
4000
4001 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
4002
4003 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
4004 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
4005
4006 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
4007
4008 * cmuscheme.el (scheme-start-file): Replace reference to
4009 `user-emacs-directory' by "~/.emacs.d/".
4010
4011 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
4012
4013 * info.el (Info-dir-remove-duplicates): Avoid case folding
4014 in loop; instead, keep downcased strings for comparison.
4015 Suggested by Helmut Eller.
4016
4017 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
4018
4019 Sync with Tramp 2.0.50.
4020
4021 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
4022 XEmacs case; not necessary anymore.
4023 (tramp-user-regexp): Allow "@" as part of user name.
4024 (tramp-handle-set-visited-file-modtime)
4025 (tramp-handle-insert-file-contents)
4026 (tramp-handle-write-region): No special handling for
4027 `last-coding-system-used, because this is done in
4028 `tramp-accept-process-output' now.
4029 (tramp-accept-process-output): New defun.
4030 (tramp-process-one-action, tramp-process-one-multi-action)
4031 (tramp-wait-for-regexp, tramp-wait-for-output)
4032 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
4033 Howells <dhowells@redhat.com>.
4034 (clear-visited-file-modtime): Defadvice removed. The check for
4035 unset buffer's modtime does not need to be based on
4036 `tramp-buffer-file-attributes'. Suggested by RMS.
4037 (tramp-message): Insert "\n" if not being at beginning of line.
4038 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
4039 sequence with same logic.
4040 (tramp-completion-handle-expand-file-name): Discard call of
4041 `tramp-drop-volume-letter'. It is not necessary, and there have
4042 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
4043 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4044 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
4045 should always be visible.
4046 (tramp-handle-insert-directory, tramp-setup-complete)
4047 (tramp-set-process-query-on-exit-flag)
4048 (tramp-append-tramp-buffers): Pacify byte-compiler.
4049 (tramp-bug): Delete non-existing variables from list.
4050 Apply `tramp-load-report-modules' as pre-hook.
4051 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
4052 `shell-prompt-pattern' because of non-7bit characters.
4053 Reported by Sebastian Luque <sluque@mun.ca>.
4054 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
4055 (tramp-match-string-list): Remove function.
4056 (tramp-wait-for-regexp): Remove call of that function.
4057 Suggested by Kim F. Storm <storm@cua.dk>.
4058 (tramp-set-auto-save-file-modes): Use octal integer code #o600
4059 instead of octal character code ?\600. The latter resulted in a
4060 syntax error with XEmacs.
4061
4062 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
4063 XEmacs case; not necessary anymore.
4064 (tramp-smb-handle-write-region): No special handling for
4065 `last-coding-system-used, because this is done in
4066 `tramp-accept-process-output' now.
4067 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
4068
4069 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
4070
4071 * wid-edit.el (widget-choice-value-create):
4072 Unconditionally respect user choice. Set :explicit-choice back to nil
4073 when no longer needed.
4074 (widget-choice-action): Unconditionally respect user choice.
4075 Eliminate :explicit-choice-value.
4076
4077 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
4078
4079 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
4080 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
4081 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
4082 running new function `toggle-indicate-empty-lines'.
4083 Rename "Customize" item to "Customize fringe".
4084 Rename "Indicators" item to "Buffer boundaries" and change help echo.
4085 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
4086 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
4087 Delete "Empty lines only" item.
4088 (menu-bar-showhide-fringe-ind-customize): New function.
4089 (menu-bar-showhide-fringe-ind-mixed)
4090 (menu-bar-showhide-fringe-ind-box)
4091 (menu-bar-showhide-fringe-ind-right)
4092 (menu-bar-showhide-fringe-ind-left)
4093 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
4094 instead of `fringe-indicators'.
4095
4096 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
4097
4098 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
4099 Change the date of last update.
4100
4101 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
4102
4103 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
4104 (viper-exec-yank, viper-put-back): Don't display modification msg
4105 if in the minibuffer.
4106
4107 * viper-init.el (viper-replace-overlay-cursor-color)
4108 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
4109 Make variables frame local.
4110
4111 * viper-util.el (viper-append-filter-alist): Use append instead of
4112 nconc.
4113
4114 * viper.el (viper-vi-state-mode-list)
4115 (viper-emacs-state-mode-list): Move help-mode and
4116 completion-list-mode from the first list to the second.
4117 (viper-mode): Docstring.
4118 (viper-go-away, viper-non-hook-settings): Don't localize
4119 minor-mode-alist in newer Emacsen. Add advice to
4120 set-cursor-color. Don't bind "\C-c\\".
4121
4122 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
4123
4124 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
4125 (scheme-macro-expand-command): New user options.
4126 (scheme-trace-procedure, scheme-expand-current-form): New commands.
4127 (scheme-form-at-point, scheme-start-file)
4128 (scheme-interactively-start-process): New functions.
4129 (scheme-get-process): New function, extracted from `scheme-proc'.
4130 (run-scheme): Call `scheme-start-file' to get start file, and pass
4131 it to `make-comint'.
4132 (switch-to-scheme, scheme-proc):
4133 Call `scheme-interactively-start-process' if no Scheme buffer/process
4134 is available.
4135
4136 2005-08-06 Juri Linkov <juri@jurta.org>
4137
4138 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4139 Use `compilation-text-face', `compilation-info-text-face' and
4140 `compilation-error-text-face' instead of `font-lock-keyword-face'.
4141 (compilation-error): New face.
4142 (compilation-error-file-name): Inherit from
4143 `compilation-error' instead of `font-lock-warning-face'.
4144 (compilation-warning-file-name): Inherit from
4145 `compilation-warning' instead of `font-lock-warning-face'.
4146 (compilation-info, compilation-error-file-name)
4147 (compilation-warning-file-name, compilation-info-file-name)
4148 (compilation-line-number, compilation-column-number): Doc fix.
4149 (compilation-error-text-face, compilation-warning-text-face)
4150 (compilation-info-text-face): New face variables.
4151 (compilation-line-face, compilation-column-face)
4152 (compilation-enter-directory-face)
4153 (compilation-leave-directory-face): Doc fix.
4154 (compilation-text-face): New function.
4155
4156 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
4157 instead of 1 to display binary file names as info file links.
4158 (grep-error-face): Use `compilation-error-face' instead of
4159 `font-lock-keyword-face'.
4160 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
4161 and `compilation-warning-text-face' instead of
4162 `font-lock-keyword-face'. Use `compilation-error-text-face'
4163 instead of `grep-error-face'.
4164
4165 2005-08-05 Kenichi Handa <handa@m17n.org>
4166
4167 * international/code-pages.el: Add autoload cookies for all coding
4168 systems.
4169
4170 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
4171
4172 * cus-start.el (all): Put undo.c where it alphabetically belongs.
4173
4174 2005-08-04 Juri Linkov <juri@jurta.org>
4175
4176 * progmodes/compile.el (compilation-mode-map):
4177 * progmodes/grep.el (grep-mode-map):
4178 Bind TAB to `compilation-next-error' and [backtab] to
4179 `compilation-previous-error'.
4180
4181 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
4182 matching line numbers, column numbers and their ranges with regexp
4183 matching only line numbers.
4184 (grep-context-face): New face variable.
4185 (grep-mode-font-lock-keywords): Use it.
4186
4187 * faces.el (read-face-name): Delete duplicate faces.
4188
4189 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
4190
4191 * thumbs.el (thumbs-find-image): Don't make variables
4192 automatically buffer local.
4193 (thumbs-current-tmp-filename, thumbs-current-image-filename)
4194 (thumbs-image-num): Make automatically buffer local.
4195 (thumbs-show-thumbs-list): Use `make-local-variable', not
4196 `make-variable-buffer-local'.
4197 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
4198
4199 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
4200 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
4201 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
4202 (bother, bye, canyou, chatlst, continue, deathlst, describe)
4203 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
4204 (feelings-about, foullst, found, hello, history, howareyoulst)
4205 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
4206 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
4207 (neglst, obj, object, owner, please, problems, qlist)
4208 (random-adjective, relation, remlst, repetitive-shortness)
4209 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
4210 (shortlst, something, sportslst, stallmanlst, states, subj)
4211 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
4212 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
4213 Defvar at compile time.
4214
4215 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
4216 not `make-variable-buffer-local'.
4217
4218 2005-08-02 Kim F. Storm <storm@cua.dk>
4219
4220 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
4221 rectangle overlay in selected window.
4222
4223 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
4224
4225 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
4226 instead of display group. Make `indicate-buffer-boundaries'
4227 customizable through Custom.
4228
4229 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
4230
4231 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
4232 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
4233 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
4234 (gdb-put-string): Fix typos in docstrings.
4235
4236 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
4237
4238 Update copyright notices of files in progmodes directory for
4239 release of Emacs 22.1.
4240
4241 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
4242
4243 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
4244 Don't barf if the GUD buffer has been killed.
4245
4246 2005-08-01 Kim F. Storm <storm@cua.dk>
4247
4248 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
4249
4250 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * simple.el (next-error-follow-minor-mode):
4253 make-variable-buffer-local -> make-local-variable.
4254
4255 * emacs-lisp/cl-extra.el: Require CL also when compiling.
4256
4257 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
4258 (byte-compile-form-make-variable-buffer-local): New functions to warn
4259 about misuses of make-variable-buffer-local where make-local-variable
4260 was meant.
4261
4262 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
4263
4264 * bs.el (bs-attributes-list): Doc fix.
4265 (bs): Update url-link.
4266
4267 * desktop.el (desktop-save-buffer): Fix typos in docstring.
4268 (desktop-load-default): Simplify.
4269
4270 * ibuffer.el (ibuffer-columnize-and-insert-list)
4271 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
4272 (ibuffer-unmark-all, ibuffer-toggle-marks)
4273 (ibuffer-unmark-forward, ibuffer-unmark-backward)
4274 (ibuffer-compile-make-format-form, ibuffer-format-column)
4275 (ibuffer-current-buffers-with-marks)
4276 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
4277 (ibuffer): Doc fix.
4278 (ibuffer-mode): Fix typo in docstring.
4279 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
4280 with `define-obsolete-variable-alias'.
4281 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
4282
4283 2005-07-29 Kenichi Handa <handa@m17n.org>
4284
4285 * international/mule-cmds.el (select-message-coding-system):
4286 Be sure to use LF for end-of-line. If no coding system is decided,
4287 return iso-8859-1-unix.
4288
4289 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
4290
4291 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
4292 (ange-ftp-pending-error-line): New vars.
4293 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
4294 to handle the non-fatal no-route-to-host messages.
4295 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
4296
4297 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
4298
4299 * isearch.el (isearch-mode-map, isearch-other-meta-char)
4300 (isearch-quote-char, isearch-printing-char)
4301 (isearch-text-char-description): "?\ " -> "?\s".
4302 (isearch-lazy-highlight-cleanup)
4303 (isearch-lazy-highlight-initial-delay)
4304 (isearch-lazy-highlight-interval)
4305 (isearch-lazy-highlight-max-at-a-time)
4306 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
4307 Declare with define-obsolete-*-alias macros.
4308 (isearch-forward): Fix typo in docstring.
4309 (search-invisible, search-ring-yank-pointer)
4310 (regexp-search-ring-yank-pointer): Doc fixes.
4311
4312 * recentf.el (recentf-menu-append-commands-p): Declare with
4313 `define-obsolete-variable-alias'.
4314 (recentf-max-saved-items, recentf-menu-filter)
4315 (recentf-arrange-by-rule-subfilter): Doc fixes.
4316 (recentf-menu-append-commands-flag)
4317 (recentf-initialize-file-name-history, recentf-expand-file-name)
4318 (recentf-clear-data): Fix typos in docstrings.
4319
4320 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
4321
4322 * progmodes/gdb-ui.el: Smarten comments.
4323 (gdb-info-breakpoints-custom): Use nowarn when finding file.
4324
4325 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4326
4327 * term/apollo.el (terminal-init-apollo): New function containing
4328 all former top level forms in the file.
4329 * term/bobcat.el (terminal-init-bobcat):
4330 * term/cygwin.el (terminal-init-cygwin):
4331 * term/iris-ansi.el (terminal-init-iris-ansi):
4332 * term/linux.el (terminal-init-linux):
4333 * term/news.el (terminal-init-news):
4334 * term/rxvt.el (terminal-init-rxvt):
4335 * term/sun.el (terminal-init-sun):
4336 * term/tvi970.el (terminal-init-tvi970):
4337 * term/vt100.el (terminal-init-vt100):
4338 * term/vt102.el (terminal-init-vt102):
4339 * term/vt125.el (terminal-init-vt125):
4340 * term/vt200.el (terminal-init-vt200):
4341 * term/vt201.el (terminal-init-vt201):
4342 * term/vt220.el (terminal-init-vt220):
4343 * term/vt240.el (terminal-init-vt240):
4344 * term/vt300.el (terminal-init-vt300):
4345 * term/vt320.el (terminal-init-vt320):
4346 * term/vt400.el (terminal-init-vt400):
4347 * term/vt420.el (terminal-init-vt420):
4348 * term/wyse50.el (terminal-init-wyse50):
4349 * term/xterm.el (terminal-init-xterm): Likewise.
4350
4351 * term/README: Describe the terminal-init-* functionality.
4352
4353 * startup.el (command-line): After loading the terminal initialization
4354 file call the corresponding terminal initialization function.
4355
4356 2005-07-27 Kenichi Handa <handa@m17n.org>
4357
4358 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
4359 negative.
4360
4361 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
4362 (ps-mule-composition-prologue): Fix for the case that
4363 RelativeCompose is false.
4364
4365 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4366
4367 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
4368
4369 * descr-text.el (describe-char): Handle the case where the list of
4370 chars is displayed in a separate frame.
4371 Be a bit more discriminating when looking for the char.
4372
4373 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
4374
4375 * bookmark.el (bookmark-automatically-show-annotations)
4376 (bookmark-read-annotation-text-func): Doc fixes.
4377 (bookmark-save): Improve argument/docstring consistency.
4378 (bookmark-get-bookmark, bookmark-get-bookmark-record)
4379 (bookmark-alist-from-buffer)
4380 (bookmark-upgrade-file-format-from-0)
4381 (bookmark-grok-file-format-version)
4382 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
4383 (bookmark-read-annotation-mode)
4384 (bookmark-insert-current-bookmark, bookmark-jump)
4385 (bookmark-exit-hook): Fix typos in docstrings.
4386 (bookmark-exit-hooks): Define as obsolete alias.
4387 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
4388 not `bookmark-exit-hooks'. Fix docstring.
4389 (bookmark-bmenu-select): "?\ " -> "?\s".
4390
4391 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
4392
4393 * startup.el (command-line): Fix typo.
4394
4395 2005-07-24 Richard M. Stallman <rms@gnu.org>
4396
4397 * tooltip.el (tooltip-mode): Test emacs-basic-display,
4398 not emacs-quick-startup.
4399
4400 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
4401
4402 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
4403 (reb-next-match, reb-show-subexp): Use `with-selected-window'
4404 instead of `reb-with-current-window'.
4405 (reb-prev-match): Likewise. Also, don't move left if the search
4406 was unsuccessful.
4407 (reb-initialize-buffer): New function.
4408 (re-builder, reb-change-syntax): Use it.
4409
4410 * man.el (Man-goto-page): Make second argument NOERROR optional.
4411
4412 2005-07-23 Richard M. Stallman <rms@gnu.org>
4413
4414 * man.el (Man-bgproc-sentinel): Check here for failure to find
4415 any man page in the output, and report the error here.
4416 (Man-arguments): Make it permanent local.
4417 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
4418 (Man-mode): Pass t for NOERROR.
4419
4420 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
4421 (grep-mode-font-lock-keywords):
4422 Don't use compilation-...-face for messages that are not file names.
4423
4424 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4425 Don't use compilation-...-face for messages that are not file names.
4426
4427 2005-07-22 Juri Linkov <juri@jurta.org>
4428
4429 * startup.el (normal-splash-screen): Update menu name.
4430
4431 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
4432
4433 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4434
4435 * term/xterm.el: Load term/rxvt if the terminal is actually an
4436 rxvt terminal.
4437 (xterm-rxvt-set-background-mode): Remove, not used anymore.
4438
4439 * term/rxvt.el (function-key-map): Use substitute-key-definition
4440 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
4441
4442 * term/cygwin.el: New file.
4443
4444 2005-07-22 Kim F. Storm <storm@cua.dk>
4445
4446 * image-file.el (insert-image-file, image-file-yank-handler):
4447 Fix last change to maintain a (unique) yank-handler on yanked images.
4448
4449 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
4450
4451 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
4452 of the file size (as in "177B" for 177 bytes). This happens with
4453 "ls -lh" on FreeBSD.
4454
4455 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
4456
4457 * hilit-chg.el (highlight-changes-global-initial-state)
4458 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
4459 (hilit-chg-fixup, highlight-changes-mode):
4460 Fix typos in docstrings.
4461 (highlight-changes-global-modes, highlight-changes-rotate-faces):
4462 Doc fixes.
4463
4464 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
4465
4466 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
4467 mode function using `eval-after-load'.
4468
4469 2005-07-21 Kim F. Storm <storm@cua.dk>
4470
4471 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
4472 included when reporting an emacs crash, and tell about the DEBUG file.
4473
4474 * image-file.el (insert-image-file): Add yank-handler.
4475 (image-file-yank-handler): Yank handler to make unique copies of
4476 images when they are yanked into a buffer next to each other.
4477
4478 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
4479
4480 * comint.el (comint-use-prompt-regexp, comint-send-input)
4481 (comint-source-default, comint-extract-string)
4482 (comint-get-source, comint-word, comint-completion)
4483 (comint-source, comint-prompt-read-only, comint-update-fence):
4484 Fix typos in docstrings.
4485 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
4486 Declare with define-obsolete-*-alias macros.
4487 (comint-previous-matching-input-from-input)
4488 (comint-next-matching-input-from-input)
4489 (comint-previous-matching-input, comint-next-matching-input)
4490 (comint-forward-matching-input):
4491 Improve argument/docstring consistency.
4492
4493 * desktop.el (desktop-clear-preserve-buffers-regexp):
4494 Also preserve the *server* buffer.
4495
4496 * simple.el (clone-indirect-buffer): Doc fix.
4497 (fixup-whitespace, just-one-space)
4498 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
4499 (next-error, next-error-highlight)
4500 (next-error-highlight-no-select, next-error-last-buffer)
4501 (next-error-buffer-p, next-error-find-buffer, next-error)
4502 (previous-error, next-error-no-select, previous-error-no-select)
4503 (open-line, split-line, minibuffer-prompt-width, kill-new)
4504 (binary-overwrite-mode): Fix typos in docstrings.
4505 (set-fill-column): Fix typo in message.
4506
4507 * skeleton.el (skeleton-proxy-new): Doc fix.
4508
4509 * strokes.el (strokes-load-hook): Doc fix.
4510 (strokes-grid-resolution, strokes-get-grid-position)
4511 (strokes-renormalize-to-grid, strokes-read-stroke)
4512 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
4513 (strokes-global-map): Fix typos in docstrings.
4514 (strokes-help): Doc fix. Fix help message and pass it through
4515 `substitute-command-keys'.
4516
4517 * tempo.el (tempo-insert-prompt, tempo-interactive)
4518 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
4519 (tempo-insert-string-functions, tempo-local-tags)
4520 (tempo-define-template, tempo-insert-template)
4521 (tempo-insert-prompt-compat, tempo-is-user-element)
4522 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
4523 Fix typos in docstrings.
4524
4525 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
4526 (vcursor-key-bindings, vcursor-use-vcursor-map)
4527 (vcursor-find-window, vcursor-scroll-down)
4528 (vcursor-disable, vcursor-beginning-of-buffer)
4529 (vcursor-end-of-buffer): Fix typos in docstrings.
4530 (vcursor-relative-move, vcursor-get-char-count):
4531 Improve argument/docstring consistency.
4532
4533 * version.el: "?\ " -> "?\s".
4534
4535 * wid-edit.el (widget-default-create, widget-after-change)
4536 (widget-default-format-handler, widget-checklist-add-item)
4537 (widget-radio-add-item, widget-choose, widget-specify-secret)
4538 (widget-field-value-create, widget-field-value-get)
4539 (widget-editable-list-format-handler)
4540 (widget-editable-list-entry-create, widget-group-value-create)
4541 (widget-documentation-link-add)
4542 (widget-documentation-string-value-create): "?\ " -> "?\s".
4543 (widget-convert-text): Doc fix.
4544 (widget-narrow-to-field, widget-field-find)
4545 (widget-url-link-action, widget-emacs-library-link-action)
4546 (widget-color-notify): Fix typos in docstrings.
4547
4548 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
4549 (x-select-text, set-w32-system-coding-system)
4550 (w32-add-charset-info): Fix typos in docstrings.
4551
4552 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
4553 (cua-enable-cua-keys, cua-use-hyper-key)
4554 (cua-virtual-rectangle-edges): Fix typos in docstrings.
4555 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
4556
4557 * net/tramp.el (tramp-handle-load): Fix typo in error message.
4558
4559 * emacs-lisp/re-builder.el (regexp-builder): Declare with
4560 `defalias' instead of faking it.
4561
4562 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
4563 (eshell-ls-missing, eshell-ls-dired-initial-args)
4564 (eshell-ls-use-in-dired): Fix typos in docstrings.
4565
4566 2005-07-20 Kim F. Storm <storm@cua.dk>
4567
4568 * emulation/cua-base.el (cua-mode): Improve doc string.
4569
4570 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
4571
4572 * abbrev.el (expand-region-abbrevs): Doc fix.
4573 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
4574 Improve argument/docstring consistency.
4575
4576 * arc-mode.el (archive-get-descr, archive-alternate-display):
4577 Doc fixes.
4578 (archive-l-e): Improve argument/docstring consistency.
4579 (archive-tmpdir, archive-unixdate, archive-unixtime)
4580 (archive-chmod-entry): Fix typos in docstrings.
4581 (archive-unflag, archive-unflag-backwards)
4582 (archive-unmark-all-files): "?\ " -> "?\s".
4583
4584 * buff-menu.el (Buffer-menu-unmark): Doc fix.
4585 (Buffer-menu-not-modified, Buffer-menu-execute)
4586 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
4587 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
4588
4589 * composite.el (compose-string, encode-composition-rule)
4590 (compose-last-chars): Fix typos in docstrings.
4591
4592 * desktop.el (desktop-enable, desktop-basefilename):
4593 Declare with `define-obsolete-variable-alias'.
4594 (desktop-internal-v2s): Don't quote keywords.
4595 (desktop-clear): "?\ " -> "?\s".
4596
4597 * dired.el (dired-align-file, dired-flag-backup-files)
4598 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
4599 (dired-listing-switches, dired-ls-F-marks-symlinks)
4600 (dired-dwim-target, dired-load-hook, dired-mode-hook)
4601 (dired-directory, dired-faces, dired, dired-revert)
4602 (dired-mode, dired-summary, dired-view-file)
4603 (dired-copy-filename-as-kill, dired-delete-file)
4604 (dired-no-confirm, dired-unmark-all-marks)
4605 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
4606 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
4607 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
4608 Fix typos in message strings.
4609
4610 * dired-x.el (virtual-dired): Declare with `defalias'.
4611 (dired-mark-unmarked-files, dired-local-variables-file)
4612 (dired-omit-here-always): Doc fix.
4613 (dired-omit-mode, dired-find-subdir)
4614 (dired-enable-local-variables, dired-clean-up-buffers-too)
4615 (dired-extra-startup, dired-mark-extension, dired-jump)
4616 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
4617 (dired-smart-shell-command, dired-guess-shell-alist-user)
4618 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
4619 (dired-x-bind-find-file, dired-x-submit-report):
4620 Fix typos in docstrings.
4621 (dired-mark-unmarked-files): "?\ " -> "?\s".
4622
4623 * dirtrack.el (dirtrack-list): Fix typos in docstring.
4624
4625 * faces.el (describe-face): "?\ " -> "?\s".
4626 (read-all-face-attributes, read-face-font, modify-face)
4627 (face-attr-construct, italic): Fix typos in docstrings.
4628 (frame-update-face-colors): Declare with
4629 `define-obsolete-function-alias'.
4630
4631 * files.el (find-file-noselect, recode-file-name): Doc fixes.
4632 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
4633 (magic-mode-alist, buffer-file-numbers-unique)
4634 (write-file-functions, get-free-disk-space):
4635 Fix typos in docstrings.
4636 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
4637 (write-contents-hooks, write-file-hooks):
4638 Declare with `define-obsolete-variable-alias'.
4639
4640 * forms-d2.el (arch-rj): Fix typo in docstrings.
4641 (arch-tocol): Likewise. "?\ " -> "?\s".
4642
4643 * frame.el (set-frame-font, cursor-in-non-selected-windows):
4644 Fix typo in docstring.
4645 (set-screen-width, set-screen-height): Delete redundant info in
4646 doctrings.
4647 (new-frame, screen-height, screen-width): Declare with
4648 `define-obsolete-function-alias'.
4649 (delete-frame-hook, blink-cursor): Declare with
4650 `define-obsolete-variable-alias'.
4651
4652 * paths.el (prune-directory-list): Fix typos in docstring.
4653
4654 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
4655 (cvs-prefix-get): Fix typos in docstrings.
4656
4657 * ps-print.el (ps-extend-face-list, ps-extend-face)
4658 (ps-print-background-image): Fix typos in docstrings.
4659 (ps-default-fg, ps-default-bg): Doc fixes.
4660
4661 * s-region.el (s-region-bind): Doc fix.
4662 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
4663
4664 * textmodes/org.el (org-table-formula-substitute-names)
4665 (org-table-get-vertical-vector): Doc fixes.
4666 (org-table-recalculate): Remove unused argument to `message'.
4667
4668 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
4669
4670 * textmodes/org.el (org-table-column-names)
4671 (org-table-column-name-regexp)
4672 (org-table-named-field-locations): New variables.
4673 (org-archive-subtree): Protect `this-command' when calling
4674 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
4675 the kill buffer.
4676 (org-complete): Remove fixed-formula completion.
4677 (org-edit-formulas-map): New variable.
4678 (org-table-edit-formulas): New command.
4679 (org-finish-edit-formulas, org-abort-edit-formulas)
4680 (org-show-variable, org-table-get-vertical-vector): New functions.
4681 (org-table-maybe-eval-formula): Handle `:=' fields.
4682 (org-table-get-stored-formulas, org-table-store-formulas)
4683 (org-table-get-formula, org-table-modify-formulas)
4684 (org-table-replace-in-formulas): Handle named field formulas.
4685 (org-table-get-specials): Store locations of named fields.
4686
4687 2005-07-19 Juri Linkov <juri@jurta.org>
4688
4689 * progmodes/grep.el (grep-regexp-alist)
4690 (grep-mode-font-lock-keywords, grep-process-setup):
4691 Use default GNU grep match color "01;31m" instead of "01;41m".
4692 (grep-regexp-alist, grep-mode-font-lock-keywords):
4693 Use `\\[[0-9]*m' instead of `\\[00m'.
4694 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
4695 sgr_start where its handling is more important. Use the real
4696 length of sgr_start instead of constant 8.
4697 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
4698 specially. Delete all remaining escape sequences.
4699 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
4700 (grep-regexp-alist): Make hyperlink only for binary file name
4701 instead of the whole line.
4702 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
4703 (grep-mode): Add autoload.
4704
4705 * emacs-lisp/find-func.el (find-function-regexp):
4706 Add `define-compilation-mode'.
4707
4708 2005-07-19 Juri Linkov <juri@jurta.org>
4709
4710 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
4711 (compare-windows-sync-string-size, compare-windows-recenter)
4712 (compare-windows-highlight, compare-windows): Add version 22.1.
4713 (compare-windows) <defface>: Inherit from lazy-highlight instead
4714 of duplicating its default value.
4715
4716 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
4717 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
4718
4719 * descr-text.el (describe-char): Create link buttons for `charset'
4720 and `code point'. Add the current input method name with a link
4721 button to `to input' field. Print face names of display table
4722 characters in `The display table entry is displayed by' section
4723 instead of printing face-id in the `display' field.
4724 Guess hardcoded faces and create a link button for them.
4725 Skip empty fields when calculating max-width.
4726 Treat `widget-create' specially while inserting strings from the
4727 collected field list.
4728 (describe-char-after): Made obsolete in version 22.1, not 21.5.
4729
4730 * diff-mode.el (diff-file-header): Change foreground color from
4731 yellow to green on light backgrounds.
4732 (diff-context): Inherit from `shadow' only for color/grayscale
4733 with more than 88 colors.
4734 (diff-indicator-removed, diff-indicator-added)
4735 (diff-indicator-changed): New faces.
4736 (diff-font-lock-keywords): Use new faces. Regroup rules.
4737 Add "^---$" for `normal' diff format. Fontify `#' lines with
4738 font-lock-comment-delimiter-face and font-lock-comment-face.
4739 Add `#' to ^[^...] in the rule for `diff-context-face'.
4740
4741 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
4742 a button-like box. Inherit from `highlight' on low colors.
4743 (shadow): Use shades of gray only for color/grayscale with
4744 more than 88 colors. Use green for light backgrounds with
4745 8 colors, and yellow for dark backgrounds with 8 colors.
4746
4747 * font-lock.el (font-lock-regexp-grouping-backslash):
4748 Don't inherit from escape-glyph (use bold for all cases).
4749
4750 * info.el (info-xref-visited): Use light foreground color `violet'
4751 for dark backgrounds instead of dark color `magenta3'.
4752 (info-title-1): Use `yellow' color for dark backgrounds.
4753
4754 * isearch.el (isearch): Use not-too-dark magenta3 instead of
4755 too-light magenta2.
4756
4757 * replace.el (match): Use slightly more light RoyalBlue3 instead
4758 of dark RoyalBlue4.
4759
4760 * wid-edit.el (widget-inactive): Inherit from `shadow'.
4761
4762 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
4763
4764 * novice.el (disabled-command-hook): Declare it with
4765 `define-obsolete-variable-alias'.
4766
4767 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4768 (desktop-buffer-misc-functions, desktop-buffer-handlers)
4769 (desktop-load-default): Add release to obsolescence info.
4770 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
4771 (desktop-append-buffer-args, desktop-read):
4772 Fix typos in docstrings.
4773 (desktop-kill): Fix typo in message.
4774 (desktop-save): Doc fix.
4775
4776 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
4777
4778 * viper-cmd.el (viper-escape-to-state): Bug fix.
4779 (viper-envelop-ESC-key): Change the definition of fast
4780 keysequence so it'll work with keyboard macros.
4781
4782 * ediff.el (ediff-patch-buffer): Change the docstring.
4783
4784 2005-07-19 Kenichi Handa <handa@m17n.org>
4785
4786 * international/mule-cmds.el (select-safe-coding-system): Try to
4787 use an auto-coding (if any) before anything else. If the found
4788 auto-coding is invalid, show a warning message.
4789
4790 * international/mule.el (find-auto-coding): New function created
4791 by modifying the body of set-auto-coding.
4792 (set-auto-coding): Use find-auto-coding to find a coding.
4793
4794 2005-07-18 Richard M. Stallman <rms@gnu.org>
4795
4796 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
4797 not isearch-mode-end-hook-error.
4798 (allout-before-change-protect): Fix error message.
4799
4800 2005-07-18 Juri Linkov <juri@jurta.org>
4801
4802 * allout.el (allout-mode):
4803 * calculator.el (calculator-copy):
4804 * custom.el (custom-known-themes):
4805 * dired.el (dired-desktop-buffer-misc-data)
4806 (dired-restore-desktop-buffer):
4807 * dired-x.el (dired-omit-marker-char):
4808 * files.el (basic-save-buffer):
4809 * font-core.el (font-lock-mode):
4810 * calendar/calendar.el (calendar-goto-hebrew-date)
4811 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
4812 (calendar-goto-persian-date):
4813 * language/ethio-util.el (ethio-sera-to-fidel-region):
4814 * textmodes/picture.el (picture-mode):
4815 Delete duplicate duplicate words.
4816
4817 2005-07-18 Juri Linkov <juri@jurta.org>
4818
4819 * isearch.el (isearch-mode-map): Remove key bindings for regexp
4820 chars * ? } |.
4821 (isearch-fallback): Don't call `isearch-process-search-char'.
4822 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
4823 (isearch-process-search-char): Call `isearch-fallback' for regexp
4824 chars * ? } |.
4825 (isearch-return-char): Make obsolete with `make-obsolete' instead
4826 of simply documenting it as obsolete in the docstring.
4827 (isearch-fallback): Refill docstring.
4828
4829 * international/isearch-x.el
4830 (isearch-process-search-multibyte-characters): Remove unneeded
4831 `concat'. Add intermediate values to `junk-hist' instead of
4832 `minibuffer-history'. Test the length of `str'.
4833
4834 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
4835
4836 * allout.el (allout-resolve-xref): Fix typos in error strings.
4837 (allout-before-change-protect): Remove unneeded `concat'.
4838
4839 * array.el (array-mode, array-reconfigure-rows)
4840 (untabify-backward): Fix typos in docstrings.
4841 (array-reconfigure-rows): Use `insert-buffer-substring', not
4842 `insert-buffer'.
4843
4844 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4845 * progmodes/ada-mode.el (ada-make-body):
4846 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4847
4848 * dired.el (dired-log):
4849 * tar-mode.el (tar-subfile-save-buffer):
4850 * play/zone.el (zone-pgm-stress-destress):
4851 Use `insert-buffer-substring', not `insert-buffer'.
4852
4853 2005-07-17 Simon Josefsson <jas@extundo.com>
4854
4855 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4856
4857 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4858
4859 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4860 Add plain auth method.
4861 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4862
4863 2005-07-17 Kim F. Storm <storm@cua.dk>
4864
4865 * ido.el (dired-other-window): Add ido property.
4866
4867 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4868
4869 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4870 Fix typo in docstring.
4871 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4872 `insert-file-literally'.
4873
4874 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4875 info and delete redundant message. Doc fix.
4876 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4877 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4878
4879 2005-07-16 Richard M. Stallman <rms@gnu.org>
4880
4881 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4882 (byte-compile-and): Use byte-compile-and-recursion.
4883 (byte-compile-or-recursion): New function.
4884 (byte-compile-or): Use that.
4885 (byte-compile-if): Guard the else-clause too.
4886 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4887
4888 * isearch.el (isearch-mode-end-hook-quit): New variable.
4889 (isearch-done): Bind it.
4890 (isearch-mode-end-hook): Doc fix.
4891
4892 * allout.el (allout-isearch-did-quit): Variable deleted.
4893 (allout-real-isearch-abort): Function name no longer used.
4894 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4895 (allout-isearch-rectification): isearch-mode always exists.
4896 Don't set allout-isearch-did-quit.
4897 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4898 allout-isearch-did-quit.
4899 (allout-enwrap-isearch): Just add the hook.
4900 (allout-isearch-abort): Function deleted.
4901 (allout-pre-command-business): Avoid warning.
4902
4903 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4904 Correctly avoid warnings.
4905 (pascal-outline): Likewise.
4906
4907 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4908
4909 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4910
4911 * play/tetris.el (tetris-mode): Avoid warning.
4912
4913 * play/snake.el (snake-mode): Avoid warning.
4914
4915 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4916 (gamegrid-set-display-table): Avoid warning.
4917 (gamegrid-set-timer): Likewise.
4918 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4919 (gamegrid-add-score-with-update-game-score-1): Take FILE
4920 as argument.
4921 (gamegrid-add-score-with-update-game-score): Pass that argument.
4922 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4923
4924 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4925
4926 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4927 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4928
4929 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4930 and insert-file.
4931
4932 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4933 (sc-ask): Avoid warnings.
4934
4935 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4936 (eshell-hist-initialize): Use that var the natural way.
4937
4938 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4939
4940 * emacs-lisp/re-builder.el (reb-cook-regexp):
4941 Avoid warning calling lre-compile-string.
4942 (reb-color-display-p): Avoid warning.
4943
4944 * calculator.el (calculator-last-input): Guard uses
4945 of event-key and key-press-event-p.
4946 (event-key, key-press-event-p): Delete definitions.
4947
4948 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4949 (find-gc-source-directory, find-gc-subrs-callers)
4950 (find-gc-noreturn-list, find-gc-source-files)
4951 (find-gc-subrs-called): Vars renamed and defvar'd.
4952
4953 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4954 (checkdoc-overlay-put, checkdoc-delete-overlay)
4955 (checkdoc-overlay-start, checkdoc-overlay-end)
4956 (checkdoc-mode-line-update, checkdoc-char=):
4957 Define such that compiler knows they are defined.
4958 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4959 (checkdoc-read-event): Delete. Use read-event directly.
4960
4961 * whitespace.el (whitespace-make-overlay)
4962 (whitespace-overlay-put, whitespace-delete-overlay)
4963 (whitespace-overlay-start, whitespace-overlay-end):
4964 Define such that compiler knows they are defined.
4965 (whitespace): Move conditional inside.
4966
4967 * tempo.el (tempo-insert-template): Suppress warning.
4968
4969 * ediff-diff.el (longlines-mode): Add defvar.
4970
4971 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4972
4973 * server.el: Bind "C-x #" in a way that works even if C-x is
4974 redefined to a command key, not a prefix key.
4975
4976 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4977
4978 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4979 cl-make-type-test till execution time.
4980
4981 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4982
4983 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4984 arg ARG and use it.
4985
4986 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4987
4988 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4989
4990 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4991
4992 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4993 a defcustom with two :set or :type keywords.
4994
4995 2005-07-15 Richard M. Stallman <rms@gnu.org>
4996
4997 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4998 Don't give ^M comment-end syntax.
4999
5000 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
5001
5002 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
5003 Don't consider gdbmi (gdb-mi.el has its own update functions).
5004 (gdb-var-delete): Make it work for gdbmi as well.
5005 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
5006
5007 * progmodes/gud.el (etags, sdb): Only require etags when needed.
5008 (gud-speedbar-menu-items): Correct logic for enabling items.
5009
5010 2005-07-15 Kim F. Storm <storm@cua.dk>
5011
5012 * ido.el: Fix commentary.
5013 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
5014 Use with-no-warnings around ffap-guesser.
5015 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
5016 Let bind minibuffer-completing-file-name to t.
5017
5018 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
5019
5020 * startup.el (site-run-file, keyboard-type): Doc fixes.
5021 (command-line): Check for "--basic-display" argument; also for
5022 "--quick", not "--bare-bones" (which was renamed).
5023 (fancy-splash-text): Add missing item "Getting New Versions".
5024 (normal-splash-screen): Fix typos and improve consistency with
5025 `fancy-splash-text'. Update copyright year.
5026
5027 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
5028 valid binding for `help-char'.
5029
5030 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
5031
5032 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
5033
5034 * term.el (term-mode): Disable cua-mode for term buffers.
5035
5036 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
5037
5038 * add-log.el (add-log-mailing-address, change-log-merge):
5039 Doc fixes.
5040 (change-log-get-method-definition): Fix typo in docstring.
5041
5042 2005-07-14 Kim F. Storm <storm@cua.dk>
5043
5044 * emulation/cua-base.el:
5045 (cua--pre-command-handler-1, cua--pre-command-handler)
5046 (cua--post-command-handler-1, cua--post-command-handler):
5047 Split in two. Check (buffer local) value of cua-mode.
5048 (cua-selection-mode): New command.
5049
5050 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5051
5052 * custom.el (custom-initialize-safe-set)
5053 (custom-initialize-safe-default): Doc fixes.
5054
5055 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
5056 and simplify :init-value again.
5057
5058 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
5059 and simplify :init-value again. Delete autoload.
5060
5061 * startup.el (command-line): Use `custom-reevaluate-setting' again
5062 for tooltip-mode.
5063
5064 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
5065 a defcustom with two :initialize keywords.
5066
5067 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * allout.el (my-mark-marker, allout-isearch-prior-pos)
5070 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
5071 (allout-post-command-business, allout-flag-region)
5072 (isearch-reenable-font-lock, allout-yank)
5073 (allout-insert-latex-header, allout-insert-latex-trailer)
5074 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
5075 (allout-latex-verb-quote): Fix typos in docstrings.
5076 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
5077 (allout-unprotected, allout-prefix-data):
5078 Improve argument/docstring consistency.
5079 (allout-chart-subtree): Fix argument spec.
5080 (allout-open-topic): Rename `use_sib_bullet' argument to
5081 `use-sib-bullet'. Doc fix.
5082
5083 * whitespace.el (whitespace-check-buffer-leading)
5084 (whitespace-check-buffer-trailing)
5085 (whitespace-check-buffer-indent)
5086 (whitespace-check-buffer-spacetab)
5087 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
5088 (whitespace-check-leading-whitespace)
5089 (whitespace-check-trailing-whitespace)
5090 (whitespace-check-spacetab-whitespace)
5091 (whitespace-check-indent-whitespace)
5092 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
5093 (whitespace-modes): Fix typos in docstrings.
5094 (defgroup, defcustom): Doc fixes.
5095
5096 * winner.el (winner-mode, winner-boring-buffers)
5097 (winner-pending-undo-ring): Doc fixes.
5098 (winner-ring): Remove unneeded `progn'.
5099 (winner-equal): `defsubst' it.
5100 (winner-redo): Fix message.
5101
5102 2005-07-13 Kim F. Storm <storm@cua.dk>
5103
5104 * simple.el (line-move-1): Always use vertical-motion to
5105 do the last (or only) line move to ensure some movement.
5106 Undo 2005-06-23 change--don't check for overlays.
5107
5108 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5109
5110 * term/mac-win.el (ccl-encode-mac-roman-font)
5111 (ccl-encode-mac-centraleurroman-font)
5112 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
5113 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
5114 Change charset-id boundary of dimension to ?\xef.
5115 (mac-char-fontspec-list): New constant.
5116 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
5117 argument. Nil uses itself as family in font-spec. Previous
5118 behavior for nil is now provided by non-nil non-string argument.
5119 All callers changed. Add font-specs for Mac fonts to
5120 "fontset-default" unless iso8859-1 fonts are installed.
5121
5122 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 * progmodes/sh-script.el (sh-get-indent-info): Only indent
5125 a continuation line if the \ is preceded by SPC or TAB.
5126 (sh-get-indent-info): Simplify.
5127 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
5128 Use with-current-buffer.
5129
5130 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
5131 when the matched text is empty.
5132
5133 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
5134
5135 * startup.el (command-line): Revert to previous handling of
5136 tooltip-mode. Explain in comment why the complexity is needed.
5137
5138 * tooltip.el (tooltip-mode): Revert to previous implementation of
5139 its defcustom.
5140
5141 * frame.el (blink-cursor-mode): Revert to previous implementation
5142 of its defcustom. Update comment.
5143
5144 2005-07-12 Lars Hansen <larsh@soem.dk>
5145
5146 * desktop.el: Update e-mail address.
5147
5148 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5149
5150 * term/mac-win.el (mac-services-mail-selection)
5151 (mac-services-mail-to): New functions.
5152 (mac-application-menu-map): Bind them.
5153
5154 2005-07-12 wulei <milton@wulei.net> (tiny change)
5155
5156 * progmodes/gdb-ui.el: Add note about buffering with Windows.
5157
5158 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
5159
5160 * custom.el (custom-reevaluate-setting): Doc fix.
5161
5162 2005-07-11 Jay Belanger <belanger@truman.edu>
5163
5164 * calc/calc.el (calc-embedded-announce-formula-alist)
5165 (calc-embedded-open-close-plain-alist)
5166 (calc-embedded-open-close-mode-alist): Add checks for additional
5167 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
5168
5169 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
5170
5171 * custom.el (custom-enable-theme): Don't add theme to
5172 `custom-enabled-themes' with `push' because there is no
5173 setf-method for `delq'.
5174
5175 2005-07-11 Richard M. Stallman <rms@gnu.org>
5176
5177 * custom.el (custom-declare-variable): Doc fix.
5178
5179 * dired-aux.el (dired-compare-directories): Remove "." and ".."
5180 from the alists.
5181
5182 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
5183 Do nothing if edebug-active.
5184
5185 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
5186 (edebug-display): Do it here instead.
5187
5188 2005-07-10 Richard M. Stallman <rms@gnu.org>
5189
5190 * cus-face.el (custom-theme-set-faces): Make it work.
5191 (custom-reset-faces): Doc fix.
5192 (custom-theme-reset-internal-face, custom-theme-face-value):
5193 Functions deleted.
5194
5195 * custom.el (custom-push-theme): Maintain list of the settings
5196 of a given theme in its theme-settings property.
5197 Maintain position of old settings in the theme-value
5198 or theme-face property.
5199 (custom-enabled-themes): New variable.
5200 (custom-theme-enabled-p): New function.
5201 (provide-theme): Update custom-enabled-themes.
5202 Disable and reenable the `user' theme.
5203 (require-theme): Doc fix.
5204 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
5205 (custom-theme-value, custom-theme-variable-value): Likewise.
5206 (custom-theme-reset-internal): Likewise.
5207 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
5208 (custom-enable-theme, custom-disable-theme): New functions.
5209 (custom-variable-theme-value, custom-face-theme-value): Likewise.
5210 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
5211 (custom-theme-reset-variables): Simplify.
5212 (deftheme, custom-declare-theme, custom-make-theme-feature):
5213 Definitions moved.
5214
5215 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
5216
5217 * longlines.el (longlines-show-region)
5218 (longlines-unshow-hard-newlines): Recognize hard newlines by
5219 non-nil hard property, instead of t.
5220
5221 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
5222
5223 * viper-cmd.el (viper--key-maps): New variable.
5224 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
5225 emulation-mode-map-alists.
5226 (viper-envelop-ESC-key): Use viper-subseq.
5227 (viper-search-forward/backward/next): Disable debug-on-error.
5228
5229 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
5230 (viper-ESC-key): New defcustoms.
5231
5232 * viper-macs.el (ex-map-read-args): Use viper-subseq.
5233
5234 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
5235 (viper-subseq): Copy of subseq from cl.el.
5236
5237 * viper.el (viper-go-away, viper-set-hooks): Use
5238 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
5239
5240 * viper-mous.el (viper-current-frame-saved): Use defvar.
5241
5242 * viper-init.el: Get rid of -face in face names.
5243
5244 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5245 Make it work with longlines mode
5246
5247 * ediff-mult.el (ediff-meta-mode-hook): New variable.
5248
5249 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
5250
5251 * ediff-init.el: Get rid of -face in face names.
5252
5253 2005-07-10 Richard M. Stallman <rms@gnu.org>
5254
5255 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
5256 and with-timeout-unsuspend.
5257
5258 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
5259 and with-timeout-unsuspend.
5260
5261 * emacs-lisp/timer.el (with-timeout-timers): New variable.
5262 (with-timeout): Bind that variable to record timers.
5263 (with-timeout-suspend, with-timeout-unsuspend): New functions.
5264
5265 * emacs-lisp/debug.el (debug-help-follow): New function.
5266 (debugger-mode-map): Use that instead of help-follow.
5267 (debugger-setup-buffer): Use eval-buffer-list
5268 to handle eval-buffer frames.
5269
5270 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
5271
5272 * timezone.el (timezone-parse-date): Change first regexp
5273 so it will not mistakenly match dates with no time zone.
5274
5275 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
5276
5277 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
5278
5279 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
5280
5281 * custom.el (custom-initialize-safe-set)
5282 (custom-initialize-safe-default): New functions.
5283
5284 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
5285 and simplify :init-value.
5286
5287 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
5288 and simplify :init-value. Delete obsolete comment.
5289
5290 * startup.el (command-line): Use `custom-reevaluate-setting' to
5291 handle `tooltip-mode'. Delete obsolete comment.
5292
5293 * files.el (set-visited-file-name): Avoid calling
5294 `file-name-nondirectory' with a nil argument.
5295
5296 2005-07-09 Richard M. Stallman <rms@gnu.org>
5297
5298 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
5299 was called with nil for the buffer, handle the read position right.
5300 Handle read position for eval-region, too.
5301
5302 2005-07-09 Juri Linkov <juri@jurta.org>
5303
5304 * fringe.el (fringe-mode): Add period in docstring.
5305 (fringe-query-style): Build prompt depending on `all-frames' arg.
5306
5307 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
5308 to not create links to unrelated functions in the Help buffer.
5309
5310 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
5311 Doc fix.
5312
5313 * simple.el (next-error-hook): New variable.
5314 (next-error): Use it. Doc fix.
5315
5316 * textmodes/ispell.el (ispell-command-loop): Add current
5317 dictionary name and program name to mode-line-format.
5318 (ispell-region, ispell-process-line): Add current dictionary name
5319 and program name to messages.
5320
5321 2005-07-08 Jay Belanger <belanger@truman.edu>
5322
5323 * calc/calc.el (calc-embedded-announce-formula-alist)
5324 (calc-embedded-open-close-formula-alist)
5325 (calc-embedded-open-close-word-alist)
5326 (calc-embedded-open-close-plain-alist)
5327 (calc-embedded-open-close-new-formula-alist)
5328 (calc-embedded-open-close-mode-alist)
5329 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
5330 (calc-embedded-mode-hook): New variables.
5331
5332 * calc/calc-embed.el (calc-embedded-firsttime)
5333 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
5334 New variables.
5335 (calc-do-embedded): Use calc-embedded-firsttime,
5336 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
5337 determine whether or not to run hooks.
5338 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
5339 calc-embedded-firsttime-formula appropriately.
5340 Set calc-embedded delimiter variables according to mode.
5341
5342 2005-07-08 Richard M. Stallman <rms@gnu.org>
5343
5344 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
5345 Check for "emacs", etc., as entire symbol, not just as word.
5346 (checkdoc-file-comments-engine): Use regexp-quote on FN.
5347
5348 * files.el (set-visited-file-name): Report the error
5349 for "empty filename" earlier.
5350 (kill-some-buffers): Ignore buffers already dead.
5351
5352 * fringe.el (fringe-mode): Doc fix.
5353
5354 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5355 Check for (featurep 'xemacs) and turn off warnings in what it guards.
5356 Use unwind-protect to ensure byte-compile-unresolved-functions
5357 is updated.
5358
5359 * whitespace.el (whitespace-buffer-leading-cleanup):
5360 Simplify w/ skip-chars-forward.
5361 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
5362
5363 * mail/rmail.el (rmail-only-expunge): Fix paren error.
5364 Unconditionally try to leave point at the same old place.
5365
5366 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
5367
5368 * comint.el (comint-postoutput-scroll-to-bottom)
5369 (comint-show-maximum-output): Take scroll-margin into consideration.
5370
5371 2005-07-08 Kim F. Storm <storm@cua.dk>
5372
5373 * ido.el (ido-use-filename-at-point): New choice `guess'.
5374 (ido-file-internal): Try ffap-guesser if selected.
5375
5376 * ido.el (ido-before-fallback-functions): New hook.
5377 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
5378 (ido-read-file-name): Run it.
5379
5380 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
5383 strings rather than a list of symbols to the completion function.
5384
5385 2005-07-07 Jay Belanger <belanger@truman.edu>
5386
5387 * calc/calc-units.el (math-apply-units): Change the places in
5388 which units are simplified.
5389
5390 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
5391
5392 * cus-edit.el (customize-option, customize-option-other-window):
5393 Make them handle aliases.
5394
5395 * custom.el (custom-variable-p): Make it recursively follow
5396 aliases. Mention that in the docstring.
5397
5398 2005-07-07 Richard M. Stallman <rms@gnu.org>
5399
5400 * cus-start.el (exec-path): Use `directory' instead of `file'.
5401 Fix tag for nil.
5402
5403 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
5404
5405 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
5406 when called non-interactively. Doc fix.
5407
5408 2005-07-07 Lute Kamstra <lute@gnu.org>
5409
5410 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
5411 new address as well.
5412
5413 2005-07-07 Kenichi Handa <handa@m17n.org>
5414
5415 * international/mule.el (make-coding-system):
5416 Describe `ascii-incompatible' property in the docstring.
5417 (set-file-name-coding-system): Signal an error if coding-system is
5418 ascii-incompatible.
5419 (set-keyboard-coding-system): Likewise.
5420
5421 * international/mule-cmds.el (set-default-coding-systems):
5422 Don't set default-file-name-coding-system and
5423 default-keyboard-coding-system if coding-system is ASCII-incompatible.
5424
5425 * international/utf-16.el: Declare that all UTF-16-based coding
5426 systems are ASCII-incompatible.
5427
5428 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
5429
5430 * progmodes/gud.el: Require font-lock for displaying errors.
5431 Used by gdb-ui.el.
5432
5433 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
5434
5435 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
5436 values for the pattern lists which are `read'able but not
5437 `append'able (like symbols).
5438
5439 2005-07-06 Richard M. Stallman <rms@gnu.org>
5440
5441 * progmodes/flymake.el (flymake-float-time): Instead of
5442 with-no-warnings, test for xemacs.
5443 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
5444 to avoid warning.
5445
5446 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
5447
5448 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
5449
5450 2005-07-05 Lute Kamstra <lute@gnu.org>
5451
5452 * battery.el: Add support for Darwin (with much debugging help
5453 from Samuel Lauber <sam124@operamail.com>).
5454 (battery-status-function, battery-echo-area-format)
5455 (battery-mode-line-format): Add support for pmset on Darwin.
5456 (battery-load-low, battery-load-critical): New user options.
5457 (battery-pmset): New function.
5458
5459 2005-07-05 Lute Kamstra <lute@gnu.org>
5460
5461 Update FSF's address in GPL notices.
5462
5463 * textmodes/page-ext.el: Update FSF's address.
5464
5465 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
5468 filling from using prefix when filling a single-line docstring.
5469
5470 * progmodes/flymake.el: Remove useless eval-when-compile.
5471
5472 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
5473
5474 2005-07-04 Richard M. Stallman <rms@gnu.org>
5475
5476 * textmodes/org.el (org-file-apps-defaults-gnu):
5477 Rename from org-file-apps-defaults-linux.
5478 (org-default-apps): Don't test system-type for `linux'.
5479 (org-file-apps): Doc fix.
5480
5481 2005-07-04 David Ponce <david@dponce.com>
5482
5483 * tree-widget.el: Improve header Commentary section.
5484 (tree-widget) [defgroup]
5485 (tree-widget-image-enable, tree-widget-themes-directory)
5486 (tree-widget-theme, tree-widget-image-properties-emacs)
5487 (tree-widget-image-properties-xemacs, tree-widget-create-image)
5488 (tree-widget-image-formats, tree-widget-control)
5489 (tree-widget-empty-control, tree-widget-leaf-control
5490 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
5491 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
5492 (tree-widget-keep, tree-widget-after-toggle-functions)
5493 (tree-widget-open-node, tree-widget-close-node): Doc fix.
5494 (tree-widget-open-control, tree-widget-close-control): Fix doc and
5495 :help-echo message.
5496 (tree-widget-set-theme): Doc fix. Use `string-equal'.
5497 (tree-widget-image-properties): Doc fix. Clearer implementation.
5498 (tree-widget--cursors): New constant.
5499 (tree-widget-lookup-image): New function split from
5500 `tree-widget-find-image'. Clearer implementation.
5501 (tree-widget-find-image): Use it.
5502 (tree-widget-button-keymap): Use `set-keymap-parent'.
5503 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
5504 Define the sub-widgets here.
5505 (tree-widget-node): Check that :node is not a tree-widget.
5506 (tree-widget-get-super, tree-widget-open-control)
5507 (tree-widget-close-control, tree-widget-empty-control)
5508 (tree-widget-leaf-control, tree-widget-guide)
5509 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
5510 (tree-widget-no-handle, tree-widget-value-delete)
5511 (tree-widget-map): Remove.
5512 (tree-widget-children-value-save): Doc fix. Simplified.
5513 (tree-widget-value-create): Update according to previous changes.
5514
5515 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
5516
5517 * textmodes/org.el: Leading space replaced by TABS.
5518 (org-recalc-marks, org-table-rotate-recalc-marks)
5519 (org-table-get-specials): Treat "^" and "_" marks.
5520 (org-table-justify-field-maybe): Optional argument NEW.
5521 (org-table-eval-formula): Parsing of the format simplified.
5522 New modes C,I. Honor the %= parameter in the current table.
5523 Avoid unnecessary re-align by using the NEW argument to
5524 `org-table-justify-field-maybe'.
5525 (org-calc-default-modes): Default for date-format mimicks org-mode.
5526 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
5527
5528 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5529
5530 * cus-face.el (custom-theme-set-faces): Make it handle face
5531 aliases whose alias declarations are pre- or autoloaded.
5532
5533 2005-07-04 Juri Linkov <juri@jurta.org>
5534
5535 * faces.el (read-face-name): Put the code for getting a face name
5536 from the buffer before adding the faces from the `face' property.
5537 Use `completing-read-multiple' instead of `completing-read'.
5538 Require `crm'. Add default value and post-process the returned
5539 list of faces.
5540
5541 * emacs-lisp/crm.el (crm-find-current-element)
5542 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
5543
5544 * emacs-lisp/lisp-mode.el (eval-defun-1):
5545 * emacs-lisp/edebug.el (edebug-eval-defun):
5546 Remove unnecessary quotes.
5547
5548 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
5549
5550 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
5551 (prolog-indent-level): Fix typo in docstring.
5552
5553 * info.el (Info-history, Info-history-forward)
5554 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
5555
5556 * add-log.el (add-change-log-entry):
5557 * comint.el (comint-dynamic-list-input-ring)
5558 (comint-dynamic-list-completions):
5559 * dabbrev.el (dabbrev-expand):
5560 * delim-col.el (delimit-columns-rectangle-line):
5561 * diff-mode.el (diff-context->unified, diff-reverse-direction)
5562 (diff-unified->context):
5563 * ediff-init.el (ediff-abbrev-jobname):
5564 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
5565 (ediff-replace-session-activity-marker-in-meta-buffer):
5566 * info.el (Info-summary):
5567 * lpr.el (printify-region):
5568 * printing.el (pr-create-interface):
5569 * ps-print.el (ps-print-quote):
5570 * ses.el (ses-column-widths, ses-print-cell)
5571 (ses-adjust-print-width, ses-center):
5572 * shell.el (shell-file-name-quote-list):
5573 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
5574 (strokes-fill-current-buffer-with-whitespace)
5575 (strokes-xpm-for-stroke, strokes-list-strokes)
5576 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
5577 * term.el (term-dynamic-list-input-ring)
5578 (term-dynamic-list-completions):
5579 * calc/calc.el (math-format-stack-value):
5580 * emacs-lisp/edebug.el (edebug-display-freq-count):
5581 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
5582 (delphi-new-comment-line):
5583 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
5584 * progmodes/executable.el (executable-set-magic):
5585 * progmodes/python.el (inferior-python-mode):
5586 * progmodes/scheme.el (scheme-mode-syntax-table):
5587 * progmodes/sh-script.el (sh-maybe-here-document):
5588 * progmodes/sql.el (sql-copy-column):
5589 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
5590 * textmodes/bibtex.el (bibtex-mode):
5591 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
5592 (sgml-auto-attributes):
5593 * textmodes/table.el (table-insert, table-shorten-cell)
5594 (table--generate-source-scan-lines, table-delete-row)
5595 (*table--cell-delete-char, table--spacify-frame)
5596 (table--horizontally-shift-above-and-below)
5597 (table--cell-insert-char, table--cell-blank-str)
5598 (table--fill-region-strictly):
5599 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
5600 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
5601
5602 * add-log.el (change-log):
5603 * apropos.el (apropos):
5604 * comint.el (comint-completion, comint-source):
5605 * dabbrev.el (dabbrev):
5606 * delim-col.el (columns):
5607 * diff-mode.el (diff-mode):
5608 * ediff.el (ediff):
5609 * ediff-diff.el (ediff-diff):
5610 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
5611 * ediff-mult.el (ediff-mult):
5612 * ediff-ptch.el (ediff-ptch):
5613 * ediff-wind.el (ediff-window):
5614 * facemenu.el (facemenu):
5615 * indent.el (indent):
5616 * info.el (info):
5617 * jka-cmpr-hook.el (compression, jka-compr):
5618 * lpr.el (lpr):
5619 * outline.el (outlines):
5620 * pcmpl-cvs.el (pcmpl-cvs):
5621 * pcmpl-rpm.el (pcmpl-rpm):
5622 * printing.el (printing):
5623 * ps-print.el (postscript, ps-print, ps-print-horizontal)
5624 (ps-print-vertical, ps-print-headers, ps-print-font)
5625 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
5626 (ps-print-background, ps-print-printer, ps-print-page)
5627 (ps-print-miscellany):
5628 * ses.el (ses):
5629 * shell.el (shell, shell-directories, shell-faces):
5630 * startup.el (initialization):
5631 * strokes.el (strokes):
5632 * term.el (term):
5633 * uniquify.el (uniquify):
5634 * w32-vars.el (w32):
5635 * calc/calc.el (calc):
5636 * emacs-lisp/bytecomp.el (bytecomp):
5637 * emacs-lisp/cl-indent.el (lisp-indent):
5638 * emacs-lisp/edebug.el (edebug):
5639 * emacs-lisp/elp.el (elp):
5640 * emacs-lisp/testcover.el (testcover):
5641 * emacs-lisp/trace.el (trace):
5642 * emulation/viper-ex.el (viper-ex):
5643 * emulation/viper-mous.el (viper-mouse):
5644 * mail/mailalias.el (mailalias):
5645 * mail/supercite.el (supercite, supercite-frames)
5646 (supercite-attr, supercite-cite, supercite-hooks):
5647 * net/rcompile.el (remote-compile):
5648 * net/rlogin.el (rlogin):
5649 * obsolete/ooutline.el (outlines):
5650 * progmodes/delphi.el (delphi):
5651 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
5652 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
5653 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
5654 (ebnf-optimization):
5655 * progmodes/etags.el (etags):
5656 * progmodes/executable.el (executable):
5657 * progmodes/idlwave.el (idlwave):
5658 * progmodes/pascal.el (pascal):
5659 * progmodes/prolog.el (prolog):
5660 * progmodes/python.el (python):
5661 * progmodes/scheme.el (scheme):
5662 * progmodes/sh-script.el (sh, sh-script):
5663 * progmodes/sql.el (SQL):
5664 * progmodes/tcl.el (tcl):
5665 * textmodes/bibtex.el (bibtex, bibtex-autokey):
5666 * textmodes/enriched.el (enriched):
5667 * textmodes/makeinfo.el (makeinfo):
5668 * textmodes/sgml-mode.el (sgml):
5669 * textmodes/table.el (table-hooks):
5670 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
5671 * textmodes/texinfo.el (texinfo):
5672 * textmodes/two-column.el (two-column):
5673 Finish `defgroup' description with period.
5674
5675 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
5676 * eshell/esh-var.el (eshell-var):
5677 * progmodes/vhdl-mode.el (vhdl-testbench):
5678 * textmodes/org.el (org): Fix typos in docstrings.
5679
5680 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
5681 consistency.
5682
5683 * progmodes/flymake.el (flymake-find-file): Remove.
5684 (flymake-float-time): Use `with-no-warnings'.
5685 (flymake-check-start-time, flymake-check-was-interrupted)
5686 (flymake-err-info, flymake-is-running, flymake-last-change-time)
5687 (flymake-new-err-info): `defvar' at compile time.
5688
5689 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
5690
5691 * replace.el (occur-hook): Doc fix.
5692 (occur-1): Don't call `occur-hook' if there are no matches.
5693
5694 2005-07-03 Richard M. Stallman <rms@gnu.org>
5695
5696 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
5697 global-map, save the same map.
5698 (global-map): Don't alter it at top level.
5699 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
5700 Then alter it here instead.
5701 (tpu-edt-off): Set global-map to the saved one.
5702
5703 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
5704 All references simplified.
5705 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
5706 (zmacs-regions): Add defvar.
5707 (repeat-complex-command-map): Everything about that deleted.
5708
5709 * textmodes/artist.el (artist-key-is-drawing)
5710 (artist-key-endpoint1, artist-key-poly-point-list)
5711 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
5712 (artist-key-compl-table, artist-rb-save-data)
5713 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
5714 Don't put them in eval-when-compile.
5715 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
5716
5717 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
5718 Use with-no-warnings.
5719
5720 * net/browse-url.el (dos-windows-version): Add defvar.
5721
5722 * mail/supercite.el (filladapt-prefix-table): Add defvar.
5723
5724 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
5725 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
5726 (rmail-new-summary-line-count): Rename from new-summary-line-count.
5727 Add defvar.
5728 (rmail-summary-beginning-of-message): Use with-no-warnings.
5729 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
5730
5731 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
5732 Use with-no-warnings.
5733
5734 * emulation/vi.el (vi-mark-region): Use c-mark-function.
5735 (c-mark-function): Add point-moving-unit property.
5736 (vi-goto-line): Use with-no-warnings.
5737
5738 * emulation/edt.el (edt-last-copied-word): Add defvar.
5739 (zmacs-region-stays): Likewise.
5740 (edt-mark-section-wisely): Use c-mark-function for C.
5741 Use makr-defun for Fortran.
5742 (time-string): defvar deleted.
5743 (edt-display-the-time): Don't set time-string.
5744
5745 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
5746
5747 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5748 Don't warn when name is not constant
5749 or for defining the group `emacs'.
5750
5751 * tooltip.el (gud-tooltip-mode): Add defvar.
5752
5753 * startup.el (default-frame-background-mode): Add defvar.
5754
5755 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
5756
5757 * info.el (tool-bar-map): Add defvar.
5758
5759 * dired.el (dnd-protocol-alist): Add defvar.
5760
5761 * dired-aux.el (dired-query): Display question with answer, when
5762 the user answers.
5763
5764 * custom.el (custom-add-option): Doc fix.
5765
5766 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
5767
5768 2005-07-03 Eli Zaretskii <eliz@gnu.org>
5769
5770 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
5771 bogus name from the last change.
5772
5773 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
5774
5775 * custom.el (custom-declare-variable): Fix typos in comment.
5776 (custom-known-themes): Doc fix.
5777 (custom-theme-directory): New defcustom.
5778 (require-theme): Make it check `custom-theme-directory'.
5779
5780 * cus-theme.el (custom-new-theme-mode): New function.
5781 (custom-theme-name, custom-theme-variables, custom-theme-faces)
5782 (custom-theme-description): Add compiler defvars.
5783 (customize-create-theme): Add doc to the "*New Custom Theme*"
5784 buffer. Use `custom-new-theme-mode'.
5785 (custom-theme-write): Put the created buffer in emacs-lisp-mode
5786 and save it to the `custom-theme-directory'. Make this the
5787 default directory of the buffer.
5788
5789 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
5790
5791 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
5792 Fix unbalanced parentheses.
5793
5794 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5795
5796 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
5797 into flymake-mode and delegate to flymake-mode.
5798
5799 * find-file.el (ff-which-function-are-we-in): Clean up.
5800
5801 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
5802
5803 * replace.el (occur-rename-buffer): Fix docstring.
5804
5805 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
5806 (edt-last-copied-word, edt-learn-macro-count)
5807 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
5808 (edt-rect-start-point, edt-user-global-map, rect-start-point)
5809 (time-string, zmacs-region-stays):
5810 * emulation/edt-mapper.el (edt-save-function-key-map)
5811 (EDT-key-name): `defvar' to silence the byte-compiler.
5812
5813 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
5814
5815 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
5816 font-lock-regexp-backslash. Doc fix.
5817 (font-lock-regexp-backslash-grouping-construct): Rename from
5818 font-lock-regexp-backslash-construct. Doc fix.
5819 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
5820 grouping constructs.
5821
5822 2005-07-02 Eli Zaretskii <eliz@gnu.org>
5823
5824 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
5825 updating all the prerequisites.
5826
5827 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
5828
5829 * textmodes/org.el (org-agenda-start-on-weekday)
5830 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5831 (org-agenda-use-time-grid, org-archive-location)
5832 (org-allow-space-in-links, org-usenet-links-prefer-google)
5833 (org-enable-table-editor, org-export-default-language)
5834 (org-export-html-show-new-buffer, org-fill-paragraph)
5835 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5836 (org-goto-quit, org-occur, org-eval-in-calendar)
5837 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5838 (org-agenda-diary-entry, org-remember-help)
5839 (org-table-convert-region, org-at-table-p)
5840 (org-table-move-row-down, org-table-move-row-up)
5841 (org-table-copy-region, org-table-toggle-vline-visibility)
5842 (org-table-get-stored-formulas, org-table-get-specials)
5843 (org-recalc-commands, org-table-eval-formula)
5844 (org-table-formula-substitute-names, orgtbl-make-binding)
5845 (org-format-org-table-html, org-format-table-table-html)
5846 (org-format-table-table-html-using-table-generate-source)
5847 (org-customize): Fix typos in docstrings.
5848 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5849 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5850 (org-back-to-heading): Doc fixes.
5851 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5852 (org-agenda-change-all-lines, org-get-header):
5853 Improve argument/docstring consistency.
5854 (orgtbl-error): Fix error message.
5855
5856 * progmodes/flymake.el (flymake-find-possible-master-files)
5857 (flymake-master-file-compare, flymake-get-line-err-count)
5858 (flymake-highlight-line, flymake-gui-warnings-enabled):
5859 Fix typos in docstrings.
5860 (flymake-parse-line, flymake-get-project-include-dirs-function)
5861 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5862 Doc fixes.
5863 (flymake-get-project-include-dirs-function)
5864 (flymake-make-err-menu-data):
5865 Improve argument/docstring consistency.
5866
5867 2005-07-01 Lute Kamstra <lute@gnu.org>
5868
5869 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5870 Catch errors with ignore-errors. Use temporary buffer.
5871 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5872
5873 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5874 background color faces.
5875 (facemenu-set-foreground, facemenu-set-background):
5876 Use facemenu-set-face-from-menu.
5877 (facemenu-set-face-from-menu): Treat face names that start with
5878 "fg:" or "bg:" as special.
5879 (facemenu-add-new-color): Don't create faces. Simplify.
5880
5881 2005-06-30 Richard M. Stallman <rms@gnu.org>
5882
5883 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5884 (crm-find-current-element): Likewise.
5885
5886 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5887
5888 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5889
5890 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5892 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5893 (archive-mouse-extract): Make it an obsolete alias.
5894 (archive-mode-map): Don't use archive-mouse-extract any more.
5895 (archive-mode, archive-extract): write-contents-hooks ->
5896 write-contents-functions.
5897 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5898 first arg.
5899 (archive-rename-entry): Update the call.
5900 (archive-zip-summarize): Remove unused var `method'.
5901 (archive-lzh-summarize): Remove unused var `creator'.
5902
5903 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5904 dedicated frame upon exit.
5905
5906 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5907 (archive-zip-extract, archive-zip-expunge)
5908 (archive-zip-update, archive-zip-update-case): Use executable-find.
5909 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5910 Use restore-buffer-modified-p.
5911 (archive-extract, archive-add-new-member, archive-write-file-member):
5912 Use with-current-buffer.
5913 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5914
5915 2005-06-30 Andreas Schwab <schwab@suse.de>
5916
5917 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5918
5919 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5920
5921 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5922
5923 2005-06-30 Juri Linkov <juri@jurta.org>
5924
5925 * faces.el (vertical-border): Inherit from mode-line-inactive
5926 only on tty.
5927
5928 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5929
5930 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5931 example, -NLINES in the `occur' docstring).
5932
5933 * replace.el (occur-1): When no matches are found, do not set the
5934 `buffer-read-only' and modified flags for the occur buffer,
5935 because it is deleted.
5936
5937 * emulation/cua-base.el (cua-check-pending-input)
5938 (cua-repeat-replace-region, cua-mode, cua-debug)
5939 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5940 Fix typos in docstrings.
5941
5942 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5943 (cua-cut-region-to-global-mark)
5944 (cua--cut-rectangle-to-global-mark):
5945 Remove period from end of messages.
5946
5947 * emulation/cua-rect.el (cua-do-rectangle-padding):
5948 Remove period from end of messages.
5949 (cua--rectangle-seq-format): Fix typo in docstring.
5950 (cua-sequence-rectangle, cua-fill-char-rectangle):
5951 Improve argument/docstring consistency.
5952
5953 2005-06-29 Juri Linkov <juri@jurta.org>
5954
5955 * faces.el (default-frame-background-mode): New internal variable.
5956 (frame-set-background-mode): Use it.
5957
5958 * startup.el (normal-top-level): Set default-frame-background-mode
5959 instead of frame-background-mode. Before setting it, test for its
5960 nil value. Remove tests for frame-background-mode and frame
5961 parameter `reverse'. Add test for "unspecified-fg".
5962
5963 * term/xterm.el (xterm-rxvt-set-background-mode):
5964 * term/rxvt.el (rxvt-set-background-mode):
5965 Set default-frame-background-mode instead of frame-background-mode.
5966
5967 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5968
5969 * simple.el (set-variable): Warn about obsolete user variables.
5970
5971 * imenu.el (imenu--completion-buffer):
5972 * mouse.el (mouse-buffer-menu-alist):
5973 * msb.el (msb-invisible-buffer-p):
5974 * calendar/diary-lib.el (diary-header-line-format):
5975 * emacs-lisp/pp.el (pp-buffer):
5976 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5977 * textmodes/picture.el (picture-replace-match):
5978 Change space constants followed by a sexp to "?\s ".
5979
5980 * play/decipher.el (decipher-loop-with-breaks):
5981 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5982 constants "protected" from end of line by a comment to "?\s".
5983
5984 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * font-lock.el (save-buffer-state): Use `declare'.
5987
5988 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5989 reset the syntax-table to cperl-mode-syntax-table.
5990 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5991 "foo_print_bar" is not matched as a reserved keyword.
5992
5993 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5994
5995 * textmodes/org.el (orgtbl-setup): New function, for delayed
5996 setup for the orgtbl commands.
5997 (org-calc-default-modes): New option.
5998 (orgtbl-make-binding): Use `defun' to get better help display.
5999 (org-diary): Call `org-compile-prefix-format'.
6000 (org-table-formula-substitute-names): New function.
6001 (org-agenda-day-view, org-agenda-week-view): New commands.
6002 (org-agenda-toggle-week-view): Command removed.
6003 (org-tbl-menu): Split off from org-org-menu.
6004 (org-mode): Move removal of outline-mode menus to here.
6005 (org-table-formula-debug): New option.
6006 (org-table-insert-row): Keep first field if just "#" or "*".
6007 (org-mode): Paragraph regexps fixed.
6008 (org-table-recalculate-regexp): New constant.
6009 (org-table-justify-field-maybe): Avoid replace if not necessary.
6010 (org-copy-special, org-cut-special): Use `call-interactively'.
6011 (org-table-copy-region): Take region from `interactive' call.
6012 (org-trim): Return string even if no match.
6013 (org-formula): New face.
6014 (org-set-font-lock-defaults): No longer highlight "FIXME".
6015 But highlight formula-related fields in table.
6016 (org-table-p): Use regexp, not fontification.
6017 (org-table-align): Handle white space at end of line.
6018 (org-table-formula-evaluate-inline): New option.
6019 (org-mode): Auto-wrapping in comment lines turned off.
6020 (org-table-copy-down): Evaluate only in copied field, not in
6021 destination.
6022 (org-table-current-formula): Variable removed.
6023 (org-table-store-formulas, org-table-get-stored-formulas)
6024 (org-table-modify-formulas, org-table-replace-in-formulas)
6025 (org-table-maybe-eval-formula): New functions.
6026 (org-table-get-formula): Modify to use stored formulas.
6027 (org-table-insert-column, org-table-delete-column)
6028 (org-table-move-column): Call `org-table-modify-formulas'.
6029 (org-complete): Add completion for keyword formulas.
6030 (orgtbl-mode): Pull orgtbl-mode-map to start of
6031 minor-mode-map-alist.
6032
6033 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6034
6035 * progmodes/python.el (python-check): Require `compile' before
6036 modifying its variables.
6037
6038 * newcomment.el (comment-indent-default): Don't get fooled by an early
6039 end of buffer.
6040
6041 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6042
6043 * ps-print.el (ps-print-version): Fix version number.
6044
6045 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
6046
6047 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
6048
6049 2005-06-28 Richard M. Stallman <rms@gnu.org>
6050
6051 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
6052 (flyspell-local-mouse-map): Declaration deleted.
6053 (flyspell-mouse-map): Bind only mouse-2.
6054 (flyspell-mode-map): Don't test flyspell-use-local-map.
6055 (flyspell-overlay-keymap-property-name): Var deleted.
6056 (flyspell-mode-on): Don't make local bindings for
6057 flyspell-mouse-map and flyspell-mode-map.
6058 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
6059
6060 * textmodes/ispell.el (ispell-word): Do not ignore short words.
6061
6062 * progmodes/compile.el (compilation-next-error-function):
6063 Don't switch buffers; operate on the current buffer.
6064
6065 * progmodes/compile.el (compilation-error-file-name)
6066 (compilation-warning-file-name, compilation-info-file-name)
6067 (compilation-line-number, compilation-column-number): New faces.
6068 (compilation-error-face, compilation-warning-face)
6069 (compilation-info-face, compilation-line-face)
6070 (compilation-column-face): Use them.
6071
6072 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
6073
6074 * comint.el (comint-password-prompt-regexp): Accept ", try again".
6075
6076 * bindings.el (global-map): Bind insertchar and its variants.
6077
6078 2005-06-27 Richard M. Stallman <rms@gnu.org>
6079
6080 * textmodes/artist.el (artist-text-overwrite)
6081 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
6082
6083 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6084
6085 * ps-print.el: It was not working the page selection for printing.
6086 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
6087 (ps-print-version): New version 6.6.7.
6088 (ps-end-sheet): New fun.
6089 (ps-header-sheet, ps-end-job): Call it.
6090
6091 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6092
6093 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
6094
6095 2005-06-27 Lute Kamstra <lute@gnu.org>
6096
6097 * facemenu.el (facemenu-unlisted-faces): Add foreground and
6098 background color faces.
6099 (facemenu-get-face): Delete function.
6100 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
6101 (facemenu-add-new-color): Make second argument mandatory.
6102 Create the appropriate face and return it. Simplify.
6103 (facemenu-set-foreground, facemenu-set-background): Don't check if
6104 color is defined. Use return value of facemenu-add-new-color.
6105
6106 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
6107
6108 * progmodes/gud.el (gud-filter): Add missing argument to
6109 with-selected-window.
6110
6111 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6112
6113 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
6114 a :require to the defcustom.
6115
6116 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
6117 defcustoms corresponding to minor modes.
6118
6119 2005-06-26 David Ponce <david@dponce.com>
6120
6121 * recentf.el: Require tree-widget instead of wid-edit.
6122 (recentf-filename-handler): Fix widget :type.
6123 (recentf-cancel-dialog, recentf-open-more-files)
6124 (recentf-open-files-action): Doc fix.
6125 (recentf-dialog-goto-first): New function.
6126 (recentf-dialog-mode-map): Set parent keymap first.
6127 (recentf-dialog-mode): Define with define-derived-mode.
6128 Don't display continuation lines in dialogs.
6129 (recentf-edit-list): Rename from recentf-edit-selected-items.
6130 (recentf-edit-list-select): Rename from recentf-edit-list-action.
6131 Simplify.
6132 (recentf-edit-list-validate): New function.
6133 (recentf-edit-list): Update accordingly.
6134 (recentf-open-files-item-shift): Remove.
6135 (recentf-open-files-item): Convert menu elements into tree and
6136 link widgets. Don't create the widgets.
6137 (recentf-open-files): Update accordingly.
6138 (recentf-save-list): Untabify.
6139
6140 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6141
6142 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
6143 (keep-lines): Add INTERACTIVE arg. Never delete lines only
6144 partially contained in the active region. Do not take active
6145 region into account when called from Lisp, unless INTERACTIVE arg
6146 is non-nil. Use `forward-line' instead of `beginning-of-line' to
6147 avoid trouble with fields. Make marker point nowhere when no
6148 longer used. Always return nil. Doc fix.
6149 (flush-lines): Add INTERACTIVE arg. Do not take active region
6150 into account when called from Lisp, unless INTERACTIVE arg is
6151 non-nil. Use `forward-line' instead of `beginning-of-line' to
6152 avoid trouble with fields. Make marker point nowhere when no
6153 longer used. Always return nil. Doc fix.
6154 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
6155 interchangeable. Do not take active region into account when
6156 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
6157 message in echo area when called from Lisp, unless INTERACTIVE arg
6158 is non-nil. Avoid saying "1 occurrences". Do not use markers.
6159 Return the number of matches. Doc fix.
6160 (occur): Doc fix.
6161 (perform-replace): Make comment follow double space convention for
6162 the sake of `outline-minor-mode'.
6163
6164 * faces.el (facep): Doc fix.
6165
6166 2005-06-25 Richard M. Stallman <rms@gnu.org>
6167
6168 * facemenu.el (facemenu-enable-faces-p): New function.
6169 (facemenu-background-menu, facemenu-foreground-menu)
6170 (facemenu-face-menu): Add menu-enable property.
6171
6172 * jka-compr.el (jka-compr-insert-file-contents):
6173 Special handling if cannot find the uncompression program.
6174
6175 * cus-face.el (custom-face-attributes): Add autoload.
6176
6177 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6178 Bind comment-indent-function locally.
6179
6180 * window.el (save-selected-window): Use save-current-buffer.
6181
6182 * subr.el (with-selected-window): Use save-current-buffer.
6183
6184 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
6185 and with-current-buffer.
6186
6187 2005-06-24 Richard M. Stallman <rms@gnu.org>
6188
6189 * simple.el (line-move-1): Fix previous change.
6190
6191 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * replace.el (occur-1): Set `buffer-read-only' and the
6194 buffer-modified flag before running `occur-hook' to protect
6195 against unintentional buffer switches that can lead to data loss.
6196
6197 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
6198
6199 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
6200 (gud-gdb-marker-filter): Use font-lock-warning-face for any
6201 initial error.
6202
6203 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
6204 after fresh input.
6205 (gdb-var-create-handler): Put name of expression in quotes.
6206
6207 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6208
6209 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
6210 elements of RING in order, and without bogus nil elements.
6211
6212 2005-06-23 Richard M. Stallman <rms@gnu.org>
6213
6214 * simple.el (set-variable): Args renamed; doc fix.
6215 (line-move-1): When there are overlays around, use vertical-motion.
6216
6217 * faces.el (escape-glyph): Use brown against light background.
6218 (nobreak-space): Rename from no-break-space.
6219 Fix previous change.
6220
6221 * dired-aux.el (dired-do-copy): Fix arg prompt.
6222
6223 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
6224
6225 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
6226
6227 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
6228 rather than "Distributor".
6229
6230 2005-06-23 Lute Kamstra <lute@gnu.org>
6231
6232 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
6233 (debug-on-entry): Use it. New interactive declaration that uses
6234 function-called-at-point.
6235
6236 2005-06-23 Kim F. Storm <storm@cua.dk>
6237
6238 * subr.el (save-match-data): Add comment about using evaporate arg
6239 to set-match-data.
6240
6241 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6242
6243 * cus-edit.el (customize-face)
6244 (customize-face-other-window): Handle face aliases.
6245
6246 * faces.el (face-documentation, set-face-attribute)
6247 (face-spec-set): Handle face aliases.
6248
6249 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
6250
6251 * help-mode.el (help-make-xrefs): If a symbol representing a face
6252 name is not followed by the word "face", it could still be a
6253 function or variable name, so don't bypass other checks.
6254
6255 2005-06-22 Juri Linkov <juri@jurta.org>
6256
6257 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
6258 Replace aliased functions with calls where second arg `inherit' is t.
6259
6260 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
6261
6262 * progmodes/gdb-ui.el (gdb-error): New variable.
6263 (gdb-error): New function.
6264 (gdb-annotation-rules): Act on error-begin and error annotations.
6265 (gdb-concat-output): Use font-lock-warning-face for errors.
6266
6267 2005-06-22 Miles Bader <miles@gnu.org>
6268
6269 * bindings.el (propertized-buffer-identification): Use renamed
6270 `Buffer-menu-buffer' face.
6271
6272 * faces.el (vertical-border): Rename from `vertical-divider'.
6273 (escape-glyph): Change dark-background color back to `cyan'.
6274
6275 2005-06-21 Juri Linkov <juri@jurta.org>
6276
6277 * faces.el (face-user-default-spec): Try getting `customized-face'
6278 prior to `saved-face'.
6279 (frame-background-mode): Refill docstring.
6280
6281 * emacs-lisp/lisp-mode.el (eval-defun-1):
6282 * emacs-lisp/edebug.el (edebug-eval-defun):
6283 Set `saved-face' temporarily to nil before calling form.
6284 Set `customized-face' to the new spec after that.
6285
6286 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
6287
6288 * subr.el (1value, lambda, key-substitution-in-progress):
6289 Doc fixes.
6290
6291 * autoinsert.el (auto-insert-alist):
6292 * ses.el (ses-call-printer):
6293 * subr.el (noreturn):
6294 * emacs-lisp/lisp.el (check-parens):
6295 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
6296 * net/browse-url.el (browse-url-mosaic):
6297 * progmodes/cc-defs.el (c-safe-scan-lists):
6298 * progmodes/ebnf-abn.el (ebnf-abn-lex):
6299 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
6300 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
6301 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
6302 * progmodes/ebnf-iso.el (ebnf-iso-lex):
6303 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
6304
6305 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
6306
6307 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
6308
6309 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
6310
6311 * calendar/appt.el (appt-make-list): Activate the package, if
6312 not already active (for backwards compatibility).
6313
6314 2005-06-20 Kim F. Storm <storm@cua.dk>
6315
6316 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
6317
6318 2005-06-20 Miles Bader <miles@gnu.org>
6319
6320 * faces.el (vertical-divider): New face.
6321
6322 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
6323
6324 * simple.el (kill-whole-line): Doc fix.
6325 (next-error-buffer-p, next-error-find-buffer)
6326 (clone-indirect-buffer): Fix typos in docstrings.
6327 (comment-line-break-function): Doc fix: don't say variable
6328 is automatically buffer-local (it isn't).
6329
6330 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
6331
6332 * net/tramp-ftp.el (top):
6333 * net/tramp-smb.el (top):
6334 * net/tramp-util.el (top):
6335 * net/tramp-uu.el (top):
6336 * net/tramp-vc.el (top):
6337 * net/tramp.el (top): Revert copyright years back to original
6338 ones. Tramp has a life outside GNU Emacs.
6339
6340 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
6341
6342 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
6343
6344 2005-06-18 Juri Linkov <juri@jurta.org>
6345
6346 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
6347 end of first regexp to limit the match to the position between
6348 line number and source line with same separator character as used
6349 between file name and line number. In the second regexp limit
6350 mouse-face area to file name and line number by adding new group
6351 for them and referring it in HYPERLINK arg.
6352 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
6353 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
6354 previous line where grep markers may be already removed.
6355
6356 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
6357
6358 * progmodes/ps-mode.el: Update version and maintainer's email address.
6359
6360 2005-06-18 Steve Youngs <steve@xemacs.org>
6361
6362 * net/browse-url.el (browse-url-browser-function)
6363 (browse-url-default-browser): Add firefox.
6364 (browse-url-firefox-program, browse-url-firefox-arguments)
6365 (browse-url-firefox-startup-arguments)
6366 (browse-url-firefox-new-window-is-tab): New defcustoms.
6367 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
6368
6369 2005-06-17 Richard M. Stallman <rms@gnu.org>
6370
6371 * startup.el (command-line): Warn if specified user name has
6372 no home directory.
6373
6374 * term.el (term-get-old-input, term-input-filter, term-input-sender)
6375 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
6376
6377 * longlines.el (longlines-mode, longlines-show-hard-newlines):
6378 Doc fixes.
6379
6380 * faces.el (underline): Try bold if terminal doesn't support underline.
6381
6382 * mail/sendmail.el (mail-setup-with-from): New variable.
6383 (mail-insert-from-field): New function.
6384 (sendmail-send-it): Call it.
6385 (mail-setup): Optionally call it here.
6386
6387 * term/linux.el: Call tty-no-underline.
6388
6389 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6390
6391 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
6392
6393 2005-06-17 Miles Bader <miles@gnu.org>
6394
6395 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
6396 (ediff-current-diff-C, ediff-current-diff-Ancestor)
6397 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
6398 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
6399 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
6400 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
6401 Remove "-face" suffix from face names.
6402 (ediff-current-diff-face-A, ediff-current-diff-face-B)
6403 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
6404 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6405 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6406 (ediff-even-diff-face-A, ediff-even-diff-face-B)
6407 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6408 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6409 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6410 New backward-compatibility aliases for renamed faces.
6411 (ediff-current-diff-face-A, ediff-current-diff-face-B)
6412 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
6413 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6414 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6415 (ediff-even-diff-face-A, ediff-even-diff-face-B)
6416 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6417 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6418 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6419 Use renamed ediff faces.
6420
6421 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
6422 Remove "-face" suffix from face names.
6423 (eshell-test-ok-face, eshell-test-failed-face):
6424 New backward-compatibility aliases for renamed faces.
6425 (eshell-run-test): Use renamed eshell-test faces.
6426
6427 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
6428 face name.
6429 (eshell-prompt-face): New backward-compatibility alias for renamed
6430 face.
6431 (eshell-emit-prompt): Use renamed eshell-prompt face.
6432
6433 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
6434 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
6435 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
6436 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
6437 Remove "-face" suffix from face names.
6438 (eshell-ls-directory-face, eshell-ls-symlink-face)
6439 (eshell-ls-executable-face, eshell-ls-readonly-face)
6440 (eshell-ls-unreadable-face, eshell-ls-special-face)
6441 (eshell-ls-missing-face, eshell-ls-archive-face)
6442 (eshell-ls-backup-face, eshell-ls-product-face)
6443 (eshell-ls-clutter-face):
6444 New backward-compatibility aliases for renamed faces.
6445 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
6446
6447 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
6448 Remove "-face" suffix from face name.
6449 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
6450 instead of literal face.
6451
6452 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
6453
6454 * emacs-lisp/warnings.el (display-warning, lwarn)
6455 (warning-minimum-log-level): Doc fixes.
6456 (warning-minimum-level, warning-minimum-log-level):
6457 Add :debug to :type choices.
6458
6459 * progmodes/ada-mode.el (ada-format-paramlist)
6460 (ada-get-indent-case, ada-check-matching-start)
6461 (ada-check-defun-name, ada-goto-matching-decl-start)
6462 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
6463 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
6464 (ada-make-subprogram-body): Follow error conventions.
6465 (ada-case-exception-file, ada-indent-comment-as-code)
6466 (ada-indent-handle-comment-special, ada-indent-renames)
6467 (ada-indent-return, ada-search-directories-internal)
6468 (ada-tab-policy, ada-case-exception-substring)
6469 (ada-other-file-alist, ada-matching-start-re)
6470 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
6471 (ada-imenu-generic-expression, ada-compile-goto-error)
6472 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
6473 (ada-popup-menu, ada-add-extensions, ada-mode)
6474 (ada-region-selected, ada-create-case-exception)
6475 (ada-create-case-exception-substring, ada-after-keyword-p)
6476 (ada-activate-keys-for-case, ada-adjust-case-region)
6477 (ada-adjust-case-buffer, ada-format-paramlist)
6478 (ada-scan-paramlist, ada-insert-paramlist)
6479 (ada-indent-newline-indent)
6480 (ada-indent-newline-indent-conditional)
6481 (ada-justified-indent-current, ada-goto-previous-word)
6482 (ada-indent-current, ada-get-indent-open-paren)
6483 (ada-get-indent-paramlist, ada-get-indent-end)
6484 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
6485 (ada-get-indent-block-start, ada-get-indent-subprog)
6486 (ada-get-indent-noindent, ada-get-indent-label)
6487 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
6488 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
6489 (ada-goto-stmt-end, ada-goto-next-word)
6490 (ada-check-matching-start, ada-check-defun-name)
6491 (ada-goto-matching-decl-start, ada-goto-matching-start)
6492 (ada-goto-matching-end, ada-search-ignore-string-comment)
6493 (ada-in-decl-p, ada-looking-at-semi-or)
6494 (ada-looking-at-semi-private, ada-in-paramlist-p)
6495 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
6496 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
6497 (ada-next-procedure, ada-previous-procedure, ada-next-package)
6498 (ada-previous-package, ada-create-menu)
6499 (ada-fill-comment-paragraph-justify)
6500 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
6501 (ada-other-file-name, ada-last-which-function-line)
6502 (ada-last-which-function-subprog, ada-which-function)
6503 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
6504 (ada-gen-treat-proc, ada-check-emacs-version)
6505 (ada-continuation-indent, ada-align-region-separate):
6506 Fix typos in docstrings.
6507 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
6508
6509 2005-06-16 Lute Kamstra <lute@gnu.org>
6510
6511 * simple.el (fundamental-mode): Run after-change-major-mode-hook
6512 conditionally.
6513
6514 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
6515
6516 * comint.el (comint-replace-by-expanded-filename)
6517 (comint-prompt-regexp, comint-delimiter-argument-list)
6518 (comint-preinput-scroll-to-bottom):
6519 * info.el (Info-hide-cookies-node):
6520 * ls-lisp.el (ls-lisp-classify):
6521 * find-file.el (ff-search-directories, ff-special-constructs)
6522 (ff-find-other-file):
6523 * font-lock.el (font-lock-keywords):
6524 * shell.el (shell-prompt-pattern)
6525 (shell-dynamic-complete-functions, shell-mode)
6526 (shell-delimiter-argument-list):
6527 * term.el (term-replace-by-expanded-filename)
6528 (term-prompt-regexp, term-delimiter-argument-list):
6529 * woman.el (woman-ignore, woman0-if):
6530 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
6531 * emacs-lisp/elint.el (elint-init-env):
6532 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
6533 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
6534 * language/ethio-util.el (ethio-tilde-escape)
6535 (ethio-use-three-dot-question):
6536 * net/zone-mode.el (zone-mode-load-time-setup):
6537 * progmodes/cc-align.el (c-lineup-argcont):
6538 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
6539 * progmodes/cperl-mode.el (cperl-set-style-back):
6540 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6541 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
6542 Fix spellings in docstrings.
6543
6544 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
6545 * progmodes/modula2.el (m2-for): Fix spellings.
6546
6547 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
6548
6549 * simple.el (undo-more): Don't use `format' on `error' arguments.
6550 Improve argument/docstring consistency.
6551 (pending-undo-list): Doc fix.
6552
6553 * smerge-mode.el (smerge-ensure-match):
6554 * emulation/vip.el (vip-ex):
6555 * net/zone-mode.el (zone-mode-update-serial):
6556 * progmodes/idlwave.el (idlwave-complete):
6557 * progmodes/vhdl-mode.el (vhdl-visit-file)
6558 (vhdl-compose-wire-components):
6559 Don't use `format' on `error' arguments.
6560
6561 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
6562 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
6563 (tooltip-help-tips): Fix typos in docstrings.
6564
6565 2005-06-16 David Ponce <david@dponce.com>
6566
6567 * tree-widget.el (tree-widget-value-create): Simplify last change.
6568
6569 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
6570
6571 * ido.el (ido-incomplete-regexp): New variable.
6572 (ido-set-matches-1): Handle invalid-regexp error and set
6573 ido-incomplete-regexp.
6574 (ido-incomplete-regexp): New face.
6575 (ido-completions): Use it.
6576 (ido-complete, ido-exit-minibuffer, ido-completions):
6577 Handle incomplete regexps.
6578 (ido-completions): Add check for complete match when entering a regexp.
6579
6580 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6581
6582 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
6583
6584 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6585
6586 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
6587 by field delimiters.
6588
6589 2005-06-15 David Ponce <david@dponce.com>
6590
6591 * tree-widget.el: eval-and-compile inlined functions so they will
6592 be available at run-time too.
6593 (tree-widget-super-format-handler)
6594 (tree-widget-format-handler): Remove.
6595 (tree-widget-value-create): Handle the :indent property.
6596
6597 2005-06-15 Miles Bader <miles@gnu.org>
6598
6599 * progmodes/which-func.el (which-func): Only inherit
6600 `font-lock-function-name-face' when that makes sense against the
6601 default mode-line face, otherwise set the face color explicitly.
6602
6603 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
6604 faces instead of (non-existent) variables.
6605
6606 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
6609 (iswitchb-get-matched-buffers): Likewise. Simplify.
6610
6611 2005-06-14 Miles Bader <miles@gnu.org>
6612
6613 * progmodes/ld-script.el (ld-script-location-counter):
6614 Remove "-face" suffix from face name.
6615 (ld-script-location-counter-face):
6616 New backward-compatibility alias for renamed face.
6617 (ld-script-location-counter-face): Use renamed face.
6618
6619 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
6620 (cperl-hash): Remove "-face" suffix from face names.
6621 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
6622 New backward-compatibility aliases for renamed faces.
6623 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
6624 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
6625
6626 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
6627 name.
6628 (which-func-face): New backward-compatibility alias for renamed face.
6629 (which-func-format): Use renamed which-func face.
6630
6631 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
6632 (vhdl-function, vhdl-directive, vhdl-reserved-word)
6633 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
6634 names.
6635 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
6636 (vhdl-speedbar-configuration, vhdl-speedbar-package)
6637 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
6638 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
6639 (vhdl-speedbar-architecture-selected)
6640 (vhdl-speedbar-configuration-selected)
6641 (vhdl-speedbar-package-selected)
6642 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
6643 names.
6644 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
6645 Use renamed faces.
6646 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
6647 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
6648 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
6649 Use renamed faces.
6650 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
6651 names.
6652 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
6653 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
6654 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
6655 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
6656 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
6657 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
6658
6659 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
6660 face name.
6661 (sh-heredoc-face): New backward-compatibility alias for renamed face.
6662 (sh-heredoc-face): Use renamed sh-heredoc face.
6663
6664 * progmodes/idlw-help.el (idlwave-help-link):
6665 Remove "-face" suffix from face name.
6666 (idlwave-help-link-face):
6667 New backward-compatibility alias for renamed face.
6668 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
6669
6670 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
6671 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
6672 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
6673 New backward-compatibility aliases for renamed faces.
6674 (idlwave-shell-disabled-breakpoint-face)
6675 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
6676
6677 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6678 Remove "-face" suffix from face names.
6679 (flymake-errline-face, flymake-warnline-face):
6680 New backward-compatibility aliases for renamed faces.
6681 (flymake-highlight-line): Use renamed flymake faces.
6682
6683 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6684 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
6685 (ebrowse-member-class, ebrowse-progress):
6686 Remove "-face" suffix from face names.
6687 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6688 (ebrowse-file-name-face, ebrowse-default-face)
6689 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6690 (ebrowse-progress-face):
6691 New backward-compatibility aliases for renamed faces.
6692 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
6693 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
6694 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
6695 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
6696
6697 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
6698 antlr-syntax)
6699 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
6700 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
6701 names.
6702 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
6703 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
6704 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
6705 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
6706 backward-compatibility aliases for renamed faces.
6707 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
6708 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
6709 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
6710 remove "font-lock-". Use renamed antlr-mode faces.
6711 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
6712 literal face-names with face variable references.
6713
6714 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
6715 face name.
6716 (Buffer-menu-buffer-face): New backward-compatibility alias for
6717 renamed face.
6718 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
6719
6720 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
6721
6722 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
6723 Eliminate "-face" suffix.
6724 (makefile-targets): Inherit from font-lock-function-name-face and
6725 eliminate "-face" suffix.
6726 (makefile-shell): Remove attributes and eliminate "-face" suffix.
6727 (makefile-*-font-lock-keywords): Append makefile-targets in rule
6728 actions, instead of prepending, to make it less visible.
6729 (makefile-previous-dependency, makefile-match-dependency):
6730 Don't match a target on a continuation line.
6731
6732 * files.el (auto-mode-alist): Put Makefile in gmake mode.
6733
6734 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
6735
6736 * progmodes/gdb-ui.el (menu): Re-order menu items.
6737 (gdb-tooltip-print): Respect tooltip-use-echo-area.
6738
6739 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
6740 Define in tooltip.el.
6741 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
6742 (gud-tooltip-tips): Respect tooltip-use-echo-area and
6743 gud-tooltip-echo-area.
6744
6745 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
6746 backward compatibility and make obsolete.
6747 (tooltip-help-tips): Use tooltip-use-echo-area.
6748 (tooltip-show-help-function): Rename to...
6749 (tooltip-show-help): ...this, because it is a function.
6750 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
6751
6752 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6753
6754 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
6755 (edebug-print-length, edebug-print-level, edebug-print-circle)
6756 (edebug-modify-breakpoint, edebug-eval-last-sexp)
6757 (edebug-eval-print-last-sexp): Doc fixes.
6758
6759 2005-06-14 Kim F. Storm <storm@cua.dk>
6760
6761 * ido.el (ido-mode): Make a new keymap every time we enable ido,
6762 as the coverage buffer/file/both may change.
6763
6764 2005-06-14 Lute Kamstra <lute@gnu.org>
6765
6766 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
6767 and run-mode-hooks. Simplify.
6768
6769 * mail/rmailedit.el (rmail-edit-mode):
6770 * progmodes/octave-inf.el (inferior-octave-mode):
6771 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
6772
6773 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
6774 and run-mode-hooks.
6775 (recentf-edit-list, recentf-open-files): Don't call
6776 kill-all-local-variables directly.
6777
6778 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
6779
6780 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6781
6782 * emacs-lisp/byte-run.el (make-obsolete)
6783 (define-obsolete-function-alias): Rename arguments FUNCTION and
6784 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
6785 (make-obsolete-variable, define-obsolete-variable-alias):
6786 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
6787 respectively.
6788
6789 * isearchb.el (isearchb-activate):
6790 * pcvs.el (cvs-mode):
6791 * ses.el (ses-load):
6792 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
6793 * net/tramp.el (tramp-find-file-exists-command)
6794 (tramp-find-shell):
6795 * progmodes/ada-mode.el (ada-create-case-exception)
6796 (ada-create-case-exception-substring, ada-make-subprogram-body):
6797 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6798 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
6799 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
6800 * textmodes/org.el (org-promote, org-evaluate-time-range)
6801 (org-agenda-next-date-line, org-agenda-previous-date-line)
6802 (org-agenda-error, org-open-at-point, org-table-move-row)
6803 (org-format-table-table-html-using-table-generate-source)
6804 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
6805 * textmodes/reftex.el (reftex-access-scan-info):
6806 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
6807 (reftex-toc-promote-prepare): Follow error conventions.
6808
6809 * diff-mode.el (diff-mode): Fix typo in docstring.
6810
6811 * forms.el (forms--intuit-from-file): Fix reference to
6812 `forms-number-of-fields' in error message.
6813 (forms-print): Fix quoting in error message.
6814
6815 * forms.el (forms-mode):
6816 * emulation/vi.el (vi-goto-insert-state):
6817 * progmodes/flymake.el (flymake-new-err-info)
6818 (flymake-start-syntax-check-for-current-buffer)
6819 (flymake-simple-cleanup):
6820 * eshell/esh-var.el (eshell/export):
6821 * progmodes/gud.el (xdb):
6822 * textmodes/flyspell.el (flyspell-incorrect-hook)
6823 (flyspell-maybe-correct-transposition)
6824 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
6825
6826 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
6827
6828 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
6829 minibuffer prompt.
6830
6831 2005-06-13 Kim F. Storm <storm@cua.dk>
6832
6833 * subr.el (add-to-ordered-list): New defun.
6834
6835 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6836 add cua--keymap-alist to emulation-mode-map-alists.
6837
6838 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6839
6840 * subr.el (complete-in-turn): New macro.
6841 (dynamic-completion-table, lazy-completion-table): Add debug info.
6842
6843 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6844 in preference to face aliases.
6845
6846 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6847 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6848 Remove unused vars `start' and `firstline'.
6849 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6850 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6851
6852 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6853
6854 * cus-start.el (all): Don't complain about missing GTK-related
6855 variables, unless either `gtk' is boundp or this isn't a
6856 `windows-nt' build.
6857
6858 2005-06-13 Lute Kamstra <lute@gnu.org>
6859
6860 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6861 run-mode-hooks.
6862
6863 * ediff-mult.el (ediff-meta-mode):
6864 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6865
6866 * ledit.el (ledit-mode): Use delay-mode-hooks.
6867
6868 * woman.el (woman-mode-line-format): Delete constant.
6869 (woman-mode-map): Initialize it properly.
6870 (woman-mode): Set mode-class property to special.
6871 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6872 Set major-mode and mode-name. Don't set mode-line-format directly.
6873 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6874
6875 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6876 string argument obsolete.
6877
6878 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6879
6880 * textmodes/org.el (org-CUA-compatible): New option.
6881 (org-disputed-keys): New variable.
6882 (org-key): New function.
6883 (orgtbl-make-binding): Add docstring to the created function.
6884 (org-mode): Set paragraph start/separate regexps.
6885 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6886 (org-archive-location, org-archive-mark-done)
6887 (org-archive-stamp-time): New options.
6888 (org-archive-subtree): New command.
6889 (org-fill-paragraph): New function.
6890 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6891 (org-fake-empty-table-line): Function removed.
6892 (org-format-org-table-html): Do not create empty table lines at
6893 separator lines. Improved table header treatment.
6894 (org-link-format): New option.
6895 (org-make-link): New function.
6896 (org-insert-link, org-store-link): Use org-make-link.
6897 (org-open-file): Quote file name for shell command, to allow
6898 spaces in file names.
6899 (org-link-regexp): Fix bug with mailto link.
6900 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6901 New constants.
6902 (org-export-as-html): Deal with the optional angles around a link.
6903 Better treatment of file: links.
6904 (org-open-at-point): Replace @{ and @} with < and >.
6905 (org-run-mode-hooks): Function removed.
6906 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6907
6908 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6909
6910 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6911 MI command -data-list-register-values.
6912 (gdb-post-prompt): Indent properly.
6913
6914 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6915
6916 * hilit-chg.el (highlight-changes-colors): Rename from
6917 `highlight-changes-colours'.
6918 (highlight-changes-colours): Keep as obsolete alias.
6919 (highlight-changes-face-list): Doc fix.
6920 (hilit-chg-make-list): Use `highlight-changes-colors'.
6921
6922 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6923
6924 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6925 defun-prompt-regexp.
6926
6927 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6928
6929 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6930 and cygwin.
6931
6932 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6933 Don't use an old loaddefs.el, as in Makefile.in.
6934
6935 2005-06-12 Lute Kamstra <lute@gnu.org>
6936
6937 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6938
6939 * man.el (Man-mode-map): Initialize it properly.
6940 (Man-mode): Set mode-class property to special.
6941
6942 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6943
6944 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6945
6946 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6947 A newline is needed in the docstring there.
6948
6949 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6950 Doc fixes.
6951
6952 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6953
6954 * printing.el: Doc fix. The menubar is no more changed when printing
6955 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6956 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6957 (pr-version): New version number (6.8.4).
6958 (pr-menu-bind): New command.
6959 (pr-update-menus): Docstring and code fix.
6960 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6961 Docstring fix.
6962 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6963 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6964
6965 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6966
6967 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6968 "Returns" to "return", document useful return values, etc.
6969
6970 2005-06-11 Alan Mackenzie <acm@muc.de>
6971
6972 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6973 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6974 (adaptive-file-function): Minor amendment to doc-string.
6975
6976 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6977
6978 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6979 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6980 Fix :type--it is `integer', not `string'.
6981
6982 * faces.el (modeline-highlight): Rename from (the erroneous)
6983 `modeline-higilight'.
6984
6985 2005-06-11 Lute Kamstra <lute@gnu.org>
6986
6987 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6988 lisp-interaction-mode-map but make it the parent.
6989 (edebug-eval-mode): Use define-derived-mode.
6990
6991 2005-06-11 Andreas Schwab <schwab@suse.de>
6992
6993 * bindings.el: Add binding of `ESC functionkey' for every
6994 `M-functionkey'.
6995 * hexl.el (hexl-mode-map): Likewise.
6996
6997 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6998
6999 * progmodes/compile.el (compilation-error-regexp-alist-alist)
7000 [msft]: update regexp for newer msft compilers.
7001
7002 2005-06-10 Mark A. Hershberger <mah@everybody.org>
7003
7004 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
7005 ATTLIST portions of included DTDs.
7006 (xml-parse-dtd): Eliminate use of inefficient match-data.
7007
7008 2005-06-10 Miles Bader <miles@gnu.org>
7009
7010 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
7011 (mpuz-text): Remove "-face" suffix from face names.
7012 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
7013 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
7014 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
7015
7016 * play/gomoku.el (gomoku-O, gomoku-X):
7017 Remove "-face" suffix from face names.
7018 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
7019 New backward-compatibility aliases for renamed faces.
7020 (gomoku-font-lock-keywords): Use renamed gomoku faces.
7021
7022 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
7023
7024 * thumbs.el: Fixes for changes of 2005-06-09.
7025 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
7026 as a directory.
7027 (thumbs-thumbname): Remove directory separator from format string;
7028 `thumbs-thumbsdir' now returns a valid directory name.
7029 (thumbs-temp-dir): New defsubst.
7030 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
7031 Use it.
7032
7033 * cus-edit.el (minibuffer):
7034 * files.el (make-backup-file-name-function):
7035 * filesets.el (filesets-external-viewers):
7036 * hilit-chg.el (highlight-changes-colours)
7037 (highlight-changes-face-list, highlight-changes-rotate-faces):
7038 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
7039 * kmacro.el (kmacro-call-macro):
7040 * log-edit.el (log-edit-changelog-full-paragraphs):
7041 * mouse.el (mouse-1-click-follows-link):
7042 * skeleton.el (skeleton-autowrap):
7043 * subr.el (insert-for-yank-1):
7044 * tempo.el (tempo-insert-region):
7045 * terminal.el (terminal-emulator):
7046 * time.el (display-time-mail-face):
7047 * vc.el (vc-annotate):
7048 * vcursor.el (vcursor-copy-line):
7049 * woman.el (woman-bold-headings, woman-ignore)
7050 (woman-default-faces, woman-monochrome-faces):
7051 * calendar/todo-mode.el (todo-insert-threshold):
7052 * emulation/pc-select.el (pc-select-selection-keys-only)
7053 (pc-selection-mode):
7054 * emulation/vip.el (vip-find-char-forward):
7055 * emulation/viper-cmd.el (viper-find-char-forward):
7056 * international/mule-cmds.el
7057 (select-safe-coding-system-accept-default-p)
7058 (input-method-exit-on-invalid-key):
7059 * international/mule-diag.el (describe-coding-system):
7060 * international/ucs-tables.el (unify-8859-on-encoding-mode):
7061 * net/browse-url.el (browse-url-xterm-program):
7062 * obsolete/lazy-lock.el (lazy-lock-mode):
7063 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
7064 (cperl-mode):
7065 * progmodes/cpp.el (cpp-face-light-name-list)
7066 (cpp-face-dark-name-list):
7067 * progmodes/delphi.el (delphi-newline-always-indents):
7068 Fix spellings in docstrings.
7069
7070 * ido.el (ido-mode, ido-file-extensions-order)
7071 (ido-default-file-method, ido-default-buffer-method)
7072 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
7073 (ido-decorations, ido-read-file-name-as-directory-commands)
7074 (ido-read-file-name-non-ido, ido-work-directory-list)
7075 (ido-ignore-item-temp-list, ido-current-directory)
7076 (ido-magic-forward-char, ido-enter-find-file)
7077 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
7078 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
7079
7080 2005-06-10 Lute Kamstra <lute@gnu.org>
7081
7082 * play/dunnet.el (dun-mode): Use define-derived-mode.
7083 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
7084 obsolete alias.
7085
7086 * play/doctor.el (doctor-mode-map): Remove defvar.
7087 (doctor-mode): Use define-derived-mode.
7088
7089 * mail/mspools.el (mspools-mode):
7090 * net/eudc-hotlist.el (eudc-hotlist-mode):
7091 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
7092
7093 2005-06-10 Miles Bader <miles@gnu.org>
7094
7095 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7096 Remove "-face" suffix from face names.
7097 (flyspell-incorrect-face, flyspell-duplicate-face):
7098 New backward-compatibility aliases for renamed faces.
7099 (flyspell-mode-on, make-flyspell-overlay)
7100 (flyspell-highlight-incorrect-region)
7101 (flyspell-highlight-duplicate-region)
7102 (flyspell-display-next-corrections)
7103 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
7104
7105 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
7106 from face name.
7107 (texinfo-heading-face): New backward-compatibility alias for
7108 renamed face.
7109 (texinfo-heading-face): Use renamed texinfo-heading face.
7110
7111 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
7112 suffix from face names.
7113 (tex-math-face, tex-verbatim-face):
7114 New backward-compatibility aliases for renamed faces.
7115 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
7116 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
7117 literal face name.
7118
7119 * textmodes/table.el (table-cell): Remove "-face" suffix from face
7120 name.
7121 (table-cell-face): New backward-compatibility alias for renamed face.
7122 (table--put-cell-face-property, table--update-cell-face):
7123 Use renamed table-cell face.
7124
7125 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
7126 from face name.
7127 (sgml-namespace-face): New backward-compatibility alias for
7128 renamed face.
7129 (sgml-namespace-face): Use renamed sgml-namespace face.
7130
7131 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
7132 (org-level-4, org-level-5, org-level-6, org-level-7)
7133 (org-level-8, org-warning, org-headline-done)
7134 (org-deadline-announce, org-scheduled-today)
7135 (org-scheduled-previously, org-link, org-done, org-table)
7136 (org-time-grid): Remove "-face" suffix from face names.
7137 (org-level-1-face, org-level-2-face, org-level-3-face)
7138 (org-level-4-face, org-level-5-face, org-level-6-face)
7139 (org-level-7-face, org-level-8-face, org-warning-face)
7140 (org-headline-done-face, org-deadline-announce-face)
7141 (org-scheduled-today-face, org-scheduled-previously-face)
7142 (org-link-face, org-done-face, org-table-face)
7143 (org-time-grid-face):
7144 New backward-compatibility aliases for renamed faces.
7145 (org-level-faces, org-set-font-lock-defaults, org-timeline)
7146 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
7147 (org-agenda-get-timestamps, org-agenda-get-scheduled)
7148 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
7149
7150 * emulation/viper-init.el (viper-search, viper-replace-overlay)
7151 (viper-minibuffer-emacs, viper-minibuffer-insert)
7152 (viper-minibuffer-vi): Remove "-face" suffix from face names.
7153 (viper-search-face, viper-replace-overlay-face)
7154 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
7155 (viper-minibuffer-vi-face):
7156 New backward-compatibility aliases for renamed faces.
7157 (viper-search-face, viper-replace-overlay-face)
7158 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
7159 (viper-minibuffer-vi-face): Use renamed viper faces.
7160
7161 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
7162 Remove "-face" suffix from face names.
7163 (testcover-nohits-face, testcover-1value-face):
7164 New backward-compatibility aliases for renamed faces.
7165 (testcover-mark): Use renamed testcover faces.
7166
7167 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
7168 face name.
7169 (diary-button-face): New backward-compatibility alias for renamed face.
7170 (diary-entry): Use renamed diary-button face.
7171
7172 * calendar/calendar.el (diary, calendar-today, holiday)
7173 (mark-visible-calendar-date): Remove "-face" suffix from face names.
7174 (diary-face, calendar-today-face, holiday-face):
7175 New backward-compatibility aliases for renamed faces.
7176 (eval-after-load "facemenu", diary-entry-marker)
7177 (calendar-today-marker, calendar-holiday-marker, diary-face):
7178 Use renamed calendar faces.
7179
7180 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
7181 (compare-windows-face): New backward-compatibility alias for
7182 renamed face.
7183 (compare-windows-highlight): Use renamed compare-windows face.
7184
7185 * strokes.el (strokes-char): Remove "-face" suffix from face name.
7186 (strokes-char-face): New backward-compatibility alias for renamed face.
7187 (strokes-encode-buffer): Use renamed strokes-char face.
7188
7189 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
7190 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
7191 Remove "-face" suffix from face names.
7192 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7193 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7194 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
7195 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
7196 Use renamed pcvs faces.
7197 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
7198 * pcvs-defs.el (cvs-mode-map): Likewise.
7199 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
7200
7201 * info.el (info-title-1, info-title-2, info-title-3)
7202 (info-title-4): Remove "-face" suffix from and downcase face names.
7203 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7204 (Info-title-4-face):
7205 New backward-compatibility aliases for renamed faces.
7206 (Info-fontify-node): Use renamed info faces.
7207
7208 * hilit-chg.el (highlight-changes, highlight-changes-delete):
7209 Remove "-face" suffix from face names.
7210 (highlight-changes-face, highlight-changes-delete-face):
7211 New backward-compatibility aliases for renamed faces.
7212 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
7213 (hilit-chg-make-list): Use renamed highlight-changes faces.
7214
7215 * generic-x.el (show-tabs-tab, show-tabs-space):
7216 Remove "-face" suffix from face names.
7217 (show-tabs-tab-face, show-tabs-space-face):
7218 New backward-compatibility aliases for renamed faces.
7219 (show-tabs-generic-mode-font-lock-defaults-1)
7220 (show-tabs-generic-mode-font-lock-defaults-2):
7221 Use renamed show-tabs faces.
7222
7223 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
7224 (smerge-markers): Remove "-face" suffix from face names.
7225 (smerge-mine-face, smerge-other-face, smerge-base-face)
7226 (smerge-markers-face):
7227 New backward-compatibility aliases for renamed faces.
7228 (smerge-mine-face, smerge-other-face, smerge-base-face)
7229 (smerge-markers-face): Use renamed smerge faces.
7230
7231 * log-view.el (log-view-file, log-view-message): Remove "-face"
7232 suffix from face names.
7233 (log-view-file-face, log-view-message-face):
7234 New backward-compatibility aliases for renamed faces.
7235 (log-view-file-face, log-view-message-face): Use renamed log-view
7236 faces.
7237
7238 * paren.el (show-paren-match, show-paren-mismatch):
7239 Remove "-face" suffix from face names.
7240 (show-paren-match-face, show-paren-mismatch-face):
7241 New backward-compatibility aliases for renamed faces.
7242 (show-paren-function): Use renamed show-paren faces.
7243
7244 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
7245 (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): Remove "-face"
7249 suffix from face names.
7250 (ruler-mode-default-face, ruler-mode-pad-face)
7251 (ruler-mode-margins-face, ruler-mode-fringes-face)
7252 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
7253 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
7254 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
7255 New backward-compatibility aliases for renamed faces.
7256 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
7257 (ruler-mode-column-number, ruler-mode-fill-column)
7258 (ruler-mode-comment-column, ruler-mode-goal-column)
7259 (ruler-mode-tab-stop, ruler-mode-current-column)
7260 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
7261 faces.
7262
7263 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
7264 face name.
7265 (whitespace-highlight-the-space): Use renamed face.
7266 (whitespace-highlight-face): New backward-compatibility alias for
7267 renamed face.
7268
7269 * woman.el (woman-italic, woman-bold, woman-unknown)
7270 (woman-addition, woman-symbol-face):
7271 Remove "-face" suffix from face names.
7272 (woman-italic-face, woman-bold-face, woman-unknown-face)
7273 (woman-addition-face):
7274 New backward-compatibility aliases for renamed faces.
7275 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
7276 (woman-decode-region, woman-replace-match)
7277 (woman-display-extended-fonts, woman-special-characters)
7278 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
7279 Use renamed woman faces.
7280
7281 * longlines.el (longlines-visible-face): Face removed.
7282
7283 * diff-mode.el (diff-header, diff-file-header, diff-index)
7284 (diff-hunk-header, diff-removed, diff-added, diff-changed)
7285 (diff-function, diff-context, diff-nonexistent): Remove "-face"
7286 suffix from face names.
7287 (diff-header-face, diff-file-header-face, diff-index-face)
7288 (diff-hunk-header-face, diff-removed-face, diff-added-face)
7289 (diff-changed-face, diff-function-face, diff-context-face)
7290 (diff-nonexistent-face): New backward-compatibility aliases for
7291 renamed faces.
7292 (diff-header-face, diff-file-header-face)
7293 (diff-index, diff-index-face, diff-hunk-header)
7294 (diff-hunk-header-face, diff-removed, diff-removed-face)
7295 (diff-added, diff-added-face, diff-changed-face, diff-function)
7296 (diff-function-face, diff-context-face, diff-nonexistent)
7297 (diff-nonexistent-face): Use renamed diff-mode faces.
7298
7299 * progmodes/compile.el (compilation-warning-face)
7300 (compilation-info-face): Remove "-face" suffix from face names.
7301 (compilation-warning-face, compilation-info-face):
7302 New backward-compatibility aliases for renamed faces.
7303 (compilation-warning-face, compilation-info-face):
7304 Use renamed compilation faces.
7305
7306 * add-log.el (change-log-date, change-log-name)
7307 (change-log-email, change-log-file, change-log-list)
7308 (change-log-conditionals, change-log-function)
7309 (change-log-acknowledgement): Remove "-face" suffix from face names.
7310 (change-log-date-face, change-log-name-face)
7311 (change-log-email-face, change-log-file-face)
7312 (change-log-list-face, change-log-conditionals-face)
7313 (change-log-function-face, change-log-acknowledgement-face):
7314 New backward-compatibility aliases for renamed faces.
7315 (change-log-font-lock-keywords): Use renamed change-log faces.
7316
7317 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
7318 (custom-set, custom-changed, custom-saved, custom-button)
7319 (custom-button-pressed, custom-documentation, custom-state)
7320 (custom-comment, custom-comment-tag, custom-variable-tag)
7321 (custom-variable-button, custom-face-tag, custom-group-tag-1)
7322 (custom-group-tag): Remove "-face" suffix from face names.
7323 (custom-magic-alist, custom-magic-value-create)
7324 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
7325 (custom-invalid-face, custom-rogue-face, custom-modified-face)
7326 (custom-set-face, custom-changed-face, custom-saved-face)
7327 (custom-button-face, custom-button-pressed-face)
7328 (custom-documentation-face, custom-state-face)
7329 (custom-comment-face, custom-comment-tag-face)
7330 (custom-variable-tag-face, custom-variable-button-face)
7331 (custom-face-tag-face, custom-group-tag-face-1)
7332 (custom-group-tag-face):
7333 New backward-compatibility aliases for renamed faces.
7334
7335 * wid-edit.el (widget-documentation, widget-button)
7336 (widget-field, widget-single-line-field, widget-inactive)
7337 (widget-button-pressed): "-face" suffix removed from face names.
7338 (widget-documentation-face, widget-button-face)
7339 (widget-field-face, widget-single-line-field-face)
7340 (widget-inactive-face, widget-button-pressed-face):
7341 New backward-compatibility aliases for renamed faces.
7342 (widget-documentation-face, widget-button-face)
7343 (widget-button-pressed-face, widget-specify-field)
7344 (widget-specify-inactive): Use renamed widget faces.
7345
7346 2005-06-10 Kenichi Handa <handa@m17n.org>
7347
7348 * term/x-win.el (x-clipboard-yank): Remove condition-case
7349 wrapping.
7350
7351 2005-06-11 Kenichi Handa <handa@m17n.org>
7352
7353 * add-log.el (change-log-font-lock-keywords): Make the regexp for
7354 date lines stricter.
7355
7356 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
7357
7358 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
7359 of x-get-selection.
7360
7361 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
7362
7363 * comint.el (comint-mode, comint-snapshot-last-prompt):
7364 * frame.el (frame-current-scroll-bars):
7365 * term.el (term-mode, term-check-proc, term-input-sender)
7366 (term-simple-send, term-extract-string, term-word)
7367 (term-match-partial-filename):
7368 * window.el (window-current-scroll-bars):
7369 * emulation/cua-base.el (cua-normal-cursor-color)
7370 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
7371 (cua-global-mark-cursor-color):
7372 * mail/undigest.el (rmail-forward-separator-regex):
7373 Fix typos in docstrings.
7374
7375 * comint.el (comint-check-proc, make-comint-in-buffer)
7376 (comint-source-default): Doc fixes.
7377
7378 * term.el (term-send-string): Improve argument/docstring consistency.
7379
7380 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
7381
7382 * comint.el (comint-send-input): Bind `inhibit-read-only' around
7383 call to `delete-region'.
7384 (comint-mode-hook): Do not enable Font Lock by default.
7385
7386 2005-06-09 Lute Kamstra <lute@gnu.org>
7387
7388 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
7389 could be void.
7390
7391 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * emacs-lisp/debug.el (debugger-will-be-back): New var.
7394 (debug): Use it.
7395 (debugger-step-through, debugger-continue, debugger-jump)
7396 (debugger-return-value): Set it when needed.
7397 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
7398 Use inhibit-read-only.
7399
7400 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
7401
7402 * window.el (shrink-window-if-larger-than-buffer)
7403 (window-size-fixed): Fix typo in docstring.
7404
7405 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
7406 thumbnails directory on loading.
7407 (thumbs-conversion-program): Use `eq' to check the system type,
7408 not `equal'.
7409 (thumbs-temp-dir): Initialize to `temporary-file-directory',
7410 not "/tmp". Fix docstring.
7411 (thumbs-thumbsdir): New function to return the thumbnails
7412 directory, creating it if needed.
7413 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
7414 (thumbs-temp-file): Delete variable and make it into a function.
7415 (thumbs-resize-image, thumbs-modify-image): Use it.
7416 (thumbs-kill-buffer): Simplify.
7417 (thumbs-gensym): Defalias or duplicate CL `gensym'.
7418 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
7419 docstrings.
7420
7421 2005-06-09 Kim F. Storm <storm@cua.dk>
7422
7423 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
7424 set-match-data to free markers in match-data.
7425
7426 * replace.el (replace-match-data): Pass RESEAT arg `t' to
7427 match-data to unchain markers in match-data.
7428
7429 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
7432 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
7433 unnecessary now.
7434
7435 2005-06-08 Richard M. Stallman <rms@gnu.org>
7436
7437 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
7438 give the variable a doc string that doesn't say don't set it directly.
7439
7440 * textmodes/ispell.el (ispell-check-version):
7441 Use match-string-no-properties.
7442 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
7443 (ispell-buffer-local-words): Likewise.
7444
7445 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
7446 except on terminals with enough colors to really display it.
7447 (makefile-dependency-regex): Delete spurious `bb'.
7448
7449 * faces.el (escape-glyph): Use blue once again in last case.
7450 (no-break-space): Redefine so that it isn't invisible on a tty.
7451
7452 2005-06-08 Kim F. Storm <storm@cua.dk>
7453
7454 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
7455 also when reading directory name.
7456
7457 2005-06-08 Lute Kamstra <lute@gnu.org>
7458
7459 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
7460 (flyspell-mode-line-string): Remove autoload cookie.
7461 (flyspell-mode): Remove defvar.
7462
7463 2005-06-07 Lute Kamstra <lute@gnu.org>
7464
7465 * textmodes/org.el (org-run-mode-hooks): New function.
7466 (org-agenda-mode): Use it.
7467
7468 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
7469
7470 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
7471
7472 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7473
7474 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
7475
7476 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
7477
7478 * font-lock.el (font-lock-add-keywords): Doc fix.
7479
7480 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7481
7482 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
7483 (tex-compile-default): In the absence of any history, use the order in
7484 tex-compile-alist to choose the preferred command.
7485 (tex-compile-commands): Reorder a bit.
7486
7487 * textmodes/flyspell.el (flyspell-auto-correct-binding)
7488 (flyspell-incorrect-face, flyspell-duplicate-face):
7489 Use (X)Emacs-agnostic code.
7490 (flyspell-mode-map): Don't overwrite at each load. Remove code
7491 redundant with the subsequent add-minor-mode. Merge Emacs and
7492 XEmacs code.
7493 (flyspell-word): Minor simplification.
7494 (flyspell-math-tex-command-p): Quieten the byte-compiler.
7495 (flyspell-external-point-words): Remove unused vars `size' and `start'.
7496 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
7497 Merge the corresponding Emacs code.
7498 (flyspell-correct-word, flyspell-xemacs-popup):
7499 Use flyspell-do-correct.
7500
7501 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
7502 a dedicated window.
7503
7504 * international/latexenc.el (latexenc-find-file-coding-system):
7505 Undo part of last patch, to turn off a compiler warning.
7506
7507 2005-06-06 Juri Linkov <juri@jurta.org>
7508
7509 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
7510 Rename `tmm-inactive-face' to `tmm-inactive'.
7511
7512 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
7513
7514 * iswitchb.el: Rename faces.
7515
7516 2005-06-06 Kim F. Storm <storm@cua.dk>
7517
7518 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
7519 (cua-global-mark): Remove -face suffix from face names.
7520
7521 * emulation/cua-gmrk.el (cua--init-global-mark):
7522 Remove cua-global-mark face setup.
7523
7524 2005-06-06 Richard M. Stallman <rms@gnu.org>
7525
7526 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
7527 just like other allowed characters.
7528 (makefile-match-dependency): Exclude leading and training whitespace
7529 from the range of regexp subexp 1.
7530 (makefile-macroassign-regex): Don't try to match the body,
7531 just the name of the macro being defined.
7532
7533 * info.el (Info-read-node-name-2): New function.
7534 (Info-read-node-name-1): Use that.
7535 Add a completion-base-size-function property.
7536
7537 * simple.el (completion-setup-function): Look for
7538 completion-base-size-function property of minibuffer-completion-table.
7539
7540 * files.el (locate-file-completion): Doc fix.
7541
7542 * printing.el: Don't call pr-update-menus; user must do that.
7543
7544 * emacs-lisp/debug.el (debugger-window): New variable.
7545 (debug): Use debugger-window if it is set and still alive.
7546 Record debugger-window for next entry.
7547
7548 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
7549
7550 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
7551
7552 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
7553 (hack-one-local-variable, hack-local-variables)
7554 (hack-local-variables-prop-line): Pass that arg.
7555
7556 2005-06-06 Kim F. Storm <storm@cua.dk>
7557
7558 * ido.el (ido-first-match, ido-only-match, ido-subdir)
7559 (ido-indicator): Remove -face suffix from face names.
7560
7561 2005-06-06 Juri Linkov <juri@jurta.org>
7562
7563 * font-lock.el (font-lock-regexp-backslash)
7564 (font-lock-regexp-backslash-construct): New faces.
7565 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
7566 after `('. Add `while-no-input' to control structures.
7567
7568 * faces.el (no-break-space, shadow): New faces.
7569 (escape-glyph): Use less loud colors pink2 and red4.
7570
7571 * diff-mode.el (diff-context-face)
7572 * dired.el (dired-ignored)
7573 * rfn-eshadow.el (file-name-shadow)
7574 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
7575
7576 * info.el (Info-title-1-face): Use green instead of yellow because
7577 bold yellow is not readable on light backgrounds.
7578
7579 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
7580 before selecting the desired mode to not spend time fontifying
7581 old contents.
7582
7583 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
7584
7585 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
7586 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
7587
7588 * ps-print.el (ps-default-fg, ps-default-bg):
7589 Fix typos in docstrings.
7590
7591 * isearchb.el (isearchb): Don't pass a spurious second argument to
7592 `iswitchb-completions'.
7593
7594 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
7595
7596 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
7597 to preserve point.
7598 (gdb-find-file-hook): Add doc string.
7599
7600 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
7601 C dereferenced pointer expression.
7602 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
7603
7604 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
7605
7606 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
7607 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
7608 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
7609 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
7610 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
7611 Make background transparent.
7612
7613 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7614
7615 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
7616 (font-lock-remove-keywords): Doc fix.
7617 (font-lock-mode-major-mode): Compiler defvar.
7618 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
7619
7620 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
7621 (font-lock-mode): Update `font-lock-mode-major-mode'.
7622 (font-lock-set-defaults): Compiler defvar.
7623 (font-lock-default-function): Take `font-lock-mode-major-mode'
7624 into account.
7625
7626 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
7627 keep track of which major mode it enabled the minor mode for.
7628 Use find-file-hook again. Update docstring.
7629
7630 * simple.el (eval-expression-print-level)
7631 (eval-expression-print-length, eval-expression-debug-on-error):
7632 Doc fixes.
7633
7634 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
7635
7636 * iswitchb.el (iswitchb-single-match-face)
7637 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
7638 (iswitchb-invalid-regexp-face): New faces.
7639 (iswitchb-completions): Use them.
7640 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
7641 now marked as an obsolete alias.
7642 (iswitchb-read-buffer): Remove check for bound font variables.
7643 (iswitchb-invalid-regexp): New free variable.
7644 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
7645 set iswitchb-invalid-regexp.
7646 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
7647 invalid regexps.
7648 (iswitchb-completions): Add check for complete match when entering
7649 a regexp.
7650 (iswitchb-completions): Remove require-match argument.
7651 (iswitchb-exhibit): Fix caller.
7652 (iswitchb-common-match-inserted): New variable.
7653 (iswitchb-complete, iswitchb-completion-help): Use it.
7654
7655 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
7656
7657 * url-http.el (url-http-chunked-encoding-after-change-function):
7658 Use `url-http-debug' instead of `message'.
7659
7660 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
7661
7662 * url-http.el (url-http-parse-headers): Pass redirected URL as a
7663 callback argument.
7664
7665 2005-06-04 Kim F. Storm <storm@cua.dk>
7666
7667 * simple.el (line-move): Only call sit-for when moving backwards.
7668
7669 * ido.el (ido-make-merged-file-list-1): New defun split from
7670 ido-make-merged-file-list.
7671 (ido-make-merged-file-list): Bind throw-on-input around call to
7672 ido-make-merged-file-list-1. Return input-pending-p if
7673 interrupted by more input available.
7674 (ido-read-internal): Handle input-pending-p return value from
7675 ido-make-merged-file-list.
7676
7677 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7678
7679 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
7680 compatibility code.
7681
7682 * international/latexenc.el (latexenc-find-file-coding-system):
7683 Don't inherit the EOL part of the coding-system from the
7684 tex-main buffer. Fit within 80 columns.
7685
7686 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
7687
7688 * tmm.el (tmm-inactive-face): New face.
7689 (tmm-remove-inactive-mouse-face): New function.
7690 (tmm-prompt, tmm-add-one-shortcut)
7691 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
7692 but not selectable.
7693
7694 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
7695
7696 * faces.el (face-equal): Improve argument/docstring consistency.
7697
7698 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
7699
7700 * progmodes/make-mode.el (makefile-targets-face)
7701 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
7702 (makefile-bsdmake-dependency-regex)
7703 (makefile-makepp-rule-action-regex)
7704 (makefile-bsdmake-rule-action-regex): New constants.
7705 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
7706
7707 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7708 Allow (...) within `...' for makepp messages.
7709
7710 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
7711
7712 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
7713
7714 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
7715 "." files are deleted from all file lists before comparison.
7716
7717 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
7718 (viper-ESC-key): Made them customizable.
7719
7720 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
7721
7722 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
7723
7724 * autorevert.el (auto-revert-buffers): Use save-match-data.
7725
7726 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
7729 menu items with a nil command binding.
7730
7731 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
7732
7733 * emacs-lisp/cl-macs.el (defsetf):
7734 Improve argument/docstring consistency.
7735
7736 * faces.el (list-faces-display): Improve the formatting by
7737 computing the maximum length required for any face-name (reworked
7738 patch of 1999-01-11, accidentally deleted on 1999-07-21).
7739 (internal-find-face): Remove redundant info in docstring.
7740
7741 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
7742
7743 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
7744 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
7745 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
7746 (gdb-assembler-custom): Improve regexps.
7747 (def-gdb-auto-update-handler): Use window point to preserve point.
7748
7749 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
7752
7753 2005-05-31 Jay Belanger <belanger@truman.edu>
7754
7755 * calc/calc-embed.el (calc-embedded-word): Change argument passed
7756 to calc-embedded.
7757 (calc-embedded-make-info): Have plain prefix argument select
7758 entire line.
7759
7760 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
7761
7762 * faces.el (list-faces-display): Signal error if passed a regexp
7763 that matches no face name.
7764
7765 * simple.el (filter-buffer-substring): Fix typo in docstring.
7766
7767 2005-05-31 Richard M. Stallman <rms@gnu.org>
7768
7769 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
7770 (vhdl-emacs-21): Doc fix.
7771 (vhdl-mode): Unconditionally set comment-padding.
7772 (vhdl-fixup-whitespace-region): Insert spaces only where
7773 there are none.
7774 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
7775
7776 2005-05-30 John Wiegley <johnw@newartisans.com>
7777
7778 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7779 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
7780 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
7781 `directory-sep-char' to ?/, and all uses of `string-to-int' to
7782 `string-to-number'.
7783
7784 2005-05-30 Jay Belanger <belanger@truman.edu>
7785
7786 * calc/calc.el (calc-bug-address): Fix docstring.
7787 (calc-window-hook, calc-trail-window-hook): New variables.
7788 (calc-trail-display): Restore use of calc-trail-window-hook.
7789 (calc): Restore use of calc-window-hook.
7790
7791 2005-05-31 Masatake YAMATO <jet@gyve.org>
7792
7793 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
7794
7795 * help-fns.el (help-C-file-name): Add autoload mark for
7796 `find-function-noselect'.
7797
7798 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7799
7800 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
7801 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
7802
7803 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7804
7805 * calendar/diary-lib.el (mark-included-diary-files): Only kill
7806 included diary buffer if it was not already being visited.
7807 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
7808
7809 * calendar/icalendar.el (top-level): Do not require 'appt.
7810
7811 * mail/supercite.el (sc-select-attribution): Only use a list
7812 element from sc-attrib-selection-list if it returns a string.
7813 Reported by Davide G. M. Salvetti <salve@debian.org>.
7814
7815 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
7816
7817 * thumbs.el (thumbs-thumbname): The resulting thumbname now
7818 includes a hash value to improve its uniqueness, and has a ".jpg"
7819 extension. Also, it is now a valid filename on all systems.
7820 (thumbs-make-thumb): Use `let', not `let*'.
7821 (thumbs-show-thumbs-list): Check for JPEG availability.
7822
7823 2005-05-30 Richard M. Stallman <rms@gnu.org>
7824
7825 * filesets.el (filesets-menu-ensure-use-cached):
7826 Prevent warning when emacs-version>= is undefined.
7827
7828 * printing.el (pr-interactive-n-up): Use string-to-number.
7829
7830 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7831
7832 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7833 Warn only when name to be defined is quoted.
7834
7835 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
7836
7837 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7838 Make regexp more robust.
7839 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7840 Force regeneration of disassembly.
7841
7842 2005-05-29 Jay Belanger <belanger@truman.edu>
7843
7844 * calc/calc.el (calc-user-invocation): Check if
7845 calc-invocation-macro is non-nil.
7846
7847 2005-05-29 Juri Linkov <juri@jurta.org>
7848
7849 * add-log.el (change-log-font-lock-keywords):
7850 Add `+' to e-mail regexp to accept mail address with keywords.
7851
7852 * man.el (Man-name-regexp): Add `:' to accept qualified names.
7853
7854 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7855
7856 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7857
7858 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7859
7860 2005-05-29 Richard M. Stallman <rms@gnu.org>
7861
7862 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7863 Undo the change that moves to end of the current word.
7864
7865 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7866
7867 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7868 Throw error when count <= 0 to ensure input is a number.
7869 (gdb-read-memory-custom): Pick up address from buffer.
7870 (gdb-memory-mode): Allow user to increment and decrement
7871 memory address from header line.
7872
7873 2005-05-29 Richard M. Stallman <rms@gnu.org>
7874
7875 * flyspell.el (flyspell-version): Function deleted.
7876 (flyspell-auto-correct-previous-hook): Doc fix.
7877
7878 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7879 Do nothing if memory is full.
7880
7881 * font-lock.el (font-lock-fontify-syntactically-region):
7882 Pass t for GREEDY to looking-back.
7883
7884 * saveplace.el (save-place-alist-to-file): Write the file
7885 using write-region.
7886
7887 * subr.el (looking-back): New argument GREEDY.
7888
7889 * progmodes/compile.el (compilation-start): Set the mode
7890 before inserting the initial text.
7891
7892 * progmodes/which-func.el (which-func-update-1): Turn the mode
7893 off in case of error by setting which-func-mode.
7894
7895 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7896
7897 * flyspell.el (flyspell-auto-correct-previous-word):
7898 Narrow down to what's on the screen, and recenter overlays
7899 at the end of the next word.
7900
7901 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7902
7903 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7904 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7905 (flyspell-abbrev-p): Default to nil.
7906 (flyspell-use-global-abbrev-table-p): Doc fix.
7907 (flyspell-large-region): Allow nil as value.
7908 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7909
7910 (mail-mode-flyspell-verify): More robust handling
7911 of `mail-header-separator'. More efficient signature detection.
7912 Allow for regexp metacharacters in message-header-separator.
7913 Adding `To' not to be checked in mail-mode-flyspell-verify.
7914
7915 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7916 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7917 Bind flyspell-auto-correct-binding.
7918 Bind C-. and C-, .
7919 (flyspell-mode-map): Likewise.
7920 (flyspell-mode): Doc fix.
7921 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7922 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7923 (flyspell-word-cache-result): New var, always local.
7924 (flyspell-check-pre-word-p): Doc fix.
7925 (flyspell-check-changed-word-p): Handle spc like newline.
7926 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7927 (flyspell-word-search-backward, flyspell-word-search-forward):
7928 New functions.
7929 (flyspell-word): Return t if nothing to check.
7930 When parsing TeX code, check for after } or \.
7931 Use flyspell-word-search-backward to find previous word.
7932 Return nil if duplicated word.
7933 For word already checked, return same value as last time.
7934 Set flyspell-word-cache-result after checking.
7935 Don't clobber the return value.
7936 (flyspell-get-word): Major rewrite.
7937 (flyspell-external-point-words): New locals pword, pcount.
7938 Fix size used in progress message.
7939 Find the proper corresponding word in flyspell-large-region-buffer.
7940 (flyspell-region): Check for flyspell-large-region = nil.
7941 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7942 (flyspell-auto-correct-word): Check that WORD is a cons.
7943 (flyspell-correct-word): Likewise.
7944
7945 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7946
7947 * progmodes/make-mode.el (makefile-rule-action-regex)
7948 (makefile-macroassign-regex, makefile-makepp-mode)
7949 (makefile-bsdmake-mode): Continuation lines may be empty.
7950 Reported by Joshua Varner.
7951 (makefile-makepp-font-lock-keywords): Add $(stem).
7952
7953 2005-05-28 Karl Berry <karl@gnu.org>
7954
7955 * textmodes/tex-mode.el: Now that tex-send-command calls
7956 shell-quote-argument (2005-03-31 change), remove all calls to
7957 shell-quote-argument; they all end up invoking tex-send-command.
7958 The double quoting loses on filenames with non-safe characters,
7959 such as "@". Reported by Frederik Fouvry.
7960
7961 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7962
7963 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7964 about preserving point.
7965
7966 2005-05-27 Jay Belanger <belanger@truman.edu>
7967
7968 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7969 Info-goto-node.
7970
7971 * calc/calc-embed.el (calc-embed-arg): New variable.
7972 (calc-do-embedded-activate, calc-embedded-activate-formula)
7973 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7974 variable by new variable.
7975 (calc-embedded-make-info): Replace undeclared variable by new
7976 variable. When selecting region with positive prefix
7977 argument, use end of previous line instead of beginning of line.
7978
7979 * calc/calc-aent.el (calc-arg-values): Declare it.
7980
7981 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7982 Declare them.
7983
7984 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7985
7986 * calc/calc.el (calc-alg-map): Declare it.
7987
7988 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7989
7990 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7991
7992 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7993 (gdb-registers-buffer, toggle-gdb-all-registers):
7994 Toggle display of floating point registers.
7995 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7996
7997 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7998 (toggle-gud-tooltip-dereference):
7999 Rename from gud-toggle-tooltip-dereference.
8000
8001 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
8004
8005 2005-05-27 Jay Belanger <belanger@truman.edu>
8006
8007 * calc/calc-prog.el (calc-kbd-report): Remove.
8008 (calc-kbd-query): Rewrite.
8009
8010 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
8011
8012 * image.el (image-library-alist): Move to image.c.
8013 (image-type-available-p): Doc fix.
8014
8015 2005-05-27 Lute Kamstra <lute@gnu.org>
8016
8017 * calc/calc.el (calc):
8018 * outline.el (outline-1, outline-2, outline-3, outline-4)
8019 (outline-5, outline-6, outline-7, outline-8):
8020 * textmodes/dns-mode.el (dns-mode):
8021 * textmodes/sgml-mode.el (sgml-namespace-face):
8022 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
8023 (tex-verbatim-face, tex-use-reftex):
8024 * textmodes/texinfo.el (texinfo-heading-face):
8025 Specify customization group.
8026
8027 * longlines.el: Don't require easy-mmode.
8028 (longlines-visible-face): Specify customization group.
8029
8030 2005-05-27 Kenichi Handa <handa@m17n.org>
8031
8032 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
8033 encoding table of windows-1251.
8034
8035 * international/ucs-tables.el (ucs-set-table-for-input):
8036 If translation-table-for-input of a coding system is a symbol, get
8037 its translation-table property.
8038
8039 * international/code-pages.el: Don't register a coding system into
8040 non-iso-charset-alist more than once.
8041 (cp-make-coding-system): Likewise.
8042
8043 2005-05-26 John Wiegley <johnw@newartisans.com>
8044
8045 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
8046 `eshell-resume-eval' is wrapped in a list, it indicates that the
8047 command was run asynchronously. In that case, unwrap the value
8048 before checking the delimiter value.
8049
8050 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
8051 character before a space at the end of a line is \, assume the space
8052 is part of the last argument rather than a final argument separator.
8053
8054 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
8055 is in use, and the target is `t' or `nil' (which are the most common
8056 values), don't assume that the symbol target is a buffer.
8057
8058 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
8059
8060 * calendar/calendar.el (calendar-mode-line-format):
8061 Use mode-line-highlight as mouse-face.
8062
8063 * time.el (display-time-string-forms, display-time-update):
8064 Use mode-line-highlight as mouse-face.
8065
8066 2005-05-26 Jay Belanger <belanger@truman.edu>
8067
8068 * calc/calc.el (calc-language-alist): Remove extra defvar.
8069
8070 2005-05-26 Lute Kamstra <lute@gnu.org>
8071
8072 * arc-mode.el (archive-mode):
8073 * bookmark.el (bookmark-read-annotation-mode)
8074 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
8075 * bs.el (bs-mode):
8076 * calc/calc-yank.el (calc-edit-mode):
8077 * calc/calc.el (calc-mode, calc-trail-mode):
8078 * calculator.el (calculator-mode):
8079 * chistory.el (command-history-mode):
8080 * comint.el:
8081 * cus-edit.el (custom-mode):
8082 * descr-text.el (describe-text-mode):
8083 * ebuff-menu.el (Electric-buffer-menu-mode):
8084 * ediff-util.el (ediff-mode):
8085 * emacs-lisp/re-builder.el (reb-mode):
8086 * emulation/vi.el (vi-mode-setup):
8087 * emulation/ws-mode.el (wordstar-mode):
8088 * eshell/esh-mode.el (eshell-mode):
8089 * forms.el (forms-mode):
8090 * help-mode.el (help-mode):
8091 * hexl.el (hexl-mode):
8092 * ibuffer.el (ibuffer-mode):
8093 * ielm.el (inferior-emacs-lisp-mode):
8094 * info.el (Info-mode, Info-edit-mode):
8095 * international/swedish.el:
8096 * ledit.el (ledit-from-lisp-mode):
8097 * locate.el (locate-mode):
8098 * mail/rmail.el (rmail-mode):
8099 * mail/rmailedit.el (rmail-edit-mode):
8100 * mail/rmailsum.el (rmail-summary-mode):
8101 * mail/supercite.el (sc-electric-mode):
8102 * net/eudc.el (eudc-mode):
8103 * net/quickurl.el (quickurl-list-mode):
8104 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
8105 * obsolete/ooutline.el (outline-mode):
8106 * obsolete/options.el (Edit-options-mode):
8107 * obsolete/rnews.el (news-mode):
8108 * obsolete/rnewspost.el (news-reply-mode):
8109 * play/5x5.el (5x5-mode):
8110 * play/decipher.el (decipher-mode, decipher-stats-mode):
8111 * play/gomoku.el (gomoku-mode):
8112 * play/snake.el (snake-mode):
8113 * play/solitaire.el (solitaire-mode):
8114 * play/tetris.el (tetris-mode):
8115 * progmodes/ada-mode.el (ada-mode):
8116 * progmodes/antlr-mode.el (antlr-mode):
8117 * progmodes/autoconf.el (autoconf-mode):
8118 * progmodes/dcl-mode.el (dcl-mode):
8119 * progmodes/delphi.el (delphi-mode):
8120 * progmodes/ebrowse.el (ebrowse-tree-mode)
8121 (ebrowse-electric-list-mode, ebrowse-member-mode)
8122 (ebrowse-electric-position-mode):
8123 * progmodes/f90.el (f90-mode):
8124 * progmodes/fortran.el (fortran-mode):
8125 * progmodes/icon.el (icon-mode):
8126 * progmodes/idlw-help.el (idlwave-help-mode):
8127 * progmodes/idlw-shell.el (idlwave-shell-mode):
8128 * progmodes/idlwave.el (idlwave-mode):
8129 * progmodes/inf-lisp.el (inferior-lisp-mode):
8130 * progmodes/m4-mode.el (m4-mode):
8131 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
8132 * progmodes/modula2.el (modula-2-mode):
8133 * progmodes/octave-inf.el (inferior-octave-mode):
8134 * progmodes/octave-mod.el (octave-mode):
8135 * progmodes/pascal.el (pascal-mode):
8136 * progmodes/sh-script.el (sh-mode):
8137 * progmodes/sql.el (sql-mode, sql-interactive-mode):
8138 * progmodes/vhdl-mode.el (vhdl-mode):
8139 * progmodes/xscheme.el (scheme-interaction-mode):
8140 * replace.el (occur-mode):
8141 * ses.el (ses-mode):
8142 * simple.el (completion-list-mode):
8143 * skeleton.el:
8144 * speedbar.el (speedbar-mode):
8145 * term.el (term-mode):
8146 * terminal.el (terminal-edit-mode):
8147 * textmodes/reftex-index.el (reftex-index-mode)
8148 (reftex-index-phrases-mode):
8149 * textmodes/reftex-sel.el (reftex-select-label-mode)
8150 (reftex-select-bib-mode):
8151 * textmodes/reftex-toc.el (reftex-toc-mode):
8152 * wdired.el (wdired-change-to-wdired-mode):
8153 * wid-browse.el (widget-browse-mode):
8154 Use run-mode-hooks.
8155
8156 * array.el (array-mode):
8157 * calendar/todo-mode.el (todo-mode):
8158 * man.el (Man-mode):
8159 * play/landmark.el (lm-mode):
8160 * play/mpuz.el (mpuz-mode):
8161 Use kill-all-local-variables and run-mode-hooks.
8162
8163 * subr.el (delay-mode-hooks): Specify indentation.
8164
8165 2005-05-26 Mark A. Hershberger <mah@everybody.org>
8166
8167 * xml.el (xml-substitute-special): Don't die for undefined xml
8168 entities.
8169
8170 2005-05-26 Jay Belanger <belanger@truman.edu>
8171
8172 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
8173 of nil.
8174
8175 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
8176
8177 * progmodes/gdb-ui.el (gdb-frame-address):
8178 Rename from gdb-current-address.
8179 (gdb-previous-frame-address): Rename from gdb-previous-address.
8180 (gdb-selected-frame): Rename from gdb-current-frame.
8181 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
8182 (gdb-frame-number): Rename from gdb-current-stack-level.
8183 (gdb-ann3): Match new mode-name for disassembly buffer.
8184 Extend initialization of variables.
8185 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
8186 (gdb-memory-mode): Use mouse-face in header line.
8187 (gdb-assembler-buffer-name): Call it disassembly and give frame
8188 in mode line.
8189 (gdb-source-spec-regexp, gdb-assembler-custom)
8190 (gdb-invalidate-assembler, gdb-frame-handler):
8191 Make robust to leading zeroes in address format.
8192
8193 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
8194
8195 * textmodes/org.el (org-mode): Use `define-derived-mode' to
8196 define `org-mode'.
8197 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
8198
8199 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * log-edit.el (log-edit-changelog-entries): Distinguish between
8202 filenames like xfns.c and fns.c.
8203
8204 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
8205
8206 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
8207 point after reverting.
8208 (Buffer-menu-make-sort-button): Handle the case where
8209 `Buffer-menu-use-header-line' is nil.
8210
8211 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8212
8213 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
8214 New funcs. In minibuffer-local-completion-map bind `]', `/'
8215 and `:' to them.
8216
8217 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8218
8219 * startup.el (normal-top-level): Allow modification of load-path while
8220 we're iterating over it.
8221
8222 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
8223
8224 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
8225 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
8226 (thumbs-resize-interactive, thumbs-insert-image)
8227 (thumbs-insert-thumb, thumbs-dired-show-marked)
8228 (thumbs-find-image-at-point, thumbs-delete-images)
8229 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
8230 (thumbs-increment-image-size, thumbs-decrement-image-size):
8231 Fix typos in docstrings.
8232
8233 2005-05-24 Andre Spiegel <spiegel@gnu.org>
8234
8235 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
8236 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
8237 (cperl-mode): Use them.
8238
8239 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
8240
8241 * window.el (quit-window, shrink-window-if-larger-than-buffer):
8242 Doc fixes.
8243
8244 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
8245
8246 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
8247 Bind C-d to gdb-inferior-io-eof.
8248
8249 * dired.el (dired-dnd-popup-notice): Use message-box.
8250
8251 2005-05-23 Masatake YAMATO <jet@gyve.org>
8252
8253 * bindings.el (mode-line-major-mode-keymap):
8254 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
8255
8256 * faces.el (mode-line-highlight): New face.
8257
8258 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
8259 as mouse-face.
8260
8261 * bindings.el (top-level, help-echo, mode-line-modified)
8262 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
8263 as mouse-face.
8264
8265 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
8266
8267 * progmodes/cc-engine.el (c-guess-basic-syntax):
8268 Remove spurious call to `zerop'.
8269
8270 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
8271
8272 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
8273
8274 CC Mode update to 5.30.10:
8275
8276 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
8277 could go past the limit in decoration level 2, thereby causing
8278 errors during interactive fontification.
8279
8280 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
8281 the file is evaluated interactively.
8282
8283 * cc-engine.el (c-guess-basic-syntax): Handle operator
8284 declarations somewhat better in C++.
8285
8286 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
8287 make use of `run-mode-hooks' which has been added in Emacs 21.1.
8288 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
8289 (awk-mode): Use it.
8290 (make-local-hook): Suppress warning about obsoleteness.
8291
8292 * cc-engine.el, cc-align.el, cc-cmds.el
8293 (c-append-backslashes-forward, c-delete-backslashes-forward)
8294 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
8295 Compensate for return value from `forward-line' when it has moved
8296 but not to a different line due to eob.
8297
8298 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
8299 `objc-method-intro' and `objc-method-args-cont'.
8300
8301 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
8302
8303 CC Mode update to 5.30.10:
8304
8305 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
8306 in the copyright statement. Incidentally, change "along with GNU
8307 Emacs" to "along with this program" where it occurs.
8308
8309 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
8310 so that it is interactive, hence can be found by M-x awk-mode
8311 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
8312 <gmorris+emacs@ast.cam.ac.uk>.
8313
8314 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
8315 Mode's regexps.
8316
8317 2005-05-23 Kevin Ryde <user42@zip.com.au>
8318
8319 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
8320 c-parse-state, to avoid a lisp error (on bad code).
8321
8322 2005-05-23 Lute Kamstra <lute@gnu.org>
8323
8324 * subr.el (font-lock-defaults): Remove defvar as it's already
8325 defined in font-core.el.
8326
8327 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
8328
8329 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
8330
8331 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
8332 more general and work when GDB variable "print pretty" is on,
8333 as with Emacs, for example.
8334
8335 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
8336
8337 * font-core.el: Update comment.
8338
8339 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
8340 Use `after-change-major-mode-hook' instead of `find-file-hook'.
8341
8342 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
8343
8344 2005-05-22 Eli Zaretskii <eliz@gnu.org>
8345
8346 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
8347 and `yank-handler' in the doc strings.
8348
8349 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8350
8351 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
8352
8353 2005-05-22 Richard M. Stallman <rms@gnu.org>
8354
8355 * help.el (describe-key): Move print-help-return-message call
8356 out of conditional.
8357
8358 * progmodes/etags.el (list-tags): Use with-no-warnings.
8359
8360 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
8361 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
8362 (starttls-extra-args, starttls-extra-arguments): Add defvars.
8363
8364 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
8365
8366 * language/viet-util.el (viet-viscii-nonascii-translation-table):
8367 Add defvar.
8368
8369 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
8370 Use defvar, not defconst.
8371
8372 * hexl.el (hexl-follow-line): Use with-no-warnings.
8373
8374 * emulation/tpu-extras.el: Use write-file-functions instead of
8375 write-file-hooks.
8376
8377 * dired.el (dired-font-lock-keywords): Fontify files with junk
8378 extensions even if marked by -F.
8379
8380 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
8381
8382 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
8383 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
8384 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
8385 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
8386 (concatenate, list-length, get*, getf, cl-remprop):
8387 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
8388 (etypecase, progv, lexical-let, lexical-let*)
8389 (multiple-value-bind, multiple-value-setq, shiftf):
8390 Improve argument/docstring consistency.
8391
8392 * subr.el (focus-frame, unfocus-frame):
8393 Revert deletion on 2005-05-01.
8394
8395 2005-05-22 Andre Spiegel <spiegel@gnu.org>
8396
8397 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
8398 doesn't exist.
8399
8400 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
8401 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
8402
8403 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
8404
8405 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
8406 already deleted variables: auto-fill-hook, blink-paren-hook,
8407 lisp-indent-hook, inhibit-local-variables, unread-command-event,
8408 suspend-hooks, comment-indent-hook, meta-flag,
8409 before-change-function, after-change-function,
8410 font-lock-doc-string-face.
8411
8412 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8413
8414 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
8415
8416 2005-05-21 Eli Zaretskii <eliz@gnu.org>
8417
8418 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
8419 rmail-dont-reply-to.
8420
8421 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8422
8423 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
8424 literal blank when splitting new-header-values.
8425
8426 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
8427
8428 * calendar/cal-menu.el (cal-menu-update): Add separator as a
8429 string so that tmm doesn't create a completion entry for it.
8430
8431 * textmodes/table.el (table-disable-menu): Ditto.
8432
8433 2005-05-21 Richard M. Stallman <rms@gnu.org>
8434
8435 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
8436
8437 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
8438
8439 * net/rcompile.el (remote-compile): Use compilation-start.
8440
8441 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
8442
8443 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
8444
8445 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
8446 Default to makefile-bsdmake-mode on BSD systems.
8447
8448 * imenu.el (imenu-generic-expression, imenu--generic-function'):
8449 REGEXP may also be a search function now. The part of doc-string
8450 for describing the structure was 95% identical to that of
8451 `imenu--generic-function'. Unify it there.
8452
8453 * progmodes/make-mode.el (makefile-imenu-generic-expression):
8454 Use function to find dependencies, because regexp alone is so complex,
8455 it easily goes into an endless loop.
8456 (makefile-makepp-mode): Also add submenu for Perl functions
8457 defined in the makefile.
8458 (makefile-bsdmake-mode): Special imenu-generic-expression no
8459 longer needed, due to function call.
8460 (makefile-match-dependency): Take BOUND into account when checking
8461 if we're through.
8462
8463 2005-05-20 Jay Belanger <belanger@truman.edu>
8464
8465 * calc/calc-units.el (calc-invalidate-units-table):
8466 Use inhibit-read-only.
8467 (math-build-units-table-buffer): Use view-mode.
8468
8469 2005-05-20 David Kastrup <dak@gnu.org>
8470
8471 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
8472 easy-menu-add is not a nop on Emacs; and clarify when to call it.
8473
8474 2005-05-20 Lute Kamstra <lute@gnu.org>
8475
8476 * diff-mode.el (diff-header-face, diff-file-header-face)
8477 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8478 (diff-added-face, diff-changed-face, diff-function-face)
8479 (diff-context-face, diff-nonexistent-face): Put them in the
8480 diff-mode customization group.
8481
8482 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
8485
8486 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
8487
8488 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
8489 Minor regexp-optimization.
8490
8491 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
8492
8493 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
8494 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
8495 (org-agenda-add-time-grid-maybe): New function.
8496 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
8497 (org-table-create): `dotimes' instead of `mapcar'.
8498 (org-xor): Simplify implementation.
8499 (org-agenda): `inhibit-redisplay' turned on.
8500 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
8501 a consistent line after a state change.
8502 (org-agenda-remove-times-when-in-prefix): New option.
8503 (org-prefix-has-time): New variable.
8504 (org-parse-time-string): Optional argument NODEFAULT.
8505 (org-format-agenda-item): Parse items for time-of-day
8506 specifications and move these into the prefix if possible.
8507 (org-agenda-priority): Get current heading, not previous heading
8508 during agenda remote editing.
8509
8510 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
8513 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
8514 (remove-duplicates, delete-duplicates, substitute)
8515 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
8516 (nsubstitute-if-not, find, find-if, find-if-not, position)
8517 (position-if, position-if-not, count, count-if, count-if-not)
8518 (mismatch, search, sort*, stable-sort, merge, member*)
8519 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
8520 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
8521 (intersection, nintersection, set-difference, nset-difference)
8522 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
8523 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
8524 (nsublis, tree-equal): Improve argument/docstring consistency.
8525
8526 * subr.el (send-string, send-region):
8527 Remove obsolescence declaration.
8528 (window-dot, set-window-dot, read-input, show-buffer)
8529 (eval-current-buffer, string-to-int):
8530 Add release number to obsolescence declarations.
8531
8532 2005-05-19 Kim F. Storm <storm@cua.dk>
8533
8534 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
8535 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
8536
8537 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
8538
8539 * faces.el (list-faces-display): Make back button respect optional
8540 regexp arg.
8541
8542 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
8543
8544 * calculator.el (calculator-radix-grouping-mode)
8545 (calculator-radix-grouping-digits, calculator-displayer)
8546 (calculator-radix-grouping-separator, calculator-copy-displayer):
8547 * dabbrev.el (dabbrev-search-these-buffers-only):
8548 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
8549 (diff-advance-after-apply-hunk, diff-mode-hook)
8550 (diff-minor-mode-prefix):
8551 * imenu.el (imenu-use-popup-menu):
8552 * jit-lock.el (jit-lock-context-time):
8553 * newcomment.el (comment-fill-column, comment-column)
8554 (comment-style, comment-padding, comment-multi-line)
8555 (comment-empty-lines, comment-auto-fill-only-comments):
8556 * reveal.el (reveal-around-mark):
8557 * uniquify.el (uniquify-buffer-name-style)
8558 (uniquify-after-kill-buffer-p)
8559 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
8560 (uniquify-min-dir-content, uniquify-separator)
8561 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
8562 * w32-vars.el (w32-fixed-font-alist):
8563 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
8564 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
8565 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
8566 * progmodes/perl-mode.el (perl-indent-level)
8567 (perl-continued-statement-offset, perl-continued-brace-offset)
8568 (perl-brace-offset, perl-brace-imaginary-offset)
8569 (perl-label-offset, perl-indent-continued-arguments)
8570 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
8571 * progmodes/tcl.el (tcl-indent-level)
8572 (tcl-continued-indent-level, tcl-auto-newline)
8573 (tcl-tab-always-indent, tcl-electric-hash-style)
8574 (tcl-help-directory-list, tcl-use-smart-word-finder)
8575 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
8576 (inferior-tcl-source-command):
8577 * textmodes/fill.el (enable-kinsoku):
8578 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
8579 * textmodes/table.el (table-yank-handler):
8580 Specify missing group (and type, if simple) in defcustom.
8581
8582 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8583
8584 * progmodes/compile.el (compilation-finish-function): Fix defvar.
8585
8586 2005-05-19 Richard M. Stallman <rms@gnu.org>
8587
8588 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
8589
8590 * subr.el (event-basic-type): Don't get an error.
8591 (left-fringe-p): Function deleted.
8592
8593 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
8594 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
8595
8596 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
8597 in recursive copy.
8598
8599 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
8600
8601 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
8602
8603 * emacs-lisp/bytecomp.el
8604 (byte-compile-file-form-custom-declare-variable): Call
8605 byte-compile-nogroup-warn if appropriate.
8606
8607 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
8608 (compilation-set-window): Don't call left-fringe-p; do it directly.
8609
8610 2005-05-19 Jay Belanger <belanger@truman.edu>
8611
8612 * calc/calc-graph.el (calc-graph-format-data): Make sure
8613 var-PlotRejects is bound before trying to check its value.
8614
8615 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
8616
8617 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
8618 definition of this variable from reftex-global.el to reftex.el,
8619 because it is needed in the menu.
8620
8621 2005-05-19 Lute Kamstra <lute@gnu.org>
8622
8623 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
8624 years are fixed. Don't insert a space after a dash.
8625
8626 2005-05-19 Kim F. Storm <storm@cua.dk>
8627
8628 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
8629
8630 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
8631
8632 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
8633 strings, because (eq ... ?\\) is fairly frequent.
8634
8635 * progmodes/make-mode.el (makefile-add-this-line-targets):
8636 Simplify and integrate into `makefile-pickup-targets'.
8637 (makefile-add-this-line-macro): Simplify and integrate into
8638 `makefile-pickup-macros.
8639 (makefile-pickup-filenames-as-targets): Simplify.
8640 (makefile-previous-dependency, makefile-match-dependency):
8641 Don't stumble over `::'.
8642
8643 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
8644
8645 * subr.el (post-command-idle-hook, post-command-idle-delay):
8646 Remove obsoletion of post-command-idle-hook and
8647 post-command-idle-delay.
8648
8649 * faces.el (list-faces-display): Provide button when describe-face
8650 is called to take user back to the list of faces.
8651
8652 * help-fns.el (describe-variable): Remove hyperlinks in a
8653 variable's value as these are quite frequently inappropriate.
8654
8655 * follow.el (follow-submit-feedback, follow-mode):
8656 Remove references to post-command-idle-hook.
8657
8658 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
8659
8660 * progmodes/make-mode.el (makefile-previous-dependency)
8661 (makefile-match-dependency): Check for := (and in bsd mode also
8662 !=) to give a better result, even when font-lock is not on.
8663
8664 2005-05-18 Jay Belanger <belanger@truman.edu>
8665
8666 * calc/calc-help.el (calc-s-prefix-help):
8667 Add `calc-copy-special-constant' to help string.
8668
8669 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8670
8671 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8672
8673 2005-05-18 Jay Belanger <belanger@truman.edu>
8674
8675 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
8676 in linear factors are in proper order.
8677
8678 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
8679
8680 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8681 Support for jurabib.
8682
8683 * textmodes/reftex.el (featurep): Define aliases for overlay
8684 commands, for XEmacs compatibility, and use these aliases in
8685 overlay initializations.
8686 (reftex-highlight): Use `reftex-move-overlay'.
8687 (reftex-unhighlight): Use `reftex-delete-overlay'.
8688 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
8689 (reftex-access-search-path): Use `reftex-uniquify' instead of
8690 `reftex-uniq'
8691
8692 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
8693 `before-string' property modification enables for Emacs as well.
8694 (reftex-select-item): Use `reftex-delete-overlay'.
8695 (reftex-select-mark): Use `reftex-make-overlay' and
8696 `reftex-overlay-put'.
8697 (reftex-select-unmark): Use `reftex-delete-overlay' and
8698 `reftex-overlay-put'.
8699
8700 2005-05-18 Lute Kamstra <lute@gnu.org>
8701
8702 * emacs-lisp/lisp.el (check-parens): Fix docstring.
8703
8704 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
8705
8706 * add-log.el (add-change-log-entry):
8707 * array.el (array-make-template, array-reconfigure-rows)
8708 (array-init-max-row, array-init-max-column)
8709 (array-init-columns-per-line, array-init-field-width):
8710 * replace.el (replace-match-maybe-edit, perform-replace):
8711 * textmodes/spell.el (spell-region):
8712 Replace `read-input' by `read-string'.
8713
8714 * forms.el (forms-mode):
8715 * finder.el (finder-compile-keywords):
8716 * shadowfile.el (shadow-read-files):
8717 Replace `eval-current-buffer' by `eval-buffer'.
8718
8719 * terminal.el (te-pass-through):
8720 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
8721 (ange-ftp-raw-send-cmd):
8722 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
8723 (send-process-next-char, telnet-initial-filter, telnet):
8724 Replace `send-string' by `process-send-string'.
8725
8726 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
8727 (prolog-consult-region): Replace `send-string' by
8728 `process-send-string'; replace `send-region' by `process-send-region'.
8729
8730 * progmodes/delphi.el (delphi-log-msg):
8731 Replace `set-window-dot' by `set-window-point'.
8732
8733 * subr.el (window-dot, set-window-dot, read-input, send-string)
8734 (send-region, show-buffer, eval-current-buffer):
8735 Make really obsolete, as the comment says.
8736
8737 2005-05-17 Kim F. Storm <storm@cua.dk>
8738
8739 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
8740 (cua--init-keymaps): Bind C-return instead of S-return to set
8741 rectangle mark.
8742
8743 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
8744 instead of S-return to toggle/clear rectangle mark.
8745
8746 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
8747
8748 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8749 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
8750 Also fontify plain strings assigned to variables, mostly so that a
8751 colon has a face and is thus not taken as a dependency separator.
8752 (makefile-previous-dependency): Inline the new matcher, because it
8753 is too complex to work in both directions.
8754 (makefile-match-dependency): Eliminate `backward' arg (see above).
8755 Completely reimplemented so as to not sometimes go into an endless
8756 loop. It should also be more efficient, because first it only
8757 searches for `:', instead of applying the very complex regexp.
8758 (makefile-mode): Cancel `font-lock-support-mode', because blocks
8759 to be fontified in one piece can be too long for JIT.
8760 Makefiles are never *that* big.
8761
8762 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
8763
8764 * dired.el (dired-mode): Simplify.
8765
8766 2005-05-17 Lute Kamstra <lute@gnu.org>
8767
8768 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
8769 defcustom for the mode hook variable.
8770
8771 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
8772 Emacs Lisp Reference Manual.
8773
8774 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
8775
8776 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
8777 (evenp, list*):
8778 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
8779 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8780
8781 * net/tramp-smb.el (tramp-smb-open-connection):
8782 Pass `tramp-chunksize' as fifth (required) argument.
8783
8784 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
8785
8786 * font-lock.el (lisp-font-lock-keywords-1):
8787 Set `font-lock-negation-char-face' for [^...] char group.
8788 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
8789
8790 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
8791 a var, and refine it to mask one more level of nested vars.
8792 (makefile-rule-action-regex): Turn it into a var, and refine it so
8793 it recognizes backslashed continuation lines as belonging to the
8794 same command.
8795 (makefile-macroassign-regex): Refine it so it recognizes
8796 backslashed continuation lines as belonging to the same command.
8797 (makefile-var-use-regex): Don't look at the next char, because it
8798 might be the same one to be skipped by the initial [^$], leading
8799 to an overlooked variable use.
8800 (makefile-make-font-lock-keywords): Remove two parameters, which
8801 are now variables that some of the modes set locally.
8802 Handle dependency and rule action matching through functions, because
8803 regexps alone match too often. Dependency matching now comes
8804 last, so it can check, whether a colon already matched something else.
8805 (makefile-mode): Inform that font-lock improves makefile parsing
8806 capabilities.
8807 (makefile-match-dependency, makefile-match-action): New functions.
8808
8809 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
8810
8811 * emacs-lisp/cl-extra.el (equalp): Doc fix.
8812
8813 * align.el (align-regexp):
8814 * ansi-color.el (ansi-color-get-face):
8815 * array.el (array-reconfigure-rows, array-init-max-row)
8816 (array-init-max-column, array-init-columns-per-line)
8817 (array-init-field-width):
8818 * dired-aux.el (dired-trample-file-versions):
8819 * dired-x.el (dired-mark-sexp):
8820 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
8821 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
8822 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
8823 * faces.el (face-read-integer):
8824 * files.el (backup-extract-version, insert-directory):
8825 * hexl.el (hexl-insert-decimal-char):
8826 * server.el (server-process-filter):
8827 * shell.el (shell-extract-num):
8828 * startup.el (command-line-1):
8829 * term.el (term-command-hook):
8830 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8831 (time-stamp-do-number):
8832 * time.el (display-time-update):
8833 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8834 (timezone-fix-time):
8835 * vms-patch.el (vms-suspend-resume-hook):
8836 * calendar/appt.el (appt-convert-time):
8837 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8838 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8839 * calendar/cal-islam.el (mark-islamic-diary-entries):
8840 * calendar/calendar.el (calendar-cursor-to-date)
8841 (calendar-star-date):
8842 * calendar/diary-lib.el (diary-attrtype-convert)
8843 (mark-diary-entries, diary-entry-time):
8844 * calendar/solar.el (solar-get-number):
8845 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8846 * emacs-lisp/re-builder.el (reb-display-subexp):
8847 * emulation/edt.el (edt-set-scroll-margins):
8848 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8849 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8850 (vip-get-ex-count):
8851 * emulation/viper-ex.el (viper-get-ex-token)
8852 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8853 * international/fontset.el (fontset-plain-name):
8854 * mail/feedmail.el (feedmail-look-at-queue-directory):
8855 * mail/mailalias.el (mail-get-names):
8856 * mail/rmail.el (rmail-convert-to-babyl-format):
8857 * mail/rmailsum.el (rmail-make-basic-summary-line)
8858 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8859 (rmail-summary-goto-msg):
8860 * mail/smtpmail.el (smtpmail-read-response):
8861 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8862 (ange-ftp-vms-add-file-entry):
8863 * play/gametree.el (gametree-looking-at-ply)
8864 (gametree-current-branch-score):
8865 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8866 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8867 * progmodes/cperl-mode.el (condition-case):
8868 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8869 (ebrowse-set-member-buffer-column-width)
8870 (ebrowse-select-1st-to-9nth):
8871 * progmodes/etags.el (etags-snarf-tag):
8872 * progmodes/flymake.el (flymake-parse-line):
8873 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8874 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8875 (idlwave-shell-menu-def):
8876 * progmodes/ps-mode.el (ps-run-goto-error):
8877 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8878 (vhdl-speedbar-contract-level):
8879 * term/mac-win.el (x-handle-numeric-switch):
8880 * term/sun-mouse.el (sun-get-frame-data):
8881 * term/w32-win.el (x-handle-numeric-switch):
8882 * term/x-win.el (x-handle-numeric-switch):
8883 * textmodes/ispell.el (ispell-parse-output):
8884 * textmodes/nroff-mode.el (nroff-outline-level):
8885 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8886 (reftex-bib-sort-year-reverse, reftex-format-citation):
8887 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8888 (reftex-section-number):
8889 * textmodes/texinfmt.el (texinfo-paragraphindent):
8890 Replace `string-to-int' by `string-to-number'.
8891
8892 * international/latexenc.el: Add page marker to force the "Local
8893 Variables:" string out of the last page.
8894
8895 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8896
8897 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8898 tooltip-change-major-mode.
8899 (gud-tooltip-print-command): Remove case where gud-minor-mode
8900 is gdb ("--fullname").
8901 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8902 explain to user.
8903
8904 2005-05-16 Jay Belanger <belanger@truman.edu>
8905
8906 * calc/calc-store.el (calc-copy-special-constant): New function.
8907
8908 * calc/calc-ext.el (calc-init-extensions): Add binding for
8909 `calc-copy-special-constant'.
8910
8911 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8912 for the `calc-copy-special-constant' command.
8913
8914 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8915
8916 * subr.el (left-fringe-p): New function.
8917
8918 * progmodes/compile.el (compilation-setup): Set local value of
8919 overlay-arrow-string to "" always.
8920 (compilation-set-window): Left fringe then don't scroll.
8921 No left fringe then no arrow and scroll message to top.
8922 (compilation-context-lines): Adjust doc string accordingly.
8923
8924 2005-05-16 Kim F. Storm <storm@cua.dk>
8925
8926 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8927 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8928 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8929 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8930 (ido-read-file-name): Handle commands with ido property value
8931 equal to find-file as reading a file name, to allow C-d to enter dired.
8932 (ibuffer-find-file): Add ido property with value find-file.
8933
8934 2005-05-15 Kim F. Storm <storm@cua.dk>
8935
8936 * subr.el (open-network-stream-nowait): Remove.
8937 (open-network-stream-server): Remove.
8938
8939 2005-05-15 Richard M. Stallman <rms@gnu.org>
8940
8941 * faces.el (describe-face): Output a definition link button.
8942
8943 * help-mode.el (help-face-def): New button type.
8944
8945 * emacs-lisp/copyright.el (copyright-fix-years):
8946 Match properly if the first year is 2-digit.
8947 Don't mess up the whitespace after the years by filling.
8948
8949 * dired-aux.el (dired-mark-confirm):
8950 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8951
8952 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8953 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8954 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8955
8956 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8957 Set font-lock-comment-start-skip.
8958
8959 * font-lock.el (font-lock-comment-start-skip): New variable.
8960 (font-lock-comment-end-skip): New variable.
8961 (font-lock-fontify-syntactically-region): Use them if non-nil.
8962
8963 2005-05-15 Jay Belanger <belanger@truman.edu>
8964
8965 * calc/calc-store.el (calc-store-value): Return a string rather
8966 than display it as a message.
8967 Use calc-var-name for variable name.
8968 (calc-store-into): Add the result of calc-store-value to message.
8969 (calc-copy-variable): Add a message.
8970 (calc-store-exchange): Improve error messages.
8971 (calc-store-binary, calc-store-map): Don't reset the values of
8972 special constants.
8973
8974 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8975
8976 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8977 manual to docstring.
8978
8979 * files.el (hack-local-variables-confirm): Add STRING argument.
8980 Make the function handle non file visiting buffers correctly.
8981 (hack-local-variables-prop-line, hack-local-variables)
8982 (hack-one-local-variable): Use STRING arg of
8983 `hack-local-variables-confirm'.
8984
8985 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8986
8987 Sync with Tramp 2.0.49.
8988
8989 * net/tramp.el (tramp-handle-dired-call-process)
8990 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8991 because the contents of the Tramp buffer is changed before
8992 insertion (`expand-file' and alike).
8993 (tramp-handle-insert-directory): If `localname' has an empty
8994 nondirectory name, it must not be quoted.
8995 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8996 variable `tramp-chunksize'. Change callees.
8997 (tramp-open-connection-setup-interactive-shell): Check remote host
8998 for buggy `send-process-string' implementation.
8999 Set `tramp-chunksize' if found. Reported by Michael Kifer
9000 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
9001 (tramp-handle-shell-command): `insert-buffer' cannot be used
9002 because the contents of the Tramp buffer is changed before
9003 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
9004 <frederic.bothamy@free.fr>.
9005 (tramp-set-auto-save): Actions should be done for Tramp file name
9006 handler only. Ange-FTP has its own auto-save mechanism.
9007 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
9008 (tramp-set-auto-save-file-modes): Set file modes of
9009 `buffer-auto-save-file-name' to ?\600 as fallback solution.
9010 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
9011 (tramp-bug): Remove obsolete variable.
9012 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
9013 for presence of `mml-mode'. Make it running for older Emacsen as well.
9014
9015 2005-05-14 John Paul Wallington <jpw@pobox.com>
9016
9017 * ibuf-ext.el (define-ibuffer-filter filename):
9018 If `dired-directory' is a list, use its car.
9019
9020 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
9021
9022 * ibuffer.el (define-ibuffer-column filename):
9023 If `dired-directory' is a list, use its car.
9024
9025 2005-05-14 Richard M. Stallman <rms@gnu.org>
9026
9027 * subr.el (symbol-file): Doc fix.
9028
9029 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
9030 (byte-compile-form): Call byte-compile-nogroup-warn.
9031 (byte-compile-warning-types): Doc fix.
9032
9033 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
9034
9035 * progmodes/cc-engine.el (c-literal-faces):
9036 Add font-lock-comment-delimiter-face.
9037
9038 * net/net-utils.el (dig): Use with-no-warnings.
9039
9040 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
9041 (sc-recite-frame-alist, sc-default-cite-frame)
9042 (sc-default-uncite-frame, sc-default-recite-frame)
9043 (sc-attrib-selection-list, sc-rewrite-header-list):
9044 Mark as risky-local-variable.
9045
9046 * international/ogonek.el (ogonek-jak, ogonek-how):
9047 Don't use beginning-of-buffer.
9048
9049 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
9050
9051 * calendar/solar.el (solar-data-list): Move definition up.
9052
9053 * dnd.el (dnd-protocol-alist): Add autoload.
9054
9055 * progmodes/sh-script.el: Many doc usage fixes.
9056 (sh-indent-after-do): Change default to match common styles.
9057
9058 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
9059
9060 * files.el (interpreter-mode-alist)
9061 (auto-mode-interpreter-regexp): Doc fixes.
9062
9063 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
9064
9065 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
9066
9067 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
9068
9069 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9070
9071 * dired.el (dired-mode): make-variable-buffer-local =>
9072 make-local-variable.
9073
9074 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9075
9076 * term/mac-win.el (mac-select-convert-to-string): Try coding
9077 systems in mac-script-code-coding-systems if specified one cannot
9078 encode string for `com.apple.traditional-mac-plain-text'.
9079
9080 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
9081
9082 * progmodes/make-mode.el (makefile-targets-face)
9083 (makefile-shell-face, makefile-makepp-perl-face): New faces.
9084 (makefile-dependency-regex): Fix it to not make the colon in
9085 $(var:a=b) special.
9086 (makefile-rule-action-regex): New regexp for highlighting embedded
9087 Shell strings.
9088 (makefile-macroassign-regex): Handle != for highlighting as
9089 embedded Shell strings.
9090 (makefile-var-use-regex): New const.
9091 (makefile-statements, makefile-automake-statements)
9092 (makefile-gmake-statements, makefile-makepp-statements)
9093 (makefile-bsdmake-statements): New consts.
9094 (makefile-make-font-lock-keywords): New function.
9095 (makefile-automake-font-lock-keywords)
9096 (makefile-gmake-font-lock-keywords)
9097 (makefile-makepp-font-lock-keywords)
9098 (makefile-bsdmake-font-lock-keywords): New consts.
9099 (makefile-mode-map): Add switchers between the various submodes.
9100 (makefile-mode): Document the availability of the variants.
9101 (makefile-automake-mode, makefile-gmake-mode)
9102 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
9103
9104 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
9105 new variants of makefile-mode.
9106
9107 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 * font-lock.el (font-lock-comment-delimiter-face): Fix up
9110 the inheritance.
9111
9112 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
9113
9114 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
9115 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
9116
9117 * files.el (normal-mode): Extend the scope of the
9118 `enable-local-variables' binding to include the `set-auto-mode' call.
9119 (magic-mode-alist): Doc fix.
9120
9121 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9122
9123 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
9124 font-lock-comment-face rather than copying its setting.
9125
9126 2005-05-12 Andreas Schwab <schwab@suse.de>
9127
9128 * eshell/esh-mode.el (eshell-send-input): Doc fix.
9129
9130 2005-05-12 Lute Kamstra <lute@gnu.org>
9131
9132 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
9133 defcustom for the mode hook variable. Delete the last argument.
9134 * generic-x.el: Fix callers of define-generic-mode.
9135 (generic-x-modes): Delete group.
9136 (show-tabs-tab-face, show-tabs-space-face): Put them in the
9137 generic-x customization group.
9138
9139 2005-05-12 Kim F. Storm <storm@cua.dk>
9140
9141 * font-lock.el (font-lock-negation-char-face): Default to "off".
9142
9143 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
9144 font-lock-negation-char-face to ! in !=.
9145
9146 2005-05-12 Masatake YAMATO <jet@gyve.org>
9147
9148 * add-log.el (find-change-log): Fix typos in the docstring
9149 of function.
9150
9151 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9152
9153 * international/latexenc.el (latexenc-find-file-coding-system):
9154 Avoid `re-search-forward' when looking for input encoding because
9155 of speed and safety. Better regular expressions for recognizing
9156 input encoding. Limit a search for TeX-master/tex-main-file to
9157 the local variable section.
9158
9159 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
9160
9161 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
9162 syntax of $ to "'" (quote).
9163
9164 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
9165
9166 * dnd.el (dnd-protocol-alist): Improve custom type.
9167
9168 * dired.el (dired-dnd-protocol-alist): New variable.
9169 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
9170 `dired-mode-hook' to the end.
9171
9172 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9173
9174 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
9175 comment-end if comment-start-skip is not set.
9176 Obey the font-lock-comment-delimiter-face variables.
9177
9178 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * files.el (executable-find): Move from executable.el. Use
9181 locate-file.
9182 * progmodes/executable.el (executable-find): Move to files.el.
9183
9184 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
9185 when trying to ensure forward progress.
9186
9187 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
9188
9189 * mouse-sel.el (mouse-sel-follow-link-p): New function.
9190 (mouse-select, mouse-select-internal, mouse-extend-internal):
9191 Use it to implement mouse-1-click-follows-link functionality.
9192
9193 2005-05-11 Richard M. Stallman <rms@gnu.org>
9194
9195 * font-lock.el (font-lock-fontify-syntactically-region):
9196 Use font-lock-comment-delimiter-face for comment delimiters.
9197
9198 2005-05-10 Jay Belanger <belanger@truman.edu>
9199
9200 * calc/calc-help.el (calc-m-prefix-help): Add mention of
9201 preserving embedded modes.
9202
9203 2005-05-10 Richard M. Stallman <rms@gnu.org>
9204
9205 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
9206
9207 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
9208 Move from ada-stmt.el.
9209 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
9210
9211 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
9212 Move to ada-mode.el.
9213 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
9214
9215 * cus-edit.el (custom-file): Call file-chase-links.
9216
9217 * files.el (read-directory-name): Fix previous change.
9218 (hack-local-variables-confirm): New function.
9219 (hack-local-variables-prop-line, hack-local-variables)
9220 (hack-one-local-variable): Use it.
9221
9222 2005-05-10 Lute Kamstra <lute@gnu.org>
9223
9224 * font-lock.el (font-lock-keywords-alist)
9225 (font-lock-removed-keywords-alist): Clarify docstrings.
9226
9227 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
9228
9229 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
9230 (gdb-source-info): Check for preprocessor info.
9231 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
9232 a macro for a function.
9233 (gdb-info-breakpoints-custom): Try to find file again if not already
9234 found (user might have used GDB dir command).
9235 (gdb-get-location): Update gdb-location-alist correctly for change
9236 to gdb-info-breakpoints-custom.
9237
9238 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
9239 (gud-tooltip-print-command): Add gdbmi case.
9240 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
9241 preprocessor info.
9242
9243 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
9244
9245 * startup.el (fancy-splash-insert): Fix typo in doc string.
9246
9247 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
9248
9249 * obsolete/float.el (string-to-float):
9250 * obsolete/hilit19.el (hilit-add-pattern):
9251 * obsolete/rnews.el (news-parse-range, news-select-message)
9252 (news-get-pruned-list-of-files): Replace `string-to-int' by
9253 `string-to-number'.
9254
9255 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
9256 `find-file-not-found-hooks'; use `add-hook'.
9257 (uncompress-while-visiting): Set `write-file-functions', not
9258 `write-file-hooks'; use `add-hook'.
9259
9260 2005-05-09 Kim F. Storm <storm@cua.dk>
9261
9262 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
9263 (cua-paste): Handle clipboard action.
9264 (cua--init-keymaps): Remap clipboard-kill-region and
9265 clipboard-kill-ring-save.
9266
9267 2005-05-08 Eli Zaretskii <eliz@gnu.org>
9268
9269 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9270 Improve commentary.
9271
9272 * simple.el (next-error-overlay-arrow-position): Revert the change
9273 made on 2005-04-30.
9274
9275 2005-05-07 Jay Belanger <belanger@truman.edu>
9276
9277 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
9278 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
9279 `calc-sel-reselect'.
9280
9281 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
9282 Calc is in embedded mode.
9283
9284 2005-05-07 Eli Zaretskii <eliz@gnu.org>
9285
9286 * progmodes/compile.el (compilation-setup):
9287 Set overlay-arrow-string to an empty string on text terminals.
9288
9289 * textmodes/ispell.el (ispell-program-name): Try looking for
9290 "aspell" along exec-path, and if found, use it as the default
9291 speller program.
9292
9293 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
9294
9295 * international/mule.el (sgml-xml-auto-coding-function):
9296 Recognize encoding='FOO' in single quotes as well as in double quotes.
9297
9298 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9299
9300 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
9301 as well as `interactive', so that defmacro* would recognize
9302 `declare' forms.
9303
9304 2005-05-07 Eli Zaretskii <eliz@gnu.org>
9305
9306 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9307 Explain more about the LIGHTER arg's usage in the doc string.
9308 Add commentary to clarify what the code does. Fix the regexp that
9309 strips whitespace from LIGHTER. Quote LIGHTER before using it,
9310 since it could have characters special to regular expressions.
9311
9312 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9313
9314 * replace.el (occur-1): Bind inhibit-read-only so that
9315 erase-buffer doesn't barf on read-only text properties (likewise
9316 for add-text-properties in occur-engine). Mark buffer as unmodified.
9317 (occur-engine): Don't set buffer-read-only here.
9318
9319 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9320
9321 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
9322 list-buffers-directory. This caused the *cvs-commit* buffer to be
9323 sometimes mistakenly reused as a *cvs* buffer.
9324
9325 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
9326
9327 * tooltip.el: Move code for GUD tooltips into gud.el.
9328 (require): CL no longer needed to compile case.
9329 (tooltip-mode): Do not toggle functions for GUD tooltips.
9330 (tooltip-gud-tips-p): Remove. Replace with minor mode
9331 gud-tooltip-mode in gud.el.
9332 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
9333 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
9334 tooltip-gud prefix with gud-tooltip and obsolete.
9335 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
9336 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
9337 (tooltip-mouse-motion): Mouse movement functions/variable.
9338 Rename in gud.el by adding gud prefix.
9339 (tooltip-gud-original-filter, tooltip-gud-dereference)
9340 (tooltip-gud-event, tooltip-toggle-gud-tips)
9341 (tooltip-gud-process-output, tooltip-gud-print-command)
9342 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
9343 gud.el by replacing tooltip-gud prefix with gud-tooltip.
9344 (gdb-tooltip-print): Move to gdb-ui.el.
9345
9346 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
9347 (require): CL needed to compile case.
9348 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
9349 tooltip-gud-tips-p. Make it a minor-mode.
9350 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
9351 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
9352 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
9353 (gud-tooltip-change-major-mode)
9354 (gud-tooltip-activate-mouse-motions-if-enabled)
9355 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
9356 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
9357 (gud-tooltip-original-filter, gud-tooltip-dereference)
9358 (gud-tooltip-event, tooltip-toggle-gud-tips)
9359 (gud-tooltip-process-output, gud-tooltip-print-command)
9360 (gud-tooltip-tips): Move from tooltip.el.
9361
9362 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
9363 (gdb-cpp-define-alist-flags): Doc fix.
9364 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
9365 gud-tooltip-mode is t.
9366
9367 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
9370 evaporate if their text is deleted.
9371 (goto-address-at-point): Make it work as a mouse binding as well.
9372 (goto-address-at-mouse): Obsolete it. Update users.
9373
9374 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
9375
9376 * calendar/appt.el (top-level): No longer activate on load.
9377
9378 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
9379
9380 * calendar/cal-bahai.el (mark-bahai-diary-entries):
9381 * net/webjump.el (webjump):
9382 * progmodes/idlw-help.el (idlwave-do-context-help1)
9383 (idlwave-highlight-linked-completions):
9384 * textmodes/po.el (po-find-file-coding-system-guts):
9385 Replace `assoc-ignore-case' by `assoc-string'.
9386
9387 2005-05-06 Eli Zaretskii <eliz@gnu.org>
9388
9389 * files.el (locate-file): Doc fix.
9390
9391 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
9392 Remove the redundant test for ms-dos.
9393
9394 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
9395 look for the preprocessor with exec-suffixes. If not found in
9396 standard places, look in exec-path. Remove most of the tests that
9397 used system-type.
9398
9399 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
9400
9401 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
9402
9403 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
9404 file-name clash with jka-compr.el on 8+3 filesystems.
9405
9406 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9407
9408 * term/mac-win.el: Don't define or bind scroll bar functions if
9409 x-toolkit-scroll-bars is t.
9410 (x-select-text, x-get-selection-value): Clear
9411 x-last-selected-text-clipboard if x-select-enable-clipboard is
9412 nil.
9413 (PRIMARY): Put mac-scrap-name property.
9414 (mac-select-convert-to-file-url): New function.
9415 (public.file-url): New selection target type. Add to
9416 selection-converter-alist.
9417 (x-get-selection, x-selection-value): Handle it.
9418 (x-cut-buffer-or-selection-value): New alias.
9419
9420 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9421
9422 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
9423 entry to avoid calling bibtex-find-entry with arg global
9424 being t. Remove arg key.
9425 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
9426 (bibtex-copy-summary-as-kill): Change accordingly.
9427
9428 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9429
9430 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
9431 (org-agenda-date-later): Use with-current-buffer.
9432
9433 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9434
9435 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
9436 (define-obsolete-variable-alias): Doc Fixes.
9437
9438 2005-05-06 Kim F. Storm <storm@cua.dk>
9439
9440 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
9441 vertical-motion when selective-display is active.
9442
9443 * ido.el (ido-setup-hook): New hook.
9444 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
9445 (ido-input-stack): New var.
9446 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
9447 ido-next-work-file binding to M-O.
9448 Bind M-f to ido-wide-find-file-or-pop-dir.
9449 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
9450 (ido-read-internal): Run ido-setup-hook.
9451 Catch quit in read-file-name and read-string to cancel edit.
9452 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
9453 Automatically pop-all when completing a directory name (RET).
9454 (ido-file-internal): Add with-no-warnings around ffap and dired code.
9455 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
9456 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
9457 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
9458 New functions for M-b/M-f to move among the directory components.
9459 (ido-make-merged-file-list): Catch quit to cancel merge.
9460 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
9461 (ido-completion-help): No warnings for ido-completion-buffer-full.
9462
9463 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
9464
9465 * font-lock.el (font-lock-negation-char-face): New face and variable.
9466 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
9467 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
9468 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
9469 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
9470
9471 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
9472
9473 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
9474 Fix typo in docstring.
9475
9476 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
9477 (ebrowse-print-statistics-line)
9478 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
9479
9480 * term/w32-win.el (image-library-alist): Add additional name for
9481 Xpm library.
9482
9483 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
9484
9485 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
9486 use gcc instead of cpp.
9487
9488 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
9489 (gdb-create-define-alist): Use it.
9490 (gdb-cpp-define-alist-program): Update for MS-DOS.
9491
9492 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
9493
9494 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
9495
9496 2005-05-04 Richard M. Stallman <rms@gnu.org>
9497
9498 * help.el (describe-key): No error when UNTRANSLATED is nil.
9499
9500 * simple.el (line-move-1): Fix previous change to signal errors
9501 appropriately.
9502
9503 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
9504
9505 * calendar/icalendar.el (icalendar-version): Now at 0.12.
9506 (icalendar-duration-correction): Remove.
9507 (icalendar--get-event-properties): Split result at commas.
9508 (icalendar--decode-isoduration): New optional argument
9509 DURATION-CORRECTION.
9510 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
9511 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
9512 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
9513 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
9514 (icalendar--convert-anniversary-to-ical): New functions, extracted
9515 from icalendar-export-region, with bug fixes.
9516 (icalendar-export-region): Use the above functions.
9517 (icalendar-import-buffer): Check before saving diary file.
9518 (icalendar--convert-recurring-to-diary)
9519 (icalendar--convert-non-recurring-all-day-to-diary)
9520 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
9521 extracted from icalendar--convert-ical-to-diary, with bug fixes.
9522 (icalendar--convert-ical-to-diary): Use the above functions.
9523
9524 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
9525
9526 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
9527 Remove these recent additions.
9528 (c-mode): Restore to before 2005-04-28.
9529
9530 * progmodes/cc-vars.el (cc-define-list-program): Remove this
9531 recent addition.
9532
9533 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
9534 (gdb-define-alist): New variables.
9535 (gdb-create-define-alist): New function.
9536 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
9537 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
9538 with string-to-number.
9539 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
9540
9541 * progmodes/gud.el: Replace string-to-int with string-to-number.
9542 (gud-find-file): Handle gdb-define-alist.
9543
9544 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
9545
9546 2005-05-02 Jay Belanger <belanger@truman.edu>
9547
9548 * calc/calc-aent.el (math-read-token):
9549 * calc/calc-bin.el (calc-word-size):
9550 * calc/calc-ext.el (calc-read-number-fancy):
9551 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
9552 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
9553 * calc/calc-frac.el (calc-over-notation):
9554 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
9555 (calc-graph-num-points, calc-graph-init):
9556 * calc/calc-prog.el (calc-read-parse-table-part)
9557 (calc-edit-macro-repeats):
9558 * calc/calc-yank.el (calc-do-grab-rectangle):
9559 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
9560 Replace `string-to-int' by `string-to-number'.
9561
9562 2005-05-02 Kim F. Storm <storm@cua.dk>
9563
9564 * kmacro.el: Use executing-kbd-macro-index variable.
9565
9566 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
9567
9568 * net/rlogin.el (rlogin-parse-words): Delete func.
9569 (rlogin): Use split-string, not rlogin-parse-words.
9570 Also, if there are option-like elements in the parsed args,
9571 take the host to be the first arg immediately following them.
9572 Suggested by Michael Mauger.
9573
9574 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9575
9576 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
9577
9578 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
9579
9580 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
9581 (cc-mode-cpp-program): Rename to cc-define-list-program and
9582 move to cc-vars.el.
9583
9584 * progmodes/cc-vars.el (cc-define-list-program):
9585 Change to "gcc -E -dM -". Make customizable.
9586
9587 2005-05-02 Kim F. Storm <storm@cua.dk>
9588
9589 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
9590
9591 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
9592
9593 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
9594
9595 * international/mule-util.el (truncate-string): Remove alias and
9596 obsolete declaration.
9597
9598 * international/mule-cmds.el (update-iso-coding-systems):
9599 Remove alias and obsolete declaration.
9600
9601 * international/mule.el (coding-system-parent): Remove alias and
9602 obsolete declaration.
9603
9604 * subr.el (define-function, sref): Remove aliases and obsolete
9605 declarations.
9606 (chars-in-region): Remove obsolete declaration.
9607
9608 2005-05-01 Richard M. Stallman <rms@gnu.org>
9609
9610 * info.el (Info-mode): Set widen-automatically to nil, locally.
9611
9612 * simple.el (widen-automatically): New variable.
9613 (pop-global-mark): Obey widen-automatically.
9614
9615 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
9616
9617 * term/xterm.el (function-key-map): Call substitute-key-definition
9618 before the keymap size is increased by a lot of define-key calls.
9619
9620 2005-05-01 Richard M. Stallman <rms@gnu.org>
9621
9622 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
9623 Rename ARG to ELEMENT. Doc fix.
9624
9625 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
9626
9627 * allout.el (allout-exposure): Remove macro and obsolete declaration.
9628 Remove references to allout-exposure/change to allout-new-exposure.
9629
9630 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
9631 bytecode symbols.
9632
9633 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
9634 (compiled-function-p, focus-frame, unfocus-frame):
9635 Remove aliases and obsolete declarations.
9636 Back out inadvertent changes from previous commit.
9637
9638 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9639
9640 * files.el (require-final-newline): Make Custom tags consistent
9641 with mode-require-final-newline.
9642 (mode-require-final-newline): Doc fix.
9643
9644 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * international/latexenc.el (latexenc-find-file-coding-system):
9647 Fix regular expressions.
9648
9649 2005-05-01 David Kastrup <dak@gnu.org>
9650
9651 * international/latexenc.el (latexenc-find-file-coding-system):
9652 Fix regular expressions.
9653
9654 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
9655
9656 * subr.el (string-to-int): Make obsolete.
9657
9658 2005-04-30 Richard M. Stallman <rms@gnu.org>
9659
9660 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
9661
9662 * loadup.el: load jka-comp-hook.
9663
9664 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
9665 (jka-compr-handler): Add autoload. `put' calls moved
9666 to jka-comp-hook.el.
9667 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
9668 (jka-compr-inhibit): Autoload.
9669
9670 * jka-comp-hook.el: New file.
9671 Enable the mode by default.
9672
9673 * files.el (backup-buffer-copy): Use copy-file instead
9674 of write-region, and put back the 'excl.
9675
9676 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
9677
9678 * progmodes/flymake.el (flymake-split-string)
9679 (flymake-split-string, flymake-log, flymake-pid-to-names)
9680 (flymake-reg-names, flymake-get-source-buffer-name)
9681 (flymake-unreg-names, flymake-add-line-err-info)
9682 (flymake-add-err-info): Clarify docstrings.
9683 (flymake-popup-menu, flymake-make-emacs-menu)
9684 (flymake-make-xemacs-menu): Add docstrings.
9685 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
9686 Set variables directly throughout.
9687
9688 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
9689
9690 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
9691 exists. Initialize cc-define-alist.
9692 (c-mode): Add cc-create-define-alist locally to after-save-hook.
9693 If there is no file (Macroexpansion) don't create an alist.
9694
9695 2005-04-29 Sam Steingold <sds@gnu.org>
9696
9697 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
9698 (cc-create-define-alist): Use it instead of the hard-coded string.
9699
9700 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9701
9702 * international/mule-conf.el (file-coding-system-alist): Fix regexp
9703 for latexenc.
9704
9705 2005-04-29 Lute Kamstra <lute@gnu.org>
9706
9707 * emacs-lisp/generic.el: Improve commentary section.
9708 (define-generic-mode): Improve docstring.
9709
9710 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9711
9712 * textmodes/org.el (many places): Change to quiet the byte compiler.
9713 (org-prefix-format-compiled): New variable.
9714 (org-compile-prefix-format): New function.
9715 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
9716 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
9717 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
9718 (org-get-entries-from-diary): Use `org-get-time-of-day' for
9719 consistency with entries from `org-mode' files.
9720 (org-get-time-of-day): Fix bug with partial matches early in a line.
9721 (org-non-link-chars): New constant.
9722 (org-link-regexp): Respect `org-non-link-chars'.
9723 (org-agenda-day-view): Remove command.
9724 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
9725 (org-follow-bbdb-link, org-store-link): Search also company field.
9726 (org-highlight-overlay): New variable.
9727 (org-highlight, org-unhighlight): New functions.
9728 (org-agenda-mode): Add pre-command-hook to remove highlight.
9729 (org-evaluate-time-range): Behavior depends upon whether time stamp
9730 contains a time or not.
9731 (org-show-subtree, org-show-entry): New functions.
9732 (org-agenda-cleanup-fancy-diary): Remove empty lines.
9733
9734 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
9735
9736 * comint.el (comint-output-filter-functions): Add autoload cookie.
9737
9738 2005-04-28 Kim F. Storm <storm@cua.dk>
9739
9740 * ido.el (ido-everywhere): Fix last change.
9741
9742 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9743
9744 * international/latexenc.el: New file.
9745 * international/mule-conf.el (file-coding-system-alist): For .tex,
9746 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
9747
9748 2005-04-28 Lute Kamstra <lute@gnu.org>
9749
9750 * font-lock.el (font-lock-add-keywords)
9751 (font-lock-remove-keywords): Clarify docstring.
9752 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
9753 Don't start docstrings with a `*'.
9754 (font-lock-update-removed-keyword-alist): Give it a docstring.
9755
9756 * generic-x.el: Update commentary section.
9757 Only require font-lock when compiling.
9758 Define all modes conditionally.
9759 Place all generic modes in the generic-x-modes customization group.
9760 (generic-x-modes): New customization group.
9761 (generic-default-modes, generic-mswindows-modes)
9762 (generic-unix-modes, generic-other-modes): New constants.
9763 (generic-define-mswindows-modes, generic-define-unix-modes):
9764 Update docstrings. Make them obsolete.
9765 (generic-extras-enable-list): New default value. Update docstring.
9766 Improve :type. Change :set function.
9767 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
9768 Fix docstring.
9769
9770 * emacs-lisp/generic.el (generic-mode-internal):
9771 Simplify font-lock-defaults.
9772 (define-generic-mode): Fix docstring.
9773
9774 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
9777 font-lock-face property to highlight matches.
9778
9779 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
9780
9781 * progmodes/cc-mode.el (cc-create-define-alist): New function.
9782 (cc-define-alist): New variable.
9783 (c-mode): Make it local and initialize it.
9784
9785 * progmodes/gdb-ui.el (gdb-active-process): New variable.
9786 (gdb-exited): New function.
9787 (gdb-annotation-rules): Use it.
9788 (gdb-starting): Set gdb-active-process to t.
9789 (gdb-stopping): Amend doc string.
9790 (gdb-reset): Set gdb-active-process to nil.
9791
9792 * tooltip.el (tooltip-gud-tips): Show the associated #define
9793 directives when a C program under GDB is not executing.
9794
9795 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9796
9797 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
9798 font-lock-fontify-syntactic-keywords.
9799
9800 * font-lock.el (font-lock-default-fontify-region): Don't force
9801 parse-sexp-lookup-properties to nil.
9802
9803 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9804
9805 * man.el (man-mode-syntax-table): Set up `:' to have
9806 word-constituent syntax.
9807
9808 2005-04-27 Lute Kamstra <lute@gnu.org>
9809
9810 * novice.el (disable-command): Don't add spurious newlines to the
9811 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
9812
9813 2005-04-26 Jay Belanger <belanger@truman.edu>
9814
9815 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
9816 than one window before deleting window.
9817
9818 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
9819
9820 * shell.el (shell-prompt-pattern): Doc fix.
9821 (shell-mode): Set paragraph-separate buffer locally to "\\'".
9822
9823 * comint.el (comint-prompt-regexp, comint-get-old-input)
9824 (comint-use-prompt-regexp)
9825 (comint-use-prompt-regexp-instead-of-fields)
9826 (comint-replace-by-expanded-history, comint-send-input)
9827 (comint-output-filter, comint-get-old-input-default)
9828 (comint-line-beginning-position, comint-bol, comint-show-output)
9829 (comint-backward-matching-input, comint-forward-matching-input)
9830 (comint-next-prompt, comint-previous-prompt):
9831 Rename `comint-use-prompt-regexp-instead-of-fields' to
9832 `comint-use-prompt-regexp'. Keep old name as alias and declare
9833 obsolete.
9834 (comint-use-prompt-regexp): Shorten first line of doc string.
9835
9836 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9837 Set paragraph-separate buffer locally to "\\'".
9838
9839 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9840 Adapt to above name change.
9841
9842 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9843 (smbclient-prompt-regexp): Ditto.
9844
9845 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9846
9847 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
9848
9849 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9850 gdb-location-list.
9851 Break lines that are over 80 characters wide.
9852
9853 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9854
9855 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9856 New fun and var, to preserve compatibility.
9857
9858 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9859
9860 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9861
9862 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9863 name to file-newer-than-file-p.
9864
9865 2005-04-26 Richard M. Stallman <rms@gnu.org>
9866
9867 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9868
9869 * progmodes/python.el (python-mode):
9870 Use new name eldoc-documentation-function.
9871
9872 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9873
9874 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9875 (eldoc-documentation-function):
9876 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9877
9878 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9879
9880 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9881
9882 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9883
9884 * term/xterm.el (function-key-map): Fix strings for
9885 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9886 {C,S,A,C-S}-{f1-f12}.
9887
9888 2005-04-26 Kenichi Handa <handa@m17n.org>
9889
9890 * international/mule-cmds.el (select-safe-coding-system):
9891 Fix previous change.
9892
9893 2005-04-26 Lute Kamstra <lute@gnu.org>
9894
9895 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9896
9897 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9898 (font-lock-comment-delimiter-face): Ditto.
9899
9900 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9901
9902 2005-04-25 Jay Belanger <belanger@truman.edu>
9903
9904 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9905 to t while inserting information; use help-mode.
9906
9907 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9908
9909 * term.el (ansi-term-color-vector): Use the xterm colors.
9910 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9911
9912 2005-04-25 Lute Kamstra <lute@gnu.org>
9913
9914 * font-core.el (font-lock-defaults): Fix docstring.
9915
9916 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9917
9918 2005-04-25 Kenichi Handa <handa@m17n.org>
9919
9920 * international/mule-cmds.el (select-safe-coding-system):
9921 Don't check consistency with coding: spec, etc if raw-text or
9922 no-conversion was found to be safe.
9923
9924 2005-04-24 Richard M. Stallman <rms@gnu.org>
9925
9926 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9927 citation markers at start of each line.
9928
9929 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9930 citation markers at start of each line.
9931
9932 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9933
9934 * files.el (mode-require-final-newline): Fix previous change.
9935 (require-final-newline): Fix type label.
9936
9937 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9938
9939 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9940 statement in buffer (broken by 2004-11-24 change).
9941
9942 2005-04-24 Kim F. Storm <storm@cua.dk>
9943
9944 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9945 and read-file-name-function values. Don't overwrite existing
9946 non-nil values if ido-mode is enabled without ido-everywhere.
9947
9948 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9949
9950 * files.el (mode-require-final-newline): Minor doc fix.
9951
9952 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9953
9954 * subr.el (syntax-after): Doc fix.
9955 (syntax-class): If argument is nil, return nil. Mask off upper 16
9956 bits, not 8 bits.
9957
9958 * files.el (mode-require-final-newline): Doc fix.
9959 (backup-buffer-copy): Fix last change.
9960
9961 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9962
9963 * term/mac-win.el: Require select. Set selection-coding-system to
9964 mac-system-coding-system. Call menu-bar-enable-clipboard.
9965 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9966 (x-select-enable-clipboard): New variables.
9967 (x-select-text, x-get-selection, x-selection-value)
9968 (x-get-selection-value, mac-select-convert-to-string)
9969 (mac-services-open-file, mac-services-open-selection)
9970 (mac-services-insert-text): New functions.
9971 (CLIPBOARD, FIND): Put mac-scrap-name property.
9972 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9973 (public.tiff): Put mac-ostype property.
9974 (selection-converter-alist): Add entries for them.
9975 (mac-application-menu-map): New keymap.
9976 (interprogram-cut-function, interprogram-paste-function): Set to
9977 x-select-text and x-get-selection-value, respectively.
9978 (split-window-keep-point): Set to t.
9979
9980 2005-04-23 Richard M. Stallman <rms@gnu.org>
9981
9982 * files.el (read-directory-name): Always pass non-nil
9983 DEFAULT-FILENAME arg to read-file-name.
9984 (backup-buffer-copy, basic-save-buffer-2): Take care against
9985 writing thru an unexpected existing symlink.
9986 (revert-buffer): In indirect buffer, revert the base buffer.
9987 (magic-mode-alist): Doc fix.
9988 (buffer-stale-function): Doc fix.
9989 (minibuffer-with-setup-hook): Avoid warning.
9990 (mode-require-final-newline): Doc and custom fix.
9991
9992 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9993
9994 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9995 use the default appearance.
9996 (font-lock-comment-delimiter-face): New face, new variable.
9997
9998 * imenu.el (imenu--generic-function): The official position of a
9999 definition is the start of the line that BEG is in.
10000
10001 * midnight.el (midnight-timer): Move defvar up.
10002
10003 * mouse.el (mouse-drag-region-1): Delete some debugging code.
10004
10005 * saveplace.el (save-place-to-alist): Use with-no-warnings.
10006
10007 * startup.el (command-line): Use with-no-warnings.
10008
10009 * window.el (window-size-fixed): New defvar.
10010
10011 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
10012
10013 * mail/rmail.el (rmail-font-lock-keywords):
10014 Use font-lock-comment-delimiter-face.
10015
10016 * mail/sendmail.el (mail-font-lock-keywords):
10017 Use font-lock-comment-delimiter-face.
10018
10019 * progmodes/compile.el (next-error-highlight-timer): New defvar.
10020
10021 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
10022
10023 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10024 Specify t for LAXMATCH when matching directories.
10025 Save match data around compilation-compat-error-properties form.
10026
10027 2005-04-23 David Kastrup <dak@gnu.org>
10028
10029 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
10030 Mention that the autoloaded aliases should be kept for AUCTeX.
10031
10032 2005-04-23 Andreas Schwab <schwab@suse.de>
10033
10034 * isearch.el (isearch-forward): Doc fix.
10035
10036 2005-04-23 Eli Zaretskii <eliz@gnu.org>
10037
10038 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
10039 (jit-lock-stealth-nice): Change default value to 0.5.
10040
10041 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
10042
10043 * abbrev.el (write-abbrev-file): Write table entries in
10044 alphabetical order by table name.
10045
10046 2005-04-22 Kim F. Storm <storm@cua.dk>
10047
10048 * ido.el (ido-read-internal): Fix `list' completion.
10049
10050 2005-04-22 Kenichi Handa <handa@m17n.org>
10051
10052 * recentf.el (recentf-save-file-coding-system): New variable.
10053 (recentf-save-list): Encode the file by
10054 recentf-save-file-coding-system and add coding: tag.
10055
10056 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10057
10058 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
10059
10060 2005-04-21 Lute Kamstra <lute@gnu.org>
10061
10062 * loadhist.el (unload-feature): Don't remove a function from hooks
10063 if it is about to be restored to an autoload . Remove functions
10064 that will become unbound from auto-mode-alist. Simplify the code.
10065
10066 * subr.el (assq-delete-all): New implementation that is linear,
10067 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
10068 (rassq-delete-all): New function.
10069
10070 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
10071 Add size-indication-mode.
10072
10073 2005-04-21 Kenichi Handa <handa@m17n.org>
10074
10075 * international/mule-cmds.el: Add autoload for widget-value in
10076 eval-when-compile.
10077
10078 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
10079
10080 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
10081 Add tooltip-mode.
10082
10083 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
10084
10085 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
10086
10087 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
10088 (inferior-lisp-filter-regexp, inferior-lisp-program)
10089 (inferior-lisp-load-command, inferior-lisp-prompt)
10090 (inferior-lisp-mode-hook, lisp-source-modes)
10091 (inferior-lisp-load-hook): defvar->defcustom.
10092 (inferior-lisp-program, inferior-lisp-prompt)
10093 (inferior-lisp-load-hook): Doc fixes.
10094 (inferior-lisp-install-letter-bindings): Small change in
10095 introductory comment.
10096
10097 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10098
10099 * vc.el (vc-annotate-color-map): Change some colors so that text
10100 using them as foreground is readable on both white and black
10101 backgrounds.
10102
10103 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10104
10105 * international/mule-conf.el (translation-table-for-input):
10106 Remove redundant declaration.
10107
10108 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
10109
10110 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
10111
10112 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
10113 (tooltip-toggle-gud-tips): New function.
10114
10115 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10116
10117 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
10118 right angle brackets.
10119
10120 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
10121
10122 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
10123
10124 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
10127 Remove. Update callers to use expand-file-name instead.
10128
10129 * subr.el (syntax-class): New function.
10130
10131 * simple.el (blink-matching-open): Use it.
10132
10133 * paren.el (show-paren-function): Use it to recognize parens that are
10134 also used in 2-char comment markers.
10135
10136 2005-04-19 Lute Kamstra <lute@gnu.org>
10137
10138 * loadhist.el (unload-feature): Update for new format of
10139 load-history. Simplify the code.
10140
10141 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10142
10143 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
10144 (mac-add-charset-info): New function. Initialize variable
10145 mac-charset-info-alist using it.
10146 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
10147 for translation.
10148 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
10149 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
10150 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
10151 New CCL programs.
10152
10153 2005-04-19 Kim F. Storm <storm@cua.dk>
10154
10155 * simple.el (next-buffer, prev-buffer, next-error)
10156 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
10157 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
10158
10159 * bindings.el (next-buffer, prev-buffer, next-error)
10160 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
10161 (clone-indirect-buffer-other-window): Move bindings from simple.el.
10162 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
10163 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
10164
10165 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10166
10167 * isearch.el (isearch-edit-string): Make the search-ring available for
10168 minibuffer history commands.
10169 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
10170 the default history commands now work just as well.
10171 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
10172
10173 2005-04-18 Kim F. Storm <storm@cua.dk>
10174
10175 * emulation/cua-base.el (cua--pre-command-handler): Add more
10176 elaborate check for shift modifier on non-window systems.
10177
10178 2005-04-18 Lars Hansen <larsh@math.ku.dk>
10179
10180 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
10181
10182 2005-04-18 Kim F. Storm <storm@cua.dk>
10183
10184 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
10185 and make it optional. Don't test tooltip-gud-echo-area here.
10186 (tooltip-gud-process-output, gdb-tooltip-print):
10187 Pass tooltip-gud-echo-area to tooltip-show.
10188 (tooltip-help-tips): Remove second optional arg to tooltip-show.
10189
10190 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10191
10192 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
10193 `display-graphic-p' may not be bound yet.
10194
10195 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
10196
10197 * startup.el (command-line): No longer enable Xterm Mouse mode by
10198 default in terminals compatible with xterm.
10199
10200 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
10201
10202 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10203
10204 * tooltip.el (tooltip-gud-echo-area): Rename from
10205 tooltip-use-echo-area.
10206 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
10207 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
10208 area independently of where help tooltips are displayed.
10209
10210 2005-04-17 David Kastrup <dak@gnu.org>
10211
10212 * cus-theme.el (custom-theme-write-variables): Quote variables
10213 where necessary.
10214
10215 2005-04-17 Richard M. Stallman <rms@gnu.org>
10216
10217 * simple.el (yank-excluded-properties): Add follow-link to value.
10218
10219 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
10220
10221 * startup.el (fancy-splash-max-time): Just 30 seconds.
10222 (fancy-splash-delay): Just 7.
10223 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
10224
10225 * loadhist.el (unload-feature): Update for new format of load-history.
10226 Simplify the code.
10227
10228 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
10229 (rmail-font-lock-keywords): Don't fontify the text of a citation.
10230
10231 * mail/sendmail.el (mail-font-lock-keywords):
10232 Don't fontify subject text.
10233 Don't fontify the text of a citation.
10234
10235 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
10236
10237 * comint.el (comint-output-filter): Run comint-output-filter-functions
10238 with point where the user had it.
10239
10240 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10241
10242 * international/ucs-tables.el (ucs-set-table-for-input):
10243 Disable when using unify-on-decoding.
10244
10245 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
10246
10247 * emulation/cua-base.el (cua-global-mark-face): Add special case
10248 for displays supporting a high number of colors.
10249
10250 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10251
10252 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
10253
10254 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
10255
10256 * filesets.el (filesets-add-buffer): If user supplies a name of a
10257 non-existing fileset, create a new fileset.
10258
10259 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
10260
10261 * textmodes/org.el (org-up-heading-all): Fix bug with
10262 `outline-up-heading-all'.
10263
10264 2005-04-16 Andreas Schwab <schwab@suse.de>
10265
10266 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
10267 /etc/permissions.d/* and /etc/aliases.d/*.
10268
10269 2005-04-16 Kenichi Handa <handa@m17n.org>
10270
10271 * international/code-pages.el (cp-make-coding-system):
10272 Set `translation-table-for-input' property value to the symbol
10273 ucs-mule-to-mule-unicode, not to that value.
10274 (pt154): Escape guillemet by `\'.
10275
10276 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
10277
10278 * loadup.el: Load tooltip if x-show-tip is fboundp.
10279
10280 * startup.el (command-line): Add comment.
10281
10282 * tooltip.el (tooltip-mode): Specify correct standard value for
10283 Custom in init-value.
10284
10285 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
10286
10287 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
10288 possible.
10289
10290 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
10291
10292 * textmodes/org.el (org-agenda-date-prompt): Rename from
10293 `org-agenda-date-today'.
10294 (org-evaluate-time-range): Insert at point instead of directly
10295 after time range.
10296 (org-first-headline-recenter, org-subtree-end-visible-p)
10297 (org-optimize-window-after-visibility-change): New functions
10298 (org-agenda-post-command-hook): Don't allow point at end of line,
10299 to make sure it always hits the text properties.
10300 (org-agenda-next-date-line, org-agenda-previous-date-line):
10301 New commands.
10302 (org-set-regexps-and-options): Category may contain white space.
10303 (org-agenda-get-deadlines, org-agenda-get-scheduled):
10304 Improve marker positions.
10305 (org-agenda-new-marker): Argument POS made optional.
10306 (org-agenda-get-timestamps): Deadlines which are done are listed
10307 in org-done-face now.
10308 (org-agenda-get-todos, org-agenda-get-timestamps)
10309 (org-agenda-get-deadlines, org-agenda-get-scheduled):
10310 Set `undone-face' and `done-face' properties.
10311 (org-last-todo-state-is-todo): New variable.
10312 (org-todo): Set `org-last-todo-state-is-todo'.
10313 (org-agenda-todo): Change face according to
10314 `org-last-todo-state-is-todo'. And change other lines referring to
10315 the same entry.
10316 (org-calendar-goto-agenda): New command.
10317 (org-calendar-to-agenda-key): New option.
10318 (org-startup-folded): New allowed value `content'.
10319 (org-set-regexps-and-options): Accept new value `content' for
10320 `org-startup-folded'.
10321 (org-get-current-options): Handle new value `content' for
10322 `org-startup-folded'.
10323 (org-insert-todo-heading): New command.
10324 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
10325 interactively in empty file and option
10326 `org-insert-mode-line-in-empty-file' has been set.
10327 (org-agenda-todo,org-agenda-priority): Modify to use
10328 `org-agenda-change-all-lines'.
10329 (org-warning-face): Change color on dark background
10330
10331 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10332
10333 * international/mule-cmds.el (set-locale-environment): On Mac OS,
10334 use preferences AppleLocale and AppleLanguages, and variable
10335 mac-system-locale for default locale. On Mac OS Classic, use
10336 mac-system-coding-system for default coding systems.
10337
10338 * term/mac-win.el: Don't set file-name-coding-system.
10339 Decode variables system-name, emacs-build-system, user-login-name, and
10340 user-full-name by mac-system-coding-system on Mac OS Classic.
10341 (mac-system-coding-system): New variable.
10342
10343 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
10344
10345 * startup.el (command-line): Handle `xterm-mouse-mode' before
10346 reading init file.
10347
10348 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
10349
10350 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
10351
10352 * progmodes/sh-script.el (sh-here-document-word): Make it a
10353 defcustom. Doc fix.
10354 (sh-add): Bash uses $(( )) for arithmetic.
10355 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
10356 (sh-maybe-here-document): Remove quotes and leading whitespace
10357 from heredoc word when closing. Indent heredoc with tabs if word
10358 starts with "-".
10359
10360 2005-04-13 Richard M. Stallman <rms@gnu.org>
10361
10362 * simple.el (undo): Fix previous change.
10363
10364 * custom.el (defface): Doc fix.
10365
10366 2005-04-13 Lute Kamstra <lute@gnu.org>
10367
10368 * Makefile.in (DONTCOMPILE): Remove list.
10369 (compile, compile-always): Don't use DONTCOMPILE.
10370 (update-authors): Load the library in which batch-update-authors
10371 is defined.
10372 * makefile.w32-in (DONTCOMPILE): Remove list.
10373 (compile, compile-always): Fix comments.
10374 (update-authors): Load the library in which batch-update-authors
10375 is defined.
10376
10377 * generic-x.el (generic-mode-ini-file-find-file-hook):
10378 Rename to ini-generic-mode-find-file-hook.
10379 Keep generic-mode-ini-file-find-file-hook as an alias.
10380 (ini-generic-mode-find-file-hook): Rename from
10381 generic-mode-ini-file-find-file-hook. Fix docstring.
10382 (ini-generic-mode): Docstring change.
10383 (bat-generic-mode-run-as-comint): Silence the byte compiler.
10384
10385 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
10386 called from lisp.
10387
10388 * generic.el: Move to the emacs-lisp subdir.
10389
10390 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
10391
10392 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
10393 and C-S- function and cursor motion keys.
10394
10395 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
10396
10397 * startup.el (command-line): Enable Xterm Mouse mode by default.
10398 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
10399 for Custom. No longer show "Mouse" in mode line when enabled.
10400 Doc fix.
10401
10402 2005-04-12 Kim F. Storm <storm@cua.dk>
10403
10404 * emulation/cua-base.el (cua-rectangle-face)
10405 (cua-rectangle-noselect-face): Define face attributes here.
10406
10407 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
10408
10409 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10410
10411 * startup.el (command-line): Turn off blinking cursor if
10412 cursorBlink in resources is off or false.
10413
10414 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10415
10416 * term/mac-win.el (dnd): Require dnd.
10417 (mac-drag-n-drop): Call dnd-handle-one-url.
10418 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
10419 (kTextEncodingISOLatin2): Remove constants.
10420 (mac-script-code-coding-systems): New constant.
10421 (mac-handle-language-change): New function.
10422 (special-event-map): Bind it to `language-change' event.
10423 (mac-centraleurroman, mac-cyrillic): New coding systems.
10424 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
10425 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
10426 and mac-cyrillic-encoder to encode-mac-centraleurroman and
10427 encode-mac-cyrillic, respectively.
10428
10429 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
10430
10431 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
10432 Don't set overlay-arrow-string to "=>" as this is done
10433 globally in C now.
10434
10435 2005-04-12 Lute Kamstra <lute@gnu.org>
10436
10437 * generic-x.el (rc-generic-mode, rul-generic-mode):
10438 Fix auto-mode-alist entries.
10439 (etc-fstab-generic-mode): Tweak fontification.
10440
10441 * generic.el (generic-make-keywords-list): Fix docstring.
10442 (generic-mode-internal): Simplify generic-font-lock-keywords.
10443
10444 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
10445
10446 * whitespace.el (whitespace-buffer-leading)
10447 (whitespace-buffer-trailing): Revert the incorrect test inversion.
10448 However, fix the highlight area for the leading and
10449 trailing whitespaces to show space.
10450
10451 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
10452
10453 * whitespace.el (whitespace-version): Bump to 3.5
10454
10455 (whitespace-buffer-leading, whitespace-buffer-trailing):
10456 Invert sense of the test to highlight the whitespace.
10457
10458 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
10459
10460 * progmodes/gud.el (gud-display-line): GUD uses its own
10461 overlay arrow now so don't set overlay-arrow-string.
10462 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
10463
10464 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
10465
10466 * term.el (term-ansi-current-bold, term-ansi-current-underline)
10467 (term-ansi-current-reverse, term-ansi-current-invisible)
10468 (term-ansi-face-already-done): Change to boolean.
10469 (term-reset-terminal, term-handle-colors-array): Handle the above
10470 vars accordingly.
10471 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
10472 (term-emulate-terminal): Use the new name.
10473
10474 * faces.el (secondary-selection): Use yellow1, not yellow.
10475 (trailing-whitespace): Use red1, not red.
10476
10477 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10478
10479 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
10480 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
10481 (dired-dnd-handle-file): Call dnd-get-local-file-uri
10482
10483 * cus-edit.el (dnd): New group.
10484
10485 * term/w32-win.el (dnd): Require dnd
10486 (w32-drag-n-drop): Call dnd-handle-one-url.
10487
10488 * x-dnd.el: Require dnd.
10489 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
10490 Call dnd-handle-one-url.
10491 (x-dnd-types-alist, x-dnd-insert-utf8-text)
10492 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
10493 to dnd-insert-text.
10494 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
10495 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
10496 (x-dnd-get-local-file-name, x-dnd-open-local-file)
10497 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
10498
10499 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
10500
10501 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10502
10503 * wdired.el: Doc fixes.
10504 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
10505 (wdired-use-dired-vertical-movement): Rename from
10506 wdired-always-move-to-filename-beginning.
10507 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
10508 (wdired-change-to-wdired-mode): Change mode name.
10509 (wdired-newline): Delete.
10510
10511 2005-04-11 Richard M. Stallman <rms@gnu.org>
10512
10513 * whitespace.el (whitespace-highlight-the-space):
10514 Don't call whitespace-unhighlight-the-space here.
10515
10516 * simple.el (undo): Record t in undo-equiv-table
10517 for the redo record made by an undo-in-region.
10518
10519 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
10520
10521 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
10522 (gdb-frame-inferior-io-buffer): New Functions to control
10523 display of separate IO buffer.
10524 (menu): Add them to menu-bar.
10525 (gdb-display-buffer): Check for buffer another frame.
10526 Protect GUD buffer.
10527 (gdb-setup-windows): Create IO buffer if not already there.
10528 (gdb-memory-mode): Remove purecopy noops.
10529
10530 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10531
10532 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
10533 and pass to self-insert-command.
10534
10535 2005-04-11 Lute Kamstra <lute@gnu.org>
10536
10537 * generic.el: Commentary section cleanup.
10538 (generic): Delete.
10539 (generic-use-find-file-hook, generic-lines-to-scan)
10540 (generic-find-file-regexp, generic-ignore-files-regexp)
10541 (default-generic-mode, generic-mode-find-file-hook)
10542 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
10543 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
10544 (generic-use-find-file-hook, generic-lines-to-scan)
10545 (generic-find-file-regexp, generic-ignore-files-regexp)
10546 (default-generic-mode, generic-mode-find-file-hook)
10547 (generic-mode-ini-file-find-file-hook): Move from generic.el.
10548
10549 2005-04-10 Karl Fogel <kfogel@red-bean.com>
10550
10551 * bookmark.el (bookmark-write-file): Catch errors writing file.
10552 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
10553
10554 2005-04-10 Richard M. Stallman <rms@gnu.org>
10555
10556 * startup.el (fancy-splash-tail): Update copyright year.
10557 (command-line): Split part of -Q into -D.
10558 (emacs-basic-display): New defvar.
10559 (fancy-splash-text): Correct name of menu item.
10560
10561 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
10562
10563 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
10564 lines in one node.
10565
10566 * comint.el (comint-send-input): New arg ARTIFICIAL.
10567 Callers in this file changed.
10568
10569 * abbrev.el (define-abbrevs): Read system abbrevs properly.
10570
10571 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
10572
10573 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
10574
10575 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
10576 `ldap-search-internal'.
10577
10578 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * files.el (set-auto-mode-1): Use line-end-position.
10581
10582 * international/latin-1.el:
10583 * international/latin-2.el:
10584 * international/latin-3.el:
10585 * international/latin-4.el:
10586 * international/latin-5.el:
10587 * international/latin-8.el:
10588 * international/latin-9.el: Give punctuation syntax to NBSP.
10589
10590 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
10591 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
10592 Use char-classes to accept non-ascii letters, accepted in some recent
10593 bibtex implementations.
10594
10595 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
10596
10597 * custom.el (custom-set-minor-mode): Any non-nil value for the
10598 variable should enable the mode when set through Custom.
10599
10600 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10601
10602 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
10603 TAB binding so tab-always-indent is obeyed.
10604 (vhdl-minibuffer-local-map): Move initialization into declaration.
10605 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
10606 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
10607 (vhdl-hooked-abbrev): Avoid test for XEmacs.
10608 (vhdl-current-line): Use line-beginning-position.
10609 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
10610 with-output-to-temp-buffer, so the current position can be recorded.
10611
10612 2005-04-10 Masatake YAMATO <jet@gyve.org>
10613
10614 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10615 Add regexp for gcov.
10616
10617 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10618
10619 * calendar/time-date.el (time-to-seconds, seconds-to-time)
10620 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
10621 syntax which Emacs 20 doesn't support.
10622
10623 2005-04-09 Richard M. Stallman <rms@gnu.org>
10624
10625 * help.el (describe-key-briefly, describe-key):
10626 Replace strings as event types with "(any string)".
10627
10628 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * arc-mode.el (archive-mode-map): Move initialization into
10631 the declaration. Override *all* bindings of `undo'.
10632 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
10633
10634 2005-04-09 Jay Belanger <belanger@truman.edu>
10635
10636 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
10637
10638 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10639
10640 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
10641 (xterm-register-default-colors): Update color values computation
10642 to match xterm-200.
10643
10644 2005-04-09 Kenichi Handa <handa@m17n.org>
10645
10646 * international/code-pages.el (iso-latin-7): Fix the map.
10647
10648 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
10649
10650 * emacs-lisp/lisp.el (defun-prompt-regexp)
10651 (parens-require-spaces, buffer-end, end-of-defun)
10652 (insert-parentheses): Doc fixes.
10653
10654 2005-04-08 Kim F. Storm <storm@cua.dk>
10655
10656 * comint.el (comint-highlight-prompt): Fix face spec.
10657 * hi-lock.el (hi-green): Likewise.
10658
10659 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10660
10661 * cus-edit.el (custom-modified-face):
10662 * comint.el (comint-highlight-input): Fix previous changes.
10663 * term.el (term-handle-ansi-escape): Add a comment.
10664
10665 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10666
10667 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
10668 in the buffer and in whitespace-highlighted-space.
10669 (whitespace-unhighlight-the-space): Simplify.
10670 (whitespace-buffer): Simplify.
10671
10672 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10673
10674 * textmodes/table.el (table-cell-face): Add special case for
10675 displays supporting a high number of colors.
10676 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10677 (vhdl-font-lock-reserved-words-face)
10678 (vhdl-speedbar-architecture-face)
10679 (vhdl-speedbar-instantiation-face)
10680 (vhdl-speedbar-architecture-selected-face)
10681 (vhdl-speedbar-instantiation-selected-face): Likewise.
10682 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
10683 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
10684 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10685 (ebrowse-root-class-face, ebrowse-member-attribute-face)
10686 (ebrowse-progress-face): Likewise.
10687 * progmodes/compile.el (compilation-info-face): Likewise.
10688 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
10689 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
10690 * calendar/calendar.el (diary-face): Likewise.
10691 * woman.el (woman-italic-face, woman-bold-face)
10692 (woman-unknown-face): Likewise.
10693 * wid-edit.el (widget-button-pressed-face): Likewise.
10694 * whitespace.el (whitespace-highlight-face): Likewise.
10695 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
10696 * pcvs-info.el (cvs-marked-face): Likewise.
10697 * info.el (info-xref): Likewise.
10698 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
10699 * hilit-chg.el (highlight-changes-face)
10700 (highlight-changes-delete-face): Likewise.
10701 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
10702 (hi-red-b): Likewise.
10703 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
10704 * font-lock.el (font-lock-keyword-face)
10705 (font-lock-function-name-face, font-lock-warning-face): Likewise.
10706 * cus-edit.el (custom-invalid-face, custom-modified-face)
10707 (custom-set-face, custom-changed-face, custom-variable-tag-face)
10708 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
10709 * comint.el (comint-highlight-prompt): Likewise.
10710
10711 2005-04-08 Lute Kamstra <lute@gnu.org>
10712
10713 * font-lock.el (font-lock-keywords): Docstring fixes.
10714
10715 2005-04-08 Kenichi Handa <handa@m17n.org>
10716
10717 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
10718 chars are more than a limit, print " and more..." at the tail.
10719
10720 2005-04-08 Kim F. Storm <storm@cua.dk>
10721
10722 * emacs-lisp/authors.el (authors-aliases): Update list.
10723 (authors-ignored-files): New list.
10724 (authors-fixed-entries): Fix typo.
10725 (authors-renamed-files-alist): Update list.
10726 (authors-add): Check authors-ignored-files.
10727
10728 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
10729
10730 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
10731 optional, to ensure backward compatibility.
10732
10733 2005-04-08 Stephen Eglen <stephen@gnu.org>
10734
10735 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
10736
10737 2005-04-08 Kim F. Storm <storm@cua.dk>
10738
10739 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
10740
10741 * mouse.el (mouse-on-link-p): Doc fix.
10742
10743 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
10744
10745 * ielm.el (ielm-prompt-read-only): Doc fix.
10746
10747 * comint.el (comint-prompt-read-only): Doc fix.
10748
10749 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
10750
10751 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10752 ensure dired always handles wildcards passed to ffap.
10753 (find-file-at-point): Use it.
10754 (ffap-dired-wildcards): Doc fix.
10755
10756 2005-04-07 Juri Linkov <juri@jurta.org>
10757
10758 * simple.el (next-error-overlay-arrow-position): New defvar.
10759 Put "=>" on its property `overlay-arrow-string'. Add it to
10760 `overlay-arrow-variable-list'.
10761
10762 * progmodes/compile.el (compilation-setup):
10763 Set `next-error-overlay-arrow-position' to nil. Also set it to
10764 nil in the local hook `kill-buffer-hook'. Make local variable
10765 `overlay-arrow-string' and set it to "=>".
10766 (compilation-goto-locus): Set BOL position to
10767 `next-error-overlay-arrow-position' instead of
10768 `overlay-arrow-position'.
10769
10770 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
10771 locally instead of adding it to the global hook.
10772 (Info-kill-buffer): Move up.
10773
10774 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10775
10776 * term/xterm.el (xterm-standard-colors): Update color values from
10777 xterm-200.
10778
10779 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10780
10781 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
10782
10783 * fast-lock.el:
10784 * lazy-lock.el: Move them to the obsolete subdir.
10785
10786 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10787
10788 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
10789 (wdired-add-replace-advice): Remove.
10790 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
10791
10792 2005-04-06 Kim F. Storm <storm@cua.dk>
10793
10794 * startup.el (command-line): Add --bare-bones alias for -Q.
10795
10796 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10797
10798 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
10799 create the startup fontset if a font specification ends with
10800 `mac-roman'.
10801
10802 2005-04-06 Lute Kamstra <lute@gnu.org>
10803
10804 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
10805 change.
10806
10807 * emacs-lisp/copyright.el (copyright-update-year): Replace the
10808 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
10809
10810 2005-04-05 Lute Kamstra <lute@gnu.org>
10811
10812 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
10813 (define-generic-mode): Ditto. Fix debug declaration.
10814
10815 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10816 Put them in the generic-x group.
10817
10818 * calendar/timeclock.el (timeclock): Doc fix.
10819
10820 * generic.el (define-generic-mode): Don't use custom-current-group.
10821 Document default :group value.
10822 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
10823 (define-global-minor-mode): Don't use custom-current-group.
10824
10825 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10826
10827 * startup.el (command-line-1): Display startup-echo-area-message
10828 when fancy splash screen is in use.
10829
10830 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10831 (sh-escaped-newline): New face.
10832 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10833 newline, and use sh-escaped-newline face.
10834
10835 * progmodes/tcl.el (tcl-escaped-newline): New face.
10836 (tcl-builtin-list): New variable.
10837 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10838 newlines. Fix keywords subexpression number.
10839
10840 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
10841
10842 * textmodes/org.el (org-diary-default-entry): Fix call to
10843 `add-to-diary-entry'.
10844
10845 2005-04-05 Kim F. Storm <storm@cua.dk>
10846
10847 * ediff-init.el: Use (featurep 'xemacs).
10848
10849 2005-04-05 David Ponce <david@dponce.com>
10850
10851 * cus-edit.el (face): Derive from symbol widget. Display sample
10852 of the current face on the fly.
10853 (widget-face-sample-face-get, widget-face-notify): New functions.
10854 (widget-face-value-create): Remove.
10855
10856 * wid-edit.el (widget-field-end): Temporarily remove field
10857 narrowing before to call `get-char-property'.
10858
10859 2005-04-04 Jay Belanger <belanger@truman.edu>
10860
10861 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10862 (math-read-subscripts): New variable.
10863 (math-read-preprocess-string): Process subscripts.
10864
10865 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10866
10867 * comint.el (comint-prompt-read-only): Doc fix.
10868
10869 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10870 `-1'. Doc fix.
10871
10872 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10873
10874 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10875 Change default value to nil.
10876
10877 2005-04-04 Lute Kamstra <lute@gnu.org>
10878
10879 * autorevert.el (auto-revert-mode): Specify :group.
10880 * battery.el (display-battery-mode): Specify :group.
10881 * diff-mode.el (diff-minor-mode): Specify :group.
10882 * font-core.el (font-lock-mode): Specify :group.
10883 * hl-line.el (hl-line-mode): Specify :group.
10884 * iimage.el (iimage): New customization group.
10885 (iimage-mode): Specify :group.
10886 * longlines.el (longlines-mode): Specify :group.
10887 * master.el: Don't require easy-mmode.
10888 (master): New customization group.
10889 (master-mode): Specify :group.
10890 * msb.el (msb-mode): Specify :group.
10891 * reveal.el (reveal-mode): Specify :group.
10892 * simple.el (next-error-follow-minor-mode): Specify :group.
10893 * smerge-mode.el (smerge-mode): Specify :group.
10894 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10895 * emulation/cua-base.el (cua-mode): Specify :group.
10896 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10897 * language/thai-util.el (thai-auto-composition-mode)
10898 (thai-word-mode): Specify :group.
10899 * mail/supercite.el (sc-minor-mode): Specify :group.
10900 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10901 * progmodes/flymake.el (flymake-mode): Specify :group.
10902 * progmodes/glasses.el (glasses-mode): Specify :group.
10903 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10904 * textmodes/enriched.el (enriched-mode): Specify :group.
10905 * textmodes/refill.el (refill-mode): Specify :group.
10906
10907 * add-log.el (change-log-font-lock-keywords): Names in
10908 parenthesized lists can contain spaces.
10909
10910 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10911
10912 * startup.el (fancy-splash-text): Shorten default text of
10913 "Emacs Tutorial" line. Also, if the current language env
10914 indicates an available tutorial file other than TUTORIAL,
10915 extract its title and append it to the line in parentheses.
10916 (fancy-splash-insert): If arg is a thunk, funcall it.
10917
10918 2005-04-04 Jay Belanger <belanger@truman.edu>
10919
10920 * calc.el (calc-language-alist): Add tags to customization type.
10921
10922 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10923
10924 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10925 Doc fix.
10926
10927 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10928
10929 * add-log.el (change-log-font-lock-keywords): The manual
10930 describing a Change Log entry, says: (...) "Aside from these
10931 header lines, every line in the change log starts with a space or
10932 a tab.". The font-lock was not highlighting lines started with
10933 spaces, added support for it.
10934
10935 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10936
10937 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10938 (bibtex-generate-url-list): Update docstring accordingly. Put the
10939 complex example in the docstring.
10940 (bibtex-font-lock-url): Use pop.
10941
10942 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10943
10944 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10945
10946 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10947
10948 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10949
10950 * filesets.el (filesets-set-default): Doc fix.
10951
10952 2005-04-03 Lute Kamstra <lute@gnu.org>
10953
10954 * generic.el (define-generic-mode): Add argument to specify
10955 keywords for defcustom.
10956 (default-generic-mode): Specify :group.
10957
10958 * generic-x.el: Specify :group for all generic modes.
10959
10960 * desktop.el (desktop-no-desktop-file-hook)
10961 (desktop-after-read-hook): Doc fix.
10962
10963 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10964
10965 * simple.el (visible-mode): Use explicit :group keyword.
10966 This changes the group of `visible-mode-hook' from paren-blinking
10967 to editing-basics.
10968
10969 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10970
10971 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10972 mailbox specifications as well as URLs.
10973 (rmail-insert-inbox-text): Remove unused conditional branches.
10974
10975 2005-04-01 Jay Belanger <belanger@truman.edu>
10976
10977 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10978 (calc-gnuplot-print-command): Move definitions to calc.el.
10979
10980 * calc/calc-embed.el (calc-embedded-announce-formula)
10981 (calc-embedded-open-formula, calc-embedded-close-formula)
10982 (calc-embedded-open-word, calc-embedded-close-word)
10983 (calc-embedded-open-plain, calc-embedded-close-plain)
10984 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10985 (calc-embedded-open-mode, calc-embedded-close-mode):
10986 Move definitions to calc.el.
10987
10988 * calc/calc.el (calc-settings-file, calc-language-alist):
10989 Make customizable.
10990 (calc-embedded-announce-formula, calc-embedded-open-formula)
10991 (calc-embedded-close-formula, calc-embedded-open-word)
10992 (calc-embedded-close-word, calc-embedded-open-plain)
10993 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10994 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10995 (calc-embedded-close-mode, calc-gnuplot-name)
10996 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10997 from other files and make customizable.
10998
10999 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11000
11001 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
11002 Use buffer-live-p.
11003 (cvs-mode-run): Don't call cvs-update-header here.
11004 (cvs-run-process): Call cvs-update-header.
11005 Use process properties for cvs-postprocess and cvs-buffer so that
11006 the sentinel can behave better if the temp buffer is killed.
11007 Use a pipe rather than a tty, to better handle unexpected prompts.
11008 (cvs-sentinel): Rewrite. Call cvs-update-header.
11009
11010 2005-04-01 Andre Spiegel <spiegel@gnu.org>
11011
11012 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
11013 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
11014
11015 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 * generic.el (define-generic-mode): Add indentation rule.
11018
11019 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
11020
11021 * files.el (mode-require-final-newline): Make Custom correctly
11022 report a nil value and allow to set it to nil via Custom.
11023 Doc fix.
11024
11025 2005-04-01 Kenichi Handa <handa@m17n.org>
11026
11027 * international/characters.el: Enable the correct case setting for
11028 dotless-i and dotted-I.
11029
11030 2005-04-01 Kim F. Storm <storm@cua.dk>
11031
11032 * ido.el (ido-file-internal): Fall back to non-ido command if
11033 initial directory is on slow ftp (or tramp) host.
11034
11035 2005-03-31 Richard M. Stallman <rms@gnu.org>
11036
11037 * emacs-lisp/autoload.el (make-autoload):
11038 Handle define-global-minor-mode.
11039
11040 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
11041 Rename from easy-mmode-define-global-mode.
11042 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
11043
11044 * progmodes/scheme.el (scheme-mode-syntax-table):
11045 Update syntax of | and # for two-character comment syntax.
11046
11047 2005-03-31 Lute Kamstra <lute@gnu.org>
11048
11049 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
11050 (define-minor-mode): Call custom-current-group at load-time.
11051
11052 * generic.el (define-generic-mode): Add debug declaration.
11053 Add defcustom for the mode hook.
11054 (generic-mode-internal): Use run-mode-hooks.
11055
11056 2005-03-31 Kim F. Storm <storm@cua.dk>
11057
11058 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
11059 (mouse-fixup-help-message): New defun called by show_help_echo
11060 to fixup mouse-2 prefix in help messages when applicable.
11061
11062 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
11063
11064 2005-03-31 Kenichi Handa <handa@m17n.org>
11065
11066 * language/thai-word.el (thai-find-word-ends): Pay attention to
11067 the case that we reach the end of buffer.
11068
11069 * textmodes/fill.el (fill-text-properties-at): New function.
11070 (fill-newline): Use fill-text-properties-at instead of
11071 text-properties-at.
11072
11073 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
11074
11075 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
11076 not comint-quote-filename.
11077
11078 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
11079
11080 * help-fns.el (help-with-tutorial): Revert last change.
11081
11082 2005-03-31 Kim F. Storm <storm@cua.dk>
11083
11084 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
11085
11086 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
11087
11088 * calendar/cal-china.el: Update reference to "Calendrical
11089 Calculations" book; there's a new edition.
11090 * calendar/cal-coptic.el: Likewise.
11091 * calendar/cal-french.el: Likewise.
11092 * calendar/cal-hebrew.el: Likewise.
11093 * calendar/cal-islam.el: Likewise.
11094 * calendar/cal-iso.el: Likewise.
11095 * calendar/cal-julian.el: Likewise.
11096 * calendar/cal-mayan.el: Likewise.
11097 * calendar/cal-persia.el: Likewise.
11098 * calendar/calendar.el: Likewise.
11099 * calendar/holidays.el: Likewise.
11100 * calendar/lunar.el: Likewise.
11101 * calendar/solar.el: Likewise.
11102
11103 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
11104 white space from doc string.
11105
11106 2005-03-30 Jay Belanger <belanger@truman.edu>
11107
11108 * calc/calc-help.el (calc-full-help): Remove email address.
11109
11110 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
11111
11112 * help-fns.el (help-with-tutorial): Delete title line.
11113
11114 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11115
11116 * calendar/cal-x.el (calendar-one-frame-setup)
11117 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
11118 rather than 'symbol for set-window-dedicated-p.
11119
11120 * calendar/appt.el (appt-buffer-name): Make it a constant.
11121 (appt-add): Doc fix.
11122
11123 * filesets.el (filesets-menu-path, filesets-menu-before)
11124 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
11125 (filesets-menu-cache-file): Use directory ~/.emacs.d.
11126 (filesets-add-submenu): Delete and use add-submenu instead.
11127
11128 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
11129
11130 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
11131 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
11132 (org-diary-default-entry): New function.
11133 (org-get-entries-from-diary): Better parsing of diary entries.
11134 (org-agenda-check-no-diary): New function.
11135 ("diary-lib"): Advice to function `add-to-diary-list', to allow
11136 linking to diary entries.
11137 (org-agenda-execute-calendar-command): New function.
11138 (org-agenda): Improve visible section in window.
11139 Use `org-fit-agenda-window'.
11140 (org-fit-agenda-window): New option.
11141 (org-move-subtree-down): Better handling of empty lines
11142 at end of subtree.
11143 (org-cycle): Numeric prefix is interpreted now as show-subtree N
11144 levels up.
11145 (org-fontify-done-headline): New option.
11146 (org-headline-done-face): New face.
11147 (org-set-font-lock-defaults): Use `org-headline-done-face'.
11148 (org-table-copy-down): Rename from `org-table-copy-from-above'.
11149 When current field is non-empty, it is copied to next row.
11150 (org-table-copy-from-above): Fix bug which made it
11151 impossible to copy fields containing only a single non-white character.
11152
11153 2005-03-30 Kim F. Storm <storm@cua.dk>
11154
11155 * kmacro.el (kmacro-end-macro): Isearch may store this command
11156 into the macro -- so ignore it when executing keyboard macro.
11157
11158 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
11159
11160 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
11161
11162 2005-03-29 Kenichi Handa <handa@m17n.org>
11163
11164 * language/thai.el ("Thai"): Set setup-function and exit-function
11165 for Thai language environment.
11166
11167 * language/thai-util.el: Require thai-word.
11168 (thai-word-mode-map): New variable.
11169 (thai-word-mode): New minor mode.
11170 (setup-thai-language-environment-internal): New function.
11171 (exit-thai-language-environment-internal): New function.
11172
11173 * language/thai-word.el (thai-word-table): Declare it by defvar,
11174 use dolist to initialize it.
11175 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
11176 (thai-fill-find-break-point): New functions.
11177
11178 2005-03-29 Richard M. Stallman <rms@gnu.org>
11179
11180 * simple.el (idle-update-delay): Move definition up.
11181 (set-mark): Doc fix.
11182
11183 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
11184
11185 * longlines.el: New file.
11186
11187 * simple.el (buffer-substring-filters): New variable.
11188 (filter-buffer-substring): New function.
11189 (kill-region, copy-region-as-kill): Use it.
11190
11191 * register.el (copy-to-register, append-to-register)
11192 (prepend-to-register): Use filter-buffer-substring.
11193
11194 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
11195
11196 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
11197 (gud-filter-pending-text): Move in front of gdb.
11198 (gud-overlay-arrow-position): New variable.
11199 (gud-sentinel, gud-display-line): Use it in place of
11200 overlay-arrow-position.
11201
11202 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
11203
11204 * progmodes/fortran.el (fortran-if-indent): Doc fix.
11205 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
11206 (fortran-font-lock-keywords-4): New variable.
11207 (fortran-blocks-re, fortran-end-block-re)
11208 (fortran-start-block-re): New constants, for hideshow.
11209 (hs-special-modes-alist): Add a Fortran entry.
11210 (fortran-mode-map): Bind fortran-end-of-block,
11211 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
11212 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
11213 (fortran-looking-at-if-then, fortran-end-of-block)
11214 (fortran-beginning-of-block): New functions, for hideshow.
11215
11216 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
11217 Doc fix. Tweak regexp.
11218 (f90-beginning-of-block): Push mark first.
11219
11220 2005-03-29 Jay Belanger <belanger@truman.edu>
11221
11222 * calc/calc.el: Update copyright date.
11223 (calc-version): Increase to 2.1.
11224 (calc-version-date): Remove.
11225
11226 * calc/calc-help.el: Update copyright date.
11227 (calc-full-help): Remove reference to calc-version-date.
11228 Update copyright date.
11229
11230 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11231
11232 * vc.el (vc-do-command): Use a pipe for async processes, so password
11233 prompts don't show up at places where the user can't reply.
11234
11235 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
11236
11237 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
11238 on the file name we pass to the inferior shell.
11239
11240 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11241
11242 * progmodes/which-func.el (which-function): Be robust in the face of an
11243 imenu--make-index-alist failure.
11244
11245 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11246
11247 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
11248
11249 * progmodes/python.el (python-preoutput-filter): Fix last change.
11250
11251 2005-03-29 Lute Kamstra <lute@gnu.org>
11252
11253 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
11254 functions and compiled macros.
11255 (debug-convert-byte-code): Handle macros too.
11256 (debug-on-entry-1): Don't signal an error when trying to clear a
11257 function that is not set to debug on entry.
11258
11259 2005-03-29 Jay Belanger <belanger@truman.edu>
11260
11261 * calc/calc-lang.el: Add functions to math-function-table
11262 properties of tex and math.
11263
11264 2005-03-29 Kenichi Handa <handa@m17n.org>
11265
11266 * ps-mule.el (ps-mule-plot-string): Translate characters by
11267 ps-print-translation-table.
11268 (ps-mule-begin-job): Call find-charset-region/string with
11269 ps-print-translation-table.
11270 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
11271
11272 * ps-print.el (ps-print-translation-table): New variable.
11273 (ps-plot-region): Translate characters by ps-print-translation-table.
11274
11275 2005-03-29 Juri Linkov <juri@jurta.org>
11276
11277 * simple.el (next-error-highlight-timer): New variable.
11278
11279 * progmodes/compile.el (compilation-goto-locus):
11280 Use `next-error-highlight-timer' instead of `sit-for'.
11281
11282 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11283
11284 * mail/supercite.el (sc-mail-field): Use assoc-string.
11285 (sc-get-address): Simplify regexps.
11286
11287 * files.el (minibuffer-with-setup-hook): New macro.
11288 (find-file-read-args): Use it to avoid let-binding
11289 minibuffer-with-setup-hook (which breaks turning on/off
11290 file-name-shadow-mode while in the prompt).
11291
11292 * complete.el (PC-read-include-file-name-internal):
11293 Use test-completion.
11294
11295 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
11296
11297 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
11298
11299 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * window.el (window-buffer-height): Use count-screen-lines.
11302
11303 * progmodes/python.el (python-preoutput-leftover): New var.
11304 (python-preoutput-filter): Use it.
11305 (python-send-receive): Loop until all the result has been received.
11306
11307 2005-03-28 Juri Linkov <juri@jurta.org>
11308
11309 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
11310
11311 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
11312 "Recover Crashed Session".
11313 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
11314 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
11315 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
11316 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
11317 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
11318 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
11319 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
11320 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
11321
11322 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
11323 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
11324 Ediff Sessions", "Toggle use of separate control buffer frame",
11325 "Use separate frame for Ediff control buffer".
11326
11327 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
11328 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
11329 "Rename Bookmark", "Delete Bookmark".
11330
11331 * info.el (Info-mode-menu): Remove ellipsis from "Index".
11332 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
11333 Add `:active Info-index-alternatives' to "Next Matching Item".
11334
11335 * wdired.el (wdired-change-to-wdired-mode):
11336 Mention `wdired-abort-changes' key in the initial message.
11337
11338 * international/mule.el (auto-coding-alist): Associate non-ascii
11339 image filename extensions with `no-conversion'.
11340
11341 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * international/iso-acc.el:
11344 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
11345
11346 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
11347
11348 * textmodes/sgml-mode.el (html-mode): Doc update.
11349
11350 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
11351
11352 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
11353
11354 * term.el (term-move-columns): Fix face after extending a line.
11355 (term-insert-spaces): Likewise.
11356 (term-reset-terminal): Fix off by one error.
11357
11358 2005-03-26 Eli Zaretskii <eliz@gnu.org>
11359
11360 * international/mule.el (auto-coding-alist): Add .xpi files.
11361
11362 * files.el (auto-mode-alist): Add .xpi files.
11363
11364 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
11365
11366 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
11367
11368 2005-03-26 Eli Zaretskii <eliz@gnu.org>
11369
11370 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
11371
11372 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
11373
11374 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
11375 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
11376
11377 * calendar/cal-move.el (calendar-beginning-of-year): Move the
11378 cursor to Jan 1 when needed.
11379 (calendar-end-of-year): Fix -/+ typo.
11380 Reported by Chong Yidong <cyd@stupidchicken.com>.
11381
11382 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11383
11384 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
11385
11386 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
11387 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
11388
11389 2005-03-25 Richard M. Stallman <rms@gnu.org>
11390
11391 * filesets.el (filesets-init): Add autoload.
11392
11393 * mail/mailalias.el (mail-directory): Doc fix.
11394
11395 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11396
11397 * mail/mailalias.el (mail-directory-process): Do nothing if
11398 mail-directory-process is an atom.
11399 (mail-get-names): Ignore mail-directory-names if it is an atom.
11400 (mail-directory-process defvar): Doc fix.
11401 (mail-names): Doc fix.
11402
11403 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
11404
11405 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
11406
11407 2005-03-26 Kenichi Handa <handa@m17n.org>
11408
11409 * international/mule-util.el (detect-coding-with-priority):
11410 Call update-coding-systems-internal before detect-coding-region.
11411
11412 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
11413
11414 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11415 (gdb-frames-mode-map): Add follow-link property.
11416
11417 2005-03-25 Jay Belanger <belanger@truman.edu>
11418
11419 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
11420 for variables.
11421
11422 2005-03-25 Juri Linkov <juri@jurta.org>
11423
11424 * image-mode.el: Optimize image filename extension regexps in
11425 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
11426 in `auto-mode-alist'.
11427 (image-mode): Add `image-toggle-display-text' to local hook
11428 `change-major-mode-hook'. Display the image as an image by
11429 default. Set `cursor-type' and `truncate-lines' if the image
11430 is already displayed. Take into account the current mode (image
11431 or text) in message.
11432 (image-minor-mode): New minor mode.
11433 (image-mode-maybe, image-toggle-display-text): New functions.
11434 (image-toggle-display): Use called-interactively-p.
11435 Let-bind `inhibit-read-only' to t.
11436
11437 * image-mode.el (image-minor-mode): Set `cursor-type' and
11438 `truncate-lines' if the image is already displayed. Add turning
11439 image-minor-mode off to `change-major-mode-hook'. Add message.
11440 Call `image-toggle-display-text' after turning image-minor-mode off.
11441
11442 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11443
11444 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
11445 Terminal.app, use utf-8.
11446 (set-display-table-and-terminal-coding-system): Add coding-system arg.
11447 (set-locale-environment): Use it.
11448
11449 * term/xterm.el: Undo last change, better done in mule-cmds.el.
11450
11451 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
11452
11453 * progmodes/python.el (python-close-block-statement-p)
11454 (python-outdent-p, python-current-defun): Use symbol-end.
11455
11456 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
11457
11458 * files.el (save-some-buffers): Doc fix.
11459
11460 2005-03-25 Werner Lemberg <wl@gnu.org>
11461
11462 * complete.el, thumbs.el: Replace `legal' with `valid'.
11463 * calendar/calendar.el: Replace `legal' with `valid'.
11464 * emacs-lisp/advice.el: Replace `legal' with `valid'.
11465 * mail/supercite.el: Replace `legal' with `valid'.
11466 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
11467 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
11468 Replace `legal' with `valid'.
11469 * textmodes/reftex-vars.el, textmodes/reftex.el:
11470 Replace `legal' with `valid'.
11471
11472 2005-03-25 Werner Lemberg <wl@gnu.org>
11473
11474 * calc/calc-forms.el, calc/calc-sel.el:
11475 * midnight.el, vc-cvs.el:
11476 * emacs-lisp/cl-macs.el:
11477 * emulation/vip.el:
11478 * eshell/esh-io.el, eshell/esh-var.el:
11479 * mail/supercite.el:
11480 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
11481 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
11482 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
11483 * progmodes/sh-script.el, progmodes/xscheme.el:
11484 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
11485 * textmodes/reftex-index.el, textmodes/reftex-parse.el
11486 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
11487 * textmodes/reftex.el, textmodes/org.el:
11488 Replace `illegal' with `invalid'.
11489
11490 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11491
11492 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
11493 (flymake-find-buildfile, flymake-find-possible-master-files)
11494 (flymake-check-include, flymake-parse-line): Replace loops over the
11495 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
11496
11497 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
11498 Substitute file-name-as-directory in the rest of the file.
11499 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
11500 (flymake-replace-region): Remove unused arg `buffer'.
11501 (flymake-check-patch-master-file-buffer): Update calls to it.
11502 (flymake-add-err-info): Remove unused var `count'.
11503 (flymake-mode): Use define-minor-mode.
11504
11505 * progmodes/flymake.el: Use with-current-buffer.
11506 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
11507 flymake-replace-regexp-in-string, flymake-line-beginning-position)
11508 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
11509 Avoid testing for `xemacs'.
11510 (flymake-nop): Move.
11511 (flymake-region-has-flymake-overlays): Return the computed value.
11512 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
11513 Remove unused var `endline'.
11514 (flymake-get-line-count): Remove unused function.
11515 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
11516
11517 * emulation/vi.el:
11518 * generic.el:
11519 * hilit-chg.el (global-highlight-changes):
11520 * hi-lock.el (hi-lock-mode):
11521 * follow.el: find-file-hooks -> find-file-hook.
11522
11523 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
11524
11525 2005-03-24 Juri Linkov <juri@jurta.org>
11526
11527 * dired.el (dired-mode-map): Add menu item "Compare directories"
11528 for dired-compare-directories.
11529
11530 * dired-aux.el (dired-compare-directories): Add autoload cookie.
11531 Doc fix. Replace `read-file-name' with `read-directory-name'.
11532
11533 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11534
11535 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
11536
11537 2005-03-24 Jay Belanger <belanger@truman.edu>
11538
11539 * calc/calc-embed.el (calc-embedded-mode-change): Save all
11540 relevant mode settings in calc-embedded-original-modes when modes
11541 are permanently changed.
11542
11543 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11544
11545 * autoinsert.el: find-file-hooks -> find-file-hook.
11546
11547 2005-03-24 Lute Kamstra <lute@gnu.org>
11548
11549 * generic.el (generic-font-lock-defaults): Make it obsolete.
11550 (generic-font-lock-keywords): New variable to replace
11551 generic-font-lock-defaults.
11552 (generic-mode-set-font-lock): Delete it.
11553 (generic-mode-internal): Don't call generic-mode-set-font-lock.
11554 (generic-bracket-support): Add docstring.
11555
11556 * generic-x.el: Rename generic-font-lock-defaults to
11557 generic-font-lock-keywords throughout.
11558 (mailagent-rules-setup-function): Delete it.
11559 (mailagent-rules-generic-mode): Use anonymous function instead.
11560 (show-tabs-generic-mode-font-lock-defaults-1)
11561 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
11562 Quote faces.
11563 (show-tabs-tab-face, show-tabs-space-face): Specify background,
11564 not foreground.
11565
11566 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11567 Recognize define-generic-mode.
11568
11569 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11570
11571 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
11572 if there's no completion table.
11573
11574 2005-03-23 Miles Bader <miles@gnu.org>
11575
11576 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11577 Remove tty-specific variants, as they're no longer needed.
11578
11579 2005-03-23 Lute Kamstra <lute@gnu.org>
11580
11581 * generic-x.el: Code cleanup: make args constant whenever possible.
11582 (installshield-statement-keyword-list)
11583 (installshield-system-functions-list)
11584 (installshield-system-variables-list, installshield-types-list)
11585 (installshield-funarg-constants-list): Make them constants.
11586
11587 * generic.el (generic-make-keywords-list): Add autoload cookie.
11588
11589 * calendar/time-date.el: Add comment on time value formats.
11590 Don't require parse-time.
11591 (with-decoded-time-value): New macro.
11592 (encode-time-value): New function.
11593 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11594 (days-to-time): Return a valid time value when arg is huge.
11595 (time-since): Use time-subtract.
11596 (time-to-number-of-days): Use time-to-seconds.
11597
11598 2005-03-23 David Ponce <david@dponce.com>
11599
11600 * recentf.el: (recentf-keep): New option.
11601 (recentf-menu-action): Default to `find-file'.
11602 (recentf-keep-non-readable-files-flag)
11603 (recentf-keep-non-readable-files-p)
11604 (recentf-file-readable-p, recentf-find-file)
11605 (recentf-cleanup-remote): Remove.
11606 (recentf-include-p): More robust.
11607 (recentf-keep-p): New function.
11608 (recentf-remove-if-non-kept): Rename from
11609 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
11610 All callers updated.
11611 (recentf-menu-items-for-commands): Fix help string.
11612 (recentf-track-closed-file): Update. Doc fix.
11613 (recentf-cleanup): Update. Count removed files. Doc fix.
11614
11615 2005-03-23 Kim F. Storm <storm@cua.dk>
11616
11617 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11618 Don't inherit from fringe face (now happens automatically).
11619
11620 2005-03-22 Kim F. Storm <storm@cua.dk>
11621
11622 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
11623 position values.
11624
11625 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11626
11627 * menu-bar.el (showhide-date-time): Remove.
11628 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
11629 (menu-bar-make-mm-toggle): Simplify.
11630
11631 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11632
11633 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
11634 Accept qualified variable and function names.
11635
11636 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
11637
11638 * bindings.el (completion-ignored-extensions):
11639 Remove ".lis" for `vax-vms'.
11640
11641 2005-03-22 Andreas Schwab <schwab@suse.de>
11642
11643 * generic-x.el: Revert last change.
11644 * ldefs-boot.el: Update.
11645
11646 2005-03-22 Jay Belanger <belanger@truman.edu>
11647
11648 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
11649 (calc-embedded-save-original-modes)
11650 (calc-embedded-restore-original-modes): New functions.
11651 (calc-do-embedded): Save original modes when entering embedded mode
11652 and restore when leaving embedded mode.
11653 (calc-embedded-modes-change): Change the value of
11654 calc-embedded-original-modes to reflect permanent changes.
11655
11656 2005-03-22 Lute Kamstra <lute@gnu.org>
11657
11658 * generic-x.el: Require generic again.
11659
11660 2005-03-22 Miles Bader <miles@gnu.org>
11661
11662 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11663 Tweak details to look good on both ttys and bitmap displays, light
11664 or dark background, etc.
11665
11666 2005-03-21 Kim F. Storm <storm@cua.dk>
11667
11668 * tooltip.el (tooltip-show-help-function): Check car and cdr of
11669 mouse position.
11670
11671 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11672
11673 * icomplete.el: Don't forcibly turn on the mode upon load.
11674 (icomplete-mode): Use define-minor-mode.
11675 (icomplete-eoinput): Default to nil.
11676 (icomplete-minibuffer-setup): Remove autoload.
11677 (icomplete-tidy): Simplify.
11678 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
11679 in the initial state or if the user has modified the field.
11680 Fix handling of icomplete-max-delay-chars.
11681 Remove code that handles the oddball case where
11682 minibuffer-completion-table is an integer.
11683 Wrap icomplete-completions in while-no-input in case building
11684 completions takes more time than expected.
11685 (icomplete-completions): Simplify.
11686
11687 2005-03-21 Richard M. Stallman <rms@gnu.org>
11688
11689 * jka-compr.el (jka-compr-really-do-compress):
11690 Make variable buffer-local.
11691
11692 * image-mode.el: Handle .xpm files too.
11693 (image-toggle-display): Preserve modification flag.
11694
11695 * help.el (where-is): Don't mention aliases with no key bindings.
11696
11697 2005-03-21 Lute Kamstra <lute@gnu.org>
11698
11699 * generic.el: Fix commentary section. Don't require cl for
11700 compilation.
11701 (generic-mode-list): Add autoload cookie.
11702 (generic-use-find-file-hook, generic-lines-to-scan)
11703 (generic-find-file-regexp, generic-ignore-files-regexp)
11704 (generic-mode, generic-mode-find-file-hook)
11705 (generic-mode-ini-file-find-file-hook): Fix docstrings.
11706 (define-generic-mode): Make it a defmacro. Fix docstring.
11707 (generic-mode-internal): Code cleanup. Add autoload cookie.
11708 (generic-mode-set-comments): Code cleanup.
11709 * generic-x.el: Don't prevent compilation. Don't require generic.
11710 Follow coding conventions. Minor code cleanup.
11711 (etc-fstab-generic-mode): Add some keywords.
11712 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
11713 define-generic-mode like a function declaration.
11714
11715 2005-03-21 Jay Belanger <belanger@truman.edu>
11716
11717 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
11718 changing modes.
11719
11720 2005-03-21 Sam Steingold <sds@gnu.org>
11721
11722 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
11723
11724 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
11725
11726 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
11727 Add underscore to "f$ lexicals" regexp.
11728
11729 2005-03-20 Juri Linkov <juri@jurta.org>
11730
11731 * subr.el (progress-reporter-do-update): When `min-value' is equal
11732 to `max-value', set `percentage' to 0 and prevent division by zero.
11733
11734 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
11735
11736 Sync with Tramp 2.0.48.
11737
11738 * net/tramp.el (all): Change all addresses to .gnu.org.
11739 (tramp-append-tramp-buffers): New defun.
11740 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
11741 Catch `dont-send' signal.
11742 (tramp-set-auto-save-file-modes): Set always permissions, because
11743 there might be an old auto-saved file belonging to another
11744 original file. This could be a security threat. Reported by
11745 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
11746 Check for Emacs 21.3.50 removed.
11747
11748 * net/tramp-smb.el (all): Remove debug construct for
11749 `with-parsed-tramp-file-name'.
11750 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
11751 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
11752 No error message if DIRECTORY or FILENAME doesn't exist.
11753 (tramp-smb-open-connection): Check existence of
11754 `tramp-smb-program'.
11755
11756 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11757
11758 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
11759 Properly handle the case where the `m' or `s' command's argument is not
11760 yet terminated.
11761 (perl-indent-new-calculate): New function.
11762 (perl-indent-line): Use it.
11763
11764 2005-03-20 Miles Bader <miles@gnu.org>
11765
11766 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
11767 in text-mode too. Change to new face names.
11768 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
11769 Add `:weight bold' attribute.
11770 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
11771
11772 2005-03-19 Juri Linkov <juri@jurta.org>
11773
11774 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
11775
11776 * international/mule.el (auto-coding-alist): Sync with
11777 `auto-mode-alist' by adding upper case archive file extensions
11778 and adding ear/war to jar extension.
11779
11780 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
11781
11782 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
11783 running, restart it.
11784
11785 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
11786
11787 * finder.el (finder-current-item): Throw an error on an empty line.
11788
11789 * man.el (Man-follow-manual-reference): If current-word returns
11790 nil, use "".
11791
11792 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
11793
11794 * simple.el (goto-line): Doc fix.
11795
11796 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
11797
11798 * files.el (save-buffer): Doc fix.
11799
11800 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
11801
11802 * recentf.el (recentf-cleanup-remote): New variable.
11803 (recentf-cleanup): Use it to conditionally check availability of
11804 remote files.
11805
11806 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
11807
11808 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
11809 function names.
11810
11811 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11812
11813 * language/thai-word.el: New file.
11814
11815 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11816
11817 * files.el (backup-buffer): If the file's directory is not
11818 writable, use copy instead of move to backup the file.
11819
11820 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11821
11822 * obsolete/keyswap.el: Moved to obsolete/ from term/.
11823
11824 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11825
11826 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
11827 Use functionp instead of symbolp and fboundp. Reported by Drkm
11828 <darkman_spam@yahoo.fr>.
11829 (ps-print-version): New version 6.6.6.
11830
11831 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
11832
11833 * textmodes/table.el (table--line-column-position): New idiom.
11834 (table--row-column-insertion-point-p): New function to test
11835 validity of row and column insertion operation at a location.
11836 (table-global-menu, table-cell-menu): Use above functions for
11837 deterministic test operation.
11838 (table--editable-cell-p): Behave in deterministic fashion.
11839
11840 2005-03-18 Juri Linkov <juri@jurta.org>
11841
11842 * isearch.el (isearch-lazy-highlight-new-loop):
11843 Make arguments beg and end optional.
11844 (isearch-update): Remove optional arguments nil from
11845 isearch-lazy-highlight-new-loop.
11846 (isearch-lazy-highlight-search): Let-bind case-fold-search to
11847 isearch-lazy-highlight-case-fold-search instead of
11848 isearch-case-fold-search, and let-bind isearch-regexp to
11849 isearch-lazy-highlight-regexp.
11850 Use isearch-lazy-highlight-last-string instead of isearch-string.
11851
11852 * replace.el (perform-replace): Remove bindings of global
11853 variables isearch-string, isearch-regexp, isearch-case-fold-search.
11854 Add three new arguments to `replace-highlight'.
11855 (replace-highlight): Add arguments string, regexp, case-fold.
11856 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11857 to allow isearch-lazy-highlight-new-loop to use these values
11858 to set corresponding isearch-lazy-highlight-* internal
11859 variables whose values lazy highlighting will use regardless of
11860 changes to global variables isearch-string, isearch-regexp,
11861 isearch-case-fold-search during lazy highlighting loop.
11862 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11863 to `lazy-highlight-cleanup'.
11864
11865 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11866 (ispell-highlight-face): Set default face to `isearch' when
11867 lazy highlighting is enabled.
11868 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11869 priority to 1. Add lazy highlighting.
11870 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11871 from `isearch-dehighlight'.
11872
11873 2005-03-18 David Ponce <david@dponce.com>
11874
11875 * files.el (hack-local-variables): Do a case-insensitive search
11876 for End.
11877
11878 2005-03-18 Juri Linkov <juri@jurta.org>
11879
11880 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11881 `isearch-lazy-highlight-cleanup', add alias to old name and
11882 declare obsolete. Add release numbers to other obsolete vars.
11883 (isearch-done, isearch-lazy-highlight-new-loop):
11884 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11885 (lazy-highlight-cleanup) <variable>: Doc fix.
11886 (isearch-lazy-highlight-update): Rename obsolete
11887 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11888
11889 2005-03-18 Kenichi Handa <handa@m17n.org>
11890
11891 * language/thai-util.el: Fix categorization of Thai characters in
11892 thai-category-table.
11893 (thai-composition-pattern): Adjust it for the above change.
11894 (thai-self-insert-command, thai-compose-syllable): New functions.
11895 (thai-compose-region): Use thai-compose-syllable.
11896 (thai-compose-string): Likewise.
11897 (thai-composition-function): Likewise.
11898 (thai-auto-composition): New function.
11899 (thai-auto-composition-mode): New minor mode.
11900
11901 * language/thai.el: Fix patterns to be registered in
11902 composition-function-table.
11903
11904 * international/quail.el (quail-input-method): Locally bind
11905 inhibit-modification-hooks to t.
11906
11907 2005-03-17 Richard M. Stallman <rms@gnu.org>
11908
11909 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11910 (perl-mode): Use run-mode-hooks.
11911
11912 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11913 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11914 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11915
11916 * mail/sendmail.el (sendmail-send-it): Reenable the code
11917 to compute resend-to-address and use it.
11918
11919 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11920
11921 * image-mode.el: New file.
11922
11923 * image.el (insert-sliced-image): Add autoload cookie.
11924
11925 * font-lock.el (font-lock-lines-before): New user option.
11926 (font-lock-after-change-function): Obey it.
11927
11928 * bindings.el (esc-map): Make M-g a prefix.
11929 Bind M-g g and M-g M-g to goto-line.
11930
11931 * faces.el (face-id): Doc fix.
11932
11933 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11934
11935 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11936 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11937 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11938
11939 * mail/sendmail.el (mail-yank-ignored-headers)
11940 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11941 Add Mail-Followup-To and Mail-Reply-To headers.
11942 (mail-citation-hook): Add autoload cookie.
11943 (mail-mode): Doc fix.
11944 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11945 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11946 (mail-mode-fill-paragraph): Handle those headers.
11947 (mail-mailing-lists): New variable.
11948 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11949
11950 2005-03-17 Juri Linkov <juri@jurta.org>
11951
11952 * isearch.el (isearch-fallback): Check for `(car previous)'
11953 before calling `isearch-other-end-state'.
11954
11955 2005-03-17 Kim F. Storm <storm@cua.dk>
11956
11957 * simple.el (move-beginning-of-line): Move to beginning of buffer
11958 line, as well as beginning of screen line.
11959
11960 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11961
11962 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11963 argument REDRAW rather than calendar-redrawing variable.
11964 * calendar/calendar.el (calendar-redrawing): Delete.
11965 (redraw-calendar): Do not bind calendar-redrawing.
11966
11967 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11968
11969 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11970 diary-file buffer.
11971
11972 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11973
11974 * help.el (describe-mode): Allow a :minor-mode-function property to
11975 specify a different minor mode toggle function than the variable.
11976 * simple.el (auto-fill-function):
11977 * subr.el (add-minor-mode): Use it.
11978
11979 2005-03-16 Kenichi Handa <handa@m17n.org>
11980
11981 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11982 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11983 (ethio-fidel-to-sera-buffer): Likewise.
11984
11985 2005-03-16 Juri Linkov <juri@jurta.org>
11986
11987 * emacs-lisp/find-func.el (find-function-regexp):
11988 Add defun-emitting macro `menu-bar-make-toggle'.
11989
11990 * isearch.el: Put `isearch-scroll' property to
11991 `split-window-horizontally'.
11992
11993 * info.el: Update error messages for `debug-ignored-errors'.
11994 (Info-isearch-search): Doc fix.
11995 (Info-find-node): Move up code to go into info buffer before
11996 recording the node to the history.
11997 (Info-fontify-node): Fontify titles only if the next line
11998 has two or more `*', `=', `-', `.'.
11999 Display "go to this node" for empty (match-string 3).
12000
12001 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12002
12003 * term/mac-win.el: Add mouse pointer shape constants.
12004
12005 2005-03-15 Kim F. Storm <storm@cua.dk>
12006
12007 * simple.el (move-beginning-of-line): Use vertical-motion.
12008
12009 2005-03-15 Juri Linkov <juri@jurta.org>
12010
12011 * isearch.el (isearch-error): New variable.
12012 (isearch-invalid-regexp, isearch-within-brackets): Remove.
12013 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
12014 (isearch-within-brackets-state): Remove.
12015 (isearch-case-fold-search-state, isearch-pop-fun-state):
12016 Decrease frame index.
12017 (isearch-mode, isearch-top-state, isearch-push-state)
12018 (isearch-edit-string, isearch-abort, isearch-search-and-update)
12019 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
12020 (isearch-search, isearch-lazy-highlight-new-loop):
12021 Replace `isearch-invalid-regexp' with `isearch-error'.
12022 Remove `isearch-within-brackets'.
12023 (isearch-search): Add `search-failed' handler to `condition-case'.
12024 (isearch-lazy-highlight-search): Add `condition-case' to catch
12025 errors and allow `isearch-lazy-highlight-update' to try
12026 highlighting from the beginning of the window.
12027 (isearch-repeat): Move up code to set isearch-wrapped to t
12028 before calling isearch-wrap-function.
12029
12030 * info.el (Info-isearch-initial-node): New internal variable.
12031 (Info-search): Signal an error in isearch mode when search leaves
12032 the initial node. Signal an error when `bound' is non-nil and
12033 nothing was found in the current subfile.
12034 (Info-isearch-search): Remove `condition-case'.
12035 (Info-isearch-wrap): Don't wrap when search failed during leaving
12036 the initial node. If `Info-isearch-search' is nil, wrap around
12037 the current node.
12038 (Info-isearch-start): New fun.
12039 (Info-mode): Add buffer-local hook `Info-isearch-start' to
12040 `isearch-mode-hook'.
12041
12042 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12043
12044 * simple.el (normal-erase-is-backspace): Set default to t if
12045 running on Mac.
12046
12047 * term/mac-win.el (function-key-map): Sync with x-win.el.
12048
12049 2005-03-15 Kenichi Handa <handa@m17n.org>
12050
12051 * international/mule-cmds.el (locale-language-names): Modify the
12052 format of elements and add more entries.
12053 (locale-preferred-coding-systems): Add more entries.
12054 (set-locale-environment): Adjust for the change of
12055 locale-language-names.
12056
12057 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
12058
12059 * pcvs.el (smerge-ediff): Remove bogus autoload.
12060
12061 2005-03-14 Lute Kamstra <lute@gnu.org>
12062
12063 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
12064 Ignore a `*' at the beginning of a line.
12065
12066 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
12067 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
12068 subr.el.
12069 (dont-compile, eval-when-compile, eval-and-compile): Use declare
12070 to specify indentation.
12071
12072 * generic.el (define-generic-mode): Let generic-mode-list be a
12073 list of strings; test membership with equal.
12074
12075 2005-03-14 Kim F. Storm <storm@cua.dk>
12076
12077 * simple.el (next-line, previous-line): Add optional try-vscroll
12078 arg to recognize interactive use. Pass it on to line-move.
12079 (line-move): Don't perform auto-window-vscroll when defining or
12080 executing keyboard macro to ensure consistent behavior.
12081
12082 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12083
12084 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
12085
12086 2005-03-13 Lute Kamstra <lute@gnu.org>
12087
12088 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
12089 debugger-setup-buffer so that backtrace marks the frames set to
12090 debug-on-exit and we don't have to do it manually. Set an extra
12091 debug-on-exit for macro's.
12092 (debugger-setup-buffer): Don't mark the top frame manually.
12093
12094 2005-03-12 Lute Kamstra <lute@gnu.org>
12095
12096 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
12097 lisp-indent-function throughout.
12098 (with-no-warnings): Set lisp-indent-function property.
12099
12100 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
12101
12102 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
12103 Add entry for backslash.
12104
12105 2005-03-12 Juri Linkov <juri@jurta.org>
12106
12107 * info.el (Info-search): Four fixes for backward search.
12108
12109 2005-03-11 Jay Belanger <belanger@truman.edu>
12110
12111 * calc/calc.el (calc-language-alist): New variable.
12112 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
12113 (calc-embedded-find-modes): Use calc-language-alist instead of
12114 calc-embedded-language-alist.
12115
12116 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12117
12118 * calendar/calendar.el (calendar-redrawing): New internal
12119 variable.
12120 (redraw-calendar): Remove bogus save-excursion from previous
12121 change. Bind calendar-redrawing to t for mark-diary-entries.
12122 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
12123 calendar if that is why we were called.
12124
12125 2005-03-11 Kenichi Handa <handa@m17n.org>
12126
12127 * international/mule.el (make-coding-system): Set property
12128 coding-system-define-form to nil.
12129 (define-coding-system-alias): Likewise.
12130
12131 2005-03-11 Kenichi Handa <handa@m17n.org>
12132
12133 These changes are suggested by Dave Love <fx@gnu.org>.
12134
12135 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
12136 coding: tag.
12137 (adaptive-fill-regexp): Add more bullets.
12138 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
12139 regexps.
12140
12141 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12142
12143 * help.el (describe-mode): Properly handle non-trivial lighters.
12144 Don't ignore minor modes that are not listed in minor-mode-list.
12145
12146 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
12147 feature ON when the user requests to turn it OFF.
12148
12149 2005-03-10 Lute Kamstra <lute@gnu.org>
12150
12151 * emacs-lisp/debug.el (debug-entry-code): Delete it.
12152 (implement-debug-on-entry): New function to replace debug-entry-code.
12153 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
12154 second argument as the 2005-03-07 change makes it obsolete.
12155 (debug-on-entry, cancel-debug-on-entry): Update call to
12156 debug-on-entry-1.
12157 (debug, debugger-setup-buffer): Comment update.
12158 (debugger-frame-number): Update to work with implement-debug-on-entry.
12159
12160 2005-03-10 Jay Belanger <belanger@truman.edu>
12161
12162 * calc/calc-embed.el (math-ms-args): Declare it.
12163 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
12164 math-ms-args.
12165 (calc-embedded-subst): Use math-multi-subst-rec to substitute
12166 variables.
12167
12168 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
12169
12170 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
12171 Use message-box.
12172
12173 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
12174 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
12175 (tooltip-gud-tips): Simplify.
12176 (tooltip-gud-tips-p): Remove superfluous :set.
12177 (tooltip-gud-modes): Add fortran-mode.
12178 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
12179
12180 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
12181
12182 2005-03-09 Kim F. Storm <storm@cua.dk>
12183
12184 * play/animate.el (animate-place-char): Use forward-line instead
12185 of next-line to improve performance.
12186
12187 2005-03-09 Simon Josefsson <jas@extundo.com>
12188
12189 * net/browse-url.el (browse-url-default-browser): Doc fix.
12190
12191 2005-03-09 Miles Bader <miles@gnu.org>
12192
12193 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
12194 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
12195
12196 2005-03-09 Kenichi Handa <handa@m17n.org>
12197
12198 * international/latin-1.el: Set case and syntax for 255 only if
12199 set-case-syntax-set-multibyte is nil.
12200
12201 * textmodes/ispell.el (ispell-insert-word): New function.
12202 (ispell-word): Use ispell-insert-word to insert a new word.
12203 (ispell-process-line): Likewise.
12204 (ispell-complete-word): Likewise.
12205
12206 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
12207
12208 * calendar/calendar.el (redraw-calendar): Preserve point.
12209 Reported by Matt Hodges <MPHodges@member.fsf.org>.
12210 (calendar-week-start-day): Move after definition of
12211 redraw-calendar. Delete buffer test, since redraw-calendar has
12212 that now.
12213
12214 * calendar/diary-lib.el (mark-diary-entries): Only call
12215 redraw-calendar in the first of any recursive calls.
12216 Reported by Alan Shutko <ats@acm.org>.
12217
12218 2005-03-08 Juri Linkov <juri@jurta.org>
12219
12220 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
12221 (html-horizontal-rule, html-line, html-image, html-checkboxes)
12222 (html-radio-buttons): Add a space before the trailing `/>' where
12223 sgml-xml-mode is non-nil.
12224 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
12225 the subsequent tag of the empty XML tag.
12226 (html-href-anchor): Don't set initial input to "http:".
12227 (html-image): Ask for the image URL and set point inside alt="".
12228 (html-name-anchor): Duplicate the name in the `id' attribute when
12229 sgml-xml-mode is non-nil.
12230 (html-paragraph): Remove \n before <p>.
12231 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
12232 instead of `checked' when sgml-xml-mode is non-nil.
12233
12234 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
12235 Remove 1 space before #RRGGBB to not truncate it on terminal
12236 windows w/o fringes. Remove 1 space between bg and fg examples
12237 to get more space.
12238 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
12239 avoid byte-compile warnings.
12240
12241 * image-file.el (image-file-handler): Put `safe-magic' property to
12242 `image-file-handler'.
12243
12244 * info.el (Info-isearch-search): Emulate word search in
12245 isearching through multiple Info nodes with Info-search.
12246 (Info-isearch-wrap): Allow isearch-word.
12247
12248 2005-03-08 Lute Kamstra <lute@gnu.org>
12249
12250 * emacs-lisp/debug.el (debugger-step-through): Make sure that
12251 stepping into the debugger's code is not possible.
12252 (debugger-jumping-flag): Docstring update.
12253
12254 2005-03-08 Jay Belanger <belanger@truman.edu>
12255
12256 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
12257 embedded mode begins.
12258 (calc-embedded-language-alist): New variable.
12259 (calc-embedded-find-modes): Use calc-embedded-language-alist to
12260 set default language mode.
12261
12262 2005-03-08 Kenichi Handa <handa@m17n.org>
12263
12264 * international/ccl.el (define-ccl-program): Fix docstring about
12265 extra 256 bytes assured for the output buffer.
12266
12267 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
12268 Fix BUFFER_MAGNIFICATION to 2.
12269 (ccl-encode-mule-utf-16be-with-signature): Likewise.
12270
12271 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
12272
12273 * align.el (align-rules-list): Added an alignment rule for CSS
12274 declarations (applies to css-mode and html-mode buffers).
12275
12276 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
12277
12278 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
12279
12280 2005-03-07 Kim F. Storm <storm@cua.dk>
12281
12282 * simple.el (move-beginning-of-line): New command.
12283
12284 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
12285
12286 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
12287
12288 * emulation/cua-base.el: Put CUA move property on move-end-of-line
12289 and move-beginning-of-line.
12290
12291 * apropos.el (apropos-print): Omit command from M-x ... RET.
12292
12293 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
12294
12295 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
12296 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
12297
12298 2005-03-06 Richard M. Stallman <rms@gnu.org>
12299
12300 * bindings.el (esc-map): Bind M-g to goto-line.
12301
12302 * facemenu.el (global-map): Bind M-o, not M-g.
12303
12304 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12305
12306 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
12307 "Open Directory" as for "Open File".
12308
12309 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
12310
12311 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
12312 (push-mark-command): Run activate-mark-hook.
12313
12314 2005-03-06 Richard M. Stallman <rms@gnu.org>
12315
12316 * help-mode.el (help-mode-finish): Don't alter the element
12317 in view-return-to-alist if there already is one.
12318
12319 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
12320 make sure the current buffer is the expected one.
12321
12322 * novice.el (disabled-command-function): Output in *Disabled Command*.
12323 Explicitly ignore non-keyboard events, and explicitly handle C-g.
12324
12325 * textmodes/flyspell.el (flyspell-large-region):
12326 Pass args differently for aspell.
12327
12328 * files.el (mode-require-final-newline): Doc fix.
12329
12330 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12331
12332 * progmodes/which-func.el (which-function):
12333 Specify NOERROR when calling imenu--make-index-alist.
12334
12335 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12336
12337 * simple.el (normal-erase-is-backspace): Define default value.
12338
12339 * custom.el (custom-theme-set-variables): Remove unused var
12340 `immediate'.
12341 (custom-reevaluate-setting): Simple function to handle variables
12342 that are defined before their default value can really be
12343 computed.
12344
12345 * startup.el (command-line): Use it for temporary-file-directory,
12346 small-emporary-file-directory, auto-save-file-name-transforms,
12347 blink-cursor-mode, and normal-erase-is-backspace.
12348
12349 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
12350 progress, even with buggy anchored keywords.
12351
12352 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
12353
12354 * simple.el (goto-line): Remove unbalanced final parenthesis.
12355
12356 2005-03-05 Richard M. Stallman <rms@gnu.org>
12357
12358 * simple.el (goto-line): Use a number at point as the default.
12359 With C-u as arg, switch buffers.
12360
12361 2005-03-05 Juri Linkov <juri@jurta.org>
12362
12363 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
12364 with `no-blinking-cursor'.
12365
12366 * startup.el (no-blinking-cursor): New defvar.
12367 (command-line): Add `--no-blinking-cursor' to longopts.
12368 Set `no-blinking-cursor' to t for command line arguments
12369 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
12370 with `no-blinking-cursor' in the condition for calling
12371 `blink-cursor-mode'.
12372
12373 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
12374
12375 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
12376 (menu-bar-options-save): Add blink-cursor-mode.
12377 (menu-bar-options-menu): Add blink-cursor-mode.
12378
12379 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
12380
12381 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
12382 (icalendar-export-file, icalendar-export-region)
12383 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
12384 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
12385
12386 2005-03-04 Lute Kamstra <lute@gnu.org>
12387
12388 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
12389 (debug-function-list): Ditto.
12390
12391 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
12392
12393 * textmodes/texinfmt.el (texinfo-append-refill):
12394 Redefine the types of line to which @refill
12395 is not appended by replacing a search for `@refill\\|@bye' with
12396 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
12397 itemize@refill' bug and the unfilled long lines bug.
12398 (texinfmt-version): Update number and date.
12399
12400 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12401
12402 * international/code-pages.el (windows-1250, windows-125[2-8])
12403 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
12404
12405 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12406
12407 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
12408 bound yet.
12409
12410 2005-03-02 Romain Francoise <romain@orebokech.com>
12411
12412 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
12413 buffer after removing limits.
12414 (ibuffer-pop-filter): Ditto.
12415 Update copyright.
12416
12417 2005-03-02 Miles Bader <miles@gnu.org>
12418
12419 * button.el (make-text-button): If the user doesn't specify a
12420 type, use the default. Rewrite to use `add-text-properties' and
12421 plist functions.
12422
12423 2005-03-01 Lute Kamstra <lute@gnu.org>
12424
12425 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
12426 (debugger-jumping-flag): New var.
12427 (debug-entry-code): Use it.
12428 (debugger-jump): Use debugger-jumping-flag and add
12429 debugger-reenable to post-command-hook.
12430 (debugger-reenable): Use debugger-jumping-flag and remove itself
12431 from post-command-hook.
12432 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
12433 debugger-reenable.
12434
12435 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
12436
12437 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
12438 inclusion of "itemize\\|", which may be unnecessary, is certainly
12439 inelegant, and stops refilling in itemize lists when formatting
12440 Japanese Texinfo files to Info.
12441 Update copyright to 2005.
12442
12443 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
12444
12445 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
12446 of an error if GDB can't find the source file.
12447
12448 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
12449
12450 * calendar/calendar.el (redraw-calendar): Work from any buffer,
12451 not just the calendar.
12452
12453 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
12454 first.
12455 (diary-redraw-calendar): New function.
12456 (make-diary-entry): Add diary-redraw-calendar to local
12457 write-contents-functions. Turn off selective display before
12458 inserting in diary.
12459
12460 2005-03-01 Kim F. Storm <storm@cua.dk>
12461
12462 * emacs-lisp/copyright.el (copyright-fix-years): New command.
12463
12464 2005-03-01 Lute Kamstra <lute@gnu.org>
12465
12466 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
12467 that debug-entry-code can be safely removed from a function while
12468 this code is being evaluated. Revert the 2005-02-27 change as the
12469 new implementation no longer requires it. Make sure that a
12470 function body containing just a string is not mistaken for a docstring.
12471 (debug): Skip one more frame in case of debug on entry.
12472 (debugger-setup-buffer): Delete one more frame line in case of
12473 debug on entry.
12474 (debugger-frame-number): Update to use the new text introduced by
12475 the 1999-11-03 change. Skip one more frame in case of debug on entry.
12476
12477 2005-02-28 Kim F. Storm <storm@cua.dk>
12478
12479 * double.el (double-translate-key): Call force-window-update after
12480 read-event to avoid crash in redisplay.
12481
12482 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
12483
12484 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
12485 (debug): Use it. Move the inhibit-trace earlier.
12486 (debug-entry-code): New const.
12487 (debug-on-entry-1): Use it.
12488
12489 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
12490
12491 * international/utf-16.el (ccl-encode-mule-utf-16le):
12492 Fix BUFFER_MAGNIFICATION to 2.
12493 (ccl-encode-mule-utf-16be): Likewise.
12494
12495 2005-02-28 Kenichi Handa <handa@m17n.org>
12496
12497 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
12498 Fix BUFFER_MAGNIFICATION to 4.
12499 (ccl-encode-mule-utf-16be-with-signature): Likewise.
12500
12501 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
12502
12503 * speedbar.el (speedbar-update-flag): Doc fix.
12504 (speedbar-show-info-under-mouse): Give set-mouse-position the right
12505 argument.
12506
12507 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12508
12509 * reveal.el (reveal-post-command): Don't try to reveal overlays which
12510 have a non-nil `invisible' property but are actually visible.
12511
12512 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
12513 for perldoc sections.
12514 (perl-outline-regexp, perl-outline-level): New var and function.
12515 (perl-mode): Use them.
12516
12517 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
12518
12519 * calendar/diary-lib.el (diary-remind): Discard any mark portion
12520 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
12521
12522 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
12523
12524 * cus-edit.el: Comment change.
12525 (custom-buffer-create-internal): Slightly reword text at top of
12526 Custom buffers. Mention there that saving an option edits the
12527 init file. Add link to Emacs manual node on `custom-file'.
12528 (custom-magic-alist): Rewrite individual State messages to use
12529 capitalized keywords. Doc fix.
12530
12531 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
12532
12533 * calendar/calendar.el (calendar-buffer): Move above
12534 calendar-week-start-day.
12535 (calendar-week-start-day): Doc fix. Add :set function.
12536 (calendar-minimum-window-height): New variable.
12537 (generate-calendar-window): Only resize window if selected-window
12538 is displaying the calendar buffer. Use new variable
12539 calendar-minimum-window-height.
12540 (generate-calendar): Reword error message.
12541 (calendar-mode-map): Bind DEL to scroll-other-window-down.
12542
12543 2005-02-27 Andreas Schwab <schwab@suse.de>
12544
12545 * vc.el (vc-do-command): Don't run command asynchronously when
12546 operating in a remote directory.
12547
12548 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
12549 change from sync with Tramp 2.0.47.
12550
12551 2005-02-27 Richard M. Stallman <rms@gnu.org>
12552
12553 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
12554
12555 * textmodes/flyspell.el (flyspell-mode-on):
12556 Call ispell-change-dictionary only if necessary.
12557
12558 * emacs-lisp/re-builder.el (regexp-builder): New function.
12559
12560 * register.el (describe-register-1): Explicitly handle
12561 yank-excluded-properties = t.
12562
12563 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
12564 (custom-magic-alist): Change the status descriptions again.
12565 (face widget-type): Total rewrite based on `restricted-sexp'
12566 to eliminate the confusing double hiding levels.
12567
12568 * emacs-lisp/debug.el (debug-on-entry-1):
12569 If function body is empty, add nil as body form.
12570
12571 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * emacs-lisp/trace.el (inhibit-trace): New var.
12574 (trace-make-advice): Use it.
12575
12576 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
12577
12578 2005-02-26 Kim F. Storm <storm@cua.dk>
12579
12580 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
12581 (mouse-on-link-p, mouse-drag-region-1): Use it.
12582
12583 2005-02-25 Lute Kamstra <lute@gnu.org>
12584
12585 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
12586
12587 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
12588
12589 * frame.el (blink-cursor-mode): Add :group keyword.
12590
12591 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
12592
12593 * calendar/icalendar.el (icalendar--decode-isodatetime):
12594 New optional argument DAY-SHIFT.
12595 (icalendar-export-region): Fix coding-system-for-write.
12596 (icalendar--convert-ical-to-diary): Shift end-day of all-day
12597 events by one.
12598
12599 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
12602
12603 2005-02-24 Kim F. Storm <storm@cua.dk>
12604
12605 * international/iso-acc.el (iso-accents-compose): Fix crash
12606 during redisplay. Call force-window-update after read-event
12607 and delete-region to signal that window is not accurate.
12608
12609 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
12612 Remove unused and inexistent var `inhibit-trace'.
12613 (debugger-mode): Use run-mode-hooks.
12614 (debugger-list-functions): Add buttons; setup xref stack.
12615
12616 2005-02-23 Richard M. Stallman <rms@gnu.org>
12617
12618 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
12619 appointment says it was explicitly made.
12620 (appt-add): Set the 3rd element.
12621 (appt-make-list): Preserve explicit appointments.
12622
12623 * subr.el (find-tag-default): Catch errors in forward-sexp.
12624
12625 2005-02-23 Juri Linkov <juri@jurta.org>
12626
12627 * info.el (Info-isearch-search): New defcustom.
12628 (Info-isearch-search): Call the default isearch function
12629 when Info-isearch-search is nil.
12630 (Info-isearch-wrap): Use variable Info-isearch-search.
12631
12632 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
12633
12634 * cus-edit.el: Comment change.
12635
12636 2005-02-22 Kim F. Storm <storm@cua.dk>
12637
12638 * progmodes/hideif.el (hide-ifdef-use-define-alist):
12639 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
12640
12641 2005-02-22 Simon Josefsson <jas@extundo.com>
12642
12643 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
12644 New variable.
12645 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
12646 Oskarsson" <myrkraverk@users.sourceforget.net>.
12647
12648 2005-02-22 Kim F. Storm <storm@cua.dk>
12649
12650 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
12651 check that window of that event is the selected window.
12652 (mouse-drag-region-1): Compare mouse event window to selected
12653 window before setting point.
12654
12655 * tooltip.el (tooltip-show-help-function): Pass event to
12656 mouse-on-link-p so it can check selected window.
12657
12658 2005-02-22 Kenichi Handa <handa@m17n.org>
12659
12660 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
12661 (ps-mule-show-warning): New function.
12662 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
12663 characters are found.
12664
12665 * ps-print.el (ps-header-footer-string): Return a list of header
12666 and footer strings.
12667
12668 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12669
12670 * pcvs.el (cvs-retrieve-revision): Fix thinko.
12671
12672 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12673
12674 * frame.el (blink-cursor-mode): Use define-minor-mode.
12675
12676 * term/mac-win.el (function-key-map): Use char-names more consistently.
12677 (file-name-coding-system): Only set it for MacOS-9. The other case is
12678 already handled in mule-cmds.el (where it also works when mac-win.el
12679 is not used).
12680
12681 2005-02-21 Kenichi Handa <handa@m17n.org>
12682
12683 * international/mule.el (ctext-pre-write-conversion): Always use
12684 " *code-converting-work*" buffer for work.
12685
12686 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
12687
12688 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
12689
12690 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
12691
12692 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
12693
12694 * ses.el (undo-more): Restore defadvice, but only the part that
12695 allows changes outside the restricted area of the buffer.
12696
12697 2005-02-20 Kim F. Storm <storm@cua.dk>
12698
12699 * simple.el (line-move): Add fourth optional arg try-vscroll which
12700 must be set to perform auto-window-vscroll.
12701 When moving backwards and doing auto-window-vscroll, automatically
12702 vscroll to the last part of lines which are taller than the window.
12703 (next-line, previous-line): Set try-vscroll arg on line-move.
12704
12705 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12706
12707 * replace.el (query-replace, query-replace-regexp)
12708 (replace-string, replace-regexp): When operating on region, make
12709 the minibuffer prompt say so.
12710
12711 * isearch.el (isearch-forward): Document isearch-query-replace and
12712 isearch-query-replace-regexp keybindings.
12713
12714 2005-02-19 Jay Belanger <belanger@truman.edu>
12715
12716 * calc/calc-aent.el (math-read-token): Add local variable.
12717
12718 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
12719 (calc-edit-top): Move declaration to earlier in file.
12720 (calc-edit-macro-repeats): Add local variables.
12721
12722 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
12723 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
12724 calcFunc-tanh.
12725 Adjust integration rule for calcFunc-tan.
12726
12727 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12728
12729 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
12730 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
12731 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
12732 (viper-skip-separators): Bug fix.
12733 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
12734 particular major mode.
12735 (viper-del-backward-char-in-replace): Don't put deleted char on the
12736 kill ring.
12737
12738 * viper-ex.el (viper-color-display-p): New function.
12739 (viper-has-face-support-p): Use viper-color-display-p.
12740
12741 * viper-keym.el (viper-gnus-modifier-map): New keymap.
12742
12743 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
12744
12745 * viper-util.el (viper-glob-unix-files): Fix shell status check.
12746 (viper-file-remote-p): Make equivalent to file-remote-p.
12747
12748 * viper.el (viper-major-mode-modifier-list):
12749 Use viper-gnus-modifier-map.
12750
12751 2005-02-19 David Kastrup <dak@gnu.org>
12752
12753 * subr.el (subregexp-context-p): Fix garbled doc string by adding
12754 quoting.
12755
12756 2005-02-19 Jay Belanger <belanger@truman.edu>
12757
12758 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
12759 Remove extra definitions.
12760 (calc-coth): New function.
12761 (calcFunc-cot): Fix `let'.
12762
12763 2005-02-19 Eli Zaretskii <eliz@gnu.org>
12764
12765 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
12766 the reasons we use "type pc" in these faces.
12767
12768 * button.el (button): Ditto.
12769
12770 2005-02-19 Michael Mauger <mmaug@yahoo.com>
12771
12772 * replace.el (query-replace-read-from): Set the value of
12773 query-replace-from-history-variable to handle the case of an empty
12774 string entered to accept the suggested default.
12775
12776 * net/tramp.el (tramp-file-name-for-operation):
12777 Use dired-call-process instead of dired-call-process-command.
12778
12779 2005-02-19 Jay Belanger <belanger@truman.edu>
12780
12781 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
12782 (math-div-non-trig): New variables.
12783 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
12784 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
12785 (math-combine-prod, math-div-symb-fancy): Add simplifications for
12786 trig expressions.
12787
12788 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
12789
12790 * progmodes/gdb-ui.el (gdb-var-update-handler)
12791 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
12792 for watch expressions,
12793 (gdb-var-create-handler): Don't set speedbar-update-flag.
12794 (gdb-post-prompt): Simplify test for speedbar.
12795
12796 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12797
12798 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
12799 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
12800 we use the syntax table of the correct buffer.
12801 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
12802 Felix Gatzemeier.
12803
12804 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
12805 (ediff-file-remote-p): Make synonymous with file-remote-p.
12806 In all deffaces ediff-*-face-*, use min-colors.
12807
12808 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
12809 ediff-recurse-to-subdirectories.
12810 (ediff-mark-if-equal): Check that the arguments are strings, use
12811 ediff-same-contents (after to Felix Gatzemeier).
12812
12813 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
12814 nil.
12815
12816 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12817
12818 * log-view.el (log-view-message-re): Fix up Subversion regexp.
12819
12820 2005-02-18 David Kastrup <dak@gnu.org>
12821
12822 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
12823 use `mark-active' when defined.
12824
12825 2005-02-18 Kenichi Handa <handa@m17n.org>
12826
12827 * ps-print.el (ps-font-info-database): New entry
12828 ZapfChancery-MediumItalic with correct font name. Fix font name
12829 of the entry Zapf-Chancery-MediumItalic.
12830
12831 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
12832
12833 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12834
12835 2005-02-16 Kim F. Storm <storm@cua.dk>
12836
12837 * ido.el (ido-fallback-command): Pass user input to fallback command.
12838
12839 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
12840
12841 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12842 (gdb-find-file-hook): Add server prefix.
12843
12844 2005-02-16 Richard M. Stallman <rms@gnu.org>
12845
12846 * replace.el (perform-replace): Pass new args to replace-highlight.
12847 (replace-highlight): Take region args,
12848 and pass them to isearch-lazy-highlight-new-loop.
12849
12850 * novice.el (disabled-command-hook): Autoload the defalias
12851 and the make-obsolete-variable call.
12852
12853 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12854
12855 * isearch.el (isearch-lazy-highlight-start-limit)
12856 (isearch-lazy-highlight-end-limit): New variables limit
12857 the region for highlighting.
12858 (isearch-lazy-highlight-new-loop): New args BEG and END.
12859 (isearch-lazy-highlight-search): Use the new vars.
12860 (isearch-lazy-highlight-update): Likewise.
12861
12862 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12863
12864 * cus-start.el (all): Use default-boundp.
12865
12866 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12867
12868 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12869
12870 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12871
12872 * autorevert.el (auto-revert-stop-on-user-input)
12873 (auto-revert-verbose): Doc fixes.
12874
12875 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12876
12877 * international/mule-cmds.el (set-locale-environment): Remove call
12878 to set-selection-coding-system on Windows.
12879
12880 2005-02-15 Jay Belanger <belanger@truman.edu>
12881
12882 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12883 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12884 calcFunc-coth.
12885 (math-simplify-sqrt): Add simplifications.
12886
12887 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12888 to list.
12889
12890 * calc/calc-ext.el: Add functions to autoloads.
12891
12892 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12893 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12894 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12895 (math-csc-raw, math-cot-raw): New functions.
12896
12897 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12898
12899 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12900 the variable name in a message.
12901
12902 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12903 calcFunc-csc, calcFunc-cot.
12904
12905 * calc/calcalg2.el: Add derivative and integration rules for
12906 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12907 calcFunc-csch, calcFunc-coth.
12908 (math-do-integral-methods): Add to checks for when to use
12909 substitutions.
12910
12911 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12912
12913 2005-02-15 Lute Kamstra <lute@gnu.org>
12914
12915 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12916 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12917 <monnier@iro.umontreal.ca>
12918 (lisp-outline-level): Improve efficiency. Suggested by David
12919 Kastrup <dak@gnu.org>.
12920
12921 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12922
12923 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12924 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12925 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12926 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12927 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12928
12929 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12930
12931 * cus-start.el (all): Comment change.
12932
12933 2005-02-14 Lute Kamstra <lute@gnu.org>
12934
12935 * cus-start.el (all): Check if symbol is void.
12936
12937 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12938
12939 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12940 optional argument to \cite.
12941
12942 2005-02-14 Richard M. Stallman <rms@gnu.org>
12943
12944 * cus-edit.el (custom-buffer-create-internal): Update help message.
12945 (custom-magic-alist): Update help messages.
12946
12947 * cus-start.el (all): Allow a var to specify a standard value.
12948
12949 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12950
12951 * custom.el (custom-theme-set-variables): Handle variable aliases.
12952
12953 * frame.el (blink-cursor-timer): Doc fix.
12954 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12955 declare obsolete.
12956 (blink-cursor-mode): Define with defcustom and use correct
12957 standard expression in that defcustom.
12958 * startup.el (command-line): Adapt to above changes in frame.el.
12959
12960 2005-02-11 Lute Kamstra <lute@gnu.org>
12961
12962 * apropos.el (apropos-score-doc): Prevent division by zero.
12963
12964 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12965
12966 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12967 (icalendar--get-event-property-attributes)
12968 (icalendar--get-event-properties)
12969 (icalendar--datetime-to-diary-date): New functions.
12970 (icalendar--split-value): Doc fix.
12971 (icalendar--datetime-to-noneuropean-date)
12972 (icalendar--datetime-to-european-date): New optional argument
12973 SEPARATOR. Return result as a string instead of a list.
12974 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12975 (icalendar--convert-string-for-export): Rename arg S to STRING.
12976 (icalendar-export-region): Doc fix. Change name of error buffer.
12977 Save output buffer.
12978 (icalendar-import-file): Add blank at end of prompt.
12979 (icalendar-import-buffer): Doc fix. Do not switch to error
12980 buffer. Indicate status in return value.
12981 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12982 buffer. Save output buffer. Handle exception from recurrence
12983 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12984 events. Fix problems with weekly all-day events.
12985
12986 2005-02-10 Richard M. Stallman <rms@gnu.org>
12987
12988 * simple.el (eval-expression-print-format):
12989 Avoid warning about edebug-active.
12990
12991 * help.el (help-for-help-internal): Rename from help-for-help.
12992 (help-for-help): Define with defalias.
12993
12994 * font-core.el (font-lock-default-function): Use with-no-warnings.
12995
12996 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12997
12998 * custom.el (defface): Doc fix.
12999
13000 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
13001
13002 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
13003 width 0" to prevent word wrapping problems.
13004
13005 2005-02-09 Kim F. Storm <storm@cua.dk>
13006
13007 * ido.el (ido-file-extensions-order): New defcustom.
13008 (ido-file-extension-lessp, ido-file-extension-aux)
13009 (ido-file-extension-order): New advanced file ordering.
13010 (ido-file-lessp): New simple file ordering.
13011 (ido-sort-list): Remove.
13012 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
13013 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
13014
13015 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
13016
13017 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
13018 that some versions of grep produce.
13019 (grep-mode-font-lock-keywords): Likewise.
13020
13021 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
13022
13023 * progmodes/gdb-ui.el (gdb-location-list): New variable.
13024 (gdb-cdir): Delete.
13025 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
13026 (gdb-source-info): Treat case when source file is in another
13027 directory properly.
13028 (gdb-get-location): New function.
13029
13030 2005-02-07 Jay Belanger <belanger@truman.edu>
13031
13032 * calc/calc-prog.el (calc-write-parse-table-part)
13033 (calc-fix-token-name): Fix a check for language type.
13034
13035 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
13036
13037 2005-02-07 Andre Spiegel <spiegel@gnu.org>
13038
13039 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
13040 as directory not writable.
13041
13042 2005-02-07 Kim F. Storm <storm@cua.dk>
13043
13044 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
13045 (cua--standard-movement-commands): Remove list.
13046 Instead, set CUA property value to move for movement commands.
13047 (cua-movement-commands): Remove. Users must set CUA prop instead.
13048 (cua--pre-command-handler): Check CUA property.
13049 (cua--init-keymaps): Don't remap undo commands.
13050 (cua-mode): Don't call cua--rectangle-on-off.
13051
13052 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
13053 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
13054 (cua--rect-undo-set-point): New var.
13055 (cua--rectangle-undo-boundary): Setup undo apply entry.
13056 (cua--rect-undo-handler): New function for rectangle undo.
13057 (cua--rect-start-position, cua--rect-end-position): Add.
13058 (cua--rectangle-post-command): Call cua--rectangle-set-corners
13059 for restored rectangle. Set point if cua--rect-undo-set-point.
13060
13061 2005-02-06 Jay Belanger <belanger@truman.edu>
13062
13063 * calc/calc-lang.el (calc-tex-language): Display more information
13064 in messages.
13065
13066 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
13067 in TeX mode.
13068
13069 2005-02-06 Richard M. Stallman <rms@gnu.org>
13070
13071 * emacs-lisp/lisp.el (buffer-end): Doc fix.
13072
13073 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
13074
13075 * net/ldap.el (ldap-search-internal): Support attributes with
13076 optional descriptions separated by a semi-colon, as in
13077 "userCertificate;binary".
13078
13079 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13080
13081 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
13082 isn't a cons (i.e. the version is 0).
13083
13084 2005-02-05 Eli Zaretskii <eliz@gnu.org>
13085
13086 * help.el (help-for-help): Doc fix.
13087
13088 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
13089
13090 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
13091 GDB-Windows on the menu-bar as this works better.
13092
13093 2005-02-04 Jay Belanger <belanger@truman.edu>
13094
13095 * calc/calc-embed.el (calc-embedded-update): Don't put in
13096 unnecessary newlines. Adjust the end of formula marker.
13097
13098 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
13099 (math-latex-parse-two-args): New function.
13100
13101 2005-02-03 Lute Kamstra <lute@gnu.org>
13102
13103 * help-fns.el (help-with-tutorial): Make sure that users cannot
13104 remove the entire text of the tutorial by means of `undo'.
13105
13106 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13107
13108 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
13109 in recent changes, where the ispell process was repeatedly
13110 killed & restarted.
13111
13112 * international/mule-cmds.el (set-locale-environment): Set file-name
13113 coding system to utf-8 on Darwin systems.
13114 (set-default-coding-systems): Don't set default-file-name-coding-system
13115 on Darwin systems.
13116
13117 2005-02-03 Richard M. Stallman <rms@gnu.org>
13118
13119 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
13120
13121 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
13122
13123 * faces.el (list-faces-display): Add optional argument.
13124
13125 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13126
13127 * font-core.el (font-lock-default-function): Handle the rare case where
13128 only font-lock-keywords is set.
13129
13130 2005-02-02 Kenichi Handa <handa@m17n.org>
13131
13132 * international/characters.el: Cancel previous change for
13133 I-WITH-DOT-ABOVE and DOTLESS-i.
13134
13135 * international/latin-5.el: Cancel previous change.
13136
13137 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
13138
13139 * progmodes/gud.el: Correction to syntax in gud-menu-map.
13140
13141 2005-02-02 Kenichi Handa <handa@m17n.org>
13142
13143 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
13144 DOTLESS-i.
13145
13146 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
13147 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
13148
13149 * case-table.el (get-upcase-table): New function.
13150 (copy-case-table): Copy upcaes table too if non-nil.
13151 (set-case-syntax-delims): Maintain upcase table too.
13152 (set-case-syntax-pair): Likewise.
13153 (set-upcase-syntax, set-downcase-syntax): New functions.
13154 (set-case-syntax): Maintain upcase table too.
13155
13156 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
13157
13158 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
13159
13160 * progmodes/gud.el (gud-goto-info): New function.
13161 (gud-tool-bar-map): Use correct icon.
13162
13163 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
13164
13165 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
13166 When delegating, order args in the funcall correctly.
13167
13168 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
13169
13170 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
13171
13172 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
13173
13174 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
13175 buffer not visiting a file.
13176
13177 2005-01-31 Jay Belanger <belanger@truman.edu>
13178
13179 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
13180 bound on the line with the formula.
13181
13182 2005-01-31 Kim F. Storm <storm@cua.dk>
13183
13184 * ses.el (ses-create-cell-variable-range)
13185 (ses-destroy-cell-variable-range, ses-reset-header-string)
13186 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
13187 (ses-insert-row): Fix format of apply undo entries.
13188
13189 2005-01-31 Jay Belanger <belanger@truman.edu>
13190
13191 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
13192 parts.
13193
13194 * calc/calc-embed.el (calc-embedded-open-formula)
13195 (calc-embedded-close-formula): Ignore matrix environments.
13196
13197 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
13198 TeX mode.
13199
13200 * calc/calc-lang.el (math-function-table, math-oper-table)
13201 (math-variable-table): Adjust the LaTeX portions.
13202
13203 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
13204 (math-latex-ignore-words): New constant.
13205
13206 2005-01-31 Richard M. Stallman <rms@gnu.org>
13207
13208 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
13209 (ispell-local-dictionary): Doc fix.
13210 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
13211 Don't reinitialize at run time. Don't defcustom.
13212 All uses changed to append ispell-local-dictionary-alist,
13213 or check it first.
13214 (ispell-current-dictionary): New variable for dictionary in use.
13215 (ispell-dictionary): Now used only for global default.
13216 (ispell-start-process): Set ispell-current-dictionary,
13217 not ispell-dictionary.
13218 (ispell-change-dictionary): Use this only for setting
13219 user preferences.
13220 (ispell-internal-change-dictionary): New function
13221 to change the current dictionary in use.
13222 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
13223 Use ispell-current-dictionary.
13224 Handle ispell-local-dictionary-overridden.
13225 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
13226
13227 2005-01-31 Jay Belanger <belanger@truman.edu>
13228
13229 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
13230
13231 * calc/calc-ext.el: Add calc-latex-language to autoloads.
13232 (calc-mode-map): Add calc-latex-language.
13233
13234 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
13235 (math-latex-print-frac): New functions.
13236 (math-oper-table, math-function-table, math-variable-table)
13237 (math-complex-format, math-input-filter): Add latex properties.
13238 (calc-set-language): Set math-expr-special-function-mapping.
13239
13240 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
13241 (calc-write-parse-table-part): Add LaTeX support.
13242
13243 * calc/calc.el (calc-language): Adjust docstring.
13244 (calc-set-mode-line): Add LaTeX support.
13245 (math-expr-special-function-mapping): New variable.
13246 (math-tex-ignore-words): Add to list.
13247
13248 * calc/calccomp.el (math-compose-expr, math-compose-rows):
13249 Add LaTeX support.
13250 (math-compose-expr): Add support for special functions.
13251
13252 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
13253
13254 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
13255
13256 * progmodes/gdb-ui.el (gdb-memory-address)
13257 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
13258 (gdb-memory-mode-map, gdb-memory-format-keymap)
13259 (gdb-memory-format-menu, gdb-memory-unit-keymap)
13260 (gdb-memory-unit-menu): New variables for a buffer
13261 that lets the user examine program memory.
13262 (gdb-memory-set-address, gdb-memory-set-repeat-count)
13263 (gdb-memory-format-binary, gdb-memory-format-octal)
13264 (gdb-memory-format-unsigned, gdb-memory-format-signed)
13265 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
13266 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
13267 (gdb-memory-unit-word, gdb-memory-unit-halfword)
13268 (gdb-memory-unit-byte, gdb-memory-unit-menu)
13269 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
13270 (gdb-memory-mode, gdb-memory-buffer-name)
13271 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
13272 New functions for above buffer.
13273
13274 2005-01-30 Richard M. Stallman <rms@gnu.org>
13275
13276 * cus-edit.el (custom-bury-buffer): Function deleted.
13277 (custom-buffer-done-function): Option deleted.
13278 (custom-buffer-done-kill): New (replacement option.
13279 (Custom-buffer-done): Call quit-window.
13280 (custom-buffer-create-internal): Update for above changes.
13281
13282 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
13283
13284 * simple.el (undo-ask-before-discard): New var.
13285 (undo-outer-limit-truncate): Implement it.
13286 (undo-extra-outer-limit): Doc update.
13287
13288 2005-01-29 Richard M. Stallman <rms@gnu.org>
13289
13290 * ses.el (undo-more): Delete defadvice.
13291 (ses-begin-change): Doc fix.
13292
13293 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
13294 instead of rebinding C-x u and C-_.
13295
13296 * files.el (normal-backup-enable-predicate): Return nil for files
13297 in /tmp, regardless of temporary-file-directory.
13298
13299 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
13300
13301 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
13302 (open-rectangle, delete-whitespace-rectangle-line)
13303 (clear-rectangle-line): If FILL, pass t instead of FILL
13304 for move-to-column's 2nd arg.
13305
13306 * simple.el (undo): Fix the test for continuing a series of undos.
13307 (undo-more): Set pending-undo-list to t when we reach end.
13308 (pending-undo-list): Move up defvar.
13309
13310 * wid-edit.el (widget-button-click):
13311 Shorten the range of the track-mouse binding.
13312
13313 * comint.el (comint-insert-input): Undo previous changes;
13314 use last-input-event in interactive spec.
13315
13316 2005-01-29 Eli Zaretskii <eliz@gnu.org>
13317
13318 * progmodes/compile.el (compilation-start): Bind buffer-read-only
13319 to nil before invoking call-process. Reset buffer's modified flag
13320 after fontifying it in the no-async branch.
13321
13322 * wid-edit.el (widget-specify-button): If mouse pointer shape
13323 cannot be changed, use mouse face instead.
13324
13325 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
13326
13327 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
13328 (gdb-goto-breakpoint): Make breakpoint handling work on template
13329 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
13330 (gdb-assembler-custom): Update to recognize breakpoint information
13331 added on 2005-01-19.
13332
13333 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
13334
13335 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
13336 (dsssl-mode): Use define-derived-mode.
13337 (scheme-mode-initialize): Remove.
13338 (scheme-mode): Use run-mode-hooks.
13339
13340 * cus-edit.el (customize-group-other-window)
13341 (custom-buffer-create-other-window): Don't override special-display-*.
13342 (custom-mode-map): Make it dense.
13343
13344 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
13345 sets the default value.
13346
13347 2005-01-28 Eli Zaretskii <eliz@gnu.org>
13348
13349 * descr-text.el: Add more keywords.
13350
13351 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
13352
13353 * speedbar.el: Avoid unnecessary use of locate-library.
13354
13355 * international/mule-cmds.el (standard-display-european-internal):
13356 Don't fiddle with latin-1 non-break space any more since it's now
13357 special cased in the C code.
13358 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
13359
13360 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
13361
13362 * cus-start.el (all): Add `undo-outer-limit'.
13363
13364 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13365
13366 * textmodes/bibtex.el (bibtex-format-entry):
13367 Use `bibtex-empty-field-re' only on the text of fields, not on entire
13368 field lines.
13369 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
13370 not on part of a buffer.
13371
13372 2005-01-25 Lute Kamstra <lute@gnu.org>
13373
13374 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
13375 nonempty field text strings like "{letters\\macro{}more letters}".
13376 Clarify docstring.
13377 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
13378 (bibtex-entry-offset, bibtex-parse-association)
13379 (bibtex-parse-field-name): Fix typos in docstrings.
13380 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
13381
13382 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
13383
13384 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
13385 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
13386 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
13387 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
13388
13389 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
13390 isearch minor mode.
13391
13392 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
13393
13394 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
13395
13396 2005-01-24 Lute Kamstra <lute@gnu.org>
13397
13398 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
13399 CASECHARS and NOT-CASECHARS regular expressions of the
13400 "nederlands" and "nederlands8" dictionaries to prevent a "Range
13401 striding over charsets" error.
13402
13403 2005-01-24 Jay Belanger <belanger@truman.edu>
13404
13405 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
13406 display variable name.
13407
13408 2005-01-24 Kenichi Handa <handa@m17n.org>
13409
13410 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
13411 Fix setting of the element of encoded-kbd-iso2022-invocations.
13412
13413 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
13414
13415 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
13416 (gdb-threads-select): Change to also accept mouse events.
13417 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
13418 (gdb-threads-mouse-select): Delete.
13419
13420 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
13421
13422 * files.el (insert-directory): Take care of empty directory,
13423 listed without -a switch.
13424
13425 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13426
13427 * textmodes/refill.el (refill-post-command-function):
13428 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
13429 to the list of functions that we should be careful not to undo.
13430 (refill-late-fill-paragraph-function): Remove.
13431 (refill-saved-state): New var.
13432 (refill-mode): Use it to save fill-paragraph-function.
13433 Save also the value of auto-fill-function.
13434
13435 * term/w32-win.el: Simplify code.
13436
13437 2005-01-23 Kim F. Storm <storm@cua.dk>
13438
13439 * simple.el (line-move): Adapt to new return value from
13440 pos-visible-in-window-p.
13441
13442 * simple.el (line-move): Fix last change. Check partial
13443 visibility at point rather than at window-start.
13444
13445 2005-01-22 Jason Rumney <jasonr@gnu.org>
13446
13447 * term/w32-win.el (xw-defined-colors): Remove debug-message.
13448
13449 2005-01-22 David Kastrup <dak@gnu.org>
13450
13451 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
13452
13453 2005-01-22 Eli Zaretskii <eliz@gnu.org>
13454
13455 * type-break.el (type-break-mode): Add a test for
13456 type-break-file-name being non-nil.
13457
13458 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
13459
13460 * net/eudc.el (top level): Call (message "") via progn, so that
13461 eudc-options-file is loaded.
13462
13463 2005-01-22 Kim F. Storm <storm@cua.dk>
13464
13465 * simple.el (line-move-1): Rename from line-move.
13466 (line-move): New function that adjusts vscroll for partially
13467 visible rows, and calls line-move-1 otherwise.
13468
13469 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
13470
13471 * pcomplete.el: Define pcomplete-read-event instead of read-event,
13472 since it's not a complete read-event implementation
13473
13474 2005-01-20 Jay Belanger <belanger@truman.edu>
13475
13476 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
13477 for called function.
13478
13479 2005-01-20 Steven Tamm <steventamm@mac.com>
13480
13481 * term/mac-win.el (process-connection-type): Remove.
13482 Controlled now by s/darwin.h:PTY_ITERATION.
13483
13484 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13485
13486 * window.el (handle-select-window): Don't switch window when we're
13487 in the minibuffer.
13488
13489 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
13490
13491 * subr.el (dotimes-with-progress-reporter): New macro.
13492
13493 * ses.el (ses-dotimes-msg): Remove macro.
13494 Use `dotimes-with-progress-reporter' instead.
13495
13496 2005-01-19 Steven Tamm <steventamm@mac.com>
13497
13498 * term/mac-win.el (process-connection-type): Use new
13499 operating-system-release variable to use ptys on Darwin 7 (OS X
13500 10.3) when using carbon build.
13501
13502 2005-01-19 Jay Belanger <belanger@truman.edu>
13503
13504 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
13505 flags if the last command was a tab or M-tab.
13506
13507 * calc/calc-prog.el (calc-user-define-edit): Put original formula
13508 in formula editing buffer.
13509
13510 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
13511
13512 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
13513 breakpoint image symbol in margin.
13514
13515 2005-01-19 Jay Belanger <belanger@truman.edu>
13516
13517 * calc/calc-prog.el (calc-execute-kbd-macro):
13518 Ignore calc-keep-arg-flag.
13519
13520 2005-01-19 Kenichi Handa <handa@m17n.org>
13521
13522 * textmodes/ispell.el (ispell-looking-at): New function.
13523 (ispell-process-line): Use ispell-looking-at to compare the ispell
13524 output and the buffer contents.
13525
13526 2005-01-18 Jay Belanger <belanger@truman.edu>
13527
13528 * calc/calc.el (calc-display-raw): Fix docstring.
13529
13530 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
13531
13532 * simple.el (blink-matching-open): Strip extra info from syntax.
13533
13534 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
13535 funny chars in the end-of-here-doc marker.
13536
13537 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
13538
13539 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
13540 that enable/disabled state of breakpoints is shown correctly in
13541 fringe and on ttys.
13542 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
13543 Add breakpoint information as text properties.
13544 (gdb-mouse-toggle-breakpoint):
13545 Rename to gdb-mouse-set-clear-breakpoint.
13546 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
13547 breakpoints in the margin.
13548 (gdb-remove-strings): Simplify.
13549
13550 2005-01-17 Jay Belanger <belanger@truman.edu>
13551
13552 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
13553 erasing buffer.
13554
13555 2005-01-17 Richard M. Stallman <rms@gnu.org>
13556
13557 * progmodes/grep.el (grep-find): Copy from `grep' the condition
13558 for calling grep-compute-defaults.
13559
13560 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
13561 if buffer is empty.
13562
13563 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
13564
13565 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
13566
13567 * hilit-chg.el (highlight-changes-mode): Don't autoload.
13568
13569 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
13570 non-preloaded variables.
13571
13572 2005-01-17 Steven Tamm <steventamm@mac.com>
13573
13574 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
13575 tex-shell cause to force interactivity when using pipes.
13576
13577 2005-01-17 Kim F. Storm <storm@cua.dk>
13578
13579 * simple.el (just-one-space): Make arg optional.
13580
13581 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
13582
13583 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
13584 posn-at-x-y to t to access left-margin.
13585
13586 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
13587
13588 Sync with Tramp 2.0.47.
13589
13590 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
13591 catching keep-date problems in cp/scp operations.
13592 (tramp-handle-copy-file): Don't call `set-file-modes'
13593 unconditionally. Specialized functions should know better what is
13594 necessary. This improves performance a little bit, and the
13595 functions could catch errors with `cp -p' and `scp -p'.
13596 (tramp-do-copy-or-rename-file-via-buffer)
13597 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
13598 when appropriate.
13599 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
13600 Call `set-file-modes' when appropriate.
13601 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
13602 Johnsson <isak@hypergene.com>
13603 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
13604 of both Tramp buffer and debug buffer. Reported by Joakim Verona
13605 <joakim@verona.se>
13606 (tramp-file-name-for-operation): Mark `shell-command' as magic for
13607 Emacs only.
13608
13609 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
13610 `find-file-hooks' and `dired-mode-hook'.
13611 (tramp-minor-mode-map): Respective map. Add remapping for
13612 `compile' and `recompile'.
13613 (tramp-remap-command, tramp-recompile): New defuns.
13614 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
13615 in buffer "*Compilation*". Call the commands asynchronously.
13616
13617 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
13618 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
13619 `shell-command', because it isn't magic in XEmacs. Reported by
13620 Adrian Aichner <adrian@xemacs.org>.
13621
13622 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13623 `substitute-in-file-name.
13624 (tramp-smb-handle-substitute-in-file-name): New defun.
13625 (tramp-smb-advice-PC-do-completion): Delete advice.
13626
13627 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
13628
13629 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
13630 Fix error in deleting region.
13631
13632 2005-01-15 Richard M. Stallman <rms@gnu.org>
13633
13634 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
13635 In non-temp buffer, switch syntax table temporarily.
13636
13637 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
13638
13639 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
13640
13641 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
13642
13643 * imenu.el (imenu--split-menu): Copy menulist before sorting.
13644 (imenu--generic-function): Use START, not BEG, as pos of definition.
13645
13646 * simple.el (just-one-space): Argument specifies number of spaces.
13647
13648 * simple.el (eval-expression-print-format): Avoid warning
13649 about edebug-active.
13650
13651 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
13652
13653 * progmodes/sh-script.el: Code copied from make-mode.el
13654 with small changes,
13655 (sh-mode-map): Bind C-c C-\.
13656 (sh-backslash-column, sh-backslash-align): New variables.
13657 (sh-backslash-region, sh-append-backslash): New functions.
13658
13659 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
13660
13661 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
13662 (rmail-pop-password, rmail-pop-password-required): Move to
13663 rmail-obsolete group.
13664 (rmail-set-pop-password): Rename to rmail-set-remote-password.
13665 All callers updated.
13666 (rmail-get-pop-password): Rename to rmail-get-remote-password.
13667 Take an argument specifying whether it is POP or IMAP mailbox we
13668 are using. All callers updated.
13669 (rmail-pop-password-error): Rename to
13670 rmail-remote-password-error. Added mailutils-specific error message.
13671 (rmail-movemail-search-path)
13672 (rmail-movemail-variant-in-use): New variables.
13673 (rmail-remote-password, rmail-remote-password-required):
13674 New customization variables.
13675 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
13676 (rmail-parse-url): New function.
13677 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
13678 with GNU mailutils movemail.
13679
13680 2005-01-15 Kevin Ryde <user42@zip.com.au>
13681
13682 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
13683 suffix to space, $ or '$, to correctly position point when going
13684 to @table style constants like DBL_MAX.
13685
13686 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
13687
13688 * type-break.el (type-break-mode, type-break-file-time)
13689 (type-break-file-keystroke-count, type-break-choose-file):
13690 Don't store data in or load data from the file if type-break-file-name
13691 is nil.
13692 (type-break-file-name): Doc update as per the above.
13693
13694 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
13695
13696 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
13697 lookup-key might return nil; handle that.
13698
13699 2005-01-15 Alan Mackenzie <acm@muc.de>
13700
13701 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
13702 rather than the element found, thus enabling the tree to be setcar'd.
13703
13704 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13705
13706 * textmodes/org.el (org-show-following-heading): New option.
13707 (org-show-hierarchy-above): Use `org-show-following-heading'.
13708 (org-cycle): Documentation fix.
13709
13710 * textmodes/org.el (orgtbl-optimized): New option
13711 (orgtbl-mode): New command, a minor mode.
13712 (orgtbl-mode-map): New variable.
13713 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
13714 (orgtbl-error, orgtbl-self-insert-command)
13715 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
13716
13717 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
13718 a local variable in each org-mode buffer.
13719
13720 * textmodes/org.el (org-set-regexps-and-options): Rename from
13721 `org-set-regexps'. Added checking for STARTUP keyword.
13722 (org-get-current-options): Add STARTUP options.
13723 (org-table-insert-row): Make mode intelligent about when
13724 realignment is needed.
13725 (org-self-insert-command, org-delete-backward-char, org-delete-char):
13726 New commands.
13727 (org-enable-table-editor): New default value `optimized'.
13728 (org-table-blank-field): Support blanking regions if active.
13729
13730 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13731
13732 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
13733 if the year is not given.
13734
13735 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
13736 Add new escapes %m and %M, fixed bug with %F by adding
13737 save-match-data.
13738 (reftex-reference): Remove ?. from list of spaces.
13739 (reftex-label-info): Add automatic label prefix recognition.
13740
13741 * textmodes/reftex-index.el (reftex-index-next-phrase):
13742 Add slave parameter to call of `reftex-index-this-phrase'.
13743 (reftex-index-this-phrase): New optional argument.
13744 (reftex-index-region-phrases): Add slave parameter to call of
13745 `reftex-index-this-phrase'.
13746 (reftex-display-index): New argument redo.
13747 (reftex-index-rescan): Add 'redo to arguments of
13748 `reftex-display-index'.
13749 (reftex-index-Rescan, reftex-index-revert)
13750 (reftex-index-switch-index-tag): Add 'redo to arguments of
13751 `reftex-display-index'.
13752 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
13753 indexing. Fix bug with matching is there is a quote before or
13754 after the word.
13755
13756 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13757 Fix bug when collecting citation keys in lines with comments.
13758 (reftex-citation): Prefix argument no longer rescans the document,
13759 but forces prompting for optional arguments of cite macros.
13760 (reftex-do-citation): Prompting for optional arguments implemented.
13761
13762 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13763 Add optional arguments to most cite commands.
13764 (reftex-cite-cleanup-optional-args): New option
13765 (reftex-cite-prompt-optional-args): New option.
13766 (reftex-trust-label-prefix): New option.
13767
13768 * textmodes/reftex-toc.el (reftex-toc-find-section):
13769 Add push-mark before changing the position in the buffer.
13770
13771 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
13772 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
13773
13774 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
13775
13776 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
13777 more carefully.
13778
13779 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13780
13781 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
13782 (sgml-mode): Use it.
13783 (sgml-get-context): Better keep track of implicitly closed tags.
13784
13785 2005-01-13 Kenichi Handa <handa@m17n.org>
13786
13787 * textmodes/ispell.el: These changes are to fix misalignment error
13788 caused by equivalent characters of different Emacs charsets.
13789 (ispell-unified-chars-table): New variable.
13790 (ispell-get-decoded-string): New function.
13791 (ispell-get-casechars, ispell-get-not-casechars)
13792 (ispell-get-otherchars): Call ispell-get-decoded-string.
13793
13794 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13795
13796 * custom.el (custom-declare-variable): Just put symbol instead
13797 of (defvar . symbol) in `current-load-list'.
13798
13799 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13800
13801 * emacs-lisp/elint.el: Fixed typo in Commentary section.
13802
13803 2005-01-12 Jay Belanger <belanger@truman.edu>
13804
13805 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13806 to create a Calc summary.
13807
13808 2005-01-12 Kim F. Storm <storm@cua.dk>
13809
13810 * mouse.el (mouse-on-link-p): Change functionality and doc
13811 string to comply with latest description in lisp ref.
13812
13813 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
13814
13815 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
13816 Enable mouse clicks on mode-line, header-line and margin.
13817 (event-type): Give mouse event symbols an 'event-kind property
13818 with value 'mouse-click.
13819
13820 2005-01-12 Juri Linkov <juri@jurta.org>
13821
13822 * facemenu.el (list-colors-display): Add new arg buffer-name.
13823 Use it. Fix docstring. Replace code for identifying duplicate
13824 colors by the name with call to `list-colors-duplicates' which
13825 identifies duplicate colors by the value unless the color
13826 is one of special Windows colors. Set truncate-lines to t.
13827 Print sorted duplicate color names on each line. Indent to 22
13828 \(the longest color name in rgb.txt) instead of 20. Optimize.
13829 (list-colors-duplicates): New function.
13830 (facemenu-color-name-equal): Delete function.
13831
13832 * facemenu.el (list-colors-print): New function created from code
13833 in list-colors-display. Print #RRGGBB at the window right edge.
13834 (list-colors-display): When temp-buffer-show-function is not
13835 defined, call list-colors-print from temp-buffer-show-hook
13836 to get the right value of window-width in list-colors-print
13837 after the buffer is displayed.
13838
13839 * simple.el (pop-mark): Move deactivate-mark out of conditional
13840 part to deactivate the active mark regardless of the state of the
13841 mark ring.
13842
13843 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13844 variables line in desktop files.
13845
13846 2005-01-12 Juri Linkov <juri@jurta.org>
13847
13848 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13849 Bring together isearch highlight related options.
13850 (lazy-highlight): Replace group `replace' by `matching'.
13851 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13852 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13853 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13854 and declare them obsolete.
13855 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13856 (isearch-faces): Remove defgroup.
13857 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13858 Move isearch highlighting code closer to lazy highlighting code.
13859
13860 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13861 (query-replace-highlight, query-replace-lazy-highlight)
13862 (query-replace): Move definitions to the beginning of the file.
13863
13864 2005-01-11 Juri Linkov <juri@jurta.org>
13865
13866 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13867 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13868 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13869
13870 * info.el (Info-history-forward): New variable.
13871 (Info-select-node): Reset Info-history-forward to nil.
13872 (Info-last): Turn into defalias.
13873 (Info-history-back): Rename from Info-last.
13874 Add current node to Info-history-forward.
13875 (Info-history-forward): New fun.
13876 (Info-mode-map): Replace Info-last by Info-history-back.
13877 Bind Info-history-forward to "r".
13878 (Info-mode-menu): Replace Info-last by Info-history-back.
13879 Fix menu item text. Add menu item for Info-history-forward.
13880 (info-tool-bar-map): Replace Info-last by Info-history-back.
13881 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13882 for Info-history-forward.
13883 (Info-mode): Replace Info-last by Info-history-back in docstring.
13884 Add local variable Info-history-forward.
13885 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13886
13887 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13888
13889 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13890 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13891 Ignore select-window events rather than fiddle with
13892 mouse-autoselect-window.
13893
13894 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13895
13896 * type-break.el (type-break-mode): Fix previous change.
13897
13898 2005-01-10 Jay Belanger <belanger@truman.edu>
13899
13900 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13901 calculator; only reset when point is inside a calculator.
13902 Don't adjust the window height if the window takes up the whole height
13903 of the frame.
13904
13905 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13906
13907 * ebuff-menu.el (Electric-buffer-menu-mode):
13908 Preserve value of buffer-local var header-line-format.
13909
13910 2005-01-09 Jay Belanger <belanger@truman.edu>
13911
13912 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13913 Make sure settings file exists before accessing it.
13914
13915 * calc/calc-embed.el (calc-embedded-subst):
13916 Replace math-multi-subst-rec, which is only supposed to be called
13917 by math-multi-subst, by math-multi-subst.
13918
13919 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13920
13921 * vc.el (vc-allow-async-revert): New user option.
13922 (vc-disable-async-diff): New internal variable.
13923 (vc-revert-buffer): Use them to disable asynchronous diff.
13924
13925 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13926 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13927 asynchronously if vc-disable-async-diff is t.
13928
13929 2005-01-09 Jay Belanger <belanger@truman.edu>
13930
13931 * calc/calc.el (defcalcmodevar): New macro.
13932 (calc-mode-var-list-restore-default-values)
13933 (calc-mode-var-list-restore-saved-values): New functions.
13934 (calc-mode-var-list): Use defcalcmodevar to define it.
13935 (calc-always-load-extensions, calc-line-numbering)
13936 (calc-line-breaking, calc-display-just, calc-display-origin)
13937 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13938 (calc-group-char, calc-point-char, calc-frac-format)
13939 (calc-prefer-frac, calc-hms-format, calc-date-format)
13940 (calc-float-format, calc-full-float-format, calc-complex-format)
13941 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13942 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13943 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13944 (calc-matrix-brackets, calc-language, calc-language-option)
13945 (calc-left-label, calc-right-label, calc-word-size)
13946 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13947 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13948 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13949 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13950 (calc-window-height, calc-display-trail, calc-show-selections)
13951 (calc-use-selections, calc-assoc-selections)
13952 (calc-display-working-message, calc-auto-why, calc-timing)
13953 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13954 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13955 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13956 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13957 (calc-gnuplot-geometry, calc-graph-default-resolution)
13958 (calc-graph-default-resolution-3d, calc-invocation-macro)
13959 (calc-show-banner): Use defcalcmodevar to declare them and set
13960 their default values.
13961
13962 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13963 instead of default values (but restore default values if there is
13964 an argument of 0).
13965
13966 2005-01-09 David Kastrup <dak@gnu.org>
13967
13968 * desktop.el (desktop-restore-eager): Fix typo in type.
13969
13970 2005-01-08 Richard M. Stallman <rms@gnu.org>
13971
13972 * cus-edit.el (customize): Delete :link.
13973
13974 2005-01-08 Jay Belanger <belanger@truman.edu>
13975
13976 * calc/calc.el (calc-mode): Remove the extension from the
13977 `calc-settings-file' file name when loading it.
13978
13979 2005-01-08 Kim F. Storm <storm@cua.dk>
13980
13981 * info.el (Info-mode-map, Info-next-link-keymap)
13982 (Info-prev-link-keymap, Info-up-link-keymap):
13983 Map follow-link to mouse-face.
13984 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13985
13986 2005-01-08 Jay Belanger <belanger@truman.edu>
13987
13988 * calc/calc.el (calc-settings-file): Change default value.
13989 Suggested by cgw in a comment in calc-mode.el.
13990
13991 * calc/calc-mode.el (calc-settings-file-name):
13992 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13993 Replace ~/.emacs in a prompt by calc-settings-file.
13994
13995 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13996
13997 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13998 (desktop-lazy-idle-delay): New customizable variables.
13999 (desktop-buffer-args-list): New variable.
14000 (desktop-append-buffer-args): New function.
14001 (desktop-save): Call desktop-append-buffer-args for some buffers.
14002 (desktop-lazy-create-buffer): New function.
14003 (desktop-idle-create-buffers): New function.
14004 (desktop-read): Add message about buffers to restore lazily.
14005 (desktop-lazy-abort): New command.
14006 (desktop-clear): Call desktop-lazy-abort.
14007 (desktop-lazy-complete): New command.
14008
14009 2005-01-06 Richard M. Stallman <rms@gnu.org>
14010
14011 * emacs-lisp/find-func.el (find-face-definition):
14012 Rename from find-face.
14013
14014 2005-01-06 Kim F. Storm <storm@cua.dk>
14015
14016 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
14017
14018 * man.el (Man-xref-man-page, Man-xref-header-file)
14019 (Man-xref-normal-file): Add follow-link property.
14020
14021 2005-01-06 Jay Belanger <belanger@truman.edu>
14022
14023 * calc/calc-units.el: Make sure the proper macro definitions are
14024 available when compiling.
14025
14026 2005-01-06 Juri Linkov <juri@jurta.org>
14027
14028 * isearch.el (isearch-lazy-highlight-update):
14029 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
14030
14031 2005-01-06 Miles Bader <miles@gnu.org>
14032
14033 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
14034 (isearch-lazy-highlight-face): Use new name.
14035
14036 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14037
14038 * uniquify.el (uniquify-rationalize-file-buffer-names):
14039 Re-add an interactive spec.
14040 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
14041 to the same name.
14042
14043 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
14044 (isearch-update, isearch-done): Adjust calls accordingly.
14045
14046 2005-01-05 Richard M. Stallman <rms@gnu.org>
14047
14048 * custom.el (custom-set-variables, custom-theme-set-variables):
14049 Clarify documentation.
14050
14051 * emacs-lisp/find-func.el (find-variable)
14052 (find-variable-other-window, find-variable-other-frame):
14053 Fix the TYPE args to find-function-read and find-function-do-it.
14054 (find-function): Doc fix.
14055 (find-function-at-point): Replace function-at-point alias.
14056
14057 2005-01-04 Richard M. Stallman <rms@gnu.org>
14058
14059 * cus-face.el (custom-declare-face):
14060 Record defface in current-load-list.
14061
14062 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
14063
14064 * emacs-lisp/find-func.el: Doc fixes.
14065 (find-face-regexp): New variable.
14066 (find-function-regexp-alist): New variable.
14067 (find-function-C-source): Third arg is now TYPE.
14068 (find-function-search-for-symbol): Handle general TYPE.
14069 (find-function-read, find-function-do-it): Handle general TYPE.
14070 (find-definition-noselect, find-face): New functions.
14071 (function-at-point): Alias deleted.
14072
14073 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
14074
14075 * battery.el (display-battery-mode): Rename from display-battery.
14076 Handle the case where it gets turned off.
14077
14078 2005-01-04 Richard M. Stallman <rms@gnu.org>
14079
14080 * cus-edit.el (customize): Make :link point to user doc.
14081
14082 * man.el (Man-fontify-manpage): Turn off undo generation.
14083
14084 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
14085
14086 2005-01-04 Andreas Schwab <schwab@suse.de>
14087
14088 * files.el (insert-directory): Only look for error lines in
14089 inserted text. Don't move too far after processing --dired markers.
14090
14091 2005-01-04 Richard M. Stallman <rms@gnu.org>
14092
14093 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
14094 Don't expand if the character is @, period, dash, etc.
14095 (define-mail-abbrev): Quote names that contain problem characters.
14096
14097 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
14098
14099 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
14100
14101 2005-01-03 Richard M. Stallman <rms@gnu.org>
14102
14103 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
14104 (query-replace-highlight, query-replace-lazy-highlight)
14105 (query-replace): Definitions moved up. Doc fix.
14106
14107 2005-01-03 Richard M. Stallman <rms@gnu.org>
14108
14109 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
14110 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
14111 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
14112 (lazy-highlight-face): Rename from isearch-lazy-...
14113 Change all references to them.
14114
14115 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
14116
14117 * cus-edit.el (custom-file): Doc fix for defcustom.
14118 (custom-file): The function no longer sets the variable
14119 `custom-file' to its return value.
14120
14121 * startup.el (command-line): No longer load `custom-file'.
14122
14123 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14124
14125 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
14126
14127 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
14128 Don't confuse module-prefixed identifiers for labels.
14129 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
14130
14131 2005-01-02 Richard M. Stallman <rms@gnu.org>
14132
14133 * files.el (basic-save-buffer-1): Fix previous change.
14134
14135 * loadhist.el (file-loadhist-lookup): New function.
14136 (file-provides, file-requires): Use it.
14137
14138 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
14139 instead of calculating the right size.
14140
14141 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
14142
14143 * vc-svn.el (vc-svn-diff): Stay local if possible.
14144
14145 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
14146
14147 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
14148
14149 * files.el (hack-local-variables): Fix last change.
14150
14151 2005-01-02 Jay Belanger <belanger@truman.edu>
14152
14153 * calc/calc-yank.el (calc-edit-top): New variable.
14154 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
14155 object. Change header properties.
14156 (calc-edit-finish, calc-edit-finish-stack-object)
14157 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
14158 edited object.
14159 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
14160 for the beginning of the edited object.
14161 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
14162 for the beginning of the edited object.
14163 * calc/calc-prog.el (calc-edit-macro-finish-edit)
14164 (calc-finish-formula-edit, calc-macro-repeats)
14165 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
14166 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
14167 beginning of the edited object.
14168 (calc-user-define-edit): Change the header for editing macros.
14169 Remove unnecessary variable.
14170
14171 2005-01-01 Jay Belanger <belanger@truman.edu>
14172
14173 * calc/calc-yank.el (calc-edit-mode): Change default header.
14174 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
14175 * calc/calc-store.el (calc-edit-variable): Change title to match new
14176 header.
14177 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
14178 mode to match new header.
14179 (calc-user-define-edit): Change titles to include names of commands.
14180 (calc-finish-formula-edit): Adjust to handle new header.
14181 (calc-finish-macro-edit): Remove.
14182 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
14183 (calc-edit-macro-command, calc-edit-macro-command-type)
14184 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
14185 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
14186 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
14187 (calc-edit-macro-finish-edit): New functions.
14188 (calc-user-define-edit): Use new functions to edit named calc macros.
14189
14190 2005-01-01 Stefan <monnier@iro.umontreal.ca>
14191
14192 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
14193
14194 * ses.el (copy-region-as-kill): Deactivate mark.
14195
14196 2005-01-01 Richard M. Stallman <rms@gnu.org>
14197
14198 * replace.el (occur-1): If the output buffer is also an input,
14199 don't kill it, rename it.
14200
14201 * faces.el (set-face-background, set-face-foreground): Doc fix.
14202
14203 * cus-face.el (custom-face-attributes): Fix :help-echo strings
14204 for :foreground and :background.
14205
14206 * dired.el (dired-view-command-alist): Variable deleted.
14207 (dired-view-file, dired-mouse-find-file-other-window):
14208 Delete the code to use it.
14209
14210 2005-01-01 Kim F. Storm <storm@cua.dk>
14211
14212 * image.el (insert-sliced-image): Use t for line-height property.
14213
14214 See ChangeLog.11 for earlier changes.
14215
14216 ;; Local Variables:
14217 ;; coding: iso-2022-7bit
14218 ;; End:
14219
14220 Copyright (C) 2005 Free Software Foundation, Inc.
14221 Copying and distribution of this file, with or without modification,
14222 are permitted provided the copyright notice and this notice are preserved.
14223
14224 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1